/** Shopify CDN: Minification failed

Line 2987:3 Unexpected "zoom"
Line 3482:3 Unexpected "zoom"
Line 4481:3 Unexpected "zoom"
Line 4503:3 Unexpected "zoom"
Line 4512:3 Unexpected "zoom"
Line 5381:7 Unexpected "zoom"

**/
@charset "UTF-8";
/*============================================================================
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
@media screen and (max-width: 750px) {
  .mobile-up {
    display: none;
    visibility: hidden; } }

/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/**
  * Drop relative positioning into silent classes which can’t take advantage of
  * the `[class*="push--"]` and `[class*="pull--"]` selectors.
  */
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ Responsive Position Helper ================*/
/*================ Theme Required Vendor Files ================*/
/*!
 *  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 PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("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; }

/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .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: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #676664 !important;
  font-family: "Arial", sans-serif; }

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #676664 !important;
  cursor: pointer; }

/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*================ margin Variables ================*/
/*================ Padding Variables ================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium, $large-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*============================================================================
  Typography variables
==============================================================================*/
/*================ Button variables ================*/
.btn--default, a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .cta-third_party, .btn--default:visited, a.button:visited:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:visited:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited, .featured-collection-product-wrapper .product-actions .cta-third_party:visited, .btn--default:active, a.button:active:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:active:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active, .featured-collection-product-wrapper .product-actions .cta-third_party:active {
  font: 600 18px Rajdhani, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #eb6e26;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0); }
.btn--default:hover, a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:hover:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .cta-third_party:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000; }

.btn--primary, .btn--primary:visited, .btn--primary:active {
  font: 600 18px Rajdhani, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #eb6e26;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0); }
.btn--primary:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0); }

.btn--secondary, .featured-collection-product-wrapper .product-actions .cta-learn-more, .btn--secondary:visited, .featured-collection-product-wrapper .product-actions .cta-learn-more:visited, .btn--secondary:active, .featured-collection-product-wrapper .product-actions .cta-learn-more:active {
  font: 600 18px Rajdhani, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000; }
.btn--secondary:hover, .featured-collection-product-wrapper .product-actions .cta-learn-more:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000; }

.btn--info, .btn--info:visited, .btn--info:active {
  font: 600 18px Rajdhani, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000; }
.btn--info:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000; }

.btn--search, .btn--search:visited, .btn--search:active {
  font: 400 17px Arial, sans-serif;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  border: 1px none rgba(0, 0, 0, 0); }
.btn--search:hover {
  background-color: #ffffff;
  color: #eb6e26;
  border: 1px none #000000; }

/*====================== Link variables ======================*/
.link-default, a, .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party {
  font: 400 15px Open sans, sans-serif;
  text-decoration: none;
  color: #000000; }
  .link-default:hover, a:hover, .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover {
    color: #000000;
    text-decoration: underline; }

/*====================== Forms and dropdown variables ======================*/
/*================ Header Variables ================*/
/*================ Cart Variables ================*/
/*=============== Back to Top  Variables===============*/
/*============================================================================
  Theme specific overrides 
==============================================================================*/
/*======== color variables ========*/
/*======== font variables ========*/
/*======== datepicker icon path variables ========*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a, .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus, .template-cart .cart .cart-actions .btn--default:focus, .template-cart .cart .cart-actions a.button:focus:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:focus, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:focus, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:focus, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:focus {
  color: inherit; }

img {
  max-width: 100%;
  display: block; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1024px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a, .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

.video-responsive {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0; }

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.opacity--half {
  opacity: .5; }

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

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

.font-normal {
  font-weight: normal; }

.font-bold, .bold-text {
  font-weight: 700; }

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

.center {
  margin: 0 auto; }

.valign-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.vhalign-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  left: 50%; }

.translate-center {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

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

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

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

.clear {
  clear: both !important; }

.max-width {
  width: 100% !important; }

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

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

.position-absolute {
  position: absolute; }
  @media only screen and (max-width: 749px) {
    .position-absolute {
      position: relative;
      top: auto !important;
      left: auto !important; } }

.position-relative {
  position: relative; }

.list-unstyled-inline {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list-unstyled-inline > li {
    display: inline-block; }

.no-scroll {
  overflow-y: auto; }
  .no-scroll main#MainContent {
    position: relative;
    height: calc(100vh - 90px);
    overflow: hidden; }
    @media only screen and (max-width: 749px) {
      .no-scroll main#MainContent {
        height: calc(100vh - 109px); } }
  .no-scroll #shopify-section-footer {
    display: none; }

.force-show {
  display: inline-block !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

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

@media only screen and (max-width: 749px) {
  .small--absolute {
    position: absolute !important; }

  .small--relative {
    position: relative !important; }

  .small--float-right {
    float: right !important; } }
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .medium--absolute {
    position: absolute !important; }

  .medium--relative {
    position: relative !important; }

  .medium--float-right {
    float: right !important; } }
@media only screen and (min-width: 750px) {
  .medium-up--absolute {
    position: absolute !important; }

  .medium-up--relative {
    position: relative !important; }

  .medium-up--float-right {
    float: right !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .large--absolute {
    position: absolute !important; }

  .large--relative {
    position: relative !important; }

  .large--float-right {
    float: right !important; } }
@media only screen and (min-width: 1025px) {
  .large-up--absolute {
    position: absolute !important; }

  .large-up--relative {
    position: relative !important; }

  .large-up--float-right {
    float: right !important; } }
@media only screen and (orientation: landscape) {
  .landscape--absolute {
    position: absolute !important; }

  .landscape--relative {
    position: relative !important; }

  .landscape--float-right {
    float: right !important; } }
@media only screen and (orientation: portrait) {
  .portrait--absolute {
    position: absolute !important; }

  .portrait--relative {
    position: relative !important; }

  .portrait--float-right {
    float: right !important; } }
.flex {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  text-align: center; }

.flex-overlay {
  position: absolute; }

.align--top-left {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.align--top-center {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }

.align--top-right {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.align--middle-left {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.align--middle-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }

.align--middle-right {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.align--bottom-left {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.align--bottom-center {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }

.align--bottom-right {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end; }

@media only screen and (max-width: 749px) {
  .flex {
    position: relative !important; }
    .flex .flex__item {
      width: 100% !important;
      padding: 15px !important;
      text-align: center !important; }
      .flex .flex__item h1, .flex .flex__item h2, .flex .flex__item h3, .flex .flex__item h4, .flex .flex__item h5, .flex .flex__item h6 {
        color: black !important; } }
/*------------------------------------*\
     $GRID SETUP
 \*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid, ul.social-links, nav.mobile-navigation > ul,
nav.navigation > ul {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -30px;
  /* [3] */
  letter-spacing: -0.31em; }

/* Opera hack */
.opera:-o-prefocus,
.grid,
ul.social-links,
nav.mobile-navigation > ul,
nav.navigation > ul {
  word-spacing: -0.43em; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item, ul.social-links > li, nav.mobile-navigation > ul > li,
nav.navigation > ul > li {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item, ul.social-links.grid--rev > li, nav.mobile-navigation > ul.grid--rev > li,
  nav.navigation > ul.grid--rev > li {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full, nav.mobile-navigation > ul,
nav.navigation > ul {
  margin-left: 0; }
  .grid--full > .grid__item, nav.mobile-navigation > ul > .grid__item,
  nav.navigation > ul > .grid__item, ul.social-links.grid--full > li, nav.mobile-navigation > ul > li,
  nav.navigation > ul > li {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item, ul.social-links.grid--right > li, nav.mobile-navigation > ul.grid--right > li,
  nav.navigation > ul.grid--right > li {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item, ul.social-links.grid--center > li, nav.mobile-navigation > ul.grid--center > li,
  nav.navigation > ul.grid--center > li {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item, ul.social-links.grid--middle > li, nav.mobile-navigation > ul.grid--middle > li,
nav.navigation > ul.grid--middle > li {
  vertical-align: middle; }

.grid--bottom > .grid__item, ul.social-links.grid--bottom > li, nav.mobile-navigation > ul.grid--bottom > li,
nav.navigation > ul.grid--bottom > li {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -15px; }
  .grid--narrow > .grid__item, ul.social-links.grid--narrow > li, nav.mobile-navigation > ul.grid--narrow > li,
  nav.navigation > ul.grid--narrow > li {
    padding-left: 15px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -60px; }
  .grid--wide > .grid__item, ul.social-links.grid--wide > li, nav.mobile-navigation > ul.grid--wide > li,
  nav.navigation > ul.grid--wide > li {
    padding-left: 60px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--float {
  *zoom: 1; }
  .grid--float::after {
    content: '';
    display: table;
    clear: both; }
  .grid--float .grid__item, .grid--float ul.social-links > li, .grid--float nav.mobile-navigation > ul > li,
  .grid--float nav.navigation > ul > li {
    float: left; }
  .grid--float .grid__item--float-right {
    float: right; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%; }

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths, nav.mobile-navigation > ul > li,
nav.navigation > ul > li {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
 * Fifths
 */
.one-fifth, .two-tenths, ul.social-links > li {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
 * Tenths
 */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * Create non-breakpoint classes.
 */
.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 749px) {
  /**
   * Whole
   */
  .small--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .small--one-half, .small--two-quarters, .small--three-sixths, .small--four-eighths, .small--five-tenths, .small--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .small--one-third, .small--two-sixths, .small--four-twelfths {
    width: 33.333%; }

  .small--two-thirds, .small--four-sixths, .small--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .small--one-quarter, .small--two-eighths, .small--three-twelfths {
    width: 25%; }

  .small--three-quarters, .small--six-eighths, .small--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .small--one-fifth, .small--two-tenths {
    width: 20%; }

  .small--two-fifths, .small--four-tenths {
    width: 40%; }

  .small--three-fifths, .small--six-tenths {
    width: 60%; }

  .small--four-fifths, .small--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .small--one-sixth, .small--two-twelfths {
    width: 16.666%; }

  .small--five-sixths, .small--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .small--one-eighth {
    width: 12.5%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .small--one-tenth {
    width: 10%; }

  .small--three-tenths {
    width: 30%; }

  .small--seven-tenths {
    width: 70%; }

  .small--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .small--one-twelfth {
    width: 8.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  /**
   * Whole
   */
  .medium--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .medium--one-half, .medium--two-quarters, .medium--three-sixths, .medium--four-eighths, .medium--five-tenths, .medium--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .medium--one-third, .medium--two-sixths, .medium--four-twelfths {
    width: 33.333%; }

  .medium--two-thirds, .medium--four-sixths, .medium--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .medium--one-quarter, .medium--two-eighths, .medium--three-twelfths {
    width: 25%; }

  .medium--three-quarters, .medium--six-eighths, .medium--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .medium--one-fifth, .medium--two-tenths {
    width: 20%; }

  .medium--two-fifths, .medium--four-tenths {
    width: 40%; }

  .medium--three-fifths, .medium--six-tenths {
    width: 60%; }

  .medium--four-fifths, .medium--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .medium--one-sixth, .medium--two-twelfths {
    width: 16.666%; }

  .medium--five-sixths, .medium--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .medium--one-tenth {
    width: 10%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .medium--one-twelfth {
    width: 8.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (min-width: 750px) {
  /**
   * Whole
   */
  .medium-up--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .medium-up--one-half, .medium-up--two-quarters, .medium-up--three-sixths, .medium-up--four-eighths, .medium-up--five-tenths, .medium-up--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .medium-up--one-third, .medium-up--two-sixths, .medium-up--four-twelfths {
    width: 33.333%; }

  .medium-up--two-thirds, .medium-up--four-sixths, .medium-up--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .medium-up--one-quarter, .medium-up--two-eighths, .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--three-quarters, .medium-up--six-eighths, .medium-up--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .medium-up--one-fifth, .medium-up--two-tenths {
    width: 20%; }

  .medium-up--two-fifths, .medium-up--four-tenths {
    width: 40%; }

  .medium-up--three-fifths, .medium-up--six-tenths {
    width: 60%; }

  .medium-up--four-fifths, .medium-up--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .medium-up--one-sixth, .medium-up--two-twelfths {
    width: 16.666%; }

  .medium-up--five-sixths, .medium-up--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .medium-up--one-twelfth {
    width: 8.333%; }

  .medium-up--five-twelfths {
    width: 41.666%; }

  .medium-up--seven-twelfths {
    width: 58.333%; }

  .medium-up--eleven-twelfths {
    width: 91.666%; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  /**
   * Whole
   */
  .large--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .large--one-half, .large--two-quarters, .large--three-sixths, .large--four-eighths, .large--five-tenths, .large--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .large--one-third, .large--two-sixths, .large--four-twelfths {
    width: 33.333%; }

  .large--two-thirds, .large--four-sixths, .large--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .large--one-quarter, .large--two-eighths, .large--three-twelfths {
    width: 25%; }

  .large--three-quarters, .large--six-eighths, .large--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .large--one-fifth, .large--two-tenths {
    width: 20%; }

  .large--two-fifths, .large--four-tenths {
    width: 40%; }

  .large--three-fifths, .large--six-tenths {
    width: 60%; }

  .large--four-fifths, .large--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .large--one-sixth, .large--two-twelfths {
    width: 16.666%; }

  .large--five-sixths, .large--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .large--one-eighth {
    width: 12.5%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .large--one-tenth {
    width: 10%; }

  .large--three-tenths {
    width: 30%; }

  .large--seven-tenths {
    width: 70%; }

  .large--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .large--one-twelfth {
    width: 8.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (min-width: 1025px) {
  /**
   * Whole
   */
  .large-up--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .large-up--one-half, .large-up--two-quarters, .large-up--three-sixths, .large-up--four-eighths, .large-up--five-tenths, .large-up--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .large-up--one-third, .large-up--two-sixths, .large-up--four-twelfths {
    width: 33.333%; }

  .large-up--two-thirds, .large-up--four-sixths, .large-up--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .large-up--one-quarter, .large-up--two-eighths, .large-up--three-twelfths {
    width: 25%; }

  .large-up--three-quarters, .large-up--six-eighths, .large-up--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .large-up--one-fifth, .large-up--two-tenths {
    width: 20%; }

  .large-up--two-fifths, .large-up--four-tenths {
    width: 40%; }

  .large-up--three-fifths, .large-up--six-tenths {
    width: 60%; }

  .large-up--four-fifths, .large-up--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .large-up--one-sixth, .large-up--two-twelfths {
    width: 16.666%; }

  .large-up--five-sixths, .large-up--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .large-up--one-twelfth {
    width: 8.333%; }

  .large-up--five-twelfths {
    width: 41.666%; }

  .large-up--seven-twelfths {
    width: 58.333%; }

  .large-up--eleven-twelfths {
    width: 91.666%; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (orientation: landscape) {
  /**
   * Whole
   */
  .landscape--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .landscape--one-half, .landscape--two-quarters, .landscape--three-sixths, .landscape--four-eighths, .landscape--five-tenths, .landscape--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .landscape--one-third, .landscape--two-sixths, .landscape--four-twelfths {
    width: 33.333%; }

  .landscape--two-thirds, .landscape--four-sixths, .landscape--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .landscape--one-quarter, .landscape--two-eighths, .landscape--three-twelfths {
    width: 25%; }

  .landscape--three-quarters, .landscape--six-eighths, .landscape--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .landscape--one-fifth, .landscape--two-tenths {
    width: 20%; }

  .landscape--two-fifths, .landscape--four-tenths {
    width: 40%; }

  .landscape--three-fifths, .landscape--six-tenths {
    width: 60%; }

  .landscape--four-fifths, .landscape--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .landscape--one-sixth, .landscape--two-twelfths {
    width: 16.666%; }

  .landscape--five-sixths, .landscape--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .landscape--one-eighth {
    width: 12.5%; }

  .landscape--three-eighths {
    width: 37.5%; }

  .landscape--five-eighths {
    width: 62.5%; }

  .landscape--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .landscape--one-tenth {
    width: 10%; }

  .landscape--three-tenths {
    width: 30%; }

  .landscape--seven-tenths {
    width: 70%; }

  .landscape--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .landscape--one-twelfth {
    width: 8.333%; }

  .landscape--five-twelfths {
    width: 41.666%; }

  .landscape--seven-twelfths {
    width: 58.333%; }

  .landscape--eleven-twelfths {
    width: 91.666%; }

  .landscape--text-left {
    text-align: left !important; }

  .landscape--text-right {
    text-align: right !important; }

  .landscape--text-center {
    text-align: center !important; }

  .landscape--show {
    display: block !important; }

  .landscape--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
@media only screen and (orientation: portrait) {
  /**
   * Whole
   */
  .portrait--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .portrait--one-half, .portrait--two-quarters, .portrait--three-sixths, .portrait--four-eighths, .portrait--five-tenths, .portrait--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .portrait--one-third, .portrait--two-sixths, .portrait--four-twelfths {
    width: 33.333%; }

  .portrait--two-thirds, .portrait--four-sixths, .portrait--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .portrait--one-quarter, .portrait--two-eighths, .portrait--three-twelfths {
    width: 25%; }

  .portrait--three-quarters, .portrait--six-eighths, .portrait--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .portrait--one-fifth, .portrait--two-tenths {
    width: 20%; }

  .portrait--two-fifths, .portrait--four-tenths {
    width: 40%; }

  .portrait--three-fifths, .portrait--six-tenths {
    width: 60%; }

  .portrait--four-fifths, .portrait--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .portrait--one-sixth, .portrait--two-twelfths {
    width: 16.666%; }

  .portrait--five-sixths, .portrait--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .portrait--one-eighth {
    width: 12.5%; }

  .portrait--three-eighths {
    width: 37.5%; }

  .portrait--five-eighths {
    width: 62.5%; }

  .portrait--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .portrait--one-tenth {
    width: 10%; }

  .portrait--three-tenths {
    width: 30%; }

  .portrait--seven-tenths {
    width: 70%; }

  .portrait--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .portrait--one-twelfth {
    width: 8.333%; }

  .portrait--five-twelfths {
    width: 41.666%; }

  .portrait--seven-twelfths {
    width: 58.333%; }

  .portrait--eleven-twelfths {
    width: 91.666%; }

  .portrait--text-left {
    text-align: left !important; }

  .portrait--text-right {
    text-align: right !important; }

  .portrait--text-center {
    text-align: center !important; }

  .portrait--show {
    display: block !important; }

  .portrait--hide {
    display: none !important; }

  .show {
    display: block !important; }

  .hide {
    display: none !important; } }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width, .page-width-wide {
  *zoom: 1;
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  .page-width::after, .page-width-wide::after {
    content: '';
    display: table;
    clear: both; }

.page-width-wide {
  max-width: 1678px; }

.margin-right-left-auto {
  margin-right: auto;
  margin-left: auto; }

.hide-object {
  display: none; }

.full-width {
  *zoom: 1;
  padding: 0 30px;
  margin: 0 auto; }
  .full-width::after {
    content: '';
    display: table;
    clear: both; }

.page-full-with-padding {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 15px; }
  .page-full-with-padding::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .page-full-with-padding {
      padding: 0 30px; } }
  @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
    .page-full-with-padding {
      padding-right: 0px; } }

.page-header {
  width: 100%;
  max-width: 1200px !important;
  padding: 1em 0;
  margin: 0 auto !important; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 77.14286px;
  height: 22.5px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .shipping-table-small {
    display: none !important; }

  .responsive-table {
    width: 100%;
    border-collapse: collapse; }
    .responsive-table th, .responsive-table td {
      text-align: left;
      padding: 15px;
      border: 1px solid #f6f6f6; } }
@media only screen and (min-width: 1025px) {
  .shipping-table-small {
    display: none !important; }

  .responsive-table {
    width: 100%;
    border-collapse: collapse; }
    .responsive-table th, .responsive-table td {
      text-align: left;
      padding: 15px;
      border: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn, a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .button.cta-add-to-cart:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .button.cta-add-to-cart:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .button.cta-third_party:not([class*="btn--"]), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .button.cta-third_party:not([class*="btn--"]), .btn--full, .btn--small, .btn--large, .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .cta-learn-more {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 25px;
  outline: none; }

.btn--full {
  width: 100%; }

.btn--small {
  font-size: 12px;
  padding: 5px 10px; }

.btn--large {
  font-size: 16px;
  padding: 15px 20px; }

.compare-icon-wrapper {
  height: 85px;
  display: none; }
  @media only screen and (min-width: 750px) {
    .compare-icon-wrapper {
      display: block; } }
  .compare-icon-wrapper .compare-icon {
    float: left;
    width: auto; }

.compare-icon {
  display: none;
  flex-flow: column;
  justify-content: space-between;
  width: 64px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  pointer-events: all; }
  .compare-icon[data-compare-is-adding*="true"] {
    pointer-events: none;
    opacity: 0.5; }
  @media only screen and (min-width: 750px) {
    .compare-icon {
      display: flex; } }
  .compare-icon::before {
    font-size: 24px; }
  .compare-icon div {
    font-size: 11px;
    font-family: "Open Sans", sans-serif; }

.compare-icon:hover::before {
  color: #eb6e26; }

.shopify-payment-button {
  margin-top: 15px;
  margin-bottom: 26px; }
  @media all and (min-width: 1200px) {
    .shopify-payment-button {
      margin-top: 0; } }
  .shopify-payment-button .shopify-cleanslate [role="button"] {
    border-radius: 50px !important;
    height: 52px !important;
    padding: 14px 46px 13px !important; }
    @media all and (min-width: 1200px) {
      .shopify-payment-button .shopify-cleanslate [role="button"] {
        padding: 14px 38px 13px !important; } }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    background-color: #eb6e26;
    border-radius: 50px;
    height: 52px;
    text-transform: uppercase; }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
      background-color: white; }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 25px 0;
    padding-left: 0;
    text-align: center;
    text-decoration: underline; }
    .shopify-payment-button .shopify-payment-button__more-options:hover {
      text-decoration: none;
      color: #000 !important; }
    @media all and (min-width: 1200px) {
      .shopify-payment-button .shopify-payment-button__more-options {
        margin-top: 25px; } }
  .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/35/assets/ico-select.svg?v=145142949295650484321557257769);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

/*=========================================================*/
/*========================================================*/
/*============ Label styling ===========*/
label {
  font: 700 18px Rajdhani, sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0px; }

/*============ form styling ==========*/
input[type='text'], input[type='email'], input[type='password'], input[type='date'], input[type='tel'] {
  color: black;
  border-color: black;
  border-style: none;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 25px; }
input[type='search'] {
  color: black;
  border-color: black;
  border-style: none;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 0px; }
input[type='number'] {
  color: black;
  border-color: black;
  border-style: none;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 25px; }

textarea {
  color: black;
  border-color: black;
  border-style: none;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 25px; }

select {
  color: black;
  border-color: black;
  border-style: none;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 25px; }

.errors {
  margin: 15px 0; }
  .errors > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .errors > ul > li {
      color: #ec1c24; }

.product-registration-form input[disabled],
.product-registration-form select[disabled] {
  background-color: #bbbbbb; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

body {
  font: 400 15px Open Sans, sans-serif;
  color: black;
  line-height: 1; }

.font-weight-bold {
  font-weight: 700; }

.font-family-primary {
  font-family: Open Sans, sans-serif; }

.font-family-secondary {
  font-family: Rajdhani, sans-serif; }

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

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

.float-right {
  float: right; }

p, .gem-form a, .gem-form .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .gem-form .btn--default, .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party {
  font: 400 16px Open Sans, sans-serif;
  color: black;
  text-transform: none; }

h1, .h1 {
  font: bold 60px/1 Rajdhani, sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h1, .h1 {
      font-size: 45px;
      margin-top: 16px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 749px) {
    h1, .h1 {
      font-size: 30px;
      margin-top: 12px;
      margin-bottom: 9px; } }

h2, .h2 {
  font: bold 50px/1 Rajdhani, sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h2, .h2 {
      font-size: 37.5px;
      margin-top: 16px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 749px) {
    h2, .h2 {
      font-size: 25px;
      margin-top: 12px;
      margin-bottom: 9px; } }

h3, .h3, ul.social-links > li > a, .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party {
  font: bold 45px/1 Rajdhani, sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h3, .h3, ul.social-links > li > a, .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party {
      font-size: 33.75px;
      margin-top: 12px;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 749px) {
    h3, .h3, ul.social-links > li > a, .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party {
      font-size: 22.5px;
      margin-top: 9px;
      margin-bottom: 6px; } }

h4, .h4, #cross-sell h3 {
  font: bold 35px/1 Rajdhani, sans-serif;
  color: #1c1a1a;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h4, .h4, #cross-sell h3 {
      font-size: 26.25px;
      margin-top: 12px;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 749px) {
    h4, .h4, #cross-sell h3 {
      font-size: 17.5px;
      margin-top: 9px;
      margin-bottom: 6px; } }

h5, .h5 {
  font: bold 25px/1 Rajdhani, sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h5, .h5 {
      font-size: 18.75px;
      margin-top: 8px;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 749px) {
    h5, .h5 {
      font-size: 12.5px;
      margin-top: 6px;
      margin-bottom: 6px; } }

h6, .h6, nav.mobile-navigation > ul > li > label,
nav.mobile-navigation > ul > li > a,
.template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default,
.template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party,
nav.navigation > ul > li > label,
nav.navigation > ul > li > a,
.template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default,
.template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]),
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party {
  font: 500 16px/1.5 open sans, sans-serif;
  color: black;
  text-transform: none;
  letter-spacing: 0px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    h6, .h6, nav.mobile-navigation > ul > li > label,
    nav.mobile-navigation > ul > li > a,
    .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default,
    .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party,
    nav.navigation > ul > li > label,
    nav.navigation > ul > li > a,
    .template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default,
    .template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party {
      font-size: 12px;
      margin-top: 4px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 749px) {
    h6, .h6, nav.mobile-navigation > ul > li > label,
    nav.mobile-navigation > ul > li > a,
    .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default,
    .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party,
    nav.navigation > ul > li > label,
    nav.navigation > ul > li > a,
    .template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default,
    .template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party {
      font-size: 8px;
      margin-top: 3px;
      margin-bottom: 12px; } }

pre.pre_inline {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: -3px !important;
  font-family: monospace, monospace !important;
  font-size: 1em !important;
  line-height: initial !important;
  color: #000 !important;
  word-break: initial !important;
  word-wrap: initial !important;
  background-color: transparent !important;
  border: unset !important; }

/*============================================================================
  Account
    - These styles apply to the user account flow. This includes My Account, 
      Login, Order, Create Account, Reset Password.
==============================================================================*/
.my-account {
  padding-top: 32px;
  padding-bottom: 87px; }
  .my-account .header-link-wrapper {
    padding-top: 7px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center; }
  .my-account .responsive-table {
    margin-top: 20px; }
  .my-account input {
    width: 100%;
    padding: 10px 25px;
    height: 40px; }
  .my-account .btn, .my-account a.button:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account .button.btn--default:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account a.button:not([class*="btn--"]), .my-account .btn--full, .my-account .btn--small, .my-account .btn--large, .my-account .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account .cta-add-to-cart, .my-account .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account .cta-third_party, .my-account .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account .cta-learn-more {
    padding: 10px 15px;
    width: auto;
    height: 40px;
    text-transform: uppercase; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .my-account .btn, .my-account a.button:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account .button.btn--default:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account a.button:not([class*="btn--"]), .my-account .btn--full, .my-account .btn--small, .my-account .btn--large, .my-account .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account .cta-add-to-cart, .my-account .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account .cta-third_party, .my-account .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account .cta-learn-more {
        padding: 10px 25px; } }
    @media only screen and (min-width: 1025px) {
      .my-account .btn, .my-account a.button:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account .button.btn--default:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account a.button:not([class*="btn--"]), .my-account .btn--full, .my-account .btn--small, .my-account .btn--large, .my-account .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account .cta-add-to-cart, .my-account .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account .cta-third_party, .my-account .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account .cta-learn-more {
        padding: 10px 25px; } }
  .my-account .detail-titles {
    font-family: 'Rajdhani', sans-serif; }
  .my-account .order-number-link a, .my-account .order-number-link .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .my-account .order-number-link .btn--default, .my-account .order-number-link .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account .order-number-link a.button:not([class*="btn--"]), .my-account .order-number-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .my-account .order-number-link .cta-add-to-cart, .my-account .order-number-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .my-account .order-number-link .cta-add-to-cart, .my-account .order-number-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .my-account .order-number-link .cta-third_party, .my-account .order-number-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .my-account .order-number-link .cta-third_party {
    padding: 4px 11px 5px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid; }
  .my-account .default-address {
    display: inline-block;
    padding: 5px 12px 6px;
    text-transform: uppercase; }
  .my-account .center-grid-item {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .my-account .submit-wrapper {
    padding-top: 5px;
    padding-bottom: 10px; }
  .my-account .submit-wrapper input {
    width: auto; }
  .my-account .wk-link {
    margin-bottom: 1.5em;
    font-size: 16px; }
  .my-account .account-page-wishlist-empty-message {
    display: block;
    margin: -0.75em 0 2em 0;
    font-size: 14px; }

/*================ Order ================*/
.my-account.orders .billing-shipping-info {
  margin-top: -5px; }

/*================ addresses ================*/
.my-account.address-section .form-label {
  width: 110px;
  display: inline-block; }
.my-account.address-section .form-control {
  width: 100%; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .my-account.address-section .form-control {
      width: 65%;
      max-width: 250px; } }
  @media only screen and (min-width: 1025px) {
    .my-account.address-section .form-control {
      width: 65%;
      max-width: 250px; } }
.my-account.address-section .address-section-header h1 {
  text-align: center; }
.my-account.address-section .address-new-toggle {
  margin-top: 28px;
  margin-bottom: 15px;
  text-align: center; }
.my-account.address-section .address-default-chkbox-group {
  padding-top: 11px;
  padding-bottom: 14px; }
  .my-account.address-section .address-default-chkbox-group input {
    width: auto;
    height: auto; }
.my-account.address-section .btn, .my-account.address-section a.button:not([class*="btn--"]), .my-account.address-section .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account.address-section .button.btn--default:not([class*="btn--"]), .my-account.address-section .btn--full, .my-account.address-section .btn--small, .my-account.address-section .btn--large, .my-account.address-section .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account.address-section .cta-add-to-cart, .my-account.address-section .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account.address-section .cta-third_party, .my-account.address-section .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account.address-section .cta-learn-more {
  border: none; }

.yotpo-display-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 3em auto; }
  .yotpo-display-wrapper .yotpo-icon-star,
  .yotpo-display-wrapper .yotpo-icon-half-star {
    color: #eb6e26 !important; }

.yotpo.yotpo-main-widget {
  padding: 0 !important; }
  .yotpo.yotpo-main-widget .yotpo-bottomline-box-2 {
    width: 95% !important; }
  .yotpo.yotpo-main-widget .yotpo-reviews > .yotpo-regular-box {
    max-height: inherit !important;
    min-height: 295px !important;
    height: 295px !important;
    background-color: red !important; }
  .yotpo.yotpo-main-widget .yotpo-review {
    margin: 0; }
  .yotpo.yotpo-main-widget .yotpo-review-wrapper {
    height: 83px !important;
    max-height: 83px !important;
    overflow: auto; }
  .yotpo.yotpo-main-widget .yotpo-footer {
    margin-bottom: 20px !important; }
  .yotpo.yotpo-main-widget .yotpo-comments-box {
    background-color: white;
    margin: 0;
    position: relative;
    top: 70px;
    z-index: 1; }
  .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main {
    margin: 10px 0;
    padding-right: 10px;
    padding-top: 10px; }
  .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-header-actions {
    padding-right: 10px; }

@media only screen and (min-width: 1024px) {
  .yotpo.yotpo-main-widget {
    padding: 30px !important; }
    .yotpo.yotpo-main-widget .yotpo-review-wrapper {
      height: 130px !important;
      max-height: 130px !important; }
    .yotpo.yotpo-main-widget .yotpo-comments-box {
      top: 35px; }
    .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main {
      margin-top: 0;
      padding-top: 0; }
    .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review a, .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .btn--default, .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .cta-add-to-cart, .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .cta-add-to-cart, .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .cta-third_party, .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .yotpo.yotpo-main-widget .yotpo-comment-box .yotpo-main .content-review .cta-third_party {
      float: right;
      padding-top: 5px; } }
.yotpo-modal-body-wrapper .yotpo-reviews .yotpo-regular-box {
  max-height: inherit !important;
  min-height: 295px !important;
  height: 295px !important;
  display: block !important;
  border: 0 !important; }
.yotpo-modal-body-wrapper .yotpo-reviews .yotpo-review {
  margin: -1px !important;
  border: 2px solid #ababab !important; }

div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(2),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(3),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(4),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(5),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(6),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(7),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(8),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(9),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(10),
div.yotpo-nav-content > .yotpo-reviews > div.yotpo-review:nth-child(11) {
  display: block !important;
  border-left: 2px solid #ababab !important; }

/*================ Components ================*/
#international-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .5s linear .1s, width 0s linear 0s;
  align-items: center;
  justify-content: center; }
  #international-modal[data-show-modal*=true] {
    display: flex; }
  #international-modal .modal-content {
    box-shadow: 1px 1px 20px #000;
    transition: all 0.25s ease-in-out;
    border-top: 8px solid #000;
    padding: 0;
    max-width: 90%; }
  #international-modal .modal-body {
    position: relative;
    background: #ECECEC;
    text-align: center;
    width: 100%;
    max-width: 740px;
    padding: 20px 30px; }
    @media only screen and (min-width: 750px) {
      #international-modal .modal-body {
        padding: 26px 30px;
        margin-bottom: 0;
        width: auto; } }
    #international-modal .modal-body a, #international-modal .modal-body .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #international-modal .modal-body .btn--default, #international-modal .modal-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #international-modal .modal-body .cta-add-to-cart, #international-modal .modal-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #international-modal .modal-body .cta-add-to-cart, #international-modal .modal-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #international-modal .modal-body .cta-third_party, #international-modal .modal-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #international-modal .modal-body .cta-third_party {
      font-size: 16px;
      line-height: 22px;
      font-family: "Open Sans", sans-serif; }
  @media only screen and (max-width: 1024px) {
    #international-modal #attention {
      font-size: 20px; } }
  #international-modal #international-welcome {
    font-size: 36px; }
  #international-modal #noticed-message {
    color: red;
    margin: 15px 0 5px 0; }
  #international-modal #continue-link {
    display: block; }
  #international-modal #continue-link:link,
  #international-modal #continue-link:visited,
  #international-modal #continue-link:active {
    text-decoration: underline !important; }
  #international-modal #continue-link:hover {
    text-decoration: none !important; }
  #international-modal .btn--primary {
    margin: 15px;
    text-transform: uppercase;
    white-space: pre-wrap; }
  #international-modal .other-sites {
    border-top: 1px solid #BCBCBC;
    padding-top: 20px;
    margin-top: 15px; }
    #international-modal .other-sites .international-site-list {
      margin: 30px 0;
      list-style: none;
      *zoom: 1; }
      #international-modal .other-sites .international-site-list::after {
        content: '';
        display: table;
        clear: both; }
      #international-modal .other-sites .international-site-list li {
        width: 100%;
        text-align: left;
        margin: 15px 0;
        padding: 0 15px; }
        @media only screen and (min-width: 750px) {
          #international-modal .other-sites .international-site-list li {
            width: 33%;
            float: left; } }
        #international-modal .other-sites .international-site-list li .flag-icon {
          float: left;
          margin-right: 10px; }
        #international-modal .other-sites .international-site-list li a, #international-modal .other-sites .international-site-list li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #international-modal .other-sites .international-site-list li .btn--default, #international-modal .other-sites .international-site-list li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #international-modal .other-sites .international-site-list li .cta-add-to-cart, #international-modal .other-sites .international-site-list li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #international-modal .other-sites .international-site-list li .cta-add-to-cart, #international-modal .other-sites .international-site-list li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #international-modal .other-sites .international-site-list li .cta-third_party, #international-modal .other-sites .international-site-list li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #international-modal .other-sites .international-site-list li .cta-third_party {
          text-decoration: none; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

.header-section {
  height: 50px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: landscape) {
    .header-section {
      height: 80px; } }
  @media only screen and (min-width: 1025px) {
    .header-section {
      height: 80px; } }

.video-responsive.page-width, .video-responsive.page-width-wide {
  max-width: 100%; }

.hero-slider-container .slick-list {
  background-color: #fff; }

.player-mute {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #ff00007d; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer ul.social-links > li > a, footer .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions footer ul.social-links > li > .btn--default, footer .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions footer ul.social-links > li > a.button:not([class*="btn--"]), footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer ul.social-links > li > .cta-add-to-cart, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer ul.social-links > li > .cta-add-to-cart, footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer ul.social-links > li > .cta-third_party, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer ul.social-links > li > .cta-third_party, footer .h4, footer #cross-sell h3, #cross-sell footer h3, footer .h5, footer .h6, footer nav.mobile-navigation > ul > li > label,
footer nav.mobile-navigation > ul > li > a,
footer .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default,
.template-cart .cart .cart-actions footer nav.mobile-navigation > ul > li > .btn--default,
footer .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
.template-cart .cart .cart-actions footer nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer nav.mobile-navigation > ul > li > .cta-add-to-cart,
footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer nav.mobile-navigation > ul > li > .cta-add-to-cart,
footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer nav.mobile-navigation > ul > li > .cta-third_party,
footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer nav.mobile-navigation > ul > li > .cta-third_party,
footer nav.navigation > ul > li > label,
footer nav.navigation > ul > li > a,
footer .template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default,
.template-cart .cart .cart-actions footer nav.navigation > ul > li > .btn--default,
footer .template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]),
.template-cart .cart .cart-actions footer nav.navigation > ul > li > a.button:not([class*="btn--"]),
footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer nav.navigation > ul > li > .cta-add-to-cart,
footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer nav.navigation > ul > li > .cta-add-to-cart,
footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer nav.navigation > ul > li > .cta-third_party,
footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer nav.navigation > ul > li > .cta-third_party, footer a, footer .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions footer .btn--default, footer .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions footer a.button:not([class*="btn--"]), footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .cta-add-to-cart, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .cta-add-to-cart, footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .cta-third_party, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .cta-third_party, footer p, footer .gem-form a, .gem-form footer a, footer .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions footer .btn--default, footer .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form footer .btn--default, footer .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions footer a.button:not([class*="btn--"]), footer .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form footer a.button:not([class*="btn--"]), footer .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .cta-add-to-cart, footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form footer .cta-add-to-cart, footer .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .cta-add-to-cart, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form footer .cta-add-to-cart, footer .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .cta-third_party, footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form footer .cta-third_party, footer .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .cta-third_party, footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form footer .cta-third_party, footer button {
  color: inherit; }

.newsletter__form {
  margin: 20px 0 0 0; }
  .newsletter__form .newsletter_input_wrapper {
    display: flex;
    position: relative; }
  .newsletter__form .input_submit {
    position: absolute;
    right: 0;
    z-index: 1000; }
  .newsletter__form .input_email {
    z-index: 100;
    width: 75%; }

.check-in-error {
  clear: both;
  color: #ff0000;
  display: none;
  font-size: 11px;
  padding: 3px 0 0 20px;
  text-align: left;
  width: 100%; }

.form-error.form-check .check-in-error {
  display: block; }

input.newsletter__input {
  height: 40px;
  width: 100%;
  border-color: #fff;
  background-color: #585858 !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input.newsletter__input::placeholder {
    color: #fff !important; }

button.newsletter__submit {
  height: 40px;
  width: 100%;
  background-color: #fff;
  border-color: #fff;
  color: #000;
  border-width: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button.newsletter__submit .submit__text {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; }

ul.social-links {
  width: 85%;
  margin: 0 auto !important;
  list-style-type: none;
  padding: 0; }
  ul.social-links img {
    max-width: 40px; }
  ul.social-links > li {
    padding-left: 0 !important; }
    ul.social-links > li > a, .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party {
      color: #000 !important;
      position: relative;
      font-size: 35px !important; }
      ul.social-links > li > a:hover, .template-cart .cart .cart-actions ul.social-links > li > .btn--default:hover, .template-cart .cart .cart-actions ul.social-links > li > a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party:hover {
        color: #eb6e26 !important; }
      @media screen and (max-width: 1024px) {
        ul.social-links > li > a, .template-cart .cart .cart-actions ul.social-links > li > .btn--default, .template-cart .cart .cart-actions ul.social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul.social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul.social-links > li > .cta-third_party {
          display: flex;
          align-items: center;
          justify-content: center; } }

#customer_form_id .form-success {
  display: none; }
  #customer_form_id .form-success.visible {
    display: block; }

.newsletter_opt-in {
  display: block;
  align-items: start;
  justify-content: flex-start;
  padding-left: 10px !important; }
  .newsletter_opt-in .opt-in-copy {
    color: white;
    display: block;
    font-size: 12px;
    font-family: Open Sans,sans-serif;
    font-weight: normal;
    padding-left: 20px;
    text-align: left;
    text-transform: none; }
    .newsletter_opt-in .opt-in-copy a:link, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default:link, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:link:not([class*="btn--"]), .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:link:not([class*="btn--"]), .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:link, .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:link, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party:link, .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party:link,
    .newsletter_opt-in .opt-in-copy a:visited,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default:visited,
    .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default:visited,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:visited:not([class*="btn--"]),
    .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:visited:not([class*="btn--"]),
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:visited,
    .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:visited,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party:visited,
    .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party:visited,
    .newsletter_opt-in .opt-in-copy a:active,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default:active,
    .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default:active,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:active:not([class*="btn--"]),
    .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:active:not([class*="btn--"]),
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:active,
    .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:active,
    .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party:active,
    .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party:active {
      text-decoration: underline !important; }
    .newsletter_opt-in .opt-in-copy a:hover, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default:hover, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:hover:not([class*="btn--"]), .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:hover, .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart:hover, .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party:hover, .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party:hover {
      text-decoration: none !important;
      color: #fff !important; }
  .newsletter_opt-in input#opt-in,
  .newsletter_opt-in input#opt-in-gem {
    display: block;
    float: left;
    margin: 2px 2px 2px 0; }
    @media only screen and (max-width: 1024px) {
      .newsletter_opt-in input#opt-in,
      .newsletter_opt-in input#opt-in-gem {
        margin: 0px 2px 2px 0; } }

.footer-mission-statement {
  text-align: center; }
  .footer-mission-statement img {
    margin: 0 auto; }

footer nav.navigation > ul > li {
  width: 25%; }

footer .divider:before {
  display: none; }

@media screen and (max-width: 350px) {
  .newsletter_opt-in .opt-in-copy,
  .newsletter_opt-in .opt-in-copy a,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default,
  .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
  .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:not([class*="btn--"]),
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart,
  .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party,
  .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party {
    font-size: 11px !important; } }
@media screen and (min-width: 947px) {
  .newsletter_opt-in .opt-in-copy,
  .newsletter_opt-in .opt-in-copy a,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .btn--default,
  .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .btn--default,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
  .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy a.button:not([class*="btn--"]),
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart,
  .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-add-to-cart,
  .newsletter_opt-in .opt-in-copy .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .newsletter_opt-in .opt-in-copy .cta-third_party,
  .newsletter_opt-in .opt-in-copy .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .newsletter_opt-in .opt-in-copy .cta-third_party {
    font-size: 11px !important; } }
@media screen and (max-width: 946px) {
  input#opt-in {
    margin-right: 5px;
    margin-left: -5px; } }
@media screen and (max-width: 1024px) {
  .block-newsletter {
    display: block !important;
    text-align: center;
    width: 100%;
    padding: 10px !important; }

  ul.social-links > li {
    padding: 0 !important; } }
#customer_form_id_mobile h4 {
  color: #fff; }

.form--success a.email-sign-up__link, .form--success .template-cart .cart .cart-actions .email-sign-up__link.btn--default, .template-cart .cart .cart-actions .form--success .email-sign-up__link.btn--default, .form--success .template-cart .cart .cart-actions a.email-sign-up__link.button:not([class*="btn--"]), .template-cart .cart .cart-actions .form--success a.email-sign-up__link.button:not([class*="btn--"]), .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-add-to-cart, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-add-to-cart, .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-third_party, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-third_party {
  color: #fff;
  text-decoration: underline; }

.form--success a.email-sign-up__link:hover, .form--success .template-cart .cart .cart-actions .email-sign-up__link.btn--default:hover, .template-cart .cart .cart-actions .form--success .email-sign-up__link.btn--default:hover, .form--success .template-cart .cart .cart-actions a.email-sign-up__link.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .form--success a.email-sign-up__link.button:hover:not([class*="btn--"]), .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-add-to-cart:hover, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-add-to-cart:hover, .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-third_party:hover, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-third_party:hover, .form--success a.email-sign-up__link:active, .form--success .template-cart .cart .cart-actions .email-sign-up__link.btn--default:active, .template-cart .cart .cart-actions .form--success .email-sign-up__link.btn--default:active, .form--success .template-cart .cart .cart-actions a.email-sign-up__link.button:active:not([class*="btn--"]), .template-cart .cart .cart-actions .form--success a.email-sign-up__link.button:active:not([class*="btn--"]), .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-add-to-cart:active, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-add-to-cart:active, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-add-to-cart:active, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-add-to-cart:active, .form--success .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .email-sign-up__link.cta-third_party:active, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .form--success .email-sign-up__link.cta-third_party:active, .form--success .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .email-sign-up__link.cta-third_party:active, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .form--success .email-sign-up__link.cta-third_party:active {
  color: #eb6d26 !important;
  text-decoration: none !important; }

footer .navigation .site-nav--has-submenu label {
  cursor: default; }

footer .site-nav .site-nav__link {
  padding-top: 13px !important; }

nav.mobile-navigation .toggle,
nav.navigation .toggle {
  display: none; }
nav.mobile-navigation > ul,
nav.navigation > ul {
  list-style-type: none;
  padding: 0; }
  nav.mobile-navigation > ul > li > label,
  nav.mobile-navigation > ul > li > a,
  .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default,
  .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]),
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party,
  nav.navigation > ul > li > label,
  nav.navigation > ul > li > a,
  .template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default,
  .template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]),
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party {
    color: inherit; }
  nav.mobile-navigation > ul > li > label,
  nav.navigation > ul > li > label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: bold; }
  nav.mobile-navigation > ul > li > ul,
  nav.navigation > ul > li > ul {
    list-style-type: none;
    padding: 0; }
    nav.mobile-navigation > ul > li > ul > li > a, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > ul > li > .btn--default, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > ul > li > .cta-third_party,
    nav.navigation > ul > li > ul > li > a,
    .template-cart .cart .cart-actions nav.navigation > ul > li > ul > li > .btn--default,
    .template-cart .cart .cart-actions nav.navigation > ul > li > ul > li > a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > ul > li > .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > ul > li > .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > ul > li > .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > ul > li > .cta-third_party {
      display: inline-block;
      color: inherit;
      padding-top: 13px; }

@media only screen and (max-width: 749px) {
  nav.navigation > ul > li {
    width: 100%; }
    nav.navigation > ul > li > a, .template-cart .cart .cart-actions nav.navigation > ul > li > .btn--default, .template-cart .cart .cart-actions nav.navigation > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li > .cta-third_party {
      display: block;
      padding: 15px 0; }
  nav.navigation > ul > li.site-nav--has-submenu {
    width: 100%; }
    nav.navigation > ul > li.site-nav--has-submenu > label {
      position: relative;
      display: block;
      color: inherit;
      padding: 15px 0;
      width: 100%; }
      nav.navigation > ul > li.site-nav--has-submenu > label > i {
        position: absolute;
        right: 15px; }
        nav.navigation > ul > li.site-nav--has-submenu > label > i:before {
          content: "\f107"; }
    nav.navigation > ul > li.site-nav--has-submenu > a, .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > .btn--default, .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li.site-nav--has-submenu > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li.site-nav--has-submenu > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > .cta-third_party {
      display: none; }
    nav.navigation > ul > li.site-nav--has-submenu > ul {
      list-style-type: none;
      padding: 0; }
      nav.navigation > ul > li.site-nav--has-submenu > ul > li > a, .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > .btn--default, .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.navigation > ul > li.site-nav--has-submenu > ul > li > .cta-third_party {
        display: block;
        color: inherit;
        padding: 15px;
        font-size: 12px; }
  nav.navigation .slidable {
    overflow: hidden;
    margin-left: -300px;
    transition: 250ms ease-out;
    width: 300px; }
  nav.navigation input:checked ~ .slidable {
    margin-left: 0 !important;
    background-color: #ffcc00;
    transition: 250ms ease-in; }
  nav.navigation .collapsible {
    overflow: hidden;
    transition: 250ms ease-out; }
  nav.navigation input:checked ~ .collapsible {
    max-height: 0 !important;
    transition: 250ms ease-in; }
  nav.navigation input:checked ~ .fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  nav.navigation .group {
    color: inherit; } }
nav.mobile-navigation > ul > li {
  width: 100%; }
  nav.mobile-navigation > ul > li > a, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .btn--default, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li > .cta-third_party {
    display: block;
    padding: 15px 0; }
nav.mobile-navigation > ul > li.site-nav--has-submenu {
  width: 100%; }
  nav.mobile-navigation > ul > li.site-nav--has-submenu > label {
    position: relative;
    display: block;
    color: inherit;
    padding: 15px 0;
    width: 100%; }
    nav.mobile-navigation > ul > li.site-nav--has-submenu > label > i {
      position: absolute;
      right: 15px; }
      nav.mobile-navigation > ul > li.site-nav--has-submenu > label > i:before {
        content: "\f107"; }
  nav.mobile-navigation > ul > li.site-nav--has-submenu > a, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > .btn--default, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > .cta-third_party {
    display: none; }
  nav.mobile-navigation > ul > li.site-nav--has-submenu > ul {
    list-style-type: none;
    padding: 0; }
    nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > a, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > .btn--default, .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions nav.mobile-navigation > ul > li.site-nav--has-submenu > ul > li > .cta-third_party {
      display: block;
      color: inherit;
      padding: 15px;
      font-size: 12px; }
nav.mobile-navigation .slidable {
  overflow: hidden;
  margin-left: -300px;
  transition: 250ms ease-out;
  width: 300px; }
nav.mobile-navigation input:checked ~ .slidable {
  margin-left: 0 !important;
  background-color: #ffcc00;
  transition: 250ms ease-in; }
nav.mobile-navigation .collapsible {
  overflow: hidden;
  transition: 250ms ease-out; }
nav.mobile-navigation input:checked ~ .collapsible {
  max-height: 0 !important;
  transition: 250ms ease-in; }
nav.mobile-navigation input:checked ~ .fa {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
nav.mobile-navigation .group {
  color: inherit; }

/*================ Giftcard Template ================*/
.giftcard-image-wrapper,
.giftcard-image-wrapper .giftcard-amount,
.giftcard-image-wrapper .giftcard-code-content {
  max-width: 450px;
  width: 100%; }

.giftcard .grid, .giftcard ul.social-links, .giftcard nav.mobile-navigation > ul,
.giftcard nav.navigation > ul {
  margin-left: auto;
  /* Grid margins break up iOS rendering */ }
  .giftcard .grid .grid__item, .giftcard ul.social-links .grid__item, .giftcard nav.mobile-navigation > ul .grid__item,
  .giftcard nav.navigation > ul .grid__item, .giftcard ul.social-links > li, .giftcard nav.mobile-navigation > ul > li,
  .giftcard nav.navigation > ul > li {
    padding-left: 0; }

.giftcard-image-wrapper {
  margin: 40px auto;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .giftcard-image-wrapper {
      margin: 25px auto; } }
  .giftcard-image-wrapper img {
    max-width: 100%; }
  .giftcard-image-wrapper .giftcard-amount {
    position: absolute;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 15px;
    text-align: right; }
  .giftcard-image-wrapper .giftcard-code-content {
    position: absolute;
    bottom: 5%;
    text-align: center; }
    .giftcard-image-wrapper .giftcard-code-content .giftcard-code-wrapper {
      display: inline-block;
      padding: 7px;
      text-align: center;
      border-radius: 7px; }
      .giftcard-image-wrapper .giftcard-code-content .giftcard-code-wrapper .giftcard-code {
        padding: 12px;
        margin: 0;
        border-radius: 7px;
        border-style: dashed;
        border-width: 1px; }
        @media only screen and (max-width: 749px) {
          .giftcard-image-wrapper .giftcard-code-content .giftcard-code-wrapper .giftcard-code {
            padding: 9px; } }

.giftcard-qr {
  margin: 30px auto 15px; }
  .giftcard-qr img {
    display: block;
    margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

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

.giftcard-buttons {
  margin-top: 30px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 749px) {
    .giftcard-buttons {
      margin-top: 15px;
      margin-bottom: 40px; } }
  .giftcard-buttons .btn, .giftcard-buttons a.button:not([class*="btn--"]), .giftcard-buttons .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .giftcard-buttons .button.btn--default:not([class*="btn--"]), .giftcard-buttons .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .giftcard-buttons a.button:not([class*="btn--"]), .giftcard-buttons .btn--full, .giftcard-buttons .btn--small, .giftcard-buttons .btn--large, .giftcard-buttons .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .giftcard-buttons .cta-add-to-cart, .giftcard-buttons .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .giftcard-buttons .cta-third_party, .giftcard-buttons .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .giftcard-buttons .cta-learn-more {
    display: inline-block;
    margin: 0 10px 10px;
    min-width: 160px; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p, .gem-form a, .gem-form .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .gem-form .btn--default, .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.thumbnails {
  padding: 0; }

.product-title {
  font-size: 30px;
  margin-top: 0; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .product-title {
      font-size: 26.25px; } }
  @media only screen and (min-width: 1025px) {
    .product-title {
      font-size: 35px; } }

.compare-price {
  text-decoration: none;
  position: relative; }
  .compare-price:after {
    content: " ";
    height: 0;
    border-top: 1px solid #000000;
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%; }

.color-swatch {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .color-swatch li {
    float: left;
    margin: 0; }
  .color-swatch input {
    display: none; }
  .color-swatch input:checked + label {
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
    border-color: #000; }
  .color-swatch label {
    float: left;
    margin: 0;
    line-height: 0;
    border: #ccc 1px solid; }

.product-main-wrapper {
  min-height: 400px; }
  .product-main-wrapper .product-media-wrapper .shopify-section.grid, .product-main-wrapper .product-media-wrapper ul.shopify-section.social-links, .product-main-wrapper .product-media-wrapper nav.mobile-navigation > ul.shopify-section,
  .product-main-wrapper .product-media-wrapper nav.navigation > ul.shopify-section {
    margin-left: 0; }
  .product-main-wrapper .product-media-wrapper .grid--rev.product-image-gallery .slick-wrapper {
    float: left; }
  .product-main-wrapper .product-media-wrapper .product-image-gallery {
    margin: 0; }
    .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider {
      padding-top: 45px;
      padding-left: 0; }
      @media only screen and (max-width: 749px) {
        .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider {
          display: flex;
          align-items: center;
          padding-top: 0; } }
      .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider .zoom-gallery-arrow {
        position: absolute;
        display: none;
        padding: 7px 10px;
        font-size: 30px;
        cursor: pointer; }
        @media only screen and (max-width: 749px) {
          .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider .zoom-gallery-arrow {
            display: inline; } }
      .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider .zoom-gallery-arrow-left {
        left: 0px; }
      .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider .zoom-gallery-arrow-right {
        right: 0px; }
      .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider.text-left {
        padding-left: 0; }
      @media only screen and (max-width: 749px) {
        .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider .product-image-gallery-slide {
          text-align: center; } }
    .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-bottom {
      padding-right: 10px; }
      @media only screen and (max-width: 749px) {
        .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-bottom {
          padding-right: 0px; } }
    .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track a, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .btn--default, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-add-to-cart, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-add-to-cart, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-third_party, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-third_party {
      background: transparent; }
      .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track a img, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .btn--default img, .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .btn--default img, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-add-to-cart img, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-add-to-cart img, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-third_party img, .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-media-wrapper .product-image-gallery .slick-track .cta-third_party img {
        opacity: 1; }
  .product-main-wrapper .product-media-wrapper .slick-wrapper {
    padding-left: 0; }
    @media only screen and (max-width: 749px) {
      .product-main-wrapper .product-media-wrapper .slick-wrapper {
        display: none; } }
  .product-main-wrapper .product-media-wrapper .slick-vertical .slick-arrow-prev {
    margin-bottom: 15px; }
  .product-main-wrapper .product-media-wrapper .slick-vertical .slick-arrow-next {
    margin-top: 15px; }
  .product-main-wrapper .product-media-wrapper .slick-horizontal {
    display: flex;
    padding: 30px 10px 0 0;
    align-items: center; }
  .product-main-wrapper .product-wrapper {
    padding-bottom: 20px; }
    @media only screen and (max-width: 749px) {
      .product-main-wrapper .product-wrapper form .grid__item, .product-main-wrapper .product-wrapper form ul.social-links > li, .product-main-wrapper .product-wrapper form nav.mobile-navigation > ul > li,
      .product-main-wrapper .product-wrapper form nav.navigation > ul > li {
        padding-left: 0; } }
    .product-main-wrapper .product-wrapper .product-title {
      text-transform: initial; }
    .product-main-wrapper .product-wrapper .product-price-wrapper {
      margin-bottom: 23px; }
      @media only screen and (max-width: 749px) {
        .product-main-wrapper .product-wrapper .product-price-wrapper {
          margin-bottom: 18px; } }
    .product-main-wrapper .product-wrapper .product-description-wrapper {
      margin-bottom: 30px; }
    .product-main-wrapper .product-wrapper .select2-dropdown .select2-container {
      margin-top: -2px; }
    .product-main-wrapper .product-wrapper .select2-dropdown .select2-selection {
      border-radius: 0; }
    .product-main-wrapper .product-wrapper .product-quantity-wrapper,
    .product-main-wrapper .product-wrapper .product-variant {
      float: left;
      margin-bottom: 23px; }
      .product-main-wrapper .product-wrapper .product-quantity-wrapper label,
      .product-main-wrapper .product-wrapper .product-variant label {
        display: block;
        margin-bottom: 8px; }
      .product-main-wrapper .product-wrapper .product-quantity-wrapper .select2.select2-container,
      .product-main-wrapper .product-wrapper .product-variant .select2.select2-container {
        width: 100% !important; }
    .product-main-wrapper .product-wrapper .product-variant,
    .product-main-wrapper .product-wrapper .product-quantity-wrapper {
      padding-right: 3%; }
      @media only screen and (max-width: 749px) {
        .product-main-wrapper .product-wrapper .product-variant,
        .product-main-wrapper .product-wrapper .product-quantity-wrapper {
          padding-right: 0; } }
    .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper {
      display: inline-block;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-flow: row wrap; }
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper a.button:not([class*="btn--"]), .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .button.btn--default:not([class*="btn--"]), .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--full, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--small, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--large, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-add-to-cart, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-third_party, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-learn-more {
        width: 100% !important; }
        .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper a.button:hover:not([class*="btn--"]), .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .template-cart .cart .cart-actions .button.btn--default:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .button.btn--default:hover:not([class*="btn--"]), .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--full:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--small:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .btn--large:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-add-to-cart:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-third_party:hover, .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .featured-collection-product-wrapper .product-actions .cta-learn-more:hover, .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-learn-more:hover {
          background-color: #f2f2f2; }
      @media all and (max-width: 1200px) {
        .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper {
          flex-flow: column wrap;
          align-items: center; } }
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-add-to-cart {
        margin-right: 20px;
        margin-bottom: 10px; }
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button.shopify-payment-button__button--branded button,
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button.shopify-payment-button__button--branded div[role="button"],
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded button,
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded div[role="button"] {
        border-radius: 50px !important;
        min-height: 50px !important; }
        @media screen and (max-width: 1200px) {
          .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button.shopify-payment-button__button--branded button,
          .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button.shopify-payment-button__button--branded div[role="button"],
          .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded button,
          .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded div[role="button"] {
            min-width: 218px !important; } }
      .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded {
        border-radius: 50px !important;
        min-height: 50px !important;
        font-size: 18px;
        padding: 4px 33px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #eb6e26; }
        .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .shopify-payment-button__button--unbranded:hover {
          background-color: #f2f2f2 !important;
          color: #000 !important; }
    .product-main-wrapper .product-wrapper .product-low-inventory {
      display: none;
      margin-bottom: 20px; }
    .product-main-wrapper .product-wrapper .compare-icon {
      margin-bottom: 40px; }
  .product-main-wrapper .product-reviews-summary-wrapper {
    padding: 0 0 20px 0; }

.product-information .product-reviews {
  padding: 20px; }

.shopify-installments {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0 20px; }

.preorder-message {
  font-size: 14px;
  line-height: 1.3;
  padding-top: 18px;
  color: #ff0000;
  width: 100%; }

.pdp-stars-top {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .pdp-stars-top .text-m {
    padding-left: 10px; }

.product-media-slider-outer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #000000e6;
  z-index: 100002;
  margin-left: -5%;
  overflow-y: hidden; }

.product-media-slider {
  height: 100vh; }

/**
*** Turtle Beach Facelift - PDP Redesign sytles.
*** Mobile first
*/
.product-redesign {
  background-color: #ffffff !important;
  /* Main product columns (Media Gallery and Product Information) */
  /* Accolades - desktop */
  /* Accolades - mobile */
  /* Accordion */
  /* Accolades */
  /* Full-width banner */
  /*  Main video */
  /*  Product Feature Grid */
  /* Additional Features */
  /* Yotpo Reviews Overrides */ }
  .product-redesign .aggregateRating {
    height: 0 !important; }
  .product-redesign .page-width, .product-redesign .page-width-wide {
    max-width: 1179px; }
  .product-redesign .product-main-wrapper {
    margin: 0 auto;
    margin-top: 30px; }
  .product-redesign .product-wrapper {
    margin: 15px; }
  .product-redesign .product-main-wrapper .product-media-wrapper .slick-wrapper {
    position: sticky;
    top: 50px;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .product-redesign .product-columns {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: normal;
    /* @DO - TBC-994 / TBC-51 - PDP Swatches */
    /* @DO - END: TBC-994 / TBC-51 - PDP Swatches */ }
    .product-redesign .product-columns .column-right-description,
    .product-redesign .product-columns .column-left-media {
      width: 100%; }
    .product-redesign .product-columns .column-right-description {
      position: sticky;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none; }
    .product-redesign .product-columns .product-tagline.h5 {
      font-size: 25px;
      line-height: 28px; }
    .product-redesign .product-columns .column-left-media {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .product-redesign .product-columns .column-left-media::-webkit-scrollbar {
        display: none; }
    .product-redesign .product-columns #swatches-container {
      height: 0;
      max-width: 500px;
      margin: 0 auto;
      opacity: 0;
      transition: opacity 0.5s; }
      .product-redesign .product-columns #swatches-container h6#swatches-header {
        font-size: 20px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 700;
        margin-bottom: 1em; }
      .product-redesign .product-columns #swatches-container #swatches-slider {
        height: 75px;
        margin-bottom: 40px; }
        .product-redesign .product-columns #swatches-container #swatches-slider .flickity-viewport {
          width: 100%;
          margin: 0 auto; }
        .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button {
          background: transparent; }
          .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button:hover {
            background: transparent; }
        .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button.previous {
          left: 0 !important;
          padding: 0; }
          @media only screen and (min-width: 750px) {
            .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button.previous {
              left: -40px !important; } }
        .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button.next {
          right: 0 !important;
          padding: 0; }
          @media only screen and (min-width: 750px) {
            .product-redesign .product-columns #swatches-container #swatches-slider .flickity-button.next {
              right: -40px !important; } }
        .product-redesign .product-columns #swatches-container #swatches-slider .swatches-slide {
          margin: 0 1em; }
          .product-redesign .product-columns #swatches-container #swatches-slider .swatches-slide img {
            min-height: 75px;
            min-width: 75px; }
  .product-redesign .product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-slider {
    padding-top: 0; }
  .product-redesign .product-image-gallery .selectors {
    display: grid; }
  .product-redesign .product-image-gallery .selectors a, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .btn--default, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors a.button:not([class*="btn--"]), .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-image-gallery .selectors .cta-add-to-cart, .product-redesign .product-image-gallery .selectors .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .cta-add-to-cart, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-image-gallery .selectors .cta-third_party, .product-redesign .product-image-gallery .selectors .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .cta-third_party {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    margin: 20px;
    margin-top: 0; }
    .product-redesign .product-image-gallery .selectors a.active, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .active.btn--default, .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .active.btn--default, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .active.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-image-gallery .selectors .active.cta-add-to-cart, .product-redesign .product-image-gallery .selectors .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .active.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .active.cta-add-to-cart, .product-redesign .product-image-gallery .selectors .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .active.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-image-gallery .selectors .active.cta-third_party, .product-redesign .product-image-gallery .selectors .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .active.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-image-gallery .selectors .active.cta-third_party {
      border-color: #ccc;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 2px 2px 5px 0px black;
      box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.16); }
  .product-redesign .product-image-gallery .selectors img {
    height: 80px;
    width: auto;
    margin: 6px; }
  .product-redesign .product-main-wrapper .product-platform p, .product-redesign .product-main-wrapper .product-platform .gem-form a, .gem-form .product-redesign .product-main-wrapper .product-platform a, .product-redesign .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-redesign .product-main-wrapper .product-platform .btn--default, .product-redesign .product-main-wrapper .product-platform .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-redesign .product-main-wrapper .product-platform .btn--default, .product-redesign .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-main-wrapper .product-platform .cta-add-to-cart, .product-redesign .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-main-wrapper .product-platform .cta-add-to-cart, .product-redesign .product-main-wrapper .product-platform .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-main-wrapper .product-platform .cta-add-to-cart, .product-redesign .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-main-wrapper .product-platform .cta-add-to-cart, .product-redesign .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-main-wrapper .product-platform .cta-third_party, .product-redesign .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-main-wrapper .product-platform .cta-third_party, .product-redesign .product-main-wrapper .product-platform .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-main-wrapper .product-platform .cta-third_party, .product-redesign .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-main-wrapper .product-platform .cta-third_party {
    margin-bottom: 15px; }
  .product-redesign .product-main-wrapper .product-wrapper .product-price-wrapper {
    margin-bottom: 8px; }
  .product-redesign span.wk-label {
    display: none;
    visibility: hidden; }
  .product-redesign button.wk-button-product .wk-icon {
    display: inline; }
  .product-redesign button.wk-button-product {
    margin-top: 2px !important;
    width: 30px;
    height: 30px; }
  .product-redesign h1.product-title {
    width: calc(100% - 50px);
    font-size: 36px; }
  .product-redesign .product-title-wrapper {
    display: flex; }
  .product-redesign .wishlist-button-wrapper {
    width: 50px;
    padding-left: 10px; }
  .product-redesign .stars-mobile-wrapper {
    display: flex; }
  .product-redesign .yotpo .yotpo-bottomline .yotpo-icon-star,
  .product-redesign .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  .product-redesign .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  .product-redesign span.yotpo-icon.yotpo-icon-star.rating-star.pull-left,
  .product-redesign .yotpo .yotpo-bottomline .yotpo-icon-half-star {
    color: #eb6e26 !important; }
  .product-redesign .sale-price {
    color: #eb6e26; }
  .product-redesign .regular-price {
    line-height: 27px; }
  .product-redesign .compare-price {
    color: #676767; }
    .product-redesign .compare-price:after {
      border-top: 1px solid #676767; }
  .product-redesign p.affirm-as-low-as, .product-redesign .gem-form a.affirm-as-low-as, .gem-form .product-redesign a.affirm-as-low-as, .product-redesign .gem-form .template-cart .cart .cart-actions .affirm-as-low-as.btn--default, .gem-form .template-cart .cart .cart-actions .product-redesign .affirm-as-low-as.btn--default, .product-redesign .template-cart .cart .cart-actions .gem-form .affirm-as-low-as.btn--default, .template-cart .cart .cart-actions .gem-form .product-redesign .affirm-as-low-as.btn--default, .product-redesign .gem-form .template-cart .cart .cart-actions a.affirm-as-low-as.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-redesign a.affirm-as-low-as.button:not([class*="btn--"]), .product-redesign .template-cart .cart .cart-actions .gem-form a.affirm-as-low-as.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-redesign a.affirm-as-low-as.button:not([class*="btn--"]), .product-redesign .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .affirm-as-low-as.cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .affirm-as-low-as.cta-add-to-cart, .product-redesign .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .affirm-as-low-as.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .affirm-as-low-as.cta-add-to-cart, .product-redesign .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .affirm-as-low-as.cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .affirm-as-low-as.cta-add-to-cart, .product-redesign .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .affirm-as-low-as.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .affirm-as-low-as.cta-add-to-cart, .product-redesign .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .affirm-as-low-as.cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .affirm-as-low-as.cta-third_party, .product-redesign .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .affirm-as-low-as.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .affirm-as-low-as.cta-third_party, .product-redesign .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .affirm-as-low-as.cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .affirm-as-low-as.cta-third_party, .product-redesign .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .affirm-as-low-as.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .affirm-as-low-as.cta-third_party {
    font-size: 15px;
    margin-bottom: 24px; }
  .product-redesign .__affirm-logo.__ligature__affirm_full_logo__ {
    font-size: 25px; }
  .product-redesign .product-tagline h5 {
    line-height: 28px; }
  .product-redesign .product-description-wrapper p, .product-redesign .product-description-wrapper .gem-form a, .gem-form .product-redesign .product-description-wrapper a, .product-redesign .product-description-wrapper .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-redesign .product-description-wrapper .btn--default, .product-redesign .product-description-wrapper .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-redesign .product-description-wrapper .btn--default, .product-redesign .product-description-wrapper .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-redesign .product-description-wrapper a.button:not([class*="btn--"]), .product-redesign .product-description-wrapper .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-redesign .product-description-wrapper a.button:not([class*="btn--"]), .product-redesign .product-description-wrapper .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-description-wrapper .cta-add-to-cart, .product-redesign .product-description-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-description-wrapper .cta-add-to-cart, .product-redesign .product-description-wrapper .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-description-wrapper .cta-add-to-cart, .product-redesign .product-description-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-description-wrapper .cta-add-to-cart, .product-redesign .product-description-wrapper .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-description-wrapper .cta-third_party, .product-redesign .product-description-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-description-wrapper .cta-third_party, .product-redesign .product-description-wrapper .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-description-wrapper .cta-third_party, .product-redesign .product-description-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-description-wrapper .cta-third_party {
    line-height: 24px;
    padding-bottom: 0; }
  .product-redesign .product-main-wrapper .product-wrapper .product-description-wrapper {
    margin-bottom: 40px; }
  .product-redesign .product-main-wrapper .product-wrapper .product-add-to-cart-wrapper .cta-add-to-cart {
    margin-right: 0;
    margin-bottom: 26px;
    width: 100% !important; }
  .product-redesign .product-main-wrapper .product-wrapper .cta-back-in-stock {
    margin-bottom: 26px;
    width: 100% !important; }
  .product-redesign .shopify-payment-button {
    width: 100%; }
  .product-redesign .shopify-payment-button__button--unbranded {
    background-color: #000000 !important;
    font: 600 18px Rajdhani, sans-serif; }
  .product-redesign .shopify-payment-button__more-options:disabled {
    background: transparent !important;
    visibility: hidden !important; }
  .product-redesign .column-description-wrapper .product-accolade-wrapper {
    visibility: hidden; }
    .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized {
      visibility: visible;
      box-shadow: 0px 15px 30px #0000001F;
      border-radius: 14px;
      padding: 30px 35px;
      height: 240px;
      margin-bottom: 40px;
      width: 90%;
      margin-left: 5%; }
      .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-track {
        margin-bottom: 20px; }
      .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .product-accolade {
        max-width: 100%; }
      .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .testimonial-title-author {
        display: block;
        min-height: unset;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1024px) {
          .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .testimonial-title-author {
            margin-top: -15px; } }
      .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dotted.slick-slider {
        width: 100% !important; }
      .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dots {
        bottom: 40px;
        width: 90%;
        left: initial;
        text-align: center;
        margin-left: -5%; }
        @media only screen and (max-width: 1024px) {
          .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dots {
            transform: unset;
            margin-left: -2.5%; } }
        .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dots li {
          width: unset;
          height: unset;
          margin-top: 20px; }
        .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dots li.slick-active button {
          background: #eb6e26;
          height: 6px !important;
          transition: translate(0, 100px);
          position: relative; }
        .product-redesign .column-description-wrapper .product-accolade-wrapper .slick-initialized .slick-dots li button {
          border-radius: 0;
          height: 3px !important;
          width: 60px;
          padding: 2px 0;
          background-color: #676767;
          border: none;
          transition: height 0.15s ease-out;
          transition: translate(0, 0); }
  .product-redesign .product-accolade img {
    max-width: 90px; }
  .product-redesign .product-accolade a, .product-redesign .product-accolade .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign .product-accolade .btn--default, .product-redesign .product-accolade .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-redesign .product-accolade a.button:not([class*="btn--"]), .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-add-to-cart, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-add-to-cart, .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-third_party, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-third_party {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  .product-redesign .product-accolade a:hover, .product-redesign .product-accolade .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions .product-redesign .product-accolade .btn--default:hover, .product-redesign .product-accolade .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .product-redesign .product-accolade a.button:hover:not([class*="btn--"]), .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-add-to-cart:hover, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-add-to-cart:hover, .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-third_party:hover, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-third_party:hover {
    text-decoration: none; }
  .product-redesign .product-accolade a span, .product-redesign .product-accolade .template-cart .cart .cart-actions .btn--default span, .template-cart .cart .cart-actions .product-redesign .product-accolade .btn--default span, .product-redesign .product-accolade .template-cart .cart .cart-actions a.button:not([class*="btn--"]) span, .template-cart .cart .cart-actions .product-redesign .product-accolade a.button:not([class*="btn--"]) span, .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-add-to-cart span, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-add-to-cart span, .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-third_party span, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-third_party span {
    min-height: 100px;
    display: flex;
    align-items: center;
    font-size: 26px; }
  .product-redesign .product-accolade img {
    padding-bottom: 10px; }
  .product-redesign .product-accolade-container {
    margin: 0 auto 50px auto;
    text-align: center;
    max-width: 1170px;
    padding-right: 30px;
    padding-left: 30px; }
  .product-redesign .product-accolade-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 22px 30px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-left: none; }
  @media screen and (min-width: 791px) {
    .product-redesign .product-accolade-wrapper.mobile {
      display: none; }
    .product-redesign .product-accolade {
      max-width: 30%; }
    .product-redesign .product-accolade a, .product-redesign .product-accolade .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign .product-accolade .btn--default, .product-redesign .product-accolade .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-redesign .product-accolade a.button:not([class*="btn--"]), .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-add-to-cart, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-add-to-cart, .product-redesign .product-accolade .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-accolade .cta-third_party, .product-redesign .product-accolade .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-accolade .cta-third_party {
      font-size: 16px; } }
  @media screen and (max-width: 790px) {
    .product-redesign .product-accolade-wrapper.desktop {
      display: none; }
    .product-redesign .product-accolade-container {
      margin: 0 auto 20px auto; }
    .product-redesign .product-accolade-inner {
      flex-flow: column nowrap; }
    .product-redesign .product-accolade:not(:first-child) {
      padding-top: 30px; } }
  .product-redesign .product-overview
  .product-overview-content
  .product-overview-info
  .accordion-menu
  .accordion-item
  div.prodDescriptionContent.rte {
    display: block; }
  .product-redesign .product-overview
  .product-overview-content
  .product-overview-info
  .accordion-menu
  .accordion-row-title {
    padding: 22px 0; }
  .product-redesign .product-overview {
    margin-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 30px; }
    .product-redesign .product-overview .product-overview-content
    .product-overview-info
    .accordion-menu
    h5.accordion-row-title,
    .product-redesign .product-overview .h5.accordion-row-title {
      text-transform: uppercase;
      font-size: 20px; }
    .product-redesign .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item {
      padding-left: 0; }
    .product-redesign .product-overview .product-overview-content
    .product-overview-info
    .accordion-menu
    .accordion-item
    div.column-callout {
      display: block; }
      .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout h5 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px; }
      .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout p, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form a, .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout a, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .btn--default, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .btn--default, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-add-to-cart, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-add-to-cart, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-add-to-cart, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-add-to-cart, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-third_party, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-third_party, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-third_party, .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-redesign .product-overview .product-overview-content
      .product-overview-info
      .accordion-menu
      .accordion-item
      div.column-callout .cta-third_party {
        padding: 0 !important;
        margin: 0 !important; }
  .product-redesign .product-overview-content h4 {
    font-size: 24px;
    text-align: center; }
  .product-redesign .product-low-inventory.force-show {
    color: #eb6e26;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    width: 100%; }
  .product-redesign .product-information {
    background-color: #ffffff; }
    .product-redesign .product-information .product-accolade-wrapper {
      background-color: #f2f2f2;
      margin: 0 auto; }
    .product-redesign .product-information .product-accolade-container {
      margin: 0 auto; }
    .product-redesign .product-information .product-accolade-inner {
      border: 0;
      padding: 50px 30px; }
    .product-redesign .product-information span.testimonial-title-author.font-weight-bold {
      font-family: Rajdhani, sans-serif;
      font-size: 30px;
      min-height: unset;
      text-transform: uppercase; }
  .product-redesign .product-information-section-header {
    text-align: center;
    background: white;
    margin: 0;
    padding: 0;
    padding-top: 70px;
    padding-bottom: 30px; }
    .product-redesign .product-information-section-header h4 {
      font-size: 35px !important;
      margin: 0;
      padding: 0; }
  .product-redesign .product-full-width-banner {
    position: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5em; }
  .product-redesign .product-banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center; }
    .product-redesign .product-banner-inner .inset-box {
      display: none;
      padding: 15px;
      max-width: 470px;
      margin: 20px;
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 15px; }
      @media screen and (min-width: 1024px) {
        .product-redesign .product-banner-inner .inset-box {
          display: block; } }
  .product-redesign .product-feature-content.mobile-copy {
    display: block;
    padding: 0 15px 50px; }
    @media screen and (min-width: 1024px) {
      .product-redesign .product-feature-content.mobile-copy {
        display: none; } }
  .product-redesign .product-banner-inner h2 {
    line-height: 38px;
    font-size: 35px;
    color: #ffffff; }
  @media screen and (max-width: 749px) {
    .product-redesign .product-full-width-banner {
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 300px;
      background-position: top right; }
    .product-redesign .banner-text {
      background-color: #f2f2f2;
      padding: 40px 15px; }
    .product-redesign .banner-text div {
      font-size: 16px;
      line-height: 24px; }
    .product-redesign .banner-text h2 {
      font-size: 35px; } }
  .product-redesign .product-main-video-container {
    background-color: #ffffff;
    padding-top: 15px; }
  .product-redesign .product-main-video-inner {
    max-width: 1100px;
    margin: 0 auto; }
    .product-redesign .product-main-video-inner h4 {
      text-align: center;
      margin-bottom: 44px; }
  .product-redesign .product-feature.grid, .product-redesign ul.product-feature.social-links, .product-redesign nav.mobile-navigation > ul.product-feature,
  .product-redesign nav.navigation > ul.product-feature {
    background: #f2f2f2;
    max-width: 1440px;
    margin: 0 auto; }
  .product-redesign .product-feature .product-feature-content .product-feature-title-text h4 {
    font-size: 30px;
    padding: 40px 0 10px; }
  .product-redesign .product-reviews .yotpo-review.yotpo-regular-box {
    width: 100% !important;
    background: #f2f2f2 !important;
    border: none !important;
    margin-bottom: 47px !important; }
  .product-redesign .product-reviews .yotpo-review-stars {
    top: unset !important;
    left: unset !important;
    position: unset !important;
    background-color: transparent !important; }
  .product-redesign .product-reviews .yotpo-footer {
    width: 95% !important; }
  .product-redesign .product-reviews .yotpo .yotpo-review .yotpo-footer .y-label,
  .product-redesign .product-reviews .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-review-date {
    text-transform: none !important;
    font-style: italic !important;
    font-size: 14px !important; }
  .product-redesign .product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-icon.yotpo-icon-share + .y-label {
    text-transform: capitalize !important; }
  .product-redesign .product-reviews .yotpo-reviews > .yotpo-regular-box {
    min-height: 217px !important;
    margin: 0 !important;
    margin-bottom: 47px !important; }
  .product-redesign .product-reviews span.yotpo-icon.yotpo-icon-circle-checkmark.yotpo-action-hover,
  .product-redesign .product-reviews .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
    color: #eb6e26 !important; }
  .product-redesign .product-reviews a.yotpo-page-element, .product-redesign .product-reviews .template-cart .cart .cart-actions .yotpo-page-element.btn--default, .template-cart .cart .cart-actions .product-redesign .product-reviews .yotpo-page-element.btn--default, .product-redesign .product-reviews .template-cart .cart .cart-actions a.yotpo-page-element.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-redesign .product-reviews a.yotpo-page-element.button:not([class*="btn--"]), .product-redesign .product-reviews .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .yotpo-page-element.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-reviews .yotpo-page-element.cta-add-to-cart, .product-redesign .product-reviews .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .yotpo-page-element.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-reviews .yotpo-page-element.cta-add-to-cart, .product-redesign .product-reviews .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .yotpo-page-element.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .product-reviews .yotpo-page-element.cta-third_party, .product-redesign .product-reviews .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .yotpo-page-element.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .product-reviews .yotpo-page-element.cta-third_party {
    font-family: "Open Sans";
    font-size: 20px !important; }
  .product-redesign .product-reviews span.y-label.yotpo-user-title.yotpo-action-hover {
    font-style: italic !important;
    font-size: 19px !important;
    color: #8b8b8b !important; }
  .product-redesign .product-reviews span.y-label.yotpo-user-name.yotpo-font-bold.pull-left {
    text-transform: uppercase !important;
    font-size: 22px !important;
    font-family: "Rajdhani";
    letter-spacing: 0 !important;
    line-height: 20px !important;
    color: #242424 !important;
    margin-right: 20px; }
  .product-redesign .product-reviews .yotpo .yotpo-review .yotpo-main .content-title,
  .product-redesign .product-reviews .content-review {
    color: #0d0d0d !important; }
  .product-redesign .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
    display: flex !important;
    border: none !important;
    flex-wrap: wrap !important; }
  .product-redesign .product-reviews .yotpo-main-widget
  > div
  > .yotpo-nav-content
  > div.yotpo-reviews
  > div.yotpo-review.yotpo-regular-box {
    border: none !important; }
  .product-redesign .product-reviews .yotpo-label.yotpo-small-box {
    visibility: hidden !important;
    display: none !important; }
  .product-redesign .product-reviews .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution {
    border: none !important;
    padding-left: 0 !important; }
  .product-redesign .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
    width: 100% !important; }
  .product-redesign .product-reviews .yotpo-star-distribution-graph-score {
    background-color: #bcbcbc !important; }
  .product-redesign .product-reviews .yotpo-star-distribution-score-wrapper {
    background-color: #ffffff !important; }
  .product-redesign .product-reviews span.yotpo-sum-reviews.text-xs.font-color-primary {
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-family: "Open Sans" !important; }
  .product-redesign .product-reviews span.font-color-gray.based-on {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    text-transform: uppercase; }
  .product-redesign .product-reviews .yotpo .yotpo-nav {
    border: none !important; }
  .product-redesign .product-reviews .yotpo .yotpo-nav-content > div.yotpo-active {
    margin: none !important; }
  .product-redesign .product-reviews .yotpo .yotpo-icon-seperator:before {
    content: ""; }
  .product-redesign .cross-sell-wrapper {
    background-color: #f2f2f2; }
  .product-redesign div#shopify-section-product-information + div {
    background: #f2f2f2 !important; }
  .product-redesign #cross-sells .slick-track .xs-image {
    display: block !important;
    margin: 0 auto !important; }
  .product-redesign #cross-sells .slick-track .xs-product-title {
    text-align: left !important; }
    .product-redesign #cross-sells .slick-track .xs-product-title a, .product-redesign #cross-sells .slick-track .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign #cross-sells .slick-track .xs-product-title .btn--default, .product-redesign #cross-sells .slick-track .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sells .slick-track .xs-product-title .cta-add-to-cart, .product-redesign #cross-sells .slick-track .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sells .slick-track .xs-product-title .cta-add-to-cart, .product-redesign #cross-sells .slick-track .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sells .slick-track .xs-product-title .cta-third_party, .product-redesign #cross-sells .slick-track .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sells .slick-track .xs-product-title .cta-third_party {
      font-family: 'Rajdhani', sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
  .product-redesign #cross-sells .slick-track .xs-price {
    text-align: left !important;
    padding: 5px 0 15px 10px;
    font-weight: bold;
    font-size: 14px; }
  .product-redesign #cross-sells .flickity-viewport {
    width: 80%;
    margin: 0 auto; }
  .product-redesign #cross-sells .slick-list {
    padding: 0 20% 0 0 !important; }
  .product-redesign #cross-sells .slick-dots {
    text-align: center;
    transform: translateX(0%);
    left: unset;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .product-redesign #cross-sells .slick-dots {
        padding-top: 30px !important;
        margin-bottom: -40px !important; } }
    .product-redesign #cross-sells .slick-dots li {
      width: unset;
      height: unset;
      margin-top: 20px; }
    .product-redesign #cross-sells .slick-dots li.slick-active button {
      background: #eb6e26;
      height: 7px;
      transform: translateY(-0.5px); }
    .product-redesign #cross-sells .slick-dots li button {
      border-radius: 0;
      height: 1px;
      width: 60px;
      padding: 2px 0;
      background-color: #676767;
      border: none; }
  .product-redesign .cross-sell div.xs-card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0;
    min-height: 335px; }
  .product-redesign .flickity-slider .cross-sell div.xs-card {
    margin: 15px 1em !important; }
  @media screen and (max-width: 1158px) {
    .product-redesign .cross-sell div.xs-card .xs-card-body {
      padding: 10px 20px !important; }
    .product-redesign .cross-sell div.xs-card .xs-product-title {
      text-align: center !important; }
      .product-redesign .cross-sell div.xs-card .xs-product-title a, .product-redesign .cross-sell div.xs-card .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign .cross-sell div.xs-card .xs-product-title .btn--default, .product-redesign .cross-sell div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .cross-sell div.xs-card .xs-product-title .cta-add-to-cart, .product-redesign .cross-sell div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .cross-sell div.xs-card .xs-product-title .cta-add-to-cart, .product-redesign .cross-sell div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign .cross-sell div.xs-card .xs-product-title .cta-third_party, .product-redesign .cross-sell div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign .cross-sell div.xs-card .xs-product-title .cta-third_party {
        font-weight: 600px !important; }
    .product-redesign .cross-sell div.xs-card .xs-card-footer .xs-price {
      text-align: center !important;
      font-weight: 300px !important;
      font-family: "Open Sans", sans-serif !important; } }
  .product-redesign .cross-sell .flickity-prev-next-button.next,
  .product-redesign .cross-sell .flickity-prev-next-button.previous {
    height: 50px !important;
    width: 50px !important;
    top: 50%;
    transform: translateY(-50%); }
    .product-redesign .cross-sell .flickity-prev-next-button.next:hover,
    .product-redesign .cross-sell .flickity-prev-next-button.previous:hover {
      background: rgba(0, 0, 0, 0.15) !important;
      border-radius: 25px !important; }
    .product-redesign .cross-sell .flickity-prev-next-button.next .flickity-button-icon,
    .product-redesign .cross-sell .flickity-prev-next-button.previous .flickity-button-icon {
      height: 25px !important;
      width: 25px !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .product-redesign h3.crosssell-title {
    font-size: 35px !important; }
    @media only screen and (max-width: 1024px) {
      .product-redesign h3.crosssell-title {
        margin: 20px 0 -20px 0 !important; } }
  .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title a, .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .btn--default, .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party, .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title a,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .template-cart .cart .cart-actions .btn--default,
  .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .btn--default,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .cta-add-to-cart,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .cta-add-to-cart,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
  .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .cta-third_party,
  .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
  .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-redesign #cross-sell #cross-sells .flickity-slider > div.xs-card .xs-card-body .xs-product-title .cta-third_party {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important; }
  .product-redesign .product-image-gallery-mobile {
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    max-height: 450px; }
    .product-redesign .product-image-gallery-mobile.slick-loading {
      background: white slick-image-url("ajax-loader.gif") center center no-repeat; }
    .product-redesign .product-image-gallery-mobile.slick-initialized {
      visibility: visible;
      opacity: 1;
      max-height: initial; }
  .product-redesign .product-image-gallery-mobile .slick-dots {
    text-align: center;
    transform: translateX(0%);
    left: unset;
    position: relative;
    padding-top: 20px;
    width: 100%; }
    .product-redesign .product-image-gallery-mobile .slick-dots li {
      width: unset;
      height: unset;
      margin-top: 20px; }
    .product-redesign .product-image-gallery-mobile .slick-dots li.slick-active button {
      background: #eb6e26; }
    .product-redesign .product-image-gallery-mobile .slick-dots li button {
      border-radius: 0;
      height: 1px;
      width: 60px;
      padding: 2px 0;
      background-color: #676767;
      border: none; }
  .product-redesign .hidden-desktop {
    display: block; }
  .product-redesign .hidden-mobile {
    display: none;
    visibility: hidden; }

@media all and (min-width: 750px) {
  .product-redesign .hidden-desktop {
    display: none !important;
    visibility: visible !important; }
  .product-redesign .hidden-mobile {
    display: block !important;
    visibility: visible !important; } }
@media all and (max-width: 550px) {
  .product-redesign span.y-label.yotpo-review-date {
    margin-left: 30px; }
  .product-redesign .yotpo-reviews.yotpo-active {
    margin-top: 100px !important; } }
@media screen and (max-width: 767px) {
  .product-redesign .yotpo-reviews > div:nth-child(8) {
    border: 0 !important; }
  .product-redesign .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-title {
    font-size: 16px !important; }
  .product-redesign .product-reviews
  .yotpo-main-widget
  > div
  > .yotpo-nav-content
  > div.yotpo-reviews
  > div.yotpo-review.yotpo-regular-box {
    padding: 30px 15px !important; } }
@media all and (min-width: 750px) and (max-width: 1100px) {
  .product-redesign .product-columns .column-left-media {
    padding-left: 0% !important;
    padding-right: 0% !important; } }
/* Desktop */
@media all and (min-width: 750px) {
  .product-redesign .product-wrapper {
    margin: 0; }
  .product-redesign .product-feature .product-feature-content .product-feature-title-text h4 {
    padding: 10px 0; }
  .product-redesign .product-information-section-header {
    padding-top: 115px;
    padding-bottom: 44px; }
  .product-redesign .product-banner-content {
    width: 50%; }
  .product-redesign .product-reviews
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes {
    flex-wrap: nowrap !important; }
  .product-redesign .product-columns {
    flex-wrap: nowrap;
    max-height: 100%;
    margin: auto;
    position: relative; }
    .product-redesign .product-columns .column-left-media {
      width: 60%;
      padding-left: 5%;
      display: block; }
      .product-redesign .product-columns .column-left-media .product-media-main {
        padding-left: 10px;
        max-height: calc(100vh - 20px);
        overflow-y: scroll; }
        .product-redesign .product-columns .column-left-media .product-media-main::-webkit-scrollbar {
          display: none; }
    .product-redesign .product-columns h1.product-title {
      font-size: 35px; }
    .product-redesign .product-columns .column-right-description {
      width: 40%;
      padding: 0 5% 0 40px;
      margin-left: -50px;
      position: sticky;
      -ms-overflow-style: none;
      scrollbar-width: none;
      top: 10px;
      max-height: calc(100vh - 20px);
      overflow-y: auto;
      overflow-x: hidden; }
      .product-redesign .product-columns .column-right-description::-webkit-scrollbar {
        display: none; } }
.collection-filter {
  position: absolute;
  z-index: 6;
  box-shadow: 0px 6px 12px #00000014; }
  @media only screen and (max-width: 1024px) {
    .collection-filter {
      top: 0;
      height: 100vw; } }
  @media only screen and (max-width: 749px) {
    .collection-filter > div {
      border-right: none; } }
  .collection-filter .hide {
    display: none; }
  .collection-filter .filter-header {
    border-bottom: 1px solid;
    position: relative; }
    @media only screen and (max-width: 749px) {
      .collection-filter .filter-header {
        border-bottom: none; } }
    .collection-filter .filter-header .mobile-expand {
      display: none;
      position: absolute;
      font-size: 18px;
      top: 0;
      right: 10px; }
      @media only screen and (max-width: 749px) {
        .collection-filter .filter-header .mobile-expand {
          display: block; } }
  .collection-filter .filter-wrapper {
    padding: 0 190px; }
    @media only screen and (max-width: 1024px) {
      .collection-filter .filter-wrapper {
        padding: 0 0 90px 0;
        height: 100vh; } }
  .collection-filter .filter-dropdown-header {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0;
    z-index: 1;
    box-shadow: 0px 6px 12px #00000014;
    background-color: #fff;
    display: none; }
    @media only screen and (max-width: 1024px) {
      .collection-filter .filter-dropdown-header {
        display: block; } }
  .collection-filter .filter-dropdown-header-copy {
    padding: 32px 0 10px 30px;
    margin: 0;
    font-size: 24px; }
  .collection-filter .filter-dropdown-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    border: none; }
    @media only screen and (min-width: 750px) {
      .collection-filter .filter-dropdown-close-button {
        right: 50px; } }
  .collection-filter .filter-blocks {
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 1024px) {
      .collection-filter .filter-blocks {
        margin-top: 80px;
        display: block; } }
  .collection-filter .filter-section {
    padding: 40px 0; }
    @media only screen and (max-width: 1024px) {
      .collection-filter .filter-section {
        padding: 10px 0 10px 30px; } }
    .collection-filter .filter-section.expanded {
      display: block; }
    .collection-filter .filter-section .filter-tags ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      .collection-filter .filter-section .filter-tags ul li {
        padding: 7px 0; }
        .collection-filter .filter-section .filter-tags ul li .filter-checkbox {
          display: block;
          position: relative;
          padding-left: 35px;
          cursor: pointer; }
          .collection-filter .filter-section .filter-tags ul li .filter-checkbox input {
            position: absolute;
            z-index: -1;
            opacity: 0; }
          .collection-filter .filter-section .filter-tags ul li .filter-checkbox .checkbox-indicator {
            position: absolute;
            top: 1px;
            left: 3px;
            height: 15px;
            width: 15px;
            border: 1px solid #000;
            background: #fff; }
            .collection-filter .filter-section .filter-tags ul li .filter-checkbox .checkbox-indicator:after {
              content: '';
              position: absolute;
              display: none;
              left: 4px;
              top: 0px;
              width: 5px;
              height: 11px;
              border: solid #000;
              border-width: 0 2px 2px 0;
              transform: rotate(45deg); }
          .collection-filter .filter-section .filter-tags ul li .filter-checkbox input:checked ~ .checkbox-indicator:after {
            display: block; }
          .collection-filter .filter-section .filter-tags ul li .filter-checkbox input:disabled ~ .checkbox-indicator {
            opacity: 0.6;
            pointer-events: none; }
            .collection-filter .filter-section .filter-tags ul li .filter-checkbox input:disabled ~ .checkbox-indicator:after {
              border-color: #171717; }
  .collection-filter .filter-controls-wrapper {
    padding: 20px 10px 60px 10px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .collection-filter .filter-controls-wrapper {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 90px;
        border-top: 1px #aeaeae solid;
        background-color: #fff; } }
    .collection-filter .filter-controls-wrapper button {
      height: 50px;
      width: 168px;
      font-family: 'Rajdhani', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      border: 1px solid #000;
      border-radius: 25px;
      background-color: #000;
      color: #fff;
      margin: 0 10px; }
      @media only screen and (max-width: 1024px) {
        .collection-filter .filter-controls-wrapper button {
          width: 100%; } }
      .collection-filter .filter-controls-wrapper button:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #000; }

/*================ Mini Cart ================*/
.cart-mini-trigger {
  padding-right: 23px; }
  .cart-mini-trigger .cart-mini {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    background-color: white;
    padding: 0 12px 0 12px;
    overflow-y: auto;
    width: 400px;
    height: 100vh;
    -webkit-overflow-scrolling: touch; }
    @media only screen and (max-width: 749px) {
      .cart-mini-trigger .cart-mini {
        width: 350px; } }
  .cart-mini-trigger .cart-mini-item {
    margin-top: 15px;
    margin-bottom: 15px; }
  .cart-mini-trigger h2 {
    display: inline-block; }
  .cart-mini-trigger .cart-mini-header, .cart-mini-trigger .cart-mini-footer {
    margin-top: 15px;
    margin-bottom: 15px; }
  .cart-mini-trigger .cart-mini-title {
    font-family: Rajdhani, sans-serif;
    font-size: 25px; }
  .cart-mini-trigger .cart-mini-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-left: none;
    text-align: right;
    font-family: Rajdhani, sans-serif;
    font-size: 20px; }
  .cart-mini-trigger .cart-mini-header {
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none; }
    .cart-mini-trigger .cart-mini-header .x-close {
      margin-top: 0;
      font-size: 20px; }
  .cart-mini-trigger .cart-mini-group {
    margin-bottom: 15px; }
  .cart-mini-trigger .cart-plus-minus-quantity {
    display: block;
    float: left;
    width: 100%; }
    .cart-mini-trigger .cart-plus-minus-quantity > span {
      display: inline-block;
      padding-right: 5px; }
  .cart-mini-trigger .cart-mini-item-info .fa-minus {
    padding-left: 0; }
  .cart-mini-trigger .cart-mini-item-title {
    display: block; }
    .cart-mini-trigger .cart-mini-item-title a, .cart-mini-trigger .cart-mini-item-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .cart-mini-trigger .cart-mini-item-title .btn--default, .cart-mini-trigger .cart-mini-item-title .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .cart-mini-trigger .cart-mini-item-title a.button:not([class*="btn--"]), .cart-mini-trigger .cart-mini-item-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-mini-trigger .cart-mini-item-title .cta-add-to-cart, .cart-mini-trigger .cart-mini-item-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-mini-trigger .cart-mini-item-title .cta-add-to-cart, .cart-mini-trigger .cart-mini-item-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-mini-trigger .cart-mini-item-title .cta-third_party, .cart-mini-trigger .cart-mini-item-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-mini-trigger .cart-mini-item-title .cta-third_party {
      text-decoration: none; }
  .cart-mini-trigger .cart-mini-variants {
    list-style: none;
    padding: 0;
    margin-top: 0; }
    .cart-mini-trigger .cart-mini-variants li:first-child {
      padding-top: 2px; }
    .cart-mini-trigger .cart-mini-variants .cart-mini-remove-item {
      text-decoration: underline;
      float: right; }
  .cart-mini-trigger .cart-mini-view-cart {
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    text-decoration: underline; }
  .cart-mini-trigger .cart-mini-checkout {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px; }
  .cart-mini-trigger .cart-mini-checkout-wide .btn-checkout {
    margin-bottom: 10px;
    min-width: 180px; }
  .cart-mini-trigger .cart-mini-message {
    text-align: center; }
  .cart-mini-trigger .cart-mini-deactivated {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .3;
    z-index: 1002; }
  .cart-mini-trigger .quantity-btn {
    border: none;
    background: none;
    outline: none; }

.cart-mini-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: .5;
  transition: opacity .5s linear .1s, width 0s linear 0s;
  z-index: 10;
  background-color: black; }
  .cart-mini-overlay.hide-overlay {
    width: 0;
    opacity: 0;
    transition: opacity .5s linear 0s, width 0s linear 0.5s; }

.sale-color {
  color: red; }

.shipping_disclaimer a, .shipping_disclaimer .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .shipping_disclaimer .btn--default, .shipping_disclaimer .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .shipping_disclaimer a.button:not([class*="btn--"]), .shipping_disclaimer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shipping_disclaimer .cta-add-to-cart, .shipping_disclaimer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shipping_disclaimer .cta-add-to-cart, .shipping_disclaimer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shipping_disclaimer .cta-third_party, .shipping_disclaimer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shipping_disclaimer .cta-third_party {
  text-decoration: underline; }

.product-tabs {
  list-style-position: inside;
  margin: 0;
  padding: 0; }
  .product-tabs .product-tab-title {
    display: inline-block;
    list-style-position: inside;
    border: 1px solid black;
    padding: 10px 15px; }
    .product-tabs .product-tab-title > a, .product-tabs .template-cart .cart .cart-actions .product-tab-title > .btn--default, .template-cart .cart .cart-actions .product-tabs .product-tab-title > .btn--default, .product-tabs .template-cart .cart .cart-actions .product-tab-title > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-tabs .product-tab-title > a.button:not([class*="btn--"]), .product-tabs .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-tab-title > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-tabs .product-tab-title > .cta-add-to-cart, .product-tabs .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-tab-title > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-tabs .product-tab-title > .cta-add-to-cart, .product-tabs .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-tab-title > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-tabs .product-tab-title > .cta-third_party, .product-tabs .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-tab-title > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-tabs .product-tab-title > .cta-third_party {
      padding: 15px; }

.product-tabs-content {
  display: none; }
  .product-tabs-content:first-child {
    display: block; }

.slick-initialized .swipe-tab-content {
  position: relative;
  min-height: 365px; }
  @media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
      min-height: 500px; } }
.slick-initialized .swipe-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: none;
  border: 0;
  color: #757575;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.5s; }
  .slick-initialized .swipe-tab:hover {
    color: black; }
  .slick-initialized .swipe-tab.active-tab {
    border-bottom-color: black;
    color: black;
    font-weight: 700; }

.main-container {
  padding: 25px; }

.back-to-top {
  position: fixed;
  bottom: 5em;
  right: 1em;
  background-color: black;
  text-decoration: none;
  padding: 10px;
  border-radius: 50%;
  border: 1px none #7c7676;
  display: none;
  z-index: 10001;
  height: 56px; }
  .back-to-top span {
    font: 800 36px Arial, sans-serifpx;
    color: white;
    padding-left: 15px;
    padding-right: 15px; }
    .back-to-top span:hover {
      color: white; }
  .back-to-top i {
    font-size: 36px;
    color: white;
    line-height: 0.9; }
    .back-to-top i:hover {
      color: white; }

/*================ Product Feature ================*/
.product-feature {
  margin: 0; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .product-feature {
      display: flex;
      align-items: center; } }
  @media only screen and (min-width: 1025px) {
    .product-feature {
      display: flex;
      align-items: center; } }
  .product-feature.flow-reverse {
    flex-flow: row-reverse; }
  .product-feature .grid__item, .product-feature ul.social-links > li, .product-feature nav.mobile-navigation > ul > li,
  .product-feature nav.navigation > ul > li {
    padding: 0; }
  .product-feature .product-feature-content {
    display: flex;
    justify-content: center; }
    .product-feature .product-feature-content .product-feature-title-text {
      padding: 50px 35px;
      max-width: 540px; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .product-feature .product-feature-content .product-feature-title-text {
          padding: 0 35px; } }
      @media only screen and (min-width: 1025px) {
        .product-feature .product-feature-content .product-feature-title-text {
          padding: 0 35px; } }
      .product-feature .product-feature-content .product-feature-title-text h4 {
        margin: 0 0 17px; }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .product-feature .product-feature-content .product-feature-title-text h4 {
            margin: 0 0 10px -1px; } }
        @media only screen and (min-width: 1025px) {
          .product-feature .product-feature-content .product-feature-title-text h4 {
            margin: 0 0 10px -1px; } }
      .product-feature .product-feature-content .product-feature-title-text p, .product-feature .product-feature-content .product-feature-title-text .gem-form a, .gem-form .product-feature .product-feature-content .product-feature-title-text a, .product-feature .product-feature-content .product-feature-title-text .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-feature .product-feature-content .product-feature-title-text .btn--default, .product-feature .product-feature-content .product-feature-title-text .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-feature .product-feature-content .product-feature-title-text .btn--default, .product-feature .product-feature-content .product-feature-title-text .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-feature .product-feature-content .product-feature-title-text .cta-add-to-cart, .product-feature .product-feature-content .product-feature-title-text .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-feature .product-feature-content .product-feature-title-text .cta-add-to-cart, .product-feature .product-feature-content .product-feature-title-text .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-feature .product-feature-content .product-feature-title-text .cta-add-to-cart, .product-feature .product-feature-content .product-feature-title-text .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-feature .product-feature-content .product-feature-title-text .cta-add-to-cart, .product-feature .product-feature-content .product-feature-title-text .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-feature .product-feature-content .product-feature-title-text .cta-third_party, .product-feature .product-feature-content .product-feature-title-text .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-feature .product-feature-content .product-feature-title-text .cta-third_party, .product-feature .product-feature-content .product-feature-title-text .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-feature .product-feature-content .product-feature-title-text .cta-third_party, .product-feature .product-feature-content .product-feature-title-text .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-feature .product-feature-content .product-feature-title-text .cta-third_party {
        margin: 0; }

/*================ Product Overview ================*/
.product-overview {
  padding-top: 37px;
  padding-bottom: 35px;
  margin: 0 auto; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .product-overview {
      padding-top: 131px;
      padding-bottom: 104px; } }
  @media only screen and (min-width: 1025px) {
    .product-overview {
      padding-top: 131px;
      padding-bottom: 104px; } }
  .product-overview .grid__item, .product-overview ul.social-links > li, .product-overview nav.mobile-navigation > ul > li,
  .product-overview nav.navigation > ul > li {
    padding: 0; }
  .product-overview .product-overview-content {
    padding-top: 37px; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .product-overview .product-overview-content {
        padding-top: 0;
        padding-right: 20px; } }
    @media only screen and (min-width: 1025px) {
      .product-overview .product-overview-content {
        padding-top: 0;
        padding-right: 20px; } }
    .product-overview .product-overview-content .product-overview-info {
      padding-top: 8px; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .product-overview .product-overview-content .product-overview-info {
          padding-top: 19px; } }
      @media only screen and (min-width: 1025px) {
        .product-overview .product-overview-content .product-overview-info {
          padding-top: 19px; } }
      .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title {
        padding: 12px 0 11px;
        width: 100%;
        margin: 0;
        cursor: pointer;
        text-transform: capitalize;
        text-align: left;
        text-transform: uppercase;
        font-size: 20px;
        background-color: transparent;
        border: none; }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title {
            padding: 26px 0 22px; } }
        @media only screen and (min-width: 1025px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title {
            padding: 26px 0 22px; } }
        .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title .fa-plus {
          float: right;
          margin-top: 2px;
          width: 12px;
          height: 11px;
          font-size: 12px;
          text-align: center;
          transform: rotate(135deg);
          transition: transform 0.5s ease-in-out; }
          @media only screen and (min-width: 750px) and (max-width: 1024px) {
            .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title .fa-plus {
              padding-top: 2px;
              margin-top: 0px;
              width: 20px;
              height: 20px;
              font-size: 18px; } }
          @media only screen and (min-width: 1025px) {
            .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-row-title .fa-plus {
              padding-top: 2px;
              margin-top: 0px;
              width: 20px;
              height: 20px;
              font-size: 18px; } }
      .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-items {
        display: none; }
      .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item {
        padding-left: 18px;
        padding-bottom: 4px; }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item {
            padding-bottom: 23px; } }
        @media only screen and (min-width: 1025px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item {
            padding-bottom: 23px; } }
        .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item div {
          display: list-item;
          list-style-type: disc;
          list-style-position: inside; }
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item div span {
            display: inline; }
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item div span:first-letter {
            text-transform: capitalize; }
        .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item .alt-h6 {
          text-transform: capitalize;
          list-style-type: none; }
      .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item:last-child {
        padding-bottom: 24px; }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item:last-child {
            padding-bottom: 51px; } }
        @media only screen and (min-width: 1025px) {
          .product-overview .product-overview-content .product-overview-info .accordion-menu .accordion-item:last-child {
            padding-bottom: 51px; } }
      .product-overview .product-overview-content .product-overview-info .accordion-menu-collapse .accordion-row-title .fa-plus {
        transform: rotate(0deg); }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .product-overview .product-overview-image {
      float: right; } }
  @media only screen and (min-width: 1025px) {
    .product-overview .product-overview-image {
      float: right; } }

#preorder-modal {
  display: none; }
  #preorder-modal[data-show-modal*=true] {
    display: block; }
  #preorder-modal .modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .5;
    transition: opacity .5s linear .1s, width 0s linear 0s;
    z-index: 10; }
  #preorder-modal .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 26px; }
  #preorder-modal .modal-content {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    background: #ececec;
    padding: 60px;
    text-align: center;
    z-index: 11;
    box-shadow: 1px 1px 20px #000;
    transition: all 0.25s ease-in-out;
    border-top: 8px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 750px) {
      #preorder-modal .modal-content {
        bottom: auto;
        width: 530px;
        margin-left: -265px; } }
  #preorder-modal .modal-body {
    padding-bottom: 18px; }
  #preorder-modal .btn, #preorder-modal a.button:not([class*="btn--"]), #preorder-modal .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions #preorder-modal .button.btn--default:not([class*="btn--"]), #preorder-modal .btn--full, #preorder-modal .btn--small, #preorder-modal .btn--large, #preorder-modal .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions #preorder-modal .cta-add-to-cart, #preorder-modal .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions #preorder-modal .cta-third_party, #preorder-modal .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions #preorder-modal .cta-learn-more {
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 14px 46px 13px;
    display: inline-block;
    margin-bottom: 10px; }

/*================ Multi Column Callout ================*/
.multi-column-callout {
  padding-top: 38px;
  padding-bottom: 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .multi-column-callout {
      padding-top: 80px; } }
  @media only screen and (min-width: 1025px) {
    .multi-column-callout {
      padding-top: 80px; } }
  .multi-column-callout h4 {
    text-align: center; }
  .multi-column-callout .column-callouts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 31px;
    margin: 0 auto; }
    .multi-column-callout .column-callouts .column-callout {
      flex: 1 0 100%;
      padding: 0 20px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .multi-column-callout .column-callouts .column-callout {
          flex: 1 0 33%;
          margin-bottom: 50px;
          max-width: 356px; } }
      @media only screen and (min-width: 1025px) {
        .multi-column-callout .column-callouts .column-callout {
          flex: 1 0 33%;
          margin-bottom: 50px;
          max-width: 356px; } }
      .multi-column-callout .column-callouts .column-callout h5, .multi-column-callout .column-callouts .column-callout h6 {
        text-transform: initial; }
      .multi-column-callout .column-callouts .column-callout a, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .btn--default, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout a.button:not([class*="btn--"]), .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .cta-third_party, .multi-column-callout .column-callouts .column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .cta-third_party {
        text-decoration: underline; }
      .multi-column-callout .column-callouts .column-callout .callout-download-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 13px; }
        .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download {
          flex: 1 0 50%;
          margin-bottom: 30px; }
          @media only screen and (min-width: 750px) and (max-width: 1024px) {
            .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download {
              flex: 1 0 33%; } }
          @media only screen and (min-width: 1025px) {
            .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download {
              flex: 1 0 33%; } }
          .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download a, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .btn--default, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party {
            font-size: 12px; }
            .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download a .fa, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .btn--default .fa, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .btn--default .fa, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart .fa, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart .fa, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart .fa, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart .fa, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party .fa, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party .fa, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party .fa, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party .fa {
              padding-bottom: 16px;
              font-size: 53px; }
          .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download a:first-child span:last-child, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .btn--default:first-child span:last-child, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .btn--default:first-child span:last-child, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:first-child span:last-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart:first-child span:last-child, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:first-child span:last-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart:first-child span:last-child, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:first-child span:last-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party:first-child span:last-child, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:first-child span:last-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party:first-child span:last-child {
            display: block; }
          .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download p, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form a, .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download a, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .btn--default, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .btn--default, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party, .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .multi-column-callout .column-callouts .column-callout .callout-download-links .callout-download .cta-third_party {
            margin: 8px 0 21px;
            font-size: 10px; }

.multi-column-callout-center {
  text-align: center; }

/*================ Product Testimonial Title ================*/
.product-testimonial-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .product-testimonial-title .grid__item, .product-testimonial-title ul.social-links > li, .product-testimonial-title nav.mobile-navigation > ul > li,
  .product-testimonial-title nav.navigation > ul > li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-left: none; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .product-testimonial-title .grid__item, .product-testimonial-title ul.social-links > li, .product-testimonial-title nav.mobile-navigation > ul > li,
      .product-testimonial-title nav.navigation > ul > li {
        padding-top: 22px;
        padding-bottom: 22px; } }
    @media only screen and (min-width: 1025px) {
      .product-testimonial-title .grid__item, .product-testimonial-title ul.social-links > li, .product-testimonial-title nav.mobile-navigation > ul > li,
      .product-testimonial-title nav.navigation > ul > li {
        padding-top: 22px;
        padding-bottom: 22px; } }
  .product-testimonial-title .testimonial-title-author {
    font-family: 'Rajdhani', sans-serif; }

/*================ Product Sticky Header ================*/
@media only screen and (max-width: 749px) {
  .product-sticky-header {
    display: none; } }
.product-sticky-header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }
.product-sticky-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto; }
  .product-sticky-header nav a, .product-sticky-header nav .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-sticky-header nav .btn--default, .product-sticky-header nav .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-sticky-header nav a.button:not([class*="btn--"]), .product-sticky-header nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-sticky-header nav .cta-add-to-cart, .product-sticky-header nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-sticky-header nav .cta-add-to-cart, .product-sticky-header nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-sticky-header nav .cta-third_party, .product-sticky-header nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-sticky-header nav .cta-third_party {
    padding: 16px 50px 15px;
    text-transform: uppercase; }

.collection-banner-container {
  display: block;
  position: relative; }

.collection-banner-text-container {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row; }
  .collection-banner-text-container h1 {
    color: white; }
  @media only screen and (max-width: 749px) {
    .collection-banner-text-container {
      justify-content: center; }
      .collection-banner-text-container h1 {
        color: black; } }

.collection-title-container {
  text-align: center;
  background: #000; }

.collection-title-container h1 {
  margin: 0;
  color: #ffffff;
  padding: 10px 0;
  font-size: 40px;
  line-height: 50px; }
  @media screen and (max-width: 750px) {
    .collection-title-container h1 {
      font-size: 30px;
      line-height: normal; } }

.collection-banner-text {
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .collection-banner-text {
      padding: 10px !important; } }

.filtered-count {
  min-width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 32px; }
  @media only screen and (max-width: 1024px) {
    .filtered-count {
      position: relative;
      margin-top: 0;
      padding-top: 24px;
      height: 40px; } }

#shopify-section-collection-top-bar-sort {
  height: 80px;
  border-bottom: 1px solid #bcbcbc; }
  @media only screen and (max-width: 1024px) {
    #shopify-section-collection-top-bar-sort {
      height: 141px; } }
  #shopify-section-collection-top-bar-sort .collection-top-bar-sort {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #shopify-section-collection-top-bar-sort .collection-top-bar-sort .product-count {
      line-height: 80px; }
      @media only screen and (max-width: 749px) {
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .product-count {
          margin-left: 20px; } }
      #shopify-section-collection-top-bar-sort .collection-top-bar-sort .product-count label {
        text-transform: initial; }
        @media only screen and (max-width: 749px) {
          #shopify-section-collection-top-bar-sort .collection-top-bar-sort .product-count label {
            text-transform: uppercase; } }
    #shopify-section-collection-top-bar-sort .collection-top-bar-sort .collection-view-all {
      float: left;
      margin-top: 14px; }
      @media only screen and (max-width: 749px) {
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .collection-view-all {
          display: none; } }
    #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper {
      height: 80px;
      padding: 18px 0 18px 50px;
      width: 50%;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper {
          padding: 18px 4.5px 18px 15px;
          z-index: initial; } }
      #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper button {
        display: flex;
        justify-content: space-between;
        height: 44px;
        width: 200px;
        border-radius: 22px;
        border: 1px solid #111;
        background: transparent;
        padding: 0 24px;
        font-family: Rajdhani, sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 44px; }
        @media only screen and (max-width: 1024px) {
          #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper button {
            width: 100%;
            font-size: 13px; } }
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper button:active span {
          color: #111; }
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper button span {
          display: block; }
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .show-filters-button-wrapper button .filter-icon {
          display: block;
          margin-top: 11.5px; }
    #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper {
      width: 50%;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper {
          z-index: initial; } }
      #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper .sort-by-wrapper {
        float: right;
        padding: 18px 50px 18px 0;
        height: 80px;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 1024px) {
          #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper .sort-by-wrapper {
            padding-right: 0;
            padding: 18px 15px 18px 4.5px;
            width: 100%; } }
        #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper .sort-by-wrapper label {
          padding-top: 2px;
          margin-right: 16px; }
          @media only screen and (max-width: 1024px) {
            #shopify-section-collection-top-bar-sort .collection-top-bar-sort .sort-button-wrapper .sort-by-wrapper label {
              display: none; } }

#shopify-section-collection-filter-dropdown {
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    #shopify-section-collection-filter-dropdown {
      position: fixed;
      width: 100%; } }

.collection-item .product-reviews {
  display: inline-block; }

.collection-additional-copy {
  padding-left: 10vw;
  padding-right: 10vw; }

#shopify-section-collection-banner .search-banner-text {
  padding: 0 !important;
  width: 100%; }
#shopify-section-collection-banner .search-banner {
  height: 320px; }
  @media only screen and (max-width: 1024px) {
    #shopify-section-collection-banner .search-banner {
      height: 230px; } }
  #shopify-section-collection-banner .search-banner h1 {
    text-align: center;
    color: #fff !important;
    font-size: 60px !important; }
    @media only screen and (max-width: 1024px) {
      #shopify-section-collection-banner .search-banner h1 {
        font-size: 30px !important; } }
  #shopify-section-collection-banner .search-banner .search-form-container .search-form {
    max-width: 50%;
    margin: 0 auto;
    background-color: #fff;
    padding-left: 50px; }
    @media only screen and (max-width: 1024px) {
      #shopify-section-collection-banner .search-banner .search-form-container .search-form {
        max-width: 80%;
        padding-left: 0; } }
  #shopify-section-collection-banner .search-banner .search-form-container input {
    height: 70px;
    width: 85%;
    color: #808184;
    margin: 0 auto;
    font-size: 18px;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-family: "Open Sans",sans-serif; }
    @media only screen and (max-width: 1024px) {
      #shopify-section-collection-banner .search-banner .search-form-container input {
        width: 70%; } }
  #shopify-section-collection-banner .search-banner .search-form-container .btn--close {
    display: none; }
  #shopify-section-collection-banner .search-banner .search-form-container .btn--search {
    color: #111; }

#search-results-grid-container {
  background-color: #fff; }
  #search-results-grid-container .no-results {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0; }
  #search-results-grid-container .product-collection {
    padding-bottom: 40px;
    margin-bottom: 0; }
    #search-results-grid-container .product-collection .cta-add-to-cart a, #search-results-grid-container .product-collection .cta-add-to-cart .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #search-results-grid-container .product-collection .cta-add-to-cart .btn--default, #search-results-grid-container .product-collection .cta-add-to-cart .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #search-results-grid-container .product-collection .cta-add-to-cart .cta-add-to-cart, #search-results-grid-container .product-collection .cta-add-to-cart .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #search-results-grid-container .product-collection .cta-add-to-cart .cta-add-to-cart, #search-results-grid-container .product-collection .cta-add-to-cart .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #search-results-grid-container .product-collection .cta-add-to-cart .cta-third_party, #search-results-grid-container .product-collection .cta-add-to-cart .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #search-results-grid-container .product-collection .cta-add-to-cart .cta-third_party {
      color: #fff !important;
      text-transform: uppercase;
      font-family: "Rajdhani", sans-serif;
      font-weight: 600;
      font-size: 18px; }

.breadcrumb .breadcrumb-spacer {
  margin-right: 11px;
  margin-left: 12px; }

.social-sharing {
  margin-bottom: 40px;
  clear: both; }
  .social-sharing a, .social-sharing .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .social-sharing .btn--default, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]), .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party {
    margin-left: 30px; }

.content-404-container {
  min-height: 500px; }
  @media only screen and (max-width: 749px) {
    .content-404-container {
      min-height: 380px; } }
  .content-404-container h1 {
    margin: 60px 0 30px; }
  .content-404-container .paragraph {
    max-width: 300px;
    margin: 0 auto 30px auto; }

/**
 * Pop Up
 */
.popup-content a, .popup-content .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .popup-content .btn--default, .popup-content .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .popup-content a.button:not([class*="btn--"]), .popup-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .popup-content .cta-add-to-cart, .popup-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .popup-content .cta-add-to-cart, .popup-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .popup-content .cta-third_party, .popup-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .popup-content .cta-third_party {
  font-size: 12px !important;
  font-family: arial, sans-serif !important; }

[id^="popup-subcription-submits-button-"] {
  line-height: 25px; }

[id^="popup-confirmation-texts-subtext-"] {
  left: 0 !important;
  padding: 0 30px; }

@media screen and (min-width: 770px) {
  [id^="popup-confirmation-texts-logo-"] {
    margin-left: 15%; } }
[id^="popup-confirmation-closes-icon-"] {
  margin-top: -2px;
  margin-left: 14px; }

@media screen and (max-width: 770px) {
  [id^="popup-dialog-"] {
    left: 0 !important;
    top: 10% !important; }

  [id^="popup-subcription-backgrounds-container-"] {
    left: 5% !important; }

  [id^="popup-confirmation-backgrounds-container-"] {
    left: 5% !important;
    left: 3% !important;
    height: 400px !important;
    width: 60% !important; }

  [id^="popup-confirmation-texts-text-"] {
    left: 8% !important; } }
@media screen and (max-width: 1024px) {
  [id^="popup-dialog-"].popup-dialog {
    position: fixed !important;
    left: calc((100% - 376px)/2) !important; } }
@media screen and (min-width: 600px) and (max-width: 1024px) {
  [id^="popup-dialog-"].popup-dialog {
    left: calc((100% - 631px)/2) !important; } }
#bronto-notification-modal {
  display: none; }
  #bronto-notification-modal[data-show*=true] {
    display: block; }
  #bronto-notification-modal .modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .5;
    transition: opacity .5s linear .1s, width 0s linear 0s;
    z-index: 10;
    visibility: visible; }
  #bronto-notification-modal .modal-close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 26px;
    color: #666; }
  #bronto-notification-modal .modal-body-bronto {
    padding: 0; }
  #bronto-notification-modal .modal-content {
    font-family: Rajdhani, sans-serif;
    color: #000;
    font-size: 18px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    background: #fff;
    padding: 50px;
    text-align: center;
    z-index: 101;
    box-shadow: 1px 1px 20px #000;
    transition: all 0.25s ease-in-out;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 750px) {
      #bronto-notification-modal .modal-content {
        bottom: auto;
        width: 530px;
        margin-left: -265px; } }
  #bronto-notification-modal .modal-footer-bronto {
    margin-top: 40px !important;
    display: none; }

#gdpr-acceptance-modal {
  display: none; }
  #gdpr-acceptance-modal[data-show*=true] {
    display: block; }
  #gdpr-acceptance-modal .modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .5;
    transition: opacity .5s linear .1s, width 0s linear 0s;
    z-index: 1003;
    visibility: visible; }
  #gdpr-acceptance-modal .modal-close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 26px;
    color: #666;
    padding: 10px; }
  #gdpr-acceptance-modal .modal-content {
    font-family: "Rajdhani", sans-serif;
    color: #000;
    font-size: 18px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -160px;
    width: 320px;
    background: #fff;
    padding: 50px;
    text-align: center;
    z-index: 1005;
    box-shadow: 1px 1px 20px #000;
    transition: all 0.25s ease-in-out;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #gdpr-acceptance-modal .modal-content a:link, #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .btn--default:link, #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:link, #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:link, #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-third_party:link, #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-third_party:link,
    #gdpr-acceptance-modal .modal-content a:visited,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .btn--default:visited,
    .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .btn--default:visited,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:visited,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:visited,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-third_party:visited,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-third_party:visited,
    #gdpr-acceptance-modal .modal-content a:active,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .btn--default:active,
    .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .btn--default:active,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:active,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:active,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-third_party:active,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-third_party:active,
    #gdpr-acceptance-modal .modal-content a:hover,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .btn--default:hover,
    .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .btn--default:hover,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:hover,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-add-to-cart:hover,
    #gdpr-acceptance-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #gdpr-acceptance-modal .modal-content .cta-third_party:hover,
    #gdpr-acceptance-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #gdpr-acceptance-modal .modal-content .cta-third_party:hover {
      font-family: "Rajdhani", sans-serif;
      color: #EB6E26;
      font-weight: bold;
      font-size: 18px; }
    #gdpr-acceptance-modal .modal-content #modal-checkout-button {
      border: none;
      background-color: #eb6e26;
      color: #fff;
      min-width: 160px;
      font: 600 18px Rajdhani, sans-serif !important;
      text-transform: uppercase; }
      #gdpr-acceptance-modal .modal-content #modal-checkout-button:hover {
        background-color: #000; }
      #gdpr-acceptance-modal .modal-content #modal-checkout-button:disabled {
        background-color: #dbdbdb;
        color: #666;
        cursor: unset; }
        #gdpr-acceptance-modal .modal-content #modal-checkout-button:disabled:hover {
          background-color: #dbdbdb;
          color: #666; }
    @media only screen and (min-width: 750px) {
      #gdpr-acceptance-modal .modal-content {
        bottom: auto;
        width: 530px;
        margin-left: -265px; } }
  #gdpr-acceptance-modal .modal-footer-gdpr {
    margin-top: 40px !important; }
  #gdpr-acceptance-modal #checkout-button-text {
    display: none; }

#accessibility .page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-image: url("/cdn/shop/files/digital_accessibility_blank.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 50px; }
#accessibility .page-title {
  text-align: center;
  color: #fff;
  font-size: 55px; }
#accessibility .page-container {
  max-width: 85%;
  margin: 0 auto; }
#accessibility .page-content {
  font-family: "Open Sans";
  font-size: 18px;
  padding: 20px 0; }
#accessibility .page-content.closing {
  padding-bottom: 50px; }
#accessibility .page-content a, #accessibility .page-content .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #accessibility .page-content .btn--default, #accessibility .page-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #accessibility .page-content .cta-add-to-cart, #accessibility .page-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #accessibility .page-content .cta-add-to-cart, #accessibility .page-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #accessibility .page-content .cta-third_party, #accessibility .page-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #accessibility .page-content .cta-third_party {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: bold; }
@media screen and (min-width: 769px) {
  #accessibility .page-header {
    background-image: url("/cdn/shop/files/digital_accessibility_notext.jpg?434618");
    background-size: cover;
    background-position: center center;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 512px;
    margin-bottom: 100px; }
  #accessibility .page-title {
    padding-right: 120px;
    padding-top: 12%; } }

@media screen and (min-width: 769px) {
  .guidelines-product-finder .pf-answer-button-style {
    font-size: 16px !important; } }

/*============================================================================
  Wishlist King
    - These styles apply to various elements related to the Wishlist King app.
==============================================================================*/
#favorites-page {
  padding: 3em; }
  @media only screen and (max-width: 720px) {
    #favorites-page h1 {
      text-align: center;
      margin-bottom: 25px; } }
  #favorites-page .wk-variant-image {
    margin: 0 auto;
    max-height: 180px; }
  #favorites-page .wk-row {
    margin-top: 5em; }
    #favorites-page .wk-row .wk-item-column {
      padding: 0 1.5%;
      margin-bottom: 5em; }
  #favorites-page .wk-item .wk-product-title {
    margin: 0 auto;
    max-width: 80%; }
  #favorites-page .wk-item .wk-variant-link,
  #favorites-page .wk-item .wk-purchase {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5em; }
  #favorites-page .wk-item .wk-remove-item {
    right: -10px !important; }
  #favorites-page .wk-add-item-form {
    opacity: 1 !important;
    background: transparent !important;
    bottom: -70px; }
  #favorites-page .wk-add-to-cart {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #111;
    color: #fff;
    border-radius: 21px; }
    #favorites-page .wk-add-to-cart:hover {
      background-color: #eb6e26; }
  #favorites-page h3#wk-share-head {
    font-size: 25px !important; }
  #favorites-page .wk-button-share .wk-share-head {
    font-size: 25px; }
  #favorites-page .wk-button-share .resp-sharing-button {
    padding: 12px; }
  #favorites-page .wk-button-share svg {
    width: 35px;
    height: 35px; }

.product-add-to-cart-wrapper .wishlist-button-wrapper {
  width: 100%;
  margin-top: -18px; }

@media screen and (min-width: 750px) {
  .wishlist-button-wrapper {
    width: 40% !important;
    padding-bottom: 20px; } }
ul#wk-share-list li {
  padding: 0 5px 10px 0 !important; }

.shopby-image,
.shopby-sidebar {
  display: none; }

.image-active,
.sidebar-active {
  display: block !important; }

.homepage-module_shopby-featured {
  background-color: #6d6d6d;
  display: block;
  position: relative; }

.homepage-module_shopby-featured h2 {
  margin-top: 0;
  padding-top: 20px; }

.shopby-featured-wrapper.desktop {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  padding: 0 30px; }

@media screen and (max-width: 1024px) {
  .shopby-featured-wrapper.desktop {
    display: none;
    visibility: hidden; } }
@media screen and (min-width: 1025px) {
  .shopby-featured-wrapper.mobile {
    display: none;
    visibility: hidden; } }
.shopby-featured-sidebar-item a, .shopby-featured-sidebar-item .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .shopby-featured-sidebar-item .btn--default, .shopby-featured-sidebar-item .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .shopby-featured-sidebar-item a.button:not([class*="btn--"]), .shopby-featured-sidebar-item .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopby-featured-sidebar-item .cta-add-to-cart, .shopby-featured-sidebar-item .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopby-featured-sidebar-item .cta-add-to-cart, .shopby-featured-sidebar-item .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopby-featured-sidebar-item .cta-third_party, .shopby-featured-sidebar-item .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopby-featured-sidebar-item .cta-third_party {
  color: #fff; }

.shopby-featured-nav {
  width: 25%;
  min-height: 450px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: initial;
  position: relative;
  text-align: center; }

.shopby-nav {
  display: flex;
  align-items: center;
  justify-content: center; }

.nav-active::after {
  font: normal normal normal 30px FontAwesome;
  line-height: normal;
  content: "\f054";
  color: #eb6e27;
  animation: fadeIn 500ms linear;
  padding-left: 10px; }

.shopby-nav h3 {
  font-size: 30px;
  line-height: normal;
  max-width: 313px;
  margin-left: auto;
  margin-right: auto; }

.shopby-featured-images {
  width: 50%; }

.shopby-image {
  margin: 0 auto;
  padding: 20px; }

.shopby-featured-sidebar {
  color: #fff;
  width: 25%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center; }

.shopby-sidebar {
  text-align: center;
  background-color: #fff;
  padding: 10px; }

.shopby-sidebar.mobile {
  padding: 10px 30px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap; }

.shopby-mobile-sidebar .slick-prev:before,
.shopby-mobile-sidebar .slick-next:before {
  font-size: 30px !important; }

.shopby-featured-sidebar-copy {
  padding-bottom: 15px; }

.sidebar-feature {
  padding: 5px 0;
  font-size: 16px;
  color: #eb6e27;
  font-weight: bold;
  display: inline-block; }

.sidebar-feature::before {
  font: normal normal normal 16px FontAwesome;
  line-height: normal;
  content: "\f046";
  width: auto;
  display: inline-block;
  padding-right: 5px;
  color: #000;
  animation: fadeIn 500ms linear; }

.sidebar-feature::first-child {
  padding: 0 0 5px 0; }

.sidebar-feature::last-child {
  padding: 5px 0 0 0; }

.sidebar-link {
  position: relative; }

.sidebar-link::after {
  font: normal normal normal 17px FontAwesome;
  line-height: normal;
  content: "\f054";
  width: auto;
  display: inline-block;
  padding-left: 5px;
  color: #eb6e27;
  animation: fadeIn 500ms linear; }

.sidebar-link a, .sidebar-link .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .sidebar-link .btn--default, .sidebar-link .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .sidebar-link a.button:not([class*="btn--"]), .sidebar-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .sidebar-link .cta-add-to-cart, .sidebar-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .sidebar-link .cta-add-to-cart, .sidebar-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .sidebar-link .cta-third_party, .sidebar-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .sidebar-link .cta-third_party {
  font-size: 17px;
  padding: 3px 0;
  display: inline-block; }

.hvr-sweep-to-right:not(.nav-active) h3::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #eb6e27;
  transition: width 300ms linear; }

.hvr-sweep-to-right h3:hover::after {
  width: 100%;
  left: 0;
  right: auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.homepage-module_shopby-featured .slick-dots {
  text-align: center;
  transform: translateX(0%);
  left: unset;
  position: relative;
  width: 100%;
  background: white;
  padding-bottom: 5px; }
  .homepage-module_shopby-featured .slick-dots li {
    width: unset;
    height: unset;
    margin-top: 20px; }
  .homepage-module_shopby-featured .slick-dots li.slick-active button {
    background: #eb6e26; }
  .homepage-module_shopby-featured .slick-dots li button {
    border-radius: 0;
    height: 1px;
    width: 60px;
    padding: 2px 0;
    background-color: #676767;
    border: none; }

#back-in-stock-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  pointer-events: none;
  display: none; }
  #back-in-stock-modal-wrapper .grid--float {
    margin-left: 0 !important; }
  #back-in-stock-modal-wrapper[data-show-modal*=true] {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center; }
    #back-in-stock-modal-wrapper[data-show-modal*=true] #back-in-stock-modal {
      top: 0; }
    #back-in-stock-modal-wrapper[data-show-modal*=true] .modal-overlay {
      opacity: .5 !important;
      height: 100vh !important;
      overflow: hidden !important;
      visibility: initial; }
  #back-in-stock-modal-wrapper .modal-close {
    cursor: pointer;
    z-index: 1000; }
  #back-in-stock-modal-wrapper #back-in-stock-modal {
    position: relative;
    z-index: 100000;
    width: 90%;
    background: #1a1a1a;
    padding: 12px 10px;
    box-shadow: 1px 1px 20px #1a1a1a;
    transition: all 0.25s ease-in-out; }
    @media only screen and (min-width: 750px) {
      #back-in-stock-modal-wrapper #back-in-stock-modal {
        padding: 26px 10px;
        width: 50%; } }
    #back-in-stock-modal-wrapper #back-in-stock-modal .content-wrap {
      padding: 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
    #back-in-stock-modal-wrapper #back-in-stock-modal .modal-content {
      min-height: 180px;
      z-index: 100; }
    #back-in-stock-modal-wrapper #back-in-stock-modal .back-in-stock-content {
      width: 100%;
      padding: 15px 20px;
      z-index: 100; }
    #back-in-stock-modal-wrapper #back-in-stock-modal .msg-success {
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      #back-in-stock-modal-wrapper #back-in-stock-modal .msg-success h3 {
        color: #fff; }
      #back-in-stock-modal-wrapper #back-in-stock-modal .msg-success span {
        line-height: 23px; }
    #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px;
      color: #fff; }
      @media only screen and (min-width: 750px) {
        #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body {
          margin-bottom: 0; } }
      #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body a, #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .btn--default, #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .cta-add-to-cart, #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .cta-add-to-cart, #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .cta-third_party, #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #back-in-stock-modal-wrapper #back-in-stock-modal .msg-body .cta-third_party {
        font-size: 18px;
        line-height: 22px;
        text-decoration: underline; }
    #back-in-stock-modal-wrapper #back-in-stock-modal .back-in-stock-form {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 15px 20px; }
      #back-in-stock-modal-wrapper #back-in-stock-modal .back-in-stock-form input {
        position: relative;
        padding: 5px 20px;
        font-size: 21px;
        top: 1px;
        width: 100%;
        margin-top: 12px; }
      #back-in-stock-modal-wrapper #back-in-stock-modal .back-in-stock-form .back-in-stock-submit {
        position: relative;
        padding: 5px 20px;
        font-size: 21px;
        background-color: #b7541a;
        margin-top: 20px; }
        @media only screen and (min-width: 750px) {
          #back-in-stock-modal-wrapper #back-in-stock-modal .back-in-stock-form .back-in-stock-submit {
            top: 1px; } }

/*================ OVERRIDES ================*/
/*================ Custom Layout Style Additions ================*/
[data-modal-on-screen*='true'] {
  overflow: hidden !important; }

.__seguno-banner-container {
  z-index: 0 !important; }

.top-bar {
  height: 40px; }
  @media only screen and (max-width: 749px) and (orientation: portrait) {
    .top-bar {
      height: 40px !important; } }
  @media only screen and (max-width: 749px) and (orientation: landscape) {
    .top-bar {
      height: 40px !important; } }

.top-bar-promo {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 377px );
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .top-bar-promo {
      max-width: calc(100% - 56px ); } }
  @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
    .top-bar-promo {
      max-width: calc(100% - 69px ); } }
  .top-bar-promo .slick-list {
    margin: 0;
    height: 100%; }
  .top-bar-promo .slick-slide {
    float: left;
    padding: 0;
    height: 40px;
    overflow: hidden;
    color: #242424;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
    .top-bar-promo .slick-slide a, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default, .top-bar-promo .slick-slide .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]), .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
    .top-bar-promo .slick-slide div,
    .top-bar-promo .slick-slide span,
    .top-bar-promo .slick-slide p,
    .top-bar-promo .slick-slide .gem-form a,
    .gem-form .top-bar-promo .slick-slide a,
    .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .btn--default,
    .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default,
    .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form .btn--default,
    .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .btn--default,
    .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
    .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
    .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]),
    .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
    .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
    .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart,
    .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
    .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
    .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart,
    .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
    .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
    .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party,
    .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-third_party,
    .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
    .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
    .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-third_party {
      font-size: 12px;
      line-height: 14px; }
    @media only screen and (max-width: 749px) and (orientation: portrait) {
      .top-bar-promo .slick-slide {
        height: 40px !important; } }
    @media only screen and (max-width: 749px) and (orientation: landscape) {
      .top-bar-promo .slick-slide {
        height: 40px !important; } }
    @media only screen and (min-width: 750px) {
      .top-bar-promo .slick-slide a, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default, .top-bar-promo .slick-slide .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]), .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
      .top-bar-promo .slick-slide div,
      .top-bar-promo .slick-slide span,
      .top-bar-promo .slick-slide p,
      .top-bar-promo .slick-slide .gem-form a,
      .gem-form .top-bar-promo .slick-slide a,
      .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .btn--default,
      .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default,
      .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form .btn--default,
      .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .btn--default,
      .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
      .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
      .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]),
      .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
      .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
      .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart,
      .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart,
      .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
      .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
      .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart,
      .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart,
      .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
      .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
      .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party,
      .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party,
      .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-third_party,
      .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
      .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
      .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party,
      .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-third_party {
        font-size: 15px;
        line-height: 16px; } }
    .top-bar-promo .slick-slide > span {
      color: #808184; }
    @media only screen and (min-width: 1025px) {
      .top-bar-promo .slick-slide {
        font-size: 18px; }
        .top-bar-promo .slick-slide a, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default, .top-bar-promo .slick-slide .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]), .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart, .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party, .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
        .top-bar-promo .slick-slide div,
        .top-bar-promo .slick-slide span,
        .top-bar-promo .slick-slide p,
        .top-bar-promo .slick-slide .gem-form a,
        .gem-form .top-bar-promo .slick-slide a,
        .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .btn--default,
        .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide .btn--default,
        .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form .btn--default,
        .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .btn--default,
        .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
        .gem-form .template-cart .cart .cart-actions .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
        .top-bar-promo .slick-slide .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]),
        .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide a.button:not([class*="btn--"]),
        .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
        .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-add-to-cart,
        .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
        .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
        .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-add-to-cart,
        .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-add-to-cart,
        .top-bar-promo .slick-slide .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
        .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-promo .slick-slide .cta-third_party,
        .top-bar-promo .slick-slide .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .top-bar-promo .slick-slide .cta-third_party,
        .top-bar-promo .slick-slide .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
        .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-promo .slick-slide .cta-third_party,
        .top-bar-promo .slick-slide .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .top-bar-promo .slick-slide .cta-third_party {
          font-size: 18px;
          line-height: 18px; } }

.top-bar-right > ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none;
  min-height: 40px; }
  .top-bar-right > ul > li {
    text-align: center;
    border-right: 1px solid black;
    justify-items: stretch; }
    .top-bar-right > ul > li > a, .template-cart .cart .cart-actions .top-bar-right > ul > li > .btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li > .cta-third_party {
      padding: 10px 7px;
      display: block; }
      .top-bar-right > ul > li > a:hover, .template-cart .cart .cart-actions .top-bar-right > ul > li > .btn--default:hover, .template-cart .cart .cart-actions .top-bar-right > ul > li > a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li > .cta-third_party:hover {
        text-decoration: none; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
      .top-bar-right > ul > li.site-search {
        display: none; } }
    .top-bar-right > ul > li.other-sites a, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .btn--default, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites a.button:not([class*="btn--"]), .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .cta-add-to-cart, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .cta-add-to-cart, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .cta-third_party, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .cta-third_party {
      height: 40px;
      padding: 10px 14px; }
      @media only screen and (max-width: 749px) {
        .top-bar-right > ul > li.other-sites a.site-nav__link, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .site-nav__link.btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.btn--default, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions a.site-nav__link.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites a.site-nav__link.button:not([class*="btn--"]), .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__link.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-add-to-cart, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__link.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-add-to-cart, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__link.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-third_party, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__link.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-third_party {
          padding: 10px 5px 5px;
          text-align: center; } }
        @media only screen and (max-width: 749px) and (max-width: 749px) and (orientation: portrait) {
          .top-bar-right > ul > li.other-sites a.site-nav__link, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .site-nav__link.btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.btn--default, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions a.site-nav__link.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites a.site-nav__link.button:not([class*="btn--"]), .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__link.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-add-to-cart, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__link.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-add-to-cart, .top-bar-right > ul > li.other-sites .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__link.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-third_party, .top-bar-right > ul > li.other-sites .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__link.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.other-sites .site-nav__link.cta-third_party {
            padding: 10px 5px 5px 5px; } }
    .top-bar-right > ul > li > span {
      padding: 10px 15px; }
    .top-bar-right > ul > li .logged-in-block {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      height: 40px;
      max-width: 200px; }
      .top-bar-right > ul > li .logged-in-block .username {
        width: 100%;
        height: 100%;
        max-width: calc(100% - 11px );
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 13px 0 0 10px;
        white-space: nowrap;
        font-size: 15px; }
      .top-bar-right > ul > li .logged-in-block .fa-user {
        padding: 0 12px 0 7px;
        line-height: 15px; }
    .top-bar-right > ul > li .site-nav__submenu {
      display: none;
      position: absolute;
      list-style: none;
      padding: 0;
      left: 0;
      right: 0;
      z-index: 10;
      width: 116px; }
      .top-bar-right > ul > li .site-nav__submenu > li {
        text-align: left;
        background-color: #242424;
        width: 100%;
        padding: 5px 0; }
        .top-bar-right > ul > li .site-nav__submenu > li a, .top-bar-right > ul > li .site-nav__submenu > li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li .site-nav__submenu > li .btn--default, .top-bar-right > ul > li .site-nav__submenu > li .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-right > ul > li .site-nav__submenu > li a.button:not([class*="btn--"]), .top-bar-right > ul > li .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li .site-nav__submenu > li .cta-add-to-cart, .top-bar-right > ul > li .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li .site-nav__submenu > li .cta-add-to-cart, .top-bar-right > ul > li .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li .site-nav__submenu > li .cta-third_party, .top-bar-right > ul > li .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li .site-nav__submenu > li .cta-third_party {
          color: #fff; }
        .top-bar-right > ul > li .site-nav__submenu > li > .site-nav__link {
          color: white !important;
          display: flex;
          align-items: center;
          padding: 5px 10px; }
          @media only screen and (max-width: 749px) {
            .top-bar-right > ul > li .site-nav__submenu > li > .site-nav__link {
              padding: 5px; } }
          .top-bar-right > ul > li .site-nav__submenu > li > .site-nav__link:hover {
            text-decoration: none; }
          .top-bar-right > ul > li .site-nav__submenu > li > .site-nav__link .flag-icon {
            float: left;
            margin-right: 4px; }
        .top-bar-right > ul > li .site-nav__submenu > li:hover > .site-nav__link {
          color: white;
          background-color: #808184; }
      .top-bar-right > ul > li .site-nav__submenu > li:first-child {
        padding-top: 0; }
      .top-bar-right > ul > li .site-nav__submenu > li:last-child {
        padding-bottom: 0; }
    .top-bar-right > ul > li.site-account {
      position: relative; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
        .top-bar-right > ul > li.site-account {
          display: none; } }
      .top-bar-right > ul > li.site-account:hover > .site-nav__submenu {
        display: block; }
      .top-bar-right > ul > li.site-account > span {
        display: block; }
      .top-bar-right > ul > li.site-account a, .top-bar-right > ul > li.site-account .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li.site-account .btn--default, .top-bar-right > ul > li.site-account .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .top-bar-right > ul > li.site-account a.button:not([class*="btn--"]), .top-bar-right > ul > li.site-account .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.site-account .cta-add-to-cart, .top-bar-right > ul > li.site-account .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.site-account .cta-add-to-cart, .top-bar-right > ul > li.site-account .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.site-account .cta-third_party, .top-bar-right > ul > li.site-account .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.site-account .cta-third_party {
        padding-right: 5px; }
      .top-bar-right > ul > li.site-account .site-account-generic {
        min-width: 120px; }
    .top-bar-right > ul > li.other-sites {
      position: relative;
      width: 69px; }
      @media only screen and (min-width: 750px) {
        .top-bar-right > ul > li.other-sites {
          left: -15px; } }
      @media only screen and (max-width: 1024px) {
        .top-bar-right > ul > li.other-sites .site-nav__submenu {
          left: -30px; } }
      @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
        .top-bar-right > ul > li.other-sites {
          border-right: none;
          text-align: right;
          padding-right: 0px; } }
      @media only screen and (max-width: 749px) {
        .top-bar-right > ul > li.other-sites {
          border-right: none;
          width: 56px; } }
      .top-bar-right > ul > li.other-sites > .site-nav__link {
        text-align: left; }
        @media only screen and (max-width: 749px) {
          .top-bar-right > ul > li.other-sites > .site-nav__link {
            text-align: right;
            padding-right: 0px; } }
        .top-bar-right > ul > li.other-sites > .site-nav__link > .flag-icon {
          width: 18px;
          height: 18px;
          border: none;
          outline: none;
          display: inline-block;
          vertical-align: middle; }
      .top-bar-right > ul > li.other-sites:hover > .site-nav__submenu {
        display: block;
        z-index: 11; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
      .top-bar-right > ul > li.shopping-cart {
        display: none; } }
    .top-bar-right > ul > li.shopping-cart > a, .template-cart .cart .cart-actions .top-bar-right > ul > li.shopping-cart > .btn--default, .template-cart .cart .cart-actions .top-bar-right > ul > li.shopping-cart > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.shopping-cart > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.shopping-cart > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .top-bar-right > ul > li.shopping-cart > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .top-bar-right > ul > li.shopping-cart > .cta-third_party {
      position: relative; }
    .top-bar-right > ul > li.shopping-cart > .cart-mini {
      text-align: left; }
    .top-bar-right > ul > li .cart-count {
      position: absolute;
      top: 50%;
      -moz-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -webkit-transform: translate(0, 50%);
      transform: translate(0, 50%);
      z-index: 5;
      font-size: 10px;
      background-color: #eb6e26;
      color: white;
      width: 19px;
      height: 19px;
      border-radius: 10px;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 17px; }
    .top-bar-right > ul > li:first-child {
      border-left: 1px solid black; }
    .top-bar-right > ul > li:last-child {
      padding-right: 15px; }
.top-bar-right .search-form-container {
  position: absolute;
  background-color: white;
  top: 45px;
  left: 5px;
  right: 5px;
  height: 70px;
  z-index: 10; }
  @media only screen and (max-width: 1024px) {
    .top-bar-right .search-form-container {
      top: 55px;
      padding-top: 10px; } }
  .top-bar-right .search-form-container .search-input {
    height: 70px;
    width: 80%;
    color: #808184;
    margin: 0 auto;
    font-size: 18px;
    padding: 0;
    border: none;
    outline: none;
    background: none; }
  .top-bar-right .search-form-container .btn--close {
    background-color: white;
    border: none;
    outline: none;
    font-weight: 700;
    color: #000 !important; }
    .top-bar-right .search-form-container .btn--close:focus {
      outline: 1px solid #000; }
    .top-bar-right .search-form-container .btn--close .fa {
      font-size: 25px; }

.btn--search-trigger {
  font: 400 15px Arial, sans-serif;
  text-transform: capitalize;
  background-color: transparent;
  color: black;
  border: none;
  height: 100%; }
  .btn--search-trigger .fa-search {
    background-color: transparent; }

.wishlist-header-icon img {
  height: 25px !important;
  width: auto;
  padding: 0 !important;
  margin: 1.1em 0 0 0.9em; }
  @media only screen and (max-width: 1024px) {
    .wishlist-header-icon img {
      margin: 1em 0 0 0; } }

.account-link {
  padding: 19px 0 0 0; }
  @media only screen and (max-width: 1024px) {
    .account-link {
      padding: 5px 0;
      margin: 0 -10px 0 0; } }
  .account-link a img, .account-link .template-cart .cart .cart-actions .btn--default img, .template-cart .cart .cart-actions .account-link .btn--default img, .account-link .template-cart .cart .cart-actions a.button:not([class*="btn--"]) img, .template-cart .cart .cart-actions .account-link a.button:not([class*="btn--"]) img, .account-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .account-link .cta-add-to-cart img, .account-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .account-link .cta-add-to-cart img, .account-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .account-link .cta-third_party img, .account-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .account-link .cta-third_party img {
    padding: 0 10px !important;
    max-width: initial !important; }

/*============================================================================
  Theme specific navigation overrides
==============================================================================*/
.desktop-nav-container {
  display: none; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: landscape) {
    .desktop-nav-container {
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .desktop-nav-container {
      display: block; } }

.logo-container {
  margin: auto auto;
  padding: 23px 0; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: landscape) {
    .logo-container {
      padding: 30px 0; } }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .logo-container {
      max-width: 230px; } }
  @media only screen and (min-width: 1025px) {
    .logo-container {
      max-width: 340px; } }

nav.header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  nav.header-nav ul > li {
    display: inline-block; }

.header-nav .site-nav li a, .header-nav .site-nav li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav li .btn--default, .header-nav .site-nav li .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav li a.button:not([class*="btn--"]), .header-nav .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav li .cta-add-to-cart, .header-nav .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav li .cta-add-to-cart, .header-nav .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav li .cta-third_party, .header-nav .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav li .cta-third_party {
  color: white; }
  .header-nav .site-nav li a:hover, .header-nav .site-nav li .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions .header-nav .site-nav li .btn--default:hover, .header-nav .site-nav li .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav li a.button:hover:not([class*="btn--"]), .header-nav .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav li .cta-add-to-cart:hover, .header-nav .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav li .cta-add-to-cart:hover, .header-nav .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav li .cta-third_party:hover, .header-nav .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav li .cta-third_party:hover {
    color: white;
    text-decoration: none; }
.header-nav .site-nav > li {
  display: inline-block;
  margin-right: 15px;
  position: relative; }
  .header-nav .site-nav > li > a, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:not([class*="btn--"]), .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 80px;
    padding: 25px 0;
    font-size: 24px; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: landscape) {
      .header-nav .site-nav > li > a, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:not([class*="btn--"]), .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party {
        font-size: 20px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1399px) {
      .header-nav .site-nav > li > a, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:not([class*="btn--"]), .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party {
        font-size: 20px; } }
    .header-nav .site-nav > li > a > .mobile-caret, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default > .mobile-caret, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default > .mobile-caret, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart > .mobile-caret, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart > .mobile-caret, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party > .mobile-caret, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party > .mobile-caret {
      display: none;
      float: right;
      margin-top: 30px;
      font-size: 16px; }
      @media only screen and (max-width: 749px) {
        .header-nav .site-nav > li > a > .mobile-caret, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default > .mobile-caret, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default > .mobile-caret, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart > .mobile-caret, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart > .mobile-caret, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party > .mobile-caret, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party > .mobile-caret {
          display: block; } }
    .header-nav .site-nav > li > a:hover, .header-nav .template-cart .cart .cart-actions .site-nav > li > .btn--default:hover, .template-cart .cart .cart-actions .header-nav .site-nav > li > .btn--default:hover, .header-nav .template-cart .cart .cart-actions .site-nav > li > a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .header-nav .site-nav > li > a.button:hover:not([class*="btn--"]), .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-add-to-cart:hover, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-add-to-cart:hover, .header-nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li > .cta-third_party:hover, .header-nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li > .cta-third_party:hover {
      text-decoration: underline; }
  .header-nav .site-nav > li > div {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100; }
    @media only screen and (min-width: 1025px) {
      .header-nav .site-nav > li > div {
        white-space: nowrap; } }
  .header-nav .site-nav > li:hover > div {
    display: inline-block; }
  .header-nav .site-nav > li:last-child {
    margin-right: 0; }
  .header-nav .site-nav > li.site-nav--has-submenu {
    position: relative; }
    .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li {
      display: block;
      background-color: black; }
      @media only screen and (max-width: 749px) {
        .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li {
          background: #171717; } }
      .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > a, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .btn--default, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-third_party, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-third_party {
        font-family: 'Rajdhani', sans-serif;
        padding: 17px 30px;
        display: block; }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > a, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .btn--default, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-third_party, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .cta-third_party {
            padding: 22px 30px; } }
      .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container {
        position: absolute;
        height: 100%;
        left: 100%;
        top: 0;
        width: 690px;
        max-width: 690px;
        padding: 0 0 0 60px;
        background-color: #242424;
        text-align: center; }
        .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu {
          height: 100%;
          display: table;
          margin: 0 auto; }
          .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li {
            display: table-cell;
            vertical-align: middle; }
            .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > a, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party {
              display: block;
              margin-right: 60px; }
              @media only screen and (min-width: 750px) and (max-width: 1024px) {
                .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > a img, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default img, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default img, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart img, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart img, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party img, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party img {
                  width: 130px; } }
              .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > a > label, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default > label, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .btn--default > label, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart > label, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart > label, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart > label, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-add-to-cart > label, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party > label, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party > label, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party > label, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li > .cta-third_party > label {
                display: none; }
            .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li > .site-nav-image-menu-container > .site-nav-image-menu > li:last-child {
              margin-right: 0; }
      .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > a, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li:nth-child(2) > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > .btn--default, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:nth-child(2) > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:nth-child(2) > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:nth-child(2) > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > .cta-third_party, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:nth-child(2) > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:nth-child(2) > .cta-third_party {
        padding-top: 34px; }
      .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > a, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .site-nav__submenu > li:last-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > .btn--default, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:last-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:last-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > .cta-add-to-cart, .header-nav .site-nav > li.site-nav--has-submenu .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:last-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > .cta-third_party, .header-nav .site-nav > li.site-nav--has-submenu .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:last-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.site-nav--has-submenu .site-nav__submenu > li:last-child > .cta-third_party {
        padding-bottom: 34px; }
  .header-nav .site-nav > li .site-nav__submenu > li:hover > a, .header-nav .site-nav > li .template-cart .cart .cart-actions .site-nav__submenu > li:hover > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li .site-nav__submenu > li:hover > .btn--default, .header-nav .site-nav > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:hover > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li .site-nav__submenu > li:hover > .cta-add-to-cart, .header-nav .site-nav > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:hover > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li .site-nav__submenu > li:hover > .cta-add-to-cart, .header-nav .site-nav > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:hover > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li .site-nav__submenu > li:hover > .cta-third_party, .header-nav .site-nav > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:hover > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li .site-nav__submenu > li:hover > .cta-third_party {
    text-decoration: underline; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .header-nav .site-nav > li.xbox > div, .header-nav .site-nav > li.playstation > div, .header-nav .site-nav > li.pc > div, .header-nav .site-nav > li.switch > div {
      position: fixed;
      top: 120px; } }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .header-nav .site-nav > li.pc > div {
      left: 15px; } }
  .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.xbox .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.xbox .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.playstation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.playstation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.pc .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.pc .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.switch .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.switch .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-third_party {
    padding: 25px 30px;
    font-weight: 700; }
  .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.xbox .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.xbox .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.xbox .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.xbox .site-nav__submenu > li:first-child > .cta-third_party {
    background-color: #39b429; }
  .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.playstation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.playstation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.playstation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.playstation .site-nav__submenu > li:first-child > .cta-third_party {
    background-color: #0076be; }
  .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.pc .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.pc .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.pc .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.pc .site-nav__submenu > li:first-child > .cta-third_party {
    background-color: #ec1c24; }
  .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > a, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .btn--default, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.switch .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-add-to-cart, .header-nav .site-nav > li.switch .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-third_party, .header-nav .site-nav > li.switch .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav > li.switch .site-nav__submenu > li:first-child > .cta-third_party {
    background-color: #bbbbbb; }
.header-nav .site-nav.main-menu {
  padding-left: 15px; }
  @media only screen and (min-width: 1025px) {
    .header-nav .site-nav.main-menu {
      padding-left: 30px; } }
.header-nav .site-nav.support-menu {
  text-align: right;
  padding-right: 15px; }
  @media only screen and (min-width: 1025px) {
    .header-nav .site-nav.support-menu {
      padding-right: 30px; } }
  .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li {
    text-align: left;
    background-color: #242424; }
    .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > a, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .site-nav__submenu > li > .btn--default, .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .btn--default, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-add-to-cart, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-third_party, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-third_party {
      padding-top: 15px;
      padding-bottom: 15px; }
      .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > a:hover, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .site-nav__submenu > li > .btn--default:hover, .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .btn--default:hover, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-add-to-cart:hover, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-add-to-cart:hover, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-third_party:hover, .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .header-nav .site-nav.support-menu > li.site-nav--has-submenu .site-nav--submenu-container .site-nav__submenu > li > .cta-third_party:hover {
        text-decoration: underline; }
.header-nav .support-menu > li .site-nav--submenu-container {
  width: initial; }
.header-nav .support-menu > li:last-child .site-nav--submenu-container {
  right: 0;
  left: initial; }

.btn--mobile-nav-trigger {
  display: block;
  padding-top: 12px;
  font-size: 25px;
  background: transparent;
  border: none;
  height: 100%;
  color: white; }
  @media only screen and (max-width: 749px) {
    .btn--mobile-nav-trigger {
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .btn--mobile-nav-trigger {
      display: none; } }

.mobile-header {
  display: none; }
  .mobile-header .mobile-menubar {
    display: flex;
    justify-content: space-between; }
  .mobile-header nav:first-child {
    margin-top: 60px; }
  .mobile-header > .grid__item, ul.social-links.mobile-header > li, nav.mobile-navigation > ul.mobile-header > li,
  nav.navigation > ul.mobile-header > li {
    vertical-align: middle; }
  .mobile-header .mobile-logo {
    max-width: 50%;
    width: 100%; }
  @media only screen and (max-width: 1024px) {
    .mobile-header {
      display: block; } }
  .mobile-header .logo-container {
    width: 100%;
    max-width: 293px;
    height: 70px;
    padding: 0 !important; }
    .mobile-header .logo-container img {
      height: 100%;
      margin-top: 3px; }
  .mobile-header .mobile-right-icons {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px; }
    .mobile-header .mobile-right-icons .icon-wrapper {
      padding-top: 15px;
      height: 40px; }
      .mobile-header .mobile-right-icons .icon-wrapper .search-form-container {
        position: absolute;
        background-color: white;
        left: 0;
        right: 0;
        top: 42px;
        z-index: 100;
        animation-duration: 0.25s;
        line-height: 70px; }
        .mobile-header .mobile-right-icons .icon-wrapper .search-form-container .search-form {
          display: flex;
          align-items: center;
          padding: 15px; }
        .mobile-header .mobile-right-icons .icon-wrapper .search-form-container input {
          padding: 0 10px 0 0;
          margin: 0;
          flex: 1; }
        .mobile-header .mobile-right-icons .icon-wrapper .search-form-container .btn--close {
          background-color: white;
          border: none;
          outline: none;
          font-weight: 700;
          padding: 0 !important;
          font-size: 30px;
          color: #000 !important; }
    .mobile-header .mobile-right-icons a.btn--search-trigger, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .btn--search-trigger.btn--default, .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.btn--default, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions a.btn--search-trigger.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-header .mobile-right-icons a.btn--search-trigger.button:not([class*="btn--"]), .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .btn--search-trigger.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-add-to-cart, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .btn--search-trigger.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-add-to-cart, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .btn--search-trigger.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-third_party, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .btn--search-trigger.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-third_party {
      padding: 0;
      height: 36px;
      width: 40px; }
      .mobile-header .mobile-right-icons a.btn--search-trigger img, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .btn--search-trigger.btn--default img, .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.btn--default img, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions a.btn--search-trigger.button:not([class*="btn--"]) img, .template-cart .cart .cart-actions .mobile-header .mobile-right-icons a.btn--search-trigger.button:not([class*="btn--"]) img, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .btn--search-trigger.cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-add-to-cart img, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .btn--search-trigger.cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-add-to-cart img, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .btn--search-trigger.cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-third_party img, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .btn--search-trigger.cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .btn--search-trigger.cta-third_party img {
        max-width: unset;
        margin-top: 11px; }
    .mobile-header .mobile-right-icons .shopping-cart {
      position: relative;
      text-align: right; }
      .mobile-header .mobile-right-icons .shopping-cart > a, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .shopping-cart > .btn--default, .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .btn--default, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .shopping-cart > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > a.button:not([class*="btn--"]), .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopping-cart > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-add-to-cart, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopping-cart > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-add-to-cart, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopping-cart > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-third_party, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopping-cart > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-third_party {
        color: white;
        font-size: 25px;
        vertical-align: top; }
        .mobile-header .mobile-right-icons .shopping-cart > a > .cart-count, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .shopping-cart > .btn--default > .cart-count, .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .btn--default > .cart-count, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopping-cart > .cta-add-to-cart > .cart-count, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-add-to-cart > .cart-count, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopping-cart > .cta-add-to-cart > .cart-count, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-add-to-cart > .cart-count, .mobile-header .mobile-right-icons .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .shopping-cart > .cta-third_party > .cart-count, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-third_party > .cart-count, .mobile-header .mobile-right-icons .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .shopping-cart > .cta-third_party > .cart-count, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-header .mobile-right-icons .shopping-cart > .cta-third_party > .cart-count {
          z-index: 5;
          font-size: 10px;
          background-color: #eb6e26;
          color: white;
          width: 14px;
          height: 14px;
          border-radius: 10px;
          top: -5px;
          margin-left: -5px;
          text-align: center;
          left: 130%; }
      .mobile-header .mobile-right-icons .shopping-cart > .cart-mini {
        text-align: left; }

.mobile-nav-container {
  background-color: #000;
  position: absolute;
  top: 0;
  padding-top: 41px;
  width: 80%;
  min-width: 280px;
  max-width: 400px;
  z-index: 10000;
  animation-duration: 0.5s;
  overflow-y: auto;
  height: auto;
  min-height: 115vh;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 1025px) {
    .mobile-nav-container {
      display: none !important; } }
  @media only screen and (min-width: 1025px) {
    .mobile-nav-container {
      display: none !important; } }
  .mobile-nav-container nav .site-nav--no-submenu .mobile-caret {
    display: none; }
  .mobile-nav-container > .mobile-nav-header {
    background-color: white;
    height: 47px; }
    .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions {
      float: left;
      background-color: white;
      height: 100%;
      width: 100%; }
      .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul {
        margin: 0;
        padding: 0;
        height: 100%;
        z-index: 101 !important;
        padding-right: 2px; }
        .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li {
          display: inline-block;
          height: 100%;
          text-align: center;
          vertical-align: top;
          border-right: 1px solid black; }
          .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li a, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .btn--default, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li a.button:not([class*="btn--"]), .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .cta-third_party, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li .cta-third_party {
            color: black;
            height: 100%; }
          .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .btn, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > a.button:not([class*="btn--"]), .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions ul > li > .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .button.btn--default:not([class*="btn--"]), .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .btn--full, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .btn--small, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .btn--large, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions ul > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions ul > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .cta-third_party, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions ul > li > .cta-learn-more, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li > .cta-learn-more {
            font-size: 25px;
            background-color: white;
            border: none;
            outline: none;
            font-weight: 700;
            height: 100%;
            text-align: center; }
          .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.close-button {
            text-align: left;
            width: 51px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.close-button > .btn--close-mobile-nav {
              font-size: 25px; }
          .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search {
            width: 54px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search button img {
              margin-top: -4px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container {
              position: absolute;
              background-color: white;
              left: 0;
              right: 0;
              z-index: 100;
              margin: 4px 4px 0 4px;
              animation-duration: 0.5s; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .search-input {
                height: 50px;
                width: calc(100% - 110px);
                color: black;
                margin: 0 auto;
                font-size: 400 15px Open Sans, sans-serif;
                border: none;
                outline: none;
                padding: 10px; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container a.button:not([class*="btn--"]), .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .button.btn--default:not([class*="btn--"]), .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn--full, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn--small, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn--large, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .cta-third_party, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .cta-learn-more {
                padding: 10px; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn--close {
                background-color: white;
                border: none;
                outline: none;
                font-weight: 700; }
                .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-search > .search-form-container .btn--close .fa {
                  font-size: 25px; }
          .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account {
            float: right;
            border-right: none;
            position: relative;
            width: calc(100% - 109px); }
            @media only screen and (max-width: 749px) {
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account {
                font-size: 12px; } }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span {
              display: block;
              height: 100%;
              padding: 12px 5px;
              color: black; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > a, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions ul > li.site-account > span > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .btn--default, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li.site-account > span > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li.site-account > span > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li.site-account > span > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-third_party, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li.site-account > span > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-third_party {
                color: black; }
                @media only screen and (max-width: 749px) {
                  .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > a, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions ul > li.site-account > span > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .btn--default, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li.site-account > span > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li.site-account > span > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-add-to-cart, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li.site-account > span > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-third_party, .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li.site-account > span > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > span > .cta-third_party {
                    font-size: 12px; } }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .customer_login_link {
              font-size: 18px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .logged-in-block {
              height: 100%;
              position: relative;
              padding: 15px 10px 0;
              display: flex;
              display: -webkit-flex;
              display: -ms-flexbox; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .logged-in-block .username {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 100%;
                max-width: calc(100% - 12px); }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .logged-in-block .username,
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .logged-in-block .fa-user {
                color: #000;
                font-size: 16px; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account .logged-in-block .fa-user {
                line-height: 17px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > .site-nav__submenu {
              display: none;
              position: absolute;
              list-style: none;
              z-index: 10;
              width: 100%; }
              .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > .site-nav__submenu > li {
                text-align: left;
                background-color: white;
                width: 100%;
                border: none;
                height: auto; }
                .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account > .site-nav__submenu > li > .site-nav__link {
                  display: block;
                  padding: 10px; }
            .mobile-nav-container > .mobile-nav-header > .mobile-nav-actions ul > li.site-account:hover > .site-nav__submenu {
              display: block; }
  .mobile-nav-container .site-nav {
    padding-left: 20px; }
    .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > a, .mobile-nav-container .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:first-child > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > .btn--default, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu.first-nav > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > .cta-add-to-cart, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > .cta-add-to-cart, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu.first-nav > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > .cta-third_party, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:first-child > .cta-third_party {
      border-top: none;
      padding-top: 20px; }
    .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > a, .mobile-nav-container .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:last-child > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > .btn--default, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu.first-nav > li:last-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > .cta-add-to-cart, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:last-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > .cta-add-to-cart, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu.first-nav > li:last-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > .cta-third_party, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu.first-nav > li:last-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu.first-nav > li:last-child > .cta-third_party {
      padding-bottom: 40px; }
    .mobile-nav-container .site-nav.main-menu > li:first-child > a, .mobile-nav-container .template-cart .cart .cart-actions .site-nav.main-menu > li:first-child > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu > li:first-child > .btn--default, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu > li:first-child > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu > li:first-child > .cta-add-to-cart, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu > li:first-child > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu > li:first-child > .cta-add-to-cart, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav.main-menu > li:first-child > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav.main-menu > li:first-child > .cta-third_party, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav.main-menu > li:first-child > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav.main-menu > li:first-child > .cta-third_party {
      border-top: 1px solid #bcbcbc;
      padding-top: 40px; }
    .mobile-nav-container .site-nav ul {
      padding-left: 20px; }
      @media only screen and (max-width: 749px) {
        .mobile-nav-container .site-nav ul.site-nav-image-menu {
          padding-left: 0; } }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .mobile-nav-container .site-nav ul.site-nav-image-menu {
          padding-left: 0; } }
    .mobile-nav-container .site-nav li {
      display: block; }
      .mobile-nav-container .site-nav li a, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .btn--default, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container .site-nav li a.button:not([class*="btn--"]), .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-add-to-cart, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-add-to-cart, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-third_party, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-third_party {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: white;
        padding: 15px 0; }
        .mobile-nav-container .site-nav li a > img, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .btn--default > img, .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .btn--default > img, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions a.button:not([class*="btn--"]) > img, .template-cart .cart .cart-actions .mobile-nav-container .site-nav li a.button:not([class*="btn--"]) > img, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart > img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-add-to-cart > img, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart > img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-add-to-cart > img, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party > img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-third_party > img, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party > img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-third_party > img {
          display: none; }
        .mobile-nav-container .site-nav li a:hover, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .btn--default:hover, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container .site-nav li a.button:hover:not([class*="btn--"]), .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-add-to-cart:hover, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-add-to-cart:hover, .mobile-nav-container .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav li .cta-third_party:hover, .mobile-nav-container .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav li .cta-third_party:hover {
          color: white;
          text-decoration: none; }
    .mobile-nav-container .site-nav > li {
      padding: 0 20px 0 0;
      float: left;
      width: 100%;
      position: relative;
      display: block; }
      .mobile-nav-container .site-nav > li > a, .mobile-nav-container .template-cart .cart .cart-actions .site-nav > li > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .btn--default, .mobile-nav-container .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > a.button:not([class*="btn--"]), .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li > .cta-add-to-cart, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .cta-add-to-cart, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li > .cta-third_party, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .cta-third_party {
        font-size: 25px;
        padding: 20px 0; }
        .mobile-nav-container .site-nav > li > a > .mobile-caret, .mobile-nav-container .template-cart .cart .cart-actions .site-nav > li > .btn--default > .mobile-caret, .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .btn--default > .mobile-caret, .mobile-nav-container .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > a.button:not([class*="btn--"]) > .mobile-caret, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li > .cta-add-to-cart > .mobile-caret, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .cta-add-to-cart > .mobile-caret, .mobile-nav-container .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party > .mobile-caret, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li > .cta-third_party > .mobile-caret, .mobile-nav-container .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party > .mobile-caret, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li > .cta-third_party > .mobile-caret {
          font-size: 20px;
          float: right; }
      .mobile-nav-container .site-nav > li > div {
        display: none; }
      .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li a, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .btn--default, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-add-to-cart, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-add-to-cart, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-third_party, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-third_party, .mobile-nav-container .site-nav > li.site-nav--has-submenu .site-nav__submenu > li label {
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: white; }
  .mobile-nav-container .mobile-footer {
    background-color: white; }
    .mobile-nav-container .mobile-footer .site-nav li a, .mobile-nav-container .mobile-footer .site-nav li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav li .btn--default, .mobile-nav-container .mobile-footer .site-nav li .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav li a.button:not([class*="btn--"]), .mobile-nav-container .mobile-footer .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav li .cta-add-to-cart, .mobile-nav-container .mobile-footer .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav li .cta-add-to-cart, .mobile-nav-container .mobile-footer .site-nav li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav li .cta-third_party, .mobile-nav-container .mobile-footer .site-nav li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav li .cta-third_party {
      color: black;
      font-size: 18px; }
    .mobile-nav-container .mobile-footer .site-nav > li > a, .mobile-nav-container .mobile-footer .template-cart .cart .cart-actions .site-nav > li > .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li > .btn--default, .mobile-nav-container .mobile-footer .template-cart .cart .cart-actions .site-nav > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li > a.button:not([class*="btn--"]), .mobile-nav-container .mobile-footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav > li > .cta-add-to-cart, .mobile-nav-container .mobile-footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li > .cta-add-to-cart, .mobile-nav-container .mobile-footer .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav > li > .cta-third_party, .mobile-nav-container .mobile-footer .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li > .cta-third_party {
      color: black; }
    .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li a, .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .btn--default, .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-add-to-cart, .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-add-to-cart, .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-third_party, .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-nav-container .mobile-footer .site-nav > li.site-nav--has-submenu .site-nav__submenu > li .cta-third_party {
      font-size: 16px;
      color: black; }
    .mobile-nav-container .mobile-footer .signup-form {
      padding: 20px 20px 60px;
      float: left; }
      .mobile-nav-container .mobile-footer .signup-form .h4, .mobile-nav-container .mobile-footer .signup-form #cross-sell h3, #cross-sell .mobile-nav-container .mobile-footer .signup-form h3 {
        text-align: center;
        font-size: 25px; }
      .mobile-nav-container .mobile-footer .signup-form input.newsletter__input {
        border-color: #808184;
        border-style: solid;
        border-right: none; }
      .mobile-nav-container .mobile-footer .signup-form button.newsletter__submit {
        border-color: #808184;
        border-width: 1px;
        border-left: none; }
  .mobile-nav-container footer {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 30px 30px 30px; }
    .mobile-nav-container footer label {
      font-size: 25px; }

.mobile-social-links {
  padding: 20px; }
  .mobile-social-links .social-links > li > a, .mobile-social-links .template-cart .cart .cart-actions .social-links > li > .btn--default, .template-cart .cart .cart-actions .mobile-social-links .social-links > li > .btn--default, .mobile-social-links .template-cart .cart .cart-actions .social-links > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .mobile-social-links .social-links > li > a.button:not([class*="btn--"]), .mobile-social-links .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-links > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-social-links .social-links > li > .cta-add-to-cart, .mobile-social-links .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-links > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-social-links .social-links > li > .cta-add-to-cart, .mobile-social-links .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-links > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .mobile-social-links .social-links > li > .cta-third_party, .mobile-social-links .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-links > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .mobile-social-links .social-links > li > .cta-third_party {
    color: white;
    font-size: 45px; }

.collection-products {
  padding-top: 24px;
  width: 100%;
  background-color: #fff; }
  @media only screen and (max-width: 749px) {
    .collection-products {
      width: 100%;
      padding-top: 0;
      padding-left: 15px !important;
      padding-right: 15px; } }
  @media only screen and (min-width: 750px) {
    .collection-products {
      padding-left: 50px !important;
      padding-right: 50px; } }

.collection-grid {
  background-color: #ececec; }

.product-collection {
  background-color: #ececec;
  overflow: visible;
  background-color: #fff; }
  .product-collection .collection-item {
    width: calc(100% / 4);
    float: left;
    position: relative; }
    @media only screen and (max-width: 1399px) {
      .product-collection .collection-item {
        width: 33.33%; } }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .product-collection .collection-item {
        width: 50%; } }
    @media only screen and (max-width: 1024px) {
      .product-collection .collection-item {
        margin-top: 45px; } }
    @media only screen and (max-width: 749px) {
      .product-collection .collection-item {
        width: 50%; } }
    .product-collection .collection-item .product-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      color: white;
      text-align: center;
      padding: 6px 26px 4px;
      text-transform: uppercase;
      font: bold 16px/1 'Rajdhani', sans-serif; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .product-collection .collection-item .product-badge {
          top: 5px;
          left: 5px; } }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item .product-badge {
          top: 5px;
          left: 5px;
          font-size: 12px; } }
    .product-collection .collection-item .product-badge--hidden {
      display: none; }
    .product-collection .collection-item .compare-icon-container {
      cursor: pointer;
      display: none;
      position: absolute;
      right: 17px;
      top: 8px;
      z-index: 2; }
    .product-collection .collection-item .compare-icon {
      display: inline-block;
      height: auto;
      width: auto; }
    .product-collection .collection-item .list-item-wrapper {
      width: calc(100% - 22px);
      height: 537px;
      margin: 11px;
      padding: 12px;
      text-align: center;
      background-color: white;
      overflow: visible;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .product-collection .collection-item .list-item-wrapper {
          width: calc(100% - 10px);
          height: 376px;
          margin: 5px;
          padding: 10px; } }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item .list-item-wrapper {
          height: auto; } }
      .product-collection .collection-item .list-item-wrapper img {
        margin: 0 auto; }
        @media only screen and (min-width: 1025px) {
          .product-collection .collection-item .list-item-wrapper img {
            padding: 20px 20px 0 20px;
            height: 277px;
            min-width: 277px; } }
        @media only screen and (max-width: 1024px) {
          .product-collection .collection-item .list-item-wrapper img {
            padding: 0;
            height: 147px;
            min-width: 147px;
            margin: 0 auto 0 auto; } }
      .product-collection .collection-item .list-item-wrapper .alt-image {
        display: none;
        margin: 0 auto; }
        @media only screen and (min-width: 1025px) {
          .product-collection .collection-item .list-item-wrapper .alt-image {
            padding: 20px 20px 0 20px;
            height: 277px;
            min-width: 277px; } }
        @media only screen and (max-width: 1024px) {
          .product-collection .collection-item .list-item-wrapper .alt-image {
            padding: 0;
            height: 147px;
            min-width: 147px;
            margin: 0 auto 0 auto; } }
      .product-collection .collection-item .list-item-wrapper:hover .featured-image {
        display: none; }
      .product-collection .collection-item .list-item-wrapper:hover .alt-image {
        display: block; }
    .product-collection .collection-item .product-info {
      text-align: center;
      position: relative;
      height: 197px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item .product-info {
          height: 187px; } }
      .product-collection .collection-item .product-info h4 {
        line-height: 0; }
      .product-collection .collection-item .product-info .product-title {
        margin: 10px 15px 0; }
        @media screen and (min-width: 750px) {
          .product-collection .collection-item .product-info .product-title {
            padding-top: 15px; } }
        @media only screen and (max-width: 1024px) {
          .product-collection .collection-item .product-info .product-title {
            margin: 10px 1px 0; } }
        .product-collection .collection-item .product-info .product-title a, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .btn--default, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-third_party, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-third_party {
          font: bold 14px/1 'Rajdhani', sans-serif; }
          @media only screen and (max-width: 1024px) {
            .product-collection .collection-item .product-info .product-title a, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .btn--default, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-third_party, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-third_party {
              font-size: 15px; } }
          @media only screen and (min-width: 750px) {
            .product-collection .collection-item .product-info .product-title a, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .btn--default, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-add-to-cart, .product-collection .collection-item .product-info .product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .product-title .cta-third_party, .product-collection .collection-item .product-info .product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .product-title .cta-third_party {
              font-size: 20px; } }
      .product-collection .collection-item .product-info .product-tagline, .product-collection .collection-item .product-info .product-price {
        margin: 10px auto;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .product-collection .collection-item .product-info .product-tagline, .product-collection .collection-item .product-info .product-price {
            font-size: 14px; } }
        @media only screen and (min-width: 750px) {
          .product-collection .collection-item .product-info .product-tagline, .product-collection .collection-item .product-info .product-price {
            font-size: 16px; } }
      .product-collection .collection-item .product-info .product-tagline {
        line-height: 1.2;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 45px;
        position: relative;
        display: block; }
      .product-collection .collection-item .product-info .product-price {
        margin: 0; }
        .product-collection .collection-item .product-info .product-price div {
          display: inline; }
      .product-collection .collection-item .product-info .yotpo-bottomline {
        justify-content: center;
        width: 100%; }
        .product-collection .collection-item .product-info .yotpo-bottomline .yotpo-stars {
          padding-right: 0.25em; }
      .product-collection .collection-item .product-info .reviews-link {
        opacity: 0; }
      @media only screen and (max-width: 1024px) {
        .product-collection .collection-item .product-info .yotpo-icon-star,
        .product-collection .collection-item .product-info .yotpo-icon-empty-star,
        .product-collection .collection-item .product-info .yotpo-icon-half-star {
          font-size: 10px !important; }
        .product-collection .collection-item .product-info .yotpo .text-m {
          font-size: 10px; }
        .product-collection .collection-item .product-info .yotpo a, .product-collection .collection-item .product-info .yotpo .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-collection .collection-item .product-info .yotpo .btn--default, .product-collection .collection-item .product-info .yotpo .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .yotpo .cta-add-to-cart, .product-collection .collection-item .product-info .yotpo .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .yotpo .cta-add-to-cart, .product-collection .collection-item .product-info .yotpo .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item .product-info .yotpo .cta-third_party, .product-collection .collection-item .product-info .yotpo .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item .product-info .yotpo .cta-third_party {
          line-height: 10px; } }
      .product-collection .collection-item .product-info .cta-add-to-cart,
      .product-collection .collection-item .product-info .cta-coming-soon {
        display: block;
        padding: 14px;
        border: none;
        border-radius: 25px !important;
        width: 209px;
        background-color: #111;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        white-space: normal !important;
        order: 4; }
        .product-collection .collection-item .product-info .cta-add-to-cart:hover,
        .product-collection .collection-item .product-info .cta-coming-soon:hover {
          background-color: #EB6E26 !important; }
        @media only screen and (max-width: 1024px) {
          .product-collection .collection-item .product-info .cta-add-to-cart,
          .product-collection .collection-item .product-info .cta-coming-soon {
            visibility: visible;
            max-width: 100%; } }
        @media only screen and (min-width: 750px) and (max-width: 1024px) {
          .product-collection .collection-item .product-info .cta-add-to-cart,
          .product-collection .collection-item .product-info .cta-coming-soon {
            bottom: 24px; } }
        @media only screen and (max-width: 749px) {
          .product-collection .collection-item .product-info .cta-add-to-cart,
          .product-collection .collection-item .product-info .cta-coming-soon {
            font-size: 16px; } }
      @media (max-width: 500px) {
        .product-collection .collection-item .product-info .cta-add-to-cart,
        .product-collection .collection-item .product-info .cta-coming-soon {
          left: 0;
          margin-left: 0; } }
  .product-collection .collection-item.collection-featured-content {
    font-size: 16px; }
    @media only screen and (min-width: 750px) {
      .product-collection .collection-item.collection-featured-content {
        min-height: 559px; } }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .product-collection .collection-item.collection-featured-content {
        min-height: 386px; } }
    @media only screen and (max-width: 749px) {
      .product-collection .collection-item.collection-featured-content {
        min-height: 374px; } }
    .product-collection .collection-item.collection-featured-content * {
      color: #ffffff; }
    .product-collection .collection-item.collection-featured-content a:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link,
    .product-collection .collection-item.collection-featured-content a:hover,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:hover,
    .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:hover,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
    .product-collection .collection-item.collection-featured-content a:visited,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:visited,
    .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:visited,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
    .product-collection .collection-item.collection-featured-content a:active,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:active,
    .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:active,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
    .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
    .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active,
    .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
    .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active {
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      margin: 0 auto; }
      @media only screen and (min-width: 750px) {
        .product-collection .collection-item.collection-featured-content a:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link,
        .product-collection .collection-item.collection-featured-content a:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:hover,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content a:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:visited,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content a:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:active,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active {
          height: 440px;
          width: 270px;
          margin-top: 57px;
          border-radius: 15px; } }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .product-collection .collection-item.collection-featured-content a:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link,
        .product-collection .collection-item.collection-featured-content a:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:hover,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content a:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:visited,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content a:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:active,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active {
          padding: 40px 40px;
          height: 340px;
          width: 240px;
          margin-top: 17px;
          border-radius: 10px; } }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item.collection-featured-content a:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:link, .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:link, .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:link, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link, .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:link, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:link,
        .product-collection .collection-item.collection-featured-content a:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:hover,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:hover,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:hover,
        .product-collection .collection-item.collection-featured-content a:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:visited,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:visited,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:visited,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:visited,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:visited,
        .product-collection .collection-item.collection-featured-content a:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .btn--default:active,
        .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .btn--default:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-add-to-cart:active,
        .product-collection .collection-item.collection-featured-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:active,
        .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active,
        .product-collection .collection-item.collection-featured-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:active,
        .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-collection .collection-item.collection-featured-content .cta-third_party:active {
          height: 330px;
          width: 100%;
          max-width: 200px;
          margin-top: 20px;
          margin-left: auto;
          margin-right: auto;
          padding: 10px 15px;
          border-radius: 8px; } }
    .product-collection .collection-item.collection-featured-content h3 {
      font-family: "Rajdhani", sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      margin: 0.3em 0; }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item.collection-featured-content h3 {
          font-size: 18px; } }
    .product-collection .collection-item.collection-featured-content .fc-subhead {
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      margin: 0.5em 0; }
    .product-collection .collection-item.collection-featured-content .fc-copy {
      font-family: "Open Sans", sans-serif; }
      @media only screen and (max-width: 749px) {
        .product-collection .collection-item.collection-featured-content .fc-copy {
          font-size: 14px; } }
    .product-collection .collection-item.collection-featured-content button {
      font-family: "Rajdhani", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #fff;
      border: none;
      padding: 0 10px;
      height: 25px;
      border-radius: 12px;
      color: #000;
      margin: 10px auto 5px auto; }
      @media only screen and (max-width: 1024px) {
        .product-collection .collection-item.collection-featured-content button {
          width: 80%; } }
      .product-collection .collection-item.collection-featured-content button svg {
        margin-left: 10px; }

body.template-collection .cta-add-to-cart,
body.template-collection .cta-coming-soon {
  bottom: 30px !important; }

.collection-loading {
  clear: both;
  padding: 40px 0 80px;
  text-align: center; }
  .collection-loading .loading-icon {
    margin: 0 auto 20px;
    width: 66px; }
  .collection-loading span {
    font-family: 'Open-sans', sans-serif;
    font-size: 14px; }

.select2-dropdown {
  border: none;
  border-radius: initial;
  box-shadow: 0px 6px 12px #00000014; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #707070 !important; }

.select2-results__option {
  padding-left: 20px;
  padding-right: 20px; }

#sort-by[disabled] {
  background-color: #fff; }

#shopify-section-collection-top-bar-sort {
  background-color: white; }
  #shopify-section-collection-top-bar-sort .product-count label {
    font-family: 'Open-sans', sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 749px) {
      #shopify-section-collection-top-bar-sort .product-count label {
        font-size: 12px; } }
  #shopify-section-collection-top-bar-sort .collection-view-all {
    font-family: 'Open-sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    #shopify-section-collection-top-bar-sort .select2 {
      display: none; } }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper label {
    font-size: 16px; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper select {
    display: flex;
    justify-content: space-between;
    height: 44px;
    width: 200px;
    border-radius: 22px;
    border: 1px solid #111;
    background: transparent;
    padding: 0 48px 0 24px;
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media only screen and (max-width: 1024px) {
      #shopify-section-collection-top-bar-sort .sort-by-wrapper select {
        width: 100%;
        font-size: 13px;
        background-image: url("/cdn/shop/files/sort-button.svg?v=1614991746");
        background-repeat: no-repeat;
        background-position: right 24px center; } }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-dropdown {
    border: none;
    border-radius: initial;
    box-shadow: 0px 6px 12px #00000014; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #707070 !important; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-results__option {
    padding-left: 20px;
    padding-right: 20px; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper #sort-by[disabled] {
    background-color: #fff; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container {
    font-family: Rajdhani, sans-serif;
    font-weight: bold; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-selection {
    border-color: black; }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default {
    width: 180px !important; }
    @media only screen and (max-width: 1024px) {
      #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default {
        width: 100% !important; } }
    #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single {
      border-radius: 22px;
      height: 44px; }
      #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 1px;
        padding-right: 30px;
        padding-left: 20px;
        color: black;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 44px; }
        @media only screen and (max-width: 749px) {
          #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-top: 0;
            padding-left: 15px;
            font-size: 13px; } }
      #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 16px !important;
        height: 44px; }
        #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-top-color: black; }
          @media only screen and (max-width: 1024px) {
            #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
              display: none; } }
  #shopify-section-collection-top-bar-sort .sort-by-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: black; }

.black {
  background-color: black; }

.red {
  background-color: #ec1c24; }

.gray {
  background-color: #808184; }

.blue {
  background-color: #0076be; }

.wishlist-icon {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-100%, 100%);
  padding: 5px 5px; }

.influencer-quote {
  position: absolute;
  width: 50%;
  right: 0; }
  .influencer-quote .influencer-copy {
    padding: 0.5em 1em;
    line-height: 1em;
    font-size: 10px;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    top: -1em;
    right: 0;
    z-index: 2; }
    @media only screen and (max-width: 749px) {
      .influencer-quote .influencer-copy {
        margin-top: -20px; } }
    .influencer-quote .influencer-copy:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 5px solid #f5f5f5;
      border-right: 5px solid transparent;
      border-top: 5px solid #f5f5f5;
      border-bottom: 5px solid transparent;
      right: 3px;
      bottom: -6px; }
  .influencer-quote .influencer-img {
    height: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    padding: 0 !important;
    border-radius: 25px;
    border: 2px solid #111;
    position: absolute;
    top: 5px;
    right: 0; }

.collection-copy-banner {
  background-color: #000;
  color: #fff;
  padding: 0 20% 20px 20%;
  font-size: 20px;
  text-align: center;
  line-height: 1.1em; }

.collection-copy-banner-bottom {
  letter-spacing: initial; }

@media screen and (max-width: 750px) {
  .collection-copy-banner {
    font-size: 14px; } }
/*============================================================================
  Theme specific filter overrides 
==============================================================================*/
.collection-filter {
  width: 100%;
  background: #ececec; }
  .collection-filter > div {
    border-right-color: #bcbcbc; }
  .collection-filter .filter-header {
    border-bottom-color: #bcbcbc; }
    .collection-filter .filter-header h4 {
      padding-top: 11px;
      margin-bottom: 20px;
      font-size: 18px; }
    .collection-filter .filter-header .mobile-expand {
      top: 10px; }
  .collection-filter .filter-section {
    border-bottom-color: #bcbcbc; }
    .collection-filter .filter-section .filter-subheader h4 {
      margin-top: 22px;
      margin-bottom: 9px;
      font-size: 18px;
      margin-bottom: 22px; }
    .collection-filter .filter-section .filter-tags ul li .filter-checkbox {
      font-weight: 500;
      text-transform: capitalize;
      font-size: 15px; }
      .collection-filter .filter-section .filter-tags ul li .filter-checkbox .checkbox-indicator {
        border-color: #a1a1a1;
        background: white; }
      .collection-filter .filter-section .filter-tags ul li .filter-checkbox:hover input ~ .checkbox-indicator {
        background: #ececec; }
      .collection-filter .filter-section .filter-tags ul li .filter-checkbox input:disabled ~ .checkbox-indicator:after {
        border-color: #171717; }

/*================ Product Feature ================*/
.product-feature {
  background-color: #ececec; }

/*================ Product Overview ================*/
.product-overview .product-overview-content .accordion-menu {
  border-top: 1px solid black; }
.product-overview .product-overview-content .accordion-menu:last-child {
  border-bottom: 1px solid black; }
.product-overview .product-overview-content .accordion-item {
  font-size: 14px; }
  .product-overview .product-overview-content .accordion-item .alt-h6 {
    font-size: 16px; }

/*================ Multi Column Callout ================*/
.multi-column-callout .column-callouts .column-callout a, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .btn--default, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout a.button:not([class*="btn--"]), .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .cta-add-to-cart, .multi-column-callout .column-callouts .column-callout .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .cta-third_party, .multi-column-callout .column-callouts .column-callout .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .cta-third_party {
  color: #eb6e26; }
.multi-column-callout .column-callouts .column-callout .callout-download a span, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .btn--default span, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .btn--default span, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-add-to-cart span, .multi-column-callout .column-callouts .column-callout .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-add-to-cart span, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-third_party span, .multi-column-callout .column-callouts .column-callout .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-third_party span {
  color: #eb6e26; }
.multi-column-callout .column-callouts .column-callout .callout-download a span:first-child, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .btn--default span:first-child, .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .btn--default span:first-child, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart span:first-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-add-to-cart span:first-child, .multi-column-callout .column-callouts .column-callout .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart span:first-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-add-to-cart span:first-child, .multi-column-callout .column-callouts .column-callout .callout-download .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party span:first-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-third_party span:first-child, .multi-column-callout .column-callouts .column-callout .callout-download .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party span:first-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .multi-column-callout .column-callouts .column-callout .callout-download .cta-third_party span:first-child {
  color: black; }
.multi-column-callout .column-callouts.page-width:after, .multi-column-callout .column-callouts.page-width-wide:after {
  content: none; }

.multi-column-callout-secondary-bg {
  background-color: #ececec; }

/*================ Product Testimonial Title ================*/
.product-testimonial-title {
  border-color: #808184; }

/*============================================================================
  Account
    - These styles apply to the user account flow. This includes My Account, 
      Login, Order, Create Account, Reset Password.
==============================================================================*/
.my-account input, .my-account select {
  border: 1px solid #808184; }
.my-account .btn, .my-account a.button:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account .button.btn--default:not([class*="btn--"]), .my-account .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account a.button:not([class*="btn--"]), .my-account .btn--full, .my-account .btn--small, .my-account .btn--large, .my-account .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account .cta-add-to-cart, .my-account .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account .cta-third_party, .my-account .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account .cta-learn-more {
  border-color: black; }
.my-account .responsive-table th,
.my-account .responsive-table td,
.my-account .order-number-link a,
.my-account .order-number-link .template-cart .cart .cart-actions .btn--default,
.template-cart .cart .cart-actions .my-account .order-number-link .btn--default,
.my-account .order-number-link .template-cart .cart .cart-actions a.button:not([class*="btn--"]),
.template-cart .cart .cart-actions .my-account .order-number-link a.button:not([class*="btn--"]),
.my-account .order-number-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .my-account .order-number-link .cta-add-to-cart,
.my-account .order-number-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .my-account .order-number-link .cta-add-to-cart,
.my-account .order-number-link .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party,
.template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .my-account .order-number-link .cta-third_party,
.my-account .order-number-link .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party,
.featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .my-account .order-number-link .cta-third_party {
  border-color: #808184; }
.my-account label {
  font-size: 14px; }
.my-account .default-address {
  background-color: black;
  color: white; }
.my-account.address-section .add-address-cancel {
  margin: 0; }
.my-account .no-border {
  border: none; }
.my-account.reset-password .btn, .my-account.reset-password a.button:not([class*="btn--"]), .my-account.reset-password .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account.reset-password .button.btn--default:not([class*="btn--"]), .my-account.reset-password .btn--full, .my-account.reset-password .btn--small, .my-account.reset-password .btn--large, .my-account.reset-password .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account.reset-password .cta-add-to-cart, .my-account.reset-password .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account.reset-password .cta-third_party, .my-account.reset-password .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account.reset-password .cta-learn-more, .my-account.activate-account .btn, .my-account.activate-account a.button:not([class*="btn--"]), .my-account.activate-account .template-cart .cart .cart-actions .button.btn--default:not([class*="btn--"]), .template-cart .cart .cart-actions .my-account.activate-account .button.btn--default:not([class*="btn--"]), .my-account.activate-account .btn--full, .my-account.activate-account .btn--small, .my-account.activate-account .btn--large, .my-account.activate-account .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .my-account.activate-account .cta-add-to-cart, .my-account.activate-account .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .my-account.activate-account .cta-third_party, .my-account.activate-account .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .my-account.activate-account .cta-learn-more {
  margin-bottom: 10px; }
.my-account.reset-password .btn--primary, .my-account.activate-account .btn--primary {
  border: none; }

/*================ Product Sticky Header ================*/
.product-sticky-header nav {
  background-color: black; }
  .product-sticky-header nav a, .product-sticky-header nav .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-sticky-header nav .btn--default, .product-sticky-header nav .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-sticky-header nav a.button:not([class*="btn--"]), .product-sticky-header nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-sticky-header nav .cta-add-to-cart, .product-sticky-header nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-sticky-header nav .cta-add-to-cart, .product-sticky-header nav .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-sticky-header nav .cta-third_party, .product-sticky-header nav .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-sticky-header nav .cta-third_party {
    color: white;
    font-family: 'Rajdhani', sans-serif; }

@media only screen and (max-width: 749px) {
  .product-main-wrapper .product-title {
    font-size: 30px;
    margin-bottom: 10px; } }
.product-main-wrapper .product-price-wrapper .product-price {
  font-weight: bold;
  font-size: 20px; }
  .product-main-wrapper .product-price-wrapper .product-price div {
    display: inline; }
@media only screen and (max-width: 749px) {
  .product-main-wrapper .product-tagline {
    font-size: 18px;
    margin-bottom: 20px; } }
.product-main-wrapper .product-vendor p, .product-main-wrapper .product-vendor .gem-form a, .gem-form .product-main-wrapper .product-vendor a, .product-main-wrapper .product-vendor .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-main-wrapper .product-vendor .btn--default, .product-main-wrapper .product-vendor .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-vendor .btn--default, .product-main-wrapper .product-vendor .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-main-wrapper .product-vendor a.button:not([class*="btn--"]), .product-main-wrapper .product-vendor .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-vendor a.button:not([class*="btn--"]), .product-main-wrapper .product-vendor .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-vendor .cta-add-to-cart, .product-main-wrapper .product-vendor .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-main-wrapper .product-vendor .cta-add-to-cart, .product-main-wrapper .product-vendor .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-vendor .cta-add-to-cart, .product-main-wrapper .product-vendor .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-vendor .cta-add-to-cart, .product-main-wrapper .product-vendor .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-vendor .cta-third_party, .product-main-wrapper .product-vendor .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-main-wrapper .product-vendor .cta-third_party, .product-main-wrapper .product-vendor .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-vendor .cta-third_party, .product-main-wrapper .product-vendor .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-vendor .cta-third_party {
  margin-top: -5px;
  margin-bottom: 6px;
  font-family: Rajdhani, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }
.product-main-wrapper .product-platform {
  font-family: Rajdhani, sans-serif !important;
  font-weight: 700;
  font-size: 14px; }
  .product-main-wrapper .product-platform p, .product-main-wrapper .product-platform .gem-form a, .gem-form .product-main-wrapper .product-platform a, .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-main-wrapper .product-platform .btn--default, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-platform .btn--default, .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-main-wrapper .product-platform a.button:not([class*="btn--"]), .product-main-wrapper .product-platform .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-platform a.button:not([class*="btn--"]), .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform span, .product-main-wrapper .product-platform a, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-main-wrapper .product-platform .btn--default, .product-main-wrapper .product-platform .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-main-wrapper .product-platform a.button:not([class*="btn--"]), .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform div, .product-main-wrapper .product-platform u, .product-main-wrapper .product-platform b, .product-main-wrapper .product-platform strong, .product-main-wrapper .product-platform em, .product-main-wrapper .product-platform i {
    font-family: Rajdhani, sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 11px;
    text-transform: uppercase; }
  .product-main-wrapper .product-platform a, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .product-main-wrapper .product-platform .btn--default, .product-main-wrapper .product-platform .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-main-wrapper .product-platform a.button:not([class*="btn--"]), .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-add-to-cart, .product-main-wrapper .product-platform .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .product-platform .cta-third_party, .product-main-wrapper .product-platform .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .product-platform .cta-third_party {
    text-decoration: underline; }
.product-main-wrapper .product-media-wrapper .product-image-gallery .zoom-gallery-arrow {
  font-weight: bold; }
.product-main-wrapper .product-quantity-wrapper .select2-dropdown,
.product-main-wrapper .product-variant .select2-dropdown {
  border-color: black; }
.product-main-wrapper .product-quantity-wrapper .select2-container,
.product-main-wrapper .product-variant .select2-container {
  font-family: Rajdhani, sans-serif;
  font-weight: bold; }
.product-main-wrapper .product-quantity-wrapper .select2-selection,
.product-main-wrapper .product-variant .select2-selection {
  height: 43px;
  border-color: black; }
.product-main-wrapper .product-quantity-wrapper .select2-container--default .select2-selection--single,
.product-main-wrapper .product-variant .select2-container--default .select2-selection--single {
  border-radius: 0; }
  .product-main-wrapper .product-quantity-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
  .product-main-wrapper .product-variant .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
    padding-bottom: 7px;
    color: black; }
  .product-main-wrapper .product-quantity-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
  .product-main-wrapper .product-variant .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px; }
    .product-main-wrapper .product-quantity-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .product-main-wrapper .product-variant .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-top-color: black; }
.product-main-wrapper .product-quantity-wrapper .select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
.product-main-wrapper .product-variant .select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-bottom-color: black; }
.product-main-wrapper .product-add-to-cart-wrapper .btn--primary {
  padding: 14px 46px 13px;
  text-transform: uppercase; }
.product-main-wrapper .product-description-wrapper h5 {
  text-transform: initial; }

.product-low-inventory {
  font-family: Rajdhani, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase; }

.product-main-wrapper .social-sharing .share-text {
  font-family: Rajdhani, sans-serif;
  text-transform: uppercase;
  font-size: 20px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .product-main-wrapper .social-sharing .share-text {
      font-size: 19px; } }
.product-main-wrapper .social-sharing > a:hover, .product-main-wrapper .template-cart .cart .cart-actions .social-sharing > .btn--default:hover, .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .btn--default:hover, .product-main-wrapper .template-cart .cart .cart-actions .social-sharing > a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > a.button:hover:not([class*="btn--"]), .product-main-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .social-sharing > .cta-add-to-cart:hover, .product-main-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .cta-add-to-cart:hover, .product-main-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing > .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .social-sharing > .cta-third_party:hover, .product-main-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .cta-third_party:hover {
  text-decoration: none;
  color: #eb6e26; }
.product-main-wrapper .social-sharing > a > i, .product-main-wrapper .template-cart .cart .cart-actions .social-sharing > .btn--default > i, .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .btn--default > i, .product-main-wrapper .template-cart .cart .cart-actions .social-sharing > a.button:not([class*="btn--"]) > i, .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > a.button:not([class*="btn--"]) > i, .product-main-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing > .cta-add-to-cart > i, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .social-sharing > .cta-add-to-cart > i, .product-main-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing > .cta-add-to-cart > i, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .cta-add-to-cart > i, .product-main-wrapper .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing > .cta-third_party > i, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-main-wrapper .social-sharing > .cta-third_party > i, .product-main-wrapper .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing > .cta-third_party > i, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-main-wrapper .social-sharing > .cta-third_party > i {
  font-size: 20px;
  margin-left: 15px;
  margin-right: 15px; }

@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .product-information h5 {
    font-size: 17px; } }
@media only screen and (max-width: 749px) {
  .product-information h5 {
    font-size: 17px; } }
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .product-information h6,
  .product-information .alt-h6 {
    font-size: 14px; } }
@media only screen and (max-width: 749px) {
  .product-information h6,
  .product-information .alt-h6 {
    font-size: 14px; } }

@media only screen and (max-width: 749px) {
  .bundle-list {
    padding-left: 0; } }
@media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
  .bundle-list {
    padding-left: 0px; } }

.product-bundles {
  letter-spacing: 2px;
  background-color: #fff; }
  @media only screen and (max-width: 749px) {
    .product-bundles .one-whole {
      padding-left: 0; } }
  .product-bundles h2 {
    font-family: Rajdhani, sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0; }
  .product-bundles img {
    display: inline; }
  .product-bundles .bundle-item-group {
    display: table;
    width: 100%;
    padding: 15px 0;
    position: relative; }
    .product-bundles .bundle-item-group > .bundle-item-image {
      display: table-cell;
      width: 100px; }
    .product-bundles .bundle-item-group > .bundle-item-title {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 700;
      padding-left: 45px;
      text-transform: uppercase; }
      .product-bundles .bundle-item-group > .bundle-item-title > a, .product-bundles .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .btn--default, .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .btn--default, .product-bundles .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > a.button:not([class*="btn--"]), .product-bundles .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .product-bundles .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .product-bundles .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .bundle-item-group > .bundle-item-title > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-third_party, .product-bundles .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-third_party {
        font-family: Rajdhani, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase; }
        @media only screen and (max-width: 749px) {
          .product-bundles .bundle-item-group > .bundle-item-title > a, .product-bundles .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .btn--default, .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .btn--default, .product-bundles .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > a.button:not([class*="btn--"]), .product-bundles .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .product-bundles .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-add-to-cart, .product-bundles .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .bundle-item-group > .bundle-item-title > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-third_party, .product-bundles .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .bundle-item-group > .bundle-item-title > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-item-group > .bundle-item-title > .cta-third_party {
            font-size: 18px; } }
      @media only screen and (max-width: 749px) {
        .product-bundles .bundle-item-group > .bundle-item-title {
          font-size: 16px;
          padding-left: 0px;
          max-width: 175px; } }
      @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
        .product-bundles .bundle-item-group > .bundle-item-title {
          font-size: 16px;
          padding-left: 0px;
          max-width: 175px; } }
    .product-bundles .bundle-item-group > .bundle-item-price {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      font-family: Open Sans, sans-serif;
      font-size: 16px;
      font-weight: 800;
      padding-right: 45px; }
      @media only screen and (max-width: 749px) {
        .product-bundles .bundle-item-group > .bundle-item-price {
          font-size: 16px;
          padding-right: 0px; } }
    .product-bundles .bundle-item-group:after {
      content: "";
      height: 1px;
      position: absolute;
      background-color: #ececec;
      bottom: 0;
      left: 0;
      right: 0;
      width: 94%; }
      @media only screen and (max-width: 749px) {
        .product-bundles .bundle-item-group:after {
          width: 100%; } }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .product-bundles .bundle-item-group:last-child:after {
        background-color: transparent; } }
    @media only screen and (min-width: 1025px) and (max-width: 1399px) {
      .product-bundles .bundle-item-group:last-child:after {
        background-color: transparent; } }
  .product-bundles .bundle-summary {
    text-align: left;
    padding-bottom: 25px; }
    @media only screen and (max-width: 749px) {
      .product-bundles .bundle-summary {
        padding-left: 0; } }
    .product-bundles .bundle-summary > img {
      display: block;
      margin-bottom: 25px; }
      @media only screen and (max-width: 749px) {
        .product-bundles .bundle-summary > img {
          margin: 0 auto 25px; } }
    .product-bundles .bundle-summary p, .product-bundles .bundle-summary .gem-form a, .gem-form .product-bundles .bundle-summary a, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary .btn--default, .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .btn--default, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary a.button:not([class*="btn--"]), .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary a.button:not([class*="btn--"]), .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-third_party {
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
        .product-bundles .bundle-summary p, .product-bundles .bundle-summary .gem-form a, .gem-form .product-bundles .bundle-summary a, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary .btn--default, .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .btn--default, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary a.button:not([class*="btn--"]), .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary a.button:not([class*="btn--"]), .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-third_party, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-third_party {
          font-size: 16px; } }
      .product-bundles .bundle-summary p > span, .product-bundles .bundle-summary .gem-form a > span, .gem-form .product-bundles .bundle-summary a > span, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .btn--default > span, .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary .btn--default > span, .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form .btn--default > span, .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .btn--default > span, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]) > span, .gem-form .template-cart .cart .cart-actions .product-bundles .bundle-summary a.button:not([class*="btn--"]) > span, .product-bundles .bundle-summary .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]) > span, .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary a.button:not([class*="btn--"]) > span, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart > span, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-add-to-cart > span, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart > span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart > span, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart > span, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-add-to-cart > span, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart > span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-add-to-cart > span, .product-bundles .bundle-summary .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party > span, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .product-bundles .bundle-summary .cta-third_party > span, .product-bundles .bundle-summary .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party > span, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .product-bundles .bundle-summary .cta-third_party > span, .product-bundles .bundle-summary .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party > span, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .product-bundles .bundle-summary .cta-third_party > span, .product-bundles .bundle-summary .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party > span, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .product-bundles .bundle-summary .cta-third_party > span {
        display: inline-block; }
    .product-bundles .bundle-summary .bundle-amount {
      font-family: Open Sans, sans-serif;
      font-size: 20px;
      font-weight: 800;
      font-size: 16px;
      float: right; }
    @media only screen and (max-width: 749px) {
      .product-bundles .bundle-summary {
        margin-top: 45px; } }

.featured-collection-product-wrapper {
  width: 100%;
  padding: 45px 40px;
  background-color: white;
  margin: 15px auto;
  overflow: hidden; }
  @media only screen and (min-width: 750px) {
    .featured-collection-product-wrapper {
      margin: 30px auto; } }
  @media only screen and (max-width: 1024px) {
    .featured-collection-product-wrapper {
      padding: 30px 40px; } }
  @media only screen and (max-width: 749px) {
    .featured-collection-product-wrapper h4 {
      font-size: 22px; } }
  .featured-collection-product-wrapper .fcp-header, .featured-collection-product-wrapper .fcp-media, .featured-collection-product-wrapper .fcp-details {
    width: 50%;
    float: right; }
    .featured-collection-product-wrapper .fcp-header .product-platform, .featured-collection-product-wrapper .fcp-media .product-platform, .featured-collection-product-wrapper .fcp-details .product-platform {
      font-weight: 700;
      font-size: 14px;
      font-family: 'Rajdhani';
      text-transform: none; }
      @media only screen and (max-width: 749px) {
        .featured-collection-product-wrapper .fcp-header .product-platform, .featured-collection-product-wrapper .fcp-media .product-platform, .featured-collection-product-wrapper .fcp-details .product-platform {
          font-size: 13px; } }
    @media only screen and (max-width: 749px) {
      .featured-collection-product-wrapper .fcp-header, .featured-collection-product-wrapper .fcp-media, .featured-collection-product-wrapper .fcp-details {
        width: 100%; } }
  .featured-collection-product-wrapper .fcp-media {
    order: -1;
    float: left;
    position: relative; }
    @media only screen and (min-width: 750px) {
      .featured-collection-product-wrapper .fcp-media {
        padding-right: 40px; } }
  .featured-collection-product-wrapper .product-reviews {
    margin-top: 10px;
    margin-bottom: 10px; }
  .featured-collection-product-wrapper .product-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700; }
    @media only screen and (max-width: 749px) {
      .featured-collection-product-wrapper .product-price {
        font-size: 13px; } }
  .featured-collection-product-wrapper .product-tagline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Rajdhani';
    font-size: 20px;
    font-weight: 700;
    text-transform: none; }
    @media only screen and (max-width: 749px) {
      .featured-collection-product-wrapper .product-tagline {
        font-size: 16px; } }
  .featured-collection-product-wrapper .slider-container {
    margin-bottom: 42px; }
    .featured-collection-product-wrapper .slider-container .slider-image {
      width: auto; }
      .featured-collection-product-wrapper .slider-container .slider-image img {
        margin: 0 auto; }
  .featured-collection-product-wrapper .slider-nav-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    @media only screen and (min-width: 750px) {
      .featured-collection-product-wrapper .slider-nav-container {
        padding-right: 40px; } }
    .featured-collection-product-wrapper .slider-nav-container .slider-nav {
      display: inline-block; }
  .featured-collection-product-wrapper .product-testimonial-title {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .featured-collection-product-wrapper .product-testimonial-title {
        margin-top: 15px;
        margin-bottom: 15px; } }
    .featured-collection-product-wrapper .product-testimonial-title .grid__item, .featured-collection-product-wrapper .product-testimonial-title ul.social-links > li, .featured-collection-product-wrapper .product-testimonial-title nav.mobile-navigation > ul > li,
    .featured-collection-product-wrapper .product-testimonial-title nav.navigation > ul > li {
      border-color: #ececec;
      border-width: 2px;
      padding-top: 8px;
      padding-bottom: 8px; }
      @media only screen and (max-width: 749px) {
        .featured-collection-product-wrapper .product-testimonial-title .grid__item, .featured-collection-product-wrapper .product-testimonial-title ul.social-links > li, .featured-collection-product-wrapper .product-testimonial-title nav.mobile-navigation > ul > li,
        .featured-collection-product-wrapper .product-testimonial-title nav.navigation > ul > li {
          padding-top: 2px;
          padding-bottom: 2px; } }
      .featured-collection-product-wrapper .product-testimonial-title .grid__item .testimonial-title-author, .featured-collection-product-wrapper .product-testimonial-title ul.social-links > li .testimonial-title-author, .featured-collection-product-wrapper .product-testimonial-title nav.mobile-navigation > ul > li .testimonial-title-author,
      .featured-collection-product-wrapper .product-testimonial-title nav.navigation > ul > li .testimonial-title-author {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px; }
  .featured-collection-product-wrapper .product-featured-desc-list > ul {
    padding-left: 0; }
    .featured-collection-product-wrapper .product-featured-desc-list > ul > li {
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: normal;
      font-size: 15px;
      font-weight: 400;
      font-family: 'Open Sans', sans-serif;
      text-transform: none; }
  .featured-collection-product-wrapper .product-actions {
    margin-top: 30px;
    margin-bottom: 20px; }
    .featured-collection-product-wrapper .product-actions.compare-enabled {
      position: relative; }
      .featured-collection-product-wrapper .product-actions.compare-enabled .compare-icon-wrapper {
        position: absolute;
        display: none;
        right: 0;
        top: 0; }
        @media only screen and (min-width: 750px) {
          .featured-collection-product-wrapper .product-actions.compare-enabled .compare-icon-wrapper {
            display: block; } }
      @media only screen and (min-width: 750px) and (max-width: 1024px) {
        .featured-collection-product-wrapper .product-actions.compare-enabled .cta-learn-more, .featured-collection-product-wrapper .product-actions.compare-enabled .cta-add-to-cart, .featured-collection-product-wrapper .product-actions.compare-enabled .cta-third_party {
          width: 37%; } }
    .featured-collection-product-wrapper .product-actions > form {
      display: inline; }
    .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .cta-third_party {
      margin-right: 3%;
      margin-bottom: 3%;
      width: 45%; }
      @media only screen and (min-width: 1025px) {
        .featured-collection-product-wrapper .product-actions .cta-learn-more, .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .cta-third_party {
          width: 25%; } }
    .featured-collection-product-wrapper .product-actions .cta-add-to-cart:disabled, .featured-collection-product-wrapper .product-actions .cta-third_party:disabled {
      border-style: none;
      background-color: #bbbbbb;
      color: white;
      font: 600 18px Rajdhani, sans-serif; }
    .featured-collection-product-wrapper .product-actions .cta-learn-more.first {
      margin-left: 0; }
    .featured-collection-product-wrapper .product-actions .compare-icon {
      margin-bottom: 3%; }

/*================ Mini Cart ================*/
.cart-mini-trigger > a, .template-cart .cart .cart-actions .cart-mini-trigger > .btn--default, .template-cart .cart .cart-actions .cart-mini-trigger > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-mini-trigger > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-mini-trigger > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-mini-trigger > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-mini-trigger > .cta-third_party {
  margin-top: 2px;
  display: block; }
.cart-mini-trigger .cart-mini {
  color: black;
  animation-duration: 0.5s; }
.cart-mini-trigger .cart-mini-footer,
.cart-mini-trigger .cart-mini-header {
  border-color: #bcbcbc; }
.cart-mini-trigger .cart-mini-title {
  text-transform: uppercase; }
.cart-mini-trigger .cart-mini-footer .mini-cart-subtotal-title {
  text-transform: uppercase; }
.cart-mini-trigger .cart-mini-footer-savings {
  margin-top: 15px; }
.cart-mini-trigger .cart-mini-item-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000; }
.cart-mini-trigger .cart-mini-remove-item {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px; }
.cart-mini-trigger .mini-cart-item-price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px; }
.cart-mini-trigger .mini-cart-subtotal-amount {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px; }

/*================ Cart Page ================*/
.template-cart #MainContent {
  margin: 0 auto;
  padding: 0 15px; }
  .template-cart #MainContent form p, .template-cart #MainContent form .gem-form a, .gem-form .template-cart #MainContent form a, .gem-form .template-cart #MainContent form .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions #MainContent form .btn--default, .template-cart #MainContent form .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form #MainContent form .btn--default, .template-cart .cart .cart-actions .gem-form #MainContent form a.button:not([class*="btn--"]), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-add-to-cart, .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-add-to-cart, .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-third_party, .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-third_party {
    display: inline-block;
    padding-left: 15px; }
    .template-cart #MainContent form p:nth-child(3), .template-cart #MainContent form .gem-form a:nth-child(3), .gem-form .template-cart #MainContent form a:nth-child(3), .gem-form .template-cart #MainContent form .cart .cart-actions .btn--default:nth-child(3), .gem-form .template-cart .cart .cart-actions #MainContent form .btn--default:nth-child(3), .template-cart #MainContent form .cart .cart-actions .gem-form .btn--default:nth-child(3), .template-cart .cart .cart-actions .gem-form #MainContent form .btn--default:nth-child(3), .template-cart .cart .cart-actions .gem-form #MainContent form a.button:nth-child(3):not([class*="btn--"]), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:nth-child(3), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-add-to-cart:nth-child(3), .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart:nth-child(3), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-add-to-cart:nth-child(3), .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-add-to-cart:nth-child(3), .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-add-to-cart:nth-child(3), .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-add-to-cart:nth-child(3), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-add-to-cart:nth-child(3), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:nth-child(3), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-third_party:nth-child(3), .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party:nth-child(3), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-third_party:nth-child(3), .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-third_party:nth-child(3), .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-third_party:nth-child(3), .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-third_party:nth-child(3), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-third_party:nth-child(3) {
      padding-left: 0; }
    .template-cart #MainContent form p:nth-child(4), .template-cart #MainContent form .gem-form a:nth-child(4), .gem-form .template-cart #MainContent form a:nth-child(4), .gem-form .template-cart #MainContent form .cart .cart-actions .btn--default:nth-child(4), .gem-form .template-cart .cart .cart-actions #MainContent form .btn--default:nth-child(4), .template-cart #MainContent form .cart .cart-actions .gem-form .btn--default:nth-child(4), .template-cart .cart .cart-actions .gem-form #MainContent form .btn--default:nth-child(4), .template-cart .cart .cart-actions .gem-form #MainContent form a.button:nth-child(4):not([class*="btn--"]), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:nth-child(4), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-add-to-cart:nth-child(4), .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart:nth-child(4), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-add-to-cart:nth-child(4), .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-add-to-cart:nth-child(4), .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-add-to-cart:nth-child(4), .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-add-to-cart:nth-child(4), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-add-to-cart:nth-child(4), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:nth-child(4), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .cta-third_party:nth-child(4), .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party:nth-child(4), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .cta-third_party:nth-child(4), .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .cta-third_party:nth-child(4), .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .cta-third_party:nth-child(4), .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .cta-third_party:nth-child(4), .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .cta-third_party:nth-child(4) {
      display: block; }
    .template-cart #MainContent form p.preorder-message, .template-cart #MainContent form .gem-form a.preorder-message, .gem-form .template-cart #MainContent form a.preorder-message, .gem-form .template-cart #MainContent form .cart .cart-actions .preorder-message.btn--default, .gem-form .template-cart .cart .cart-actions #MainContent form .preorder-message.btn--default, .template-cart #MainContent form .cart .cart-actions .gem-form .preorder-message.btn--default, .template-cart .cart .cart-actions .gem-form #MainContent form .preorder-message.btn--default, .template-cart .cart .cart-actions .gem-form #MainContent form a.preorder-message.button:not([class*="btn--"]), .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .preorder-message.cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .preorder-message.cta-add-to-cart, .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .preorder-message.cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .preorder-message.cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .preorder-message.cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .preorder-message.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .preorder-message.cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .preorder-message.cta-add-to-cart, .gem-form .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .preorder-message.cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #MainContent form .preorder-message.cta-third_party, .template-cart #MainContent form .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .preorder-message.cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form #MainContent form .preorder-message.cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .preorder-message.cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #MainContent form .preorder-message.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart #MainContent form .cart .cart-actions .gem-form .preorder-message.cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form #MainContent form .preorder-message.cta-third_party {
      padding-left: 0; }
.template-cart .cart {
  margin-bottom: 100px; }
  @media only screen and (max-width: 749px) {
    .template-cart .cart {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart h1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart form {
      margin-top: 24px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-row:last-child {
      padding-bottom: 10px;
      border-bottom: 1px solid white; } }
  .template-cart .cart .cart-row::after {
    left: 0;
    right: 0; }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-row td {
      padding-left: 10px;
      padding-right: 10px; } }
  .template-cart .cart .cart-row td::before {
    font: bold 15px "Open Sans", sans-serif;
    line-height: 14px; }
  .template-cart .cart .cart-label--price,
  .template-cart .cart .cart-label--total {
    width: 15%;
    min-width: 110px; }
  .template-cart .cart .cart-label--quantity {
    width: 14%;
    min-width: 120px; }
  .template-cart .cart .cart-product {
    padding: 20px 15px;
    width: 16.5%;
    min-width: 130px; }
    @media only screen and (max-width: 749px) {
      .template-cart .cart .cart-product {
        padding: 15px;
        min-width: auto;
        width: 50%;
        min-height: 133px; } }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .template-cart .cart .cart-product {
        padding: 10px; } }
    .template-cart .cart .cart-product::before {
      display: none; }
    .template-cart .cart .cart-product a img, .template-cart .cart .cart-product .cart-actions .btn--default img, .template-cart .cart .cart-actions .cart-product .btn--default img, .template-cart .cart .cart-product .cart-actions a.button:not([class*="btn--"]) img, .template-cart .cart .cart-actions .cart-product a.button:not([class*="btn--"]) img, .template-cart .cart .cart-product .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-product .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-product .cart-actions .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-product .cta-add-to-cart img, .template-cart .cart .cart-product .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-product .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-product .cart-actions .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-product .cta-third_party img {
      width: 71%;
      min-width: 90px;
      max-width: 108px; }
      @media only screen and (max-width: 749px) {
        .template-cart .cart .cart-product a img, .template-cart .cart .cart-product .cart-actions .btn--default img, .template-cart .cart .cart-actions .cart-product .btn--default img, .template-cart .cart .cart-product .cart-actions a.button:not([class*="btn--"]) img, .template-cart .cart .cart-actions .cart-product a.button:not([class*="btn--"]) img, .template-cart .cart .cart-product .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-product .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-product .cart-actions .cta-add-to-cart img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-product .cta-add-to-cart img, .template-cart .cart .cart-product .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party img, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-product .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-product .cart-actions .cta-third_party img, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-product .cta-third_party img {
          width: 100%; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-product-title {
      padding-top: 45px;
      width: 50%;
      clear: none; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-price {
      padding-top: 27px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-total {
      padding-top: 9px;
      padding-bottom: 31px; } }
  .template-cart .cart .cart-remove {
    display: block; }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-quantity::before {
      line-height: 36px !important; } }
  .template-cart .cart .cart-quantity input {
    width: 65%; }
    @media only screen and (max-width: 749px) {
      .template-cart .cart .cart-quantity input {
        width: 34.5%; } }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .template-cart .cart .cart-quantity input {
        width: 100%; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-subtotal {
      padding-top: 16px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart .cart-shipping p, .template-cart .cart .cart-shipping .gem-form a, .gem-form .template-cart .cart .cart-shipping a, .gem-form .template-cart .cart .cart-shipping .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .cart-shipping .btn--default, .template-cart .cart .cart-shipping .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .cart-shipping .btn--default, .template-cart .cart .cart-actions .gem-form .cart-shipping a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-shipping .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-shipping .cta-add-to-cart, .template-cart .cart .cart-shipping .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cart-shipping .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-shipping .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-shipping .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-shipping .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cart-shipping .cta-add-to-cart, .gem-form .template-cart .cart .cart-shipping .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cart-shipping .cta-third_party, .template-cart .cart .cart-shipping .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cart-shipping .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-shipping .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cart-shipping .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-shipping .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cart-shipping .cta-third_party {
      margin-top: 6px;
      margin-bottom: 26px; } }
  .template-cart .cart .cart-actions {
    margin-bottom: 15px; }
    .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party {
      border: none;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Rajdhani", sans-serif; }
    .template-cart .cart .cart-actions .btn--primary {
      font-weight: 700; }

.cart-quantity-message {
  color: #ec1c24; }

/*================ Page ================*/
.form-section {
  padding-top: 20px;
  padding-bottom: 10px; }
  .form-section .input-error {
    border: 1px solid red;
    background-color: #ffffff; }
  .form-section .input-error-message {
    margin-top: 0;
    color: red; }
  .form-section input:not([type=submit]):not([type=checkbox]),
  .form-section select {
    font: 400 16px 'Open Sans', sans-serif;
    color: #a1a1a1;
    height: 50px;
    padding-left: 30px;
    margin-bottom: 15px; }
  .form-section input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari/ */
    color: #a1a1a1;
    opacity: 1; }
  .form-section input:-moz-placeholder {
    /* Firefox 18- */
    color: #a1a1a1;
    opacity: 1; }
  .form-section input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a1a1a1;
    opacity: 1; }
  .form-section input:-ms-input-placeholder {
    /* IE */
    color: #a1a1a1;
    opacity: 1; }
  .form-section textarea {
    font: 400 16px 'Open Sans', sans-serif;
    border-radius: 0;
    color: #a1a1a1; }
    .form-section textarea::-webkit-input-placeholder {
      /* Chrome */
      color: #a1a1a1; }
    .form-section textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #a1a1a1; }
    .form-section textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #a1a1a1;
      opacity: 1; }
    .form-section textarea:-moz-placeholder {
      /* Firefox 4 - 18 */
      color: #a1a1a1;
      opacity: 1; }
  .form-section select {
    color: #a1a1a1;
    background-color: white; }
  .form-section label {
    display: block;
    margin-bottom: 15px;
    padding-top: 12px; }
  @media only screen and (max-width: 749px) {
    .form-section .checkbox-input {
      float: left;
      margin-top: 2px; } }
  .form-section .checkbox-label {
    display: inline-block;
    margin-left: 0px;
    padding-left: 15px;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 700; }
    @media only screen and (max-width: 749px) {
      .form-section .checkbox-label {
        padding-top: 0;
        margin-bottom: 10px;
        width: calc(100% - 24px); } }
  @media only screen and (max-width: 749px) {
    .form-section.checkbox-container div:last-child .checkbox-label {
      margin-bottom: 0; } }
  .form-section .hide {
    display: none; }

.gem-form {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    .gem-form {
      margin-top: 5px; } }
  .gem-form a, .gem-form .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .gem-form .btn--default, .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party {
    text-decoration: underline; }
    .gem-form a:hover, .gem-form .template-cart .cart .cart-actions .btn--default:hover, .template-cart .cart .cart-actions .gem-form .btn--default:hover, .gem-form .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form a.button:hover:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart:hover, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart:hover, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party:hover, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party:hover {
      color: #eb6e26; }
  .gem-form sub, .gem-form sub a, .gem-form sub .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .gem-form sub .btn--default, .gem-form sub .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form sub a.button:not([class*="btn--"]), .gem-form sub .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form sub .cta-add-to-cart, .gem-form sub .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form sub .cta-add-to-cart, .gem-form sub .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form sub .cta-third_party, .gem-form sub .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form sub .cta-third_party {
    font-size: 12px; }
  .gem-form .g-recaptcha {
    padding-top: 15px; }

.imgur-upload-wrapper {
  padding-top: 20px;
  margin-bottom: 25px; }

input#imgur {
  border: 0px;
  padding-left: 0px !important; }

/*================ Address Modal ================*/
/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor; }

/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26em;
  height: max-content;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  padding: 10px 0px 17px 0px; }

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0; }

.modal.is-visible .modal-transition {
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em; }

.modal-header {
  position: relative;
  background-color: #fff;
  border-radius: 6px 6px 0px 0px; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

.address-container {
  width: 100%;
  display: block;
  padding: 15px;
  border: 1px solid #d0d0d0;
  font-size: 13px; }

.address-container:hover {
  border: 1px solid #888;
  cursor: pointer; }

.address-container.selected {
  border: 1px solid black; }

.address-container.selected .address-circle-check {
  background-color: #eb6e26;
  border: 1px solid #eb6e26; }

.address-circle-check i.fa.fa-check {
  vertical-align: middle; }

.address-circle-check:hover,
.address-circle-check:focus {
  color: white; }

.address-container input {
  display: block;
  margin: 0 auto; }

#modal-submit,
#exit-modal {
  /* display: block;
  margin: auto; */
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 8px; }

#exit-modal {
  float: left; }

#modal-submit {
  float: right; }

.divider {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: #949494; }

.divider-middle {
  z-index: 99;
  background-color: white;
  width: 13%;
  margin: 0 auto;
  position: relative;
  font-size: 14px; }

.divider:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-bottom: 1px solid #e8e8e8; }

.address-header {
  font-size: 14px;
  padding-bottom: 10px; }

.address-circle-check {
  border: 1px solid #d0d0d0;
  border-radius: 28px;
  display: inline-block;
  height: 28px;
  overflow: hidden;
  width: 28px;
  vertical-align: middle;
  color: white;
  text-align: center; }

.address-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 9px; }

.address-modal .modal-content p, .address-modal .modal-content .gem-form a, .gem-form .address-modal .modal-content a, .address-modal .modal-content .gem-form .template-cart .cart .cart-actions .btn--default, .gem-form .template-cart .cart .cart-actions .address-modal .modal-content .btn--default, .address-modal .modal-content .template-cart .cart .cart-actions .gem-form .btn--default, .template-cart .cart .cart-actions .gem-form .address-modal .modal-content .btn--default, .address-modal .modal-content .gem-form .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .gem-form .template-cart .cart .cart-actions .address-modal .modal-content a.button:not([class*="btn--"]), .address-modal .modal-content .template-cart .cart .cart-actions .gem-form a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .gem-form .address-modal .modal-content a.button:not([class*="btn--"]), .address-modal .modal-content .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .address-modal .modal-content .cta-add-to-cart, .address-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .address-modal .modal-content .cta-add-to-cart, .address-modal .modal-content .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .address-modal .modal-content .cta-add-to-cart, .address-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .address-modal .modal-content .cta-add-to-cart, .address-modal .modal-content .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .gem-form .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .address-modal .modal-content .cta-third_party, .address-modal .modal-content .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .gem-form .address-modal .modal-content .cta-third_party, .address-modal .modal-content .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .gem-form .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .address-modal .modal-content .cta-third_party, .address-modal .modal-content .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .gem-form .address-modal .modal-content .cta-third_party {
  font-size: 14px;
  padding: 0px 5px;
  text-align: center; }

@media only screen and (max-width: 450px) {
  .modal-wrapper {
    width: 90%; }

  .address-circle-check {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

  .address-content,
  .address-header {
    text-align: center; }

  .address-content {
    display: block;
    margin: 0px; } }
.imgur-upload-wrapper {
  padding-top: 20px;
  margin-bottom: 25px; }

input#imgur {
  border: 0px;
  padding-left: 0px !important; }

.newsletter-modal {
  position: fixed;
  bottom: 0;
  background-color: #ececec;
  width: 100%;
  border-top: 5px solid black;
  z-index: 10; }
  .newsletter-modal .small--one-whole {
    padding-left: 0; }
  .newsletter-modal .overlay {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    background-color: black; }
    .newsletter-modal .overlay > .loading-status {
      position: absolute;
      z-index: 13;
      width: 64px;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 30%; }

.form-wrapper {
  position: relative;
  max-width: 415px;
  padding: 15px; }
  @media only screen and (min-width: 1025px) {
    .form-wrapper {
      padding: 40px; } }
  .form-wrapper input.newsletter__input {
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #585858 !important;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-wrapper input.newsletter__input::placeholder {
      color: #fff !important; }
  .form-wrapper button.newsletter__submit {
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 18px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
  .form-wrapper .btn--close {
    top: 0;
    right: 0;
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 24px; }

.breadcrumb {
  display: block;
  padding: 20px 30px 0; }
  @media only screen and (max-width: 749px) {
    .breadcrumb {
      padding: 10px 30px; } }
  .breadcrumb span, .breadcrumb a, .breadcrumb .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .breadcrumb .btn--default, .breadcrumb .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .breadcrumb a.button:not([class*="btn--"]), .breadcrumb .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb .cta-add-to-cart, .breadcrumb .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb .cta-add-to-cart, .breadcrumb .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb .cta-third_party, .breadcrumb .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb .cta-third_party {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    color: #808184;
    text-transform: uppercase; }
  .breadcrumb .breadcrumb-spacer {
    font-weight: bold;
    font-size: 16px; }
    @media only screen and (max-width: 749px) {
      .breadcrumb .breadcrumb-spacer {
        margin-left: 5px;
        margin-right: 5px; } }
  .breadcrumb.collection-style {
    z-index: 1; }
    @media only screen and (max-width: 749px) {
      .breadcrumb.collection-style {
        background-color: transparent; } }
    .breadcrumb.collection-style span, .breadcrumb.collection-style a, .breadcrumb.collection-style .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .breadcrumb.collection-style .btn--default, .breadcrumb.collection-style .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .breadcrumb.collection-style a.button:not([class*="btn--"]), .breadcrumb.collection-style .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb.collection-style .cta-add-to-cart, .breadcrumb.collection-style .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb.collection-style .cta-add-to-cart, .breadcrumb.collection-style .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb.collection-style .cta-third_party, .breadcrumb.collection-style .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb.collection-style .cta-third_party {
      color: white; }
      @media only screen and (max-width: 749px) {
        .breadcrumb.collection-style span, .breadcrumb.collection-style a, .breadcrumb.collection-style .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .breadcrumb.collection-style .btn--default, .breadcrumb.collection-style .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .breadcrumb.collection-style a.button:not([class*="btn--"]), .breadcrumb.collection-style .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb.collection-style .cta-add-to-cart, .breadcrumb.collection-style .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb.collection-style .cta-add-to-cart, .breadcrumb.collection-style .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .breadcrumb.collection-style .cta-third_party, .breadcrumb.collection-style .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .breadcrumb.collection-style .cta-third_party {
          color: white; } }

.social-sharing {
  font-family: Rajdhani, sans-serif;
  font-weight: bold;
  font-size: 14px; }
  .social-sharing h6 {
    display: inline;
    margin: 0;
    font-size: 20px; }
    @media only screen and (max-width: 749px) {
      .social-sharing h6 {
        font-size: 18px; } }
  .social-sharing a, .social-sharing .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .social-sharing .btn--default, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]), .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party {
    margin-left: 14px; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .social-sharing a, .social-sharing .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .social-sharing .btn--default, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]), .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party {
        margin-left: 10px; } }
    @media only screen and (min-width: 1025px) {
      .social-sharing a, .social-sharing .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions .social-sharing .btn--default, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]), .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]), .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party {
        margin-left: 26px; } }
    .social-sharing a .fa, .social-sharing .template-cart .cart .cart-actions .btn--default .fa, .template-cart .cart .cart-actions .social-sharing .btn--default .fa, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]) .fa, .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]) .fa, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart .fa, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart .fa, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart .fa, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart .fa, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party .fa, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party .fa, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party .fa, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party .fa {
      font-size: 25px; }
    .social-sharing a .social-sharing-share-txt, .social-sharing .template-cart .cart .cart-actions .btn--default .social-sharing-share-txt, .template-cart .cart .cart-actions .social-sharing .btn--default .social-sharing-share-txt, .social-sharing .template-cart .cart .cart-actions a.button:not([class*="btn--"]) .social-sharing-share-txt, .template-cart .cart .cart-actions .social-sharing a.button:not([class*="btn--"]) .social-sharing-share-txt, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart .social-sharing-share-txt, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart .social-sharing-share-txt, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart .social-sharing-share-txt, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart .social-sharing-share-txt, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party .social-sharing-share-txt, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party .social-sharing-share-txt, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party .social-sharing-share-txt, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party .social-sharing-share-txt {
      display: none; }
  .social-sharing a:first-child, .social-sharing .template-cart .cart .cart-actions .btn--default:first-child, .template-cart .cart .cart-actions .social-sharing .btn--default:first-child, .social-sharing .template-cart .cart .cart-actions a.button:first-child:not([class*="btn--"]), .template-cart .cart .cart-actions .social-sharing a.button:first-child:not([class*="btn--"]), .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:first-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-add-to-cart:first-child, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:first-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-add-to-cart:first-child, .social-sharing .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:first-child, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .social-sharing .cta-third_party:first-child, .social-sharing .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:first-child, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .social-sharing .cta-third_party:first-child {
    margin-left: 0; }

/*================ Giftcard Template ================*/
.giftcard-image-wrapper .giftcard-amount {
  color: white; }
.giftcard-image-wrapper .giftcard-code-content .giftcard-code-wrapper {
  background-color: white; }

.alt-h6 {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .alt-h6 {
      font-size: 12px; } }
  @media only screen and (max-width: 749px) {
    .alt-h6 {
      font-size: 8px; } }

.shipping_disclaimer {
  padding: 12px 0;
  color: #000;
  font-style: italic; }

footer .grid__item.block-html:nth-child(2), footer ul.social-links > li.block-html:nth-child(2), footer nav.mobile-navigation > ul > li.block-html:nth-child(2),
footer nav.navigation > ul > li.block-html:nth-child(2) {
  padding: 50px 40px 0px 40px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    footer .grid__item.block-html:nth-child(2), footer ul.social-links > li.block-html:nth-child(2), footer nav.mobile-navigation > ul > li.block-html:nth-child(2),
    footer nav.navigation > ul > li.block-html:nth-child(2) {
      padding-right: 20px;
      padding-left: 20px; } }
footer .grid__item.block-navigation, footer ul.social-links > li.block-navigation, footer nav.mobile-navigation > ul > li.block-navigation,
footer nav.navigation > ul > li.block-navigation {
  padding: 45px 70px 40px 70px; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    footer .grid__item.block-navigation, footer ul.social-links > li.block-navigation, footer nav.mobile-navigation > ul > li.block-navigation,
    footer nav.navigation > ul > li.block-navigation {
      padding-right: 20px;
      padding-left: 20px; } }
footer .grid__item.block-newsletter, footer ul.social-links > li.block-newsletter, footer nav.mobile-navigation > ul > li.block-newsletter,
footer nav.navigation > ul > li.block-newsletter {
  padding: 45px 40px 0 0; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    footer .grid__item.block-newsletter, footer ul.social-links > li.block-newsletter, footer nav.mobile-navigation > ul > li.block-newsletter,
    footer nav.navigation > ul > li.block-newsletter {
      padding-right: 20px; } }
footer .grid__item.block-line, footer ul.social-links > li.block-line, footer nav.mobile-navigation > ul > li.block-line,
footer nav.navigation > ul > li.block-line {
  padding: 30px 0; }
footer .grid__item .mobile-footer-logo-container, footer ul.social-links > li .mobile-footer-logo-container, footer nav.mobile-navigation > ul > li .mobile-footer-logo-container,
footer nav.navigation > ul > li .mobile-footer-logo-container {
  width: 120px;
  margin: 0 auto;
  padding: 40px 0 0; }
footer .navigation .site-nav--has-submenu {
  padding-right: 18px; }
footer .navigation .site-nav__submenu > li > a, footer .navigation .template-cart .cart .cart-actions .site-nav__submenu > li > .btn--default, .template-cart .cart .cart-actions footer .navigation .site-nav__submenu > li > .btn--default, footer .navigation .template-cart .cart .cart-actions .site-nav__submenu > li > a.button:not([class*="btn--"]), .template-cart .cart .cart-actions footer .navigation .site-nav__submenu > li > a.button:not([class*="btn--"]), footer .navigation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .navigation .site-nav__submenu > li > .cta-add-to-cart, footer .navigation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .navigation .site-nav__submenu > li > .cta-add-to-cart, footer .navigation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .site-nav__submenu > li > .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions footer .navigation .site-nav__submenu > li > .cta-third_party, footer .navigation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .site-nav__submenu > li > .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions footer .navigation .site-nav__submenu > li > .cta-third_party {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }
footer .email-sign-up__link {
  color: white;
  font-size: 16px; }

.footer-meta-navigation {
  text-align: center;
  padding: 30px 10px;
  position: relative; }
  .footer-meta-navigation .ea-link {
    position: unset; }
    @media only screen and (min-width: 1025px) {
      .footer-meta-navigation .ea-link {
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%); }
        .footer-meta-navigation .ea-link svg {
          margin-bottom: 0; } }
    .footer-meta-navigation .ea-link svg {
      margin-bottom: 1em;
      width: 100px; }
  .footer-meta-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer-meta-navigation ul > li {
      color: #808184;
      display: inline-block; }
      .footer-meta-navigation ul > li > a:hover, .footer-meta-navigation .template-cart .cart .cart-actions ul > li > .btn--default:hover, .template-cart .cart .cart-actions .footer-meta-navigation ul > li > .btn--default:hover, .footer-meta-navigation .template-cart .cart .cart-actions ul > li > a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .footer-meta-navigation ul > li > a.button:hover:not([class*="btn--"]), .footer-meta-navigation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li > .cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .footer-meta-navigation ul > li > .cta-add-to-cart:hover, .footer-meta-navigation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li > .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .footer-meta-navigation ul > li > .cta-add-to-cart:hover, .footer-meta-navigation .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions ul > li > .cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .footer-meta-navigation ul > li > .cta-third_party:hover, .footer-meta-navigation .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions ul > li > .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .footer-meta-navigation ul > li > .cta-third_party:hover {
        color: #808184;
        text-decoration: underline; }
      .footer-meta-navigation ul > li > span {
        padding: 0 5px; }

button:disabled,
button:disabled:hover {
  border-style: none;
  background-color: #bbbbbb;
  color: white;
  font: 600 18px Rajdhani, sans-serif; }

a.btn:hover, a.button:hover:not([class*="btn--"]), .template-cart .cart .cart-actions .button.btn--default:hover:not([class*="btn--"]), .template-cart .cart .cart-actions a.button:hover:not([class*="btn--"]), a.btn--full:hover, .template-cart .cart .cart-actions .btn--full.btn--default:hover, a.btn--small:hover, .template-cart .cart .cart-actions .btn--small.btn--default:hover, a.btn--large:hover, .template-cart .cart .cart-actions .btn--large.btn--default:hover, .featured-collection-product-wrapper .product-actions a.cta-add-to-cart:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart:hover, .featured-collection-product-wrapper .product-actions a.cta-third_party:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party:hover, .featured-collection-product-wrapper .product-actions a.cta-learn-more:hover, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-learn-more.btn--default:hover, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-learn-more.btn--default:hover, .template-cart .cart .cart-actions .btn.btn--default:hover {
  text-decoration: none; }

#cross-sell {
  margin-bottom: 0 !important;
  padding-bottom: 25px;
  padding-right: 0 !important;
  padding-top: 20px; }
  @media only screen and (max-width: 749px) {
    #cross-sell {
      padding: 20px; } }
  @media only screen and (max-width: 1024px) {
    #cross-sell {
      background-color: #f2f2f2 !important; } }
  #cross-sell h3 {
    text-align: center; }
  #cross-sell #cross-sells {
    list-style-type: none;
    overflow: hidden;
    padding: 40px 0; }
    #cross-sell #cross-sells li .producttitle,
    #cross-sell #cross-sells li .money {
      text-align: center; }
    #cross-sell #cross-sells > div.xs-card {
      width: 23%;
      margin: 1%;
      float: left;
      position: relative;
      height: 340px;
      list-style-type: none;
      background-color: #fff;
      border: 0; }
      @media only screen and (max-width: 1024px) {
        #cross-sell #cross-sells > div.xs-card {
          width: 48%;
          height: 320px !important;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 749px) {
        #cross-sell #cross-sells > div.xs-card {
          height: 275px; } }
      #cross-sell #cross-sells > div.xs-card .xs-image {
        padding: 10px 15px;
        width: auto; }
        #cross-sell #cross-sells > div.xs-card .xs-image img {
          height: 185px;
          margin: 0 auto;
          width: auto; }
          @media only screen and (max-width: 749px) {
            #cross-sell #cross-sells > div.xs-card .xs-image img {
              height: auto; } }
      #cross-sell #cross-sells > div.xs-card .xs-card-body {
        padding: 0 10px !important; }
      #cross-sell #cross-sells > div.xs-card .xs-product-title {
        padding: 10px 15px;
        min-height: 60px;
        text-align: center !important; }
        @media only screen and (max-width: 749px) {
          #cross-sell #cross-sells > div.xs-card .xs-product-title {
            padding-top: 0; } }
        #cross-sell #cross-sells > div.xs-card .xs-product-title a, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .btn--default, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party {
          font-size: 16px;
          text-transform: uppercase; }
          @media only screen and (max-width: 749px) {
            #cross-sell #cross-sells > div.xs-card .xs-product-title a, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .btn--default, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party {
              font-size: 12px; } }
          @media only screen and (min-width: 750px) {
            #cross-sell #cross-sells > div.xs-card .xs-product-title a, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .btn--default, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-product-title .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party, #cross-sell #cross-sells > div.xs-card .xs-product-title .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-product-title .cta-third_party {
              font-size: 18px !important; } }
      #cross-sell #cross-sells > div.xs-card .xs-price {
        padding: 10px 15px;
        min-height: 30px;
        text-align: center !important; }
        @media only screen and (max-width: 749px) {
          #cross-sell #cross-sells > div.xs-card .xs-price {
            padding-top: 0; } }
        #cross-sell #cross-sells > div.xs-card .xs-price a, #cross-sell #cross-sells > div.xs-card .xs-price .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-price .btn--default, #cross-sell #cross-sells > div.xs-card .xs-price .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-price .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-price .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-price .cta-add-to-cart, #cross-sell #cross-sells > div.xs-card .xs-price .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cross-sell #cross-sells > div.xs-card .xs-price .cta-third_party, #cross-sell #cross-sells > div.xs-card .xs-price .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cross-sell #cross-sells > div.xs-card .xs-price .cta-third_party {
          font-family: 'Open-sans', sans-serif;
          font-size: 14px; }

#cookies-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  pointer-events: none; }
  #cookies-modal-wrapper[data-show-modal*=true] {
    pointer-events: all; }
    #cookies-modal-wrapper[data-show-modal*=true] #cookies-modal {
      top: 0; }
  #cookies-modal-wrapper #cookies-modal {
    position: fixed;
    top: -400px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #ECECEC;
    padding: 12px 10px;
    box-shadow: 1px 1px 20px #000;
    transition: all 0.25s ease-in-out; }
    @media only screen and (min-width: 750px) {
      #cookies-modal-wrapper #cookies-modal {
        padding: 26px 10px; } }
    #cookies-modal-wrapper #cookies-modal .content-wrap {
      padding: 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (min-width: 750px) {
        #cookies-modal-wrapper #cookies-modal .content-wrap {
          flex-direction: row; } }
    #cookies-modal-wrapper #cookies-modal .msg-body {
      margin-right: 10px;
      max-width: 740px;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 750px) {
        #cookies-modal-wrapper #cookies-modal .msg-body {
          margin-bottom: 0; } }
      #cookies-modal-wrapper #cookies-modal .msg-body a, #cookies-modal-wrapper #cookies-modal .msg-body .template-cart .cart .cart-actions .btn--default, .template-cart .cart .cart-actions #cookies-modal-wrapper #cookies-modal .msg-body .btn--default, #cookies-modal-wrapper #cookies-modal .msg-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-add-to-cart, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cookies-modal-wrapper #cookies-modal .msg-body .cta-add-to-cart, #cookies-modal-wrapper #cookies-modal .msg-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-add-to-cart, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cookies-modal-wrapper #cookies-modal .msg-body .cta-add-to-cart, #cookies-modal-wrapper #cookies-modal .msg-body .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions .cta-third_party, .template-cart .cart .cart-actions .featured-collection-product-wrapper .product-actions #cookies-modal-wrapper #cookies-modal .msg-body .cta-third_party, #cookies-modal-wrapper #cookies-modal .msg-body .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions .cta-third_party, .featured-collection-product-wrapper .product-actions .template-cart .cart .cart-actions #cookies-modal-wrapper #cookies-modal .msg-body .cta-third_party {
        font-size: 18px;
        line-height: 22px;
        text-decoration: underline; }
    #cookies-modal-wrapper #cookies-modal .accept-button {
      position: relative;
      padding: 5px 20px;
      font-size: 21px; }
      @media only screen and (min-width: 750px) {
        #cookies-modal-wrapper #cookies-modal .accept-button {
          top: 1px; } }

/*
Functionality Notes :
    INITIAL : data-compare-state="hidden"
    TAB     : data-compare-state="tab"
    MINI    : data-compare-state="mini"
    FULL    : data-compare-state="full"
*/
body.compare-full {
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  #compare-modal-parent #compare-modal {
    padding: 0 10px !important; }
  #compare-modal-parent #compare-modal-mini .circle {
    margin: 0 !important; }
  #compare-modal-parent #compare-item-list {
    width: 100% !important; }
    #compare-modal-parent #compare-item-list .compare-item.product .product-text-wrap {
      padding: 0 3px !important; }
  #compare-modal-parent .compare-remove-item {
    right: initial !important;
    left: 0 !important; }
  #compare-modal-parent .compare-add-to-cart {
    padding: 4px 10px !important; }
  #compare-modal-parent[data-compare-state*='mini'] #compare-modal-wrapper {
    min-height: 360px; }
  #compare-modal-parent[data-compare-state*='mini'] .compare-buttons {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    width: 100% !important;
    order: 1;
    padding-right: 40px !important;
    padding-bottom: 10px; }
  #compare-modal-parent[data-compare-state*='mini'] #compare-modal-mini {
    display: inline-flex;
    flex-wrap: wrap;
    height: 360px !important; }
  #compare-modal-parent[data-compare-state*='mini'] #compare-item-list {
    order: 2;
    align-items: baseline !important; }
  #compare-modal-parent[data-compare-state*='mini'] .compare-item {
    padding-bottom: 0 !important;
    height: auto !important; }
  #compare-modal-parent[data-compare-state*='full'] div#compare-modal-mini {
    height: auto !important;
    display: block !important;
    overflow: visible;
    min-height: 280px;
    padding-left: 0 !important; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons .compare-button {
    display: none; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons {
    right: 0 !important;
    top: 43px !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-full .label {
    font-size: 11px !important;
    max-width: 90px !important; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-full .spec-row {
    padding: 20px 0 20px 100px !important; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-full .spec-item {
    font-size: 8px !important;
    hyphens: auto;
    word-break: break-word; } }
  @media only screen and (max-width: 1024px) and (max-width: 1023px) and (orientation: landscape) {
    #compare-modal-parent[data-compare-state*='mini'] #compare-modal-wrapper {
      max-height: 330px;
      min-height: 330px; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons {
      clear: both;
      padding-top: 43px !important;
      position: static !important;
      top: 0px !important; } }
  @media only screen and (max-width: 1024px) and (max-width: 500px) {
    #compare-modal-parent[data-compare-state*='full'] #compare-modal-full .label {
      font-size: 9px !important; } }
#compare-modal-parent {
  display: block; }
  #compare-modal-parent[data-compare-state*='mini'] #compare-modal-wrapper {
    bottom: 0;
    height: 224px; }
  #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper {
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-warning {
      top: calc(100% - 40px );
      position: fixed; }
    #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini {
      height: 275px;
      padding-left: 140px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1024px) {
        #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini {
          margin-bottom: 0; } }
      #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons {
        top: -33px;
        left: 0; }
        #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons .compare-button {
          width: 0;
          height: 0;
          opacity: 0;
          pointer-events: none; }
        @media only screen and (min-width: 750px) {
          #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons .remove-all-button {
            text-align: left; } }
      #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list {
        width: 100%; }
        #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item {
          padding-bottom: 30px;
          height: auto; }
        #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-add-to-cart {
          opacity: 1;
          pointer-events: all; }
          #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-add-to-cart[data-available*='false'] {
            pointer-events: none;
            opacity: 0.8;
            background: #bcbcbc;
            border-color: #ececec; }
    #compare-modal-parent[data-compare-state*='full'] #compare-modal-wrapper #compare-modal-full {
      pointer-events: all;
      height: auto; }
  #compare-modal-parent[data-compare-state*='tab'] #compare-tab {
    bottom: 0;
    opacity: 1;
    pointer-events: all;
    text-transform: uppercase; }
    #compare-modal-parent[data-compare-state*='tab'] #compare-tab #compare-tab-count {
      display: inline-flex;
      pointer-events: none;
      margin-left: 4px; }
  #compare-modal-parent[data-compare-enable*='false'] {
    visibility: hidden; }
    #compare-modal-parent[data-compare-enable*='false'] .compare-button {
      pointer-events: none;
      background: #bcbcbc; }
  #compare-modal-parent[data-compare-warning*='hidden'] #compare-warning {
    opacity: 0; }
  #compare-modal-parent[data-compare-warning*='add-cart-error'] #compare-warning .add-cart-error {
    opacity: 1;
    display: block; }
  #compare-modal-parent[data-compare-warning*='already-added'] #compare-warning .already-added {
    opacity: 1;
    display: block; }
  #compare-modal-parent[data-compare-warning*='max-items'] #compare-warning .max-items {
    opacity: 1;
    display: block; }
  #compare-modal-parent[data-compare-warning*='no-internet'] #compare-warning .no-internet {
    opacity: 1;
    display: block; }
  #compare-modal-parent .animate35 {
    transition: all 0.35s ease-in-out; }

#compare-tab {
  position: fixed;
  display: flex;
  bottom: -200px;
  left: calc(5% + 60px );
  padding: 14px 16px;
  letter-spacing: -1px;
  background: #242424;
  font-size: 16px;
  font-weight: bold;
  color: white;
  pointer-events: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10002; }

#compare-modal-wrapper {
  position: fixed;
  background: #d7d6d7;
  bottom: -100vh;
  width: 100%;
  height: 0;
  z-index: 10002;
  display: flex;
  justify-content: center;
  box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.3); }
  #compare-modal-wrapper button {
    outline: none;
    cursor: pointer; }
    #compare-modal-wrapper button.compare-add-to-cart {
      padding: 2px 13px;
      font-size: 16px; }
  #compare-modal-wrapper #compare-warning {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ec1c24;
    color: white;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    pointer-events: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.3); }
    #compare-modal-wrapper #compare-warning div {
      opacity: 0;
      display: none; }
  #compare-modal-wrapper #compare-modal {
    position: relative;
    max-width: 1170px;
    width: 100%;
    padding: 10px; }
    #compare-modal-wrapper #compare-modal .compare-close-button {
      background: none;
      border: none;
      position: absolute;
      right: 10px;
      top: 0px;
      font-size: 35px;
      font-weight: bold;
      z-index: 50;
      padding: 0; }
    #compare-modal-wrapper #compare-modal #compare-modal-full,
    #compare-modal-wrapper #compare-modal #compare-modal-mini {
      position: relative;
      top: 0;
      width: 100%;
      padding: 0;
      margin: 0; }
    #compare-modal-wrapper #compare-modal #compare-modal-mini {
      height: 204px; }
      #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list {
        position: relative;
        top: 30px;
        padding: 0;
        margin: 0;
        height: 100%;
        width: calc(100% - 115px );
        list-style: none;
        display: inline-flex;
        justify-content: space-around;
        align-items: center; }
        @media only screen and (min-width: 1025px) {
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list {
            width: calc(100% - 205px ); } }
        @media only screen and (max-width: 1024px) {
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list {
            display: flex !important;
            align-items: normal; } }
        @media (max-width: 1023px) and (orientation: landscape) {
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list {
            top: 10px; } }
        #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item {
          position: relative;
          display: flex;
          width: 190px;
          height: 220px;
          padding-bottom: 60px;
          justify-content: center;
          align-items: center;
          text-align: center;
          flex-wrap: wrap; }
          @media only screen and (min-width: 1025px) {
            #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item {
              width: 270px; } }
          @media only screen and (max-width: 1024px) {
            #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item {
              align-items: stretch;
              height: auto !important; } }
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.empty {
            color: #dbdbdc; }
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .compare-remove-item {
            position: absolute;
            height: 30px;
            width: 30px;
            background: white;
            border: 1px solid #ececec;
            border-radius: 15px;
            padding: 1px 0 0 1px;
            font-size: 20px;
            top: -15px;
            right: calc(50% - 85px ); }
            @media only screen and (max-width: 1024px) {
              #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .compare-remove-item {
                top: -25px; } }
            @media (max-width: 1023px) and (orientation: landscape) {
              #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .compare-remove-item {
                top: 0; } }
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .product-text-wrap {
            position: relative;
            width: 100%;
            left: 0;
            margin-top: 5px;
            text-align: center;
            font-size: 13px; }
            @media only screen and (min-width: 1025px) {
              #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .product-text-wrap {
                font-size: 15px; } }
            #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .product-text-wrap .product-name {
              font-weight: bold;
              margin-bottom: 4px; }
            #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .product-text-wrap .product-price {
              margin-bottom: 8px; }
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product .compare-add-to-cart {
            position: absolute;
            transform: translateX(-50%);
            left: 50%;
            bottom: 0;
            opacity: 0;
            pointer-events: none; }
          #compare-modal-wrapper #compare-modal #compare-modal-mini #compare-item-list .compare-item.product img {
            height: 110px;
            margin: 0 auto; }
      #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons {
        position: absolute;
        display: inline-block;
        flex-wrap: wrap;
        width: 110px;
        top: 83px; }
        @media only screen and (min-width: 1025px) {
          #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons {
            width: 140px; } }
        #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons button {
          width: 100%; }
          #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons button.compare-button {
            margin-bottom: 20px; }
          #compare-modal-wrapper #compare-modal #compare-modal-mini .compare-buttons button.remove-all-button {
            background: none;
            border: none;
            text-decoration: underline; }
    #compare-modal-wrapper #compare-modal #compare-modal-full {
      display: flex;
      height: 0;
      pointer-events: none;
      padding-bottom: 25px; }
      #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list {
        padding: 0;
        list-style: none; }
        #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row {
          display: inline-flex;
          justify-content: space-around;
          align-items: center;
          padding: 20px 0 20px 140px;
          width: 100%;
          border-top: 1px solid #a1a1a1;
          text-transform: uppercase;
          line-height: 16px; }
          @media only screen and (max-width: 749px) {
            #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row {
              display: block;
              padding: 15px 0px !important;
              position: relative;
              z-index: 1;
              zoom: 1; }
              #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row:after, #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row:before {
                content: '';
                display: table; }
              #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row:after {
                clear: both; } }
          #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .label {
            position: absolute;
            max-width: 150px;
            left: 0;
            font-size: 14px;
            font-weight: bold; }
            @media only screen and (max-width: 749px) {
              #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .label {
                float: left;
                line-height: 1.4;
                max-width: 100% !important;
                padding-bottom: 10px;
                position: static;
                text-align: center;
                width: 100%; } }
          #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .spec-item {
            width: calc(( 100% - 70px ) / 3 );
            text-align: center;
            font-size: 13px; }
            @media only screen and (min-width: 1025px) {
              #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .spec-item {
                width: calc(( 100% - 160px ) / 3 ); } }
            @media only screen and (max-width: 749px) {
              #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .spec-item {
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%;
                width: 33.33333%; }
                #compare-modal-wrapper #compare-modal #compare-modal-full #compare-spec-list li.spec-row .spec-item:first-child {
                  clear: left; } }
  #compare-modal-wrapper .modal-compare-price,
  #compare-modal-wrapper .spec-item .sale-color {
    display: inline-block; }
  #compare-modal-wrapper .compare-sale-price,
  #compare-modal-wrapper .spec-item .sale-color {
    display: inline-block;
    padding-left: 10px; }

/*================ Gem Features ================*/
#MainContent .feature-section .feature-slider > div,
#MainContent .feature-section .feature-slider > .gf_column {
  padding-left: 0 !important;
  padding-right: 0 !important; }

*[x-cloak] {
  display: none;
  visibility: hidden; }

html {
  padding-bottom: 0 !important; }

.thumbnail {
  border: none !important; }

.order-status-wrapper {
  margin: 50px 0px; }
  .order-status-wrapper #order-lookup-by-hulkapps .find-order .order-track-form .input-wrap input {
    border: 1px solid; }
  .order-status-wrapper .find-order {
    background-color: white; }
  .order-status-wrapper .order-status-title {
    text-align: center; }
