@charset "UTF-8";
/* font-awesome.min.css */
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("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; }

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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; }

.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: #ffffff; }

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

@font-face {
  font-family: 'Helvetica';
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.fe093fe9ca22a15354813c912484945a36b79146.woff2?&hmac=64c57d7fee8da8223a0d4856285068c02c248ef210cae57dcd9c3e633375e8a4") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.8bddb85c18a0094c427a9bf65dee963ad88de4e8.woff?&hmac=f74109e3105603c8a8cfbd8dec4e8a7e53572346fb96aacec203fc3881ddabf1") format("woff"); }

@font-face {
  font-family: 'Helvetica bold';
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.39bee04bd277a9c4e94e2fd42d53f4e3c0afb8a5.woff2?&hmac=b99c35ba03edd5495ba7af87326d5fe8af5b2363f485475338ae16401b9af50d") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.b95359461a6788d5549e702cb2123bc40c227e49.woff?&hmac=684bc7a600f408db705c8f9b90d3d964d22c13a8ce7492386d351a852f30309b") format("woff"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("HelveticaNeueBold.woff2") format("woff2"), url("HelveticaNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("HelveticaNeueMedium.woff2") format("woff2"), url("HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("HelveticaNeueLight.woff2") format("woff2"), url("HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("HelveticaNeueThin.woff2") format("woff2"), url("HelveticaNeueThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("HelveticaNeue.woff2") format("woff2"), url("HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Bundle.scss */
/* COLORS */
@font-face {
  font-family: Helvetica;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.39bee04bd277a9c4e94e2fd42d53f4e3c0afb8a5.woff2?h1=aHlwZXJsaXRlbW91bnRhaW5nZWFyLmNvbQ&hmac=9aab8bb3f827ef398434ec7e87ee750bb490e13b8ff83e25deb97a0197e53f33") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.b95359461a6788d5549e702cb2123bc40c227e49.woff?h1=aHlwZXJsaXRlbW91bnRhaW5nZWFyLmNvbQ&hmac=465b8404cf457cb51cf1e14e22abf836bf5124197d8950f8a55ede27c3b391cb") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 300;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n3.e01288c0d2e8e4f4101819b750499a38c41ed953.woff2?h1=aHlwZXJsaXRlbW91bnRhaW5nZWFyLmNvbQ&hmac=49f81b935a6ffe64d5297d556f7d7bae5ba62b019b7420e724d64eb1a4809c3e") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n3.689236138e1e3e1b03386488943f79b29e240af5.woff?h1=aHlwZXJsaXRlbW91bnRhaW5nZWFyLmNvbQ&hmac=f086be4c1688419bf1d77e1b67ddb36f1db8752b9f37ce2ef27be4b95d5fc943") format("woff"); }

/* Fonts */
/*   $helveticareg: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
$helveticabold: "Neue Helvetica W00", "Helvetica Neue", Helvetica, Arial, sans-serif; */
body {
  color: #404040;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

body.modal-open {
  padding-right: 0px !important; }

a {
  color: #ff5000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none; }

a svg {
  cursor: pointer; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
  and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
  in Internet Explorer 6. */
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */ }

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  background-color: white;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */ }

/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0; }

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-color: white;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1; }

/* The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica", sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/fancybox_sprite.png?v=3005993056200497091"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/fancybox_loading.gif?v=11187753031352612685") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/blank.gif?v=16482679876569321596");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/fancybox_overlay.png?v=2691624637010993578"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica", sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: white;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/fancybox_sprite@2x.png?v=4037755178146150857");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/fancybox_loading@2x.gif?v=387719512027603830");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* ------------------------------------------------------------ * Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Sprite
\* ------------------------------------------------------------ */
.ico-home-logo {
  background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/ico-home-logo.png?v=17130985911789497971) no-repeat 0 0;
  background-size: 100% 100%;
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-resolution: 192dpi) {
  .ico-home-logo {
    background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/ico-home-logo@2x.png?v=10592516945754809949) no-repeat 0 0;
    background-size: 100% 100%;
    width: 160px;
    height: 160px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px; } }
/* ------------------------------------------------------------ * Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

template {
  display: none; }

html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

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

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

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

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

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

/* ------------------------------------------------------------ * Base
\* ------------------------------------------------------------ */
html {
  padding-bottom: 0; }

body {
  min-width: 320px;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: black;
  /* Mobile */ }

@media (max-width: 767px) {
  body {
    font-size: 14px; } }
a {
  color: inherit; }

a:hover,
a[href^='tel'] {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: black; }

h1 {
  font-size: 50px;
  /* Small Desktop */ }

@media (max-width: 1366px) {
  h1 {
    font-size: 40px; } }
h2 {
  font-size: 40px;
  /* Mobile */ }

@media (max-width: 767px) {
  h2 {
    font-size: 32px; } }
h3 {
  font-size: 30px;
  /* Tablet Portrait */ }

@media (max-width: 1023px) {
  h3 {
    font-size: 24px; } }
h4 {
  font-size: 20px; }

h5 {
  font-size: 18px;
  /* Small Desktop */ }

@media (max-width: 1366px) {
  h5 {
    font-size: 16px; } }
h6 {
  font-size: 15px; }

p a {
  color: #ff5000;
  text-decoration: none; }

p a:hover {
  color: #bb3d0c;
  text-decoration: none; }

/* ------------------------------------------------------------ * Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }

/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }

/*  Alignleft  */
.alignleft {
  float: left; }

/*  Alignright  */
.alignright {
  float: right; }

/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }

/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

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

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

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

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

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

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

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

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1366px) {
  .hidden-md {
    display: none !important; }

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

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

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

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

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

  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ * Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  background-color: white; }

/* ------------------------------------------------------------ * Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto; }

.shell--fluid {
  max-width: none; }

/* ------------------------------------------------------------ * Container
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 4;
  /* Small Desktop */
  /* Mobile */ }

.header .container {
  position: relative; }

.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0; }

.header .header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  background-color: #171717; }

.header .header__bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px;
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 3.64;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.header .header__bar .header-left,
.header .header__bar .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .header__bar .header-left {
  align-self: flex-start;
  margin-right: auto; }

.header .header__bar a:hover {
  color: #ff5000; }

.header .header__bar a:hover i {
  color: inherit; }

.header .header__bar a:hover object,
.header .header__bar a img#flag {
  opacity: 0.7; }

.header .header__bar a i {
  font-size: 16px;
  margin-left: 5px;
  color: #939393; }

.header .header__bar .header-left a i {
  margin-left: 0;
  margin-right: 5px; }

.header .header__bar a object,
.header .header__bar a img#flag {
  width: auto;
  height: 25px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.header .header__bar a .cart-counter {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1px 3px;
  margin-left: 6px;
  background-color: #ff5000;
  font-size: 11px;
  line-height: 1.3;
  color: white; }

@media (max-width: 980px) {
  .header .header__bar .header-right .flag {
    display: none; } }
@media (max-width: 900px) {
  .header .header__bar a {
    margin: 0 15px; }

  .header .header__bar .header-left .left,
  .header .header__bar .header-right .headercart {
    margin-left: 0; } }
@media (max-width: 767px) {
  .header .header__bar {
    padding: 10px 15px; }

  .header .header__bar a {
    margin: 0 8px;
    font-size: 0; }

  .header .header__bar a i {
    font-size: 20px; }

  .header .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.headerblurb {
  color: #ff5000;
  padding: 10px 0;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

/* ------------------------------------------------------------ * Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 40px 0 80px;
  background-color: black;
  /* Mobile */ }

.footer .footer__inner {
  padding-bottom: 20px;
  border-bottom: 1px dashed #333333;
  margin-bottom: 10px;
  text-align: center; }

.footer .footer__content h6 {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff5000; }

.footer .footer__content ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  font-size: 12px; }

.footer .footer__content ul a {
  color: #76787a;
  text-decoration: none; }

.footer .footer__content ul a:hover {
  color: #ff5000; }

/*
.footer .footer__content ul .active a {
color: $orange; }
*/
.footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  max-width: 265px;
  margin: 0 auto; }

.footer .footer__logo img {
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .footer .footer__content ul {
    margin-bottom: 40px; }

  .footer .footer__logo {
    margin: 0 auto; } }
/* ------------------------------------------------------------ * Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  padding: 3px 20px;
  border: none;
  border-radius: 0;
  font-family: "Helvetica", sans-serif;
  background-color: #ff5000;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  /* Small Desktop */
  /* Btn Small */
  /* Btn Border */
  /* Btn Light Border */
  /* Btn Light */ }

.btn:hover {
  background-color: #ccc;
  color: #171717; }

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 1366px) {
  .btn {
    font-size: 16px; } }
.btn--small {
  padding: 10px 10px 9px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  letter-spacing: 1.2px; }

.btn--border {
  padding: 8px 5px 7px;
  border: 1px solid #404040;
  background: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500; }

.btn--border:hover {
  background: none;
  color: #ff5000; }

.btn--light-border {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: white;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  text-transform: none; }

.btn--light-border:hover {
  color: white;
  background-color: #404040;
  border-color: transparent; }

.btn--light {
  padding: 7px 8px 6px;
  border: 2px solid #ff5000;
  background-color: #ff5000;
  font-size: 12px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.1em; }

.btn--light:hover {
  border: 2px solid #404040;
  background-color: #404040;
  color: white; }

.btn--light:disabled {
  pointer-events: none; }

.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }

/* ------------------------------------------------------------ * Btn Menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: block;
  padding: 9px 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 15px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.btn-menu.active {
  background-color: #dddddd; }

.btn-menu span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888; }

.btn-menu span + span {
  margin-top: 4px; }

/* ------------------------------------------------------------ * Btn Play
\* ------------------------------------------------------------ */
.btn-play {
  position: relative;
  display: inline-block;
  min-width: 98px;
  min-height: 98px; }

.btn-play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  border: 5px solid white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

.btn-play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 44px;
  border-color: transparent transparent transparent white;
  margin-left: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

.btn-play:hover:before {
  border-color: transparent transparent transparent #ff5000; }

.btn-play:hover:after {
  border-color: #ff5000; }

/* ------------------------------------------------------------ * Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::placeholder {
  color: inherit;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea::placeholder {
  color: inherit;
  opacity: 1; }

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px white inset; }

/* Select */
.select {
  position: relative; }

.select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/select-arrow.png?v=4115070847553600213) 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

.select select {
  display: block;
  width: 100%;
  padding: 4px 20px 4px 10px;
  border: 1px solid black;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

/* Radio */
.radio {
  position: relative;
  /* Mobile */ }

.radio input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.radio .form__label {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid black;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.radio .form__label:hover {
  background-color: #ff5000;
  border-color: #ff5000;
  color: white; }

.radio input:checked + .form__label {
  background-color: black;
  border-color: black;
  color: white;
  border: 1px solid #ff5000; }

@media (max-width: 530px) {
  .radio .form__label {
    text-align: center; }

  .form-product .form__btn {
    width: 100%; } }
/* Field */
.customr-control,
.field,
.fsField {
  display: block;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fsField.fsUpload {
  border: 0; }

textarea.fsField,
.field--textarea {
  height: 150px;
  resize: none; }

.field.error {
  border-color: #f00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.field.error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/* Field Small */
.field-small {
  display: block;
  width: auto;
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Select Alt */
.select-alt select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select-alt.error {
  border-color: #f00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select-alt.error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/* Errors */
.errors ul {
  list-style: none outside none;
  color: #f00; }

.success {
  margin-bottom: 15px;
  color: black; }

.shopify-challenge__container {
  padding-bottom: 40px; }

/* Checkbox */
input[type='checkbox'] {
  visibility: visible;
  position: static;
  top: 0;
  left: 0;
  opacity: 1; }

input[type='checkbox'] + label {
  position: relative;
  padding-left: 0; }

input[type='checkbox'] + label:before {
  font-family: FontAwesome;
  content: "\f096";
  margin-right: 10px;
  /* 
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid $fblack;
  width:20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
  */ }

input[type='checkbox']:checked + label:before {
  /* background-color: $fblack; */
  content: "\f046"; }

/* ------------------------------------------------------------ * Form Product
\* ------------------------------------------------------------ */
.form-product {
  margin-bottom: 15px; }

.form-product .form__row {
  margin-bottom: 5px; }

.form-product .form__row--qty {
  display: none;
  max-width: 270px; }
  .form-product .form__row--qty.visible {
    display: block;
    justify-content: flex-start;
    align-items: center; }
  .form-product .form__row--qty input[type="number"] {
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    margin-left: 10px;
    max-width: 75px;
    text-align: center;
    -moz-appearance: textfield; }
  .form-product .form__row--qty input[type=number]::-webkit-inner-spin-button,
  .form-product .form__row--qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.qty-select {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin-left: 10px;
  max-width: 75px;
  text-align: center; }

p.max-err, p.q-err {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.13px;
  padding: 10px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: inline-block;
  margin: 0; }

p.max-err {
  background-color: transparent;
  color: black;
  font-weight: bold;
  padding-left: 0; }

p.q-err {
  margin-top: 10px; }

.form-product .form__row > .form__label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  .form-product .form__row > .form__label i {
    color: #ff5000;
    cursor: pointer; }

.form-product .form__actions {
  padding-top: 10px; }

.form__actions.oos-position {
  display: flex;
  position: relative;
  padding-top: 0;
  margin-top: 10px;
  min-height: 34px;
  width: calc(100% - 110px);
  z-index: 1;
  font-size: 16px; }
  @media (max-width: 530px) {
    .form__actions.oos-position {
      max-width: 100%; } }

a#klaviyobtn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex !important;
  min-height: 56px;
  z-index: -1;
  align-items: center;
  justify-content: center; }

input#addtocartbtn {
  position: relative;
  z-index: 2; }

.form-product .form__btn {
  /* min-width: 270px; */
  font-size: 16px;
  letter-spacing: 0px;
  width: 100%; }

input#addtocartbtn.btn:disabled {
  background: #ddd;
  border-color: #ddd;
  opacity: 1; }

input#addtocartbtn.form__btn.hidden:disabled + a#klaviyobtn {
  z-index: 0; }

.form-product button.form__btn {
  display: none; }

.form-product .form__btn ~ .form__btn {
  margin-top: 0px; }

/* ------------------------------------------------------------ * Form Login
\* ------------------------------------------------------------ */
.form-login {
  /* Mobile */ }

.form-login .form__title {
  margin-bottom: 30px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px; }

.form-login .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.form-login .form__col {
  width: 50%;
  padding: 0 15px; }

.form-login .form__subtitle {
  padding: 20px 0 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px; }

.form-login .form__row {
  margin-bottom: 15px; }

.form-login .form__label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px; }

.form-login .form__label span {
  color: #a94442;
  font-weight: 700; }

.form-login .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 0; }

.form-login .form__actions a:not(.btn) {
  color: #ff5000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.form-login .form__actions a:not(.btn):hover {
  color: #404040; }

.form-login .form__actions p {
  width: 100%;
  margin-bottom: 10px;
  color: #a94442;
  text-align: right; }

.form-login .form__btn {
  padding: 8px 20px;
  font-size: 16px;
  letter-spacing: 0; }

.form-login p {
  margin-bottom: 10px;
  font-size: 16px; }

@media (max-width: 767px) {
  .form-login .form__col {
    width: 100%; } }
/* ------------------------------------------------------------ * Form Contact
\* ------------------------------------------------------------ */
.form-contact .form__row {
  margin: 0 0 15px; }

.form-contact .form__label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }

.form-contact .form__label span {
  color: #a94442;
  font-weight: 700; }

.form-contact .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 0; }

.form-contact .form__actions a:not(.btn) {
  color: #ff5000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.form-contact .form__actions a:not(.btn):hover {
  color: #404040; }

.form-contact .form__actions p {
  width: 100%;
  margin-bottom: 10px;
  color: #a94442;
  text-align: right; }

.form-contact .form__btn {
  padding: 8px 20px; }

.form-contact p {
  margin-bottom: 10px; }

/* ------------------------------------------------------------ * Form
\* ------------------------------------------------------------ */
.form input[type='number']::-webkit-outer-spin-button,
.form input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form input[type='number'] {
  -moz-appearance: textfield; }

/* ------------------------------------------------------------ * Form Accoount
\* ------------------------------------------------------------ */
.section-account h1.section__title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase; }
.section-account a.btn.btn--light {
  font-size: 16px;
  letter-spacing: 0; }
.section-account h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700; }

.addresses.form-account h3 {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px; }
.addresses.form-account h4 {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase; }

.form-account {
  /* Mobile */ }

.form-account form.is-hidden {
  display: none; }

.form-account h3 {
  margin-bottom: 30px; }

.form-account .form__title {
  margin-bottom: 10px;
  color: #404040;
  font-weight: 500; }

.form-account .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.form-account .form__col {
  width: 50%;
  padding: 0 15px; }

.form-account .form__subtitle {
  padding: 20px 0 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }

.form-account .form__row {
  position: relative;
  margin-bottom: 15px; }

.form-account .form__label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

.form-account .form__label span {
  color: #a94442;
  font-weight: 700; }

.form-account .form__btn {
  margin-bottom: 10px; }

.form-account .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 0; }

.form-account .form__actions a:not(.btn) {
  color: #ff5000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.form-account .form__actions a:not(.btn):hover {
  color: #404040; }

.form-account .form__actions p {
  width: 100%;
  margin-bottom: 10px;
  color: #a94442;
  text-align: right; }

.form-account .form__btn {
  padding: 8px 20px; }

.form-account p {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .form-account .form__col {
    width: 100%; } }
/* ------------------------------------------------------------ * List
\* ------------------------------------------------------------ */
[class^='list-'] {
  list-style: none outside none; }

/* ------------------------------------------------------------ * List Products
\* ------------------------------------------------------------ */
.list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 0;
  width: 100%;
  /* Mobile */ }

.list-products li {
  display: flex;
  width: 24%;
  max-width: 273px;
  margin-bottom: 20px;
  text-align: center; }

.list-products li:nth-child(4n) {
  margin-right: 0; }

.list-products figure {
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-products img {
  width: 100%;
  height: auto; }

.list-products h6 {
  margin: 0;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.31;
  text-transform: uppercase; }

.list-products h6:hover {
  color: #ff5000; }

.list-products span {
  display: inline-block;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.1em;
  font-weight: 500; }

span.startingat {
  /*   display: inline-block;
    font-family: $Geogrotesque;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.1em;
    font-weight: 500; */
  display: inline-block;
  color: #0f0b0c;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-right: 6px; }

/* .template-product .section__content span.startingat {
  display: none;
} */
del.originalprice,
ins.originalprice,
span.originalprice {
  display: inline-block;
  text-decoration: none;
  color: #dcdcdc;
  margin-right: 10px; }
  del.originalprice span,
  ins.originalprice span,
  span.originalprice span {
    text-decoration: line-through;
    display: inline-block; }

del.discountprice,
ins.discountprice,
span.discountprice {
  display: inline-block;
  color: #ff5000;
  font-weight: 600;
  text-decoration: none; }

.list-products a {
  display: block;
  color: #0f0b0c;
  text-decoration: none; }

.list-products li:hover figure {
  opacity: 0.8; }

.list-products--alt {
  margin: 0 -15px; }

.list-products--alt li {
  width: 33.33%;
  max-width: none;
  padding: 0 15px;
  margin: 15px 0; }

.list-products--alt a {
  padding: 4px; }

@media (max-width: 767px) {
  /*
  .list-products {

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
  */
  .list-products li {
    width: 49%;
    margin-bottom: 30px; }

  .list-products li:nth-child(even) {
    margin-right: 0; } }
/* ------------------------------------------------------------ * List Btns
\* ------------------------------------------------------------ */
.list-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Tablet Portrait */ }

.list-btns li {
  width: 32%; }

.list-btns li a {
  font-weight: bold; }

@media (max-width: 1023px) {
  .list-btns li {
    width: 100%;
    margin-bottom: 5px; }

  .list-btns a {
    padding: 5px; } }
/* ------------------------------------------------------------ * List Radios
\* ------------------------------------------------------------ */
.list-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  /* Mobile */ }

/* .list-radios li {
margin: 0 8px 8px 0;
}
*/
@media (max-width: 530px) {
  .list-radios li {
    width: 100%;
    margin-right: 0; }

  .form-product .form__btn {
    min-width: auto; } }
/* ------------------------------------------------------------ * List Related Products
\* ------------------------------------------------------------ */
.list-related-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -0.5% 15px;
  /* Tablet Portrait */
  /* Mobile */ }
  .list-related-products li {
    width: 24%;
    padding: 4px 4px 30px;
    margin: 0 0.5% 10px;
    background-color: white;
    text-align: center; }
    @media (max-width: 1023px) {
      .list-related-products li {
        padding-bottom: 10px; } }
    @media (max-width: 530px) {
      .list-related-products li {
        width: 48%;
        margin: 0 2% 15px 0; } }
    .list-related-products li h6 {
      margin: 0;
      font-family: "Geogrotesque W01", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.31; }
      .list-related-products li h6:hover {
        color: #ff5000; }
  .list-related-products figure {
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .list-related-products li:hover figure {
    opacity: 0.8; }
  .list-related-products img {
    width: 100%;
    height: auto; }
  .list-related-products span {
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.1em;
    font-weight: 500; }
  .list-related-products a {
    display: block;
    color: #0f0b0c;
    text-decoration: none; }

/* ------------------------------------------------------------ * List Categories
\* ------------------------------------------------------------ */
.list-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
  margin: 0 -0.5%;
  background-color: #bcbdc0;
  /* Mobile */ }

.list-categories li {
  width: 24%;
  margin: 0 0.5%; }

.section-simple #shopify-section-list-categories .list-categories {
  padding: 20px; }

.list-categories a {
  display: block;
  padding: 4px;
  background-color: white;
  text-decoration: none; }

.list-categories a:hover {
  color: #ff5000;
  text-decoration: none; }

.list-categories figure {
  margin-bottom: 40px; }

.list-categories img {
  width: 100%;
  height: auto; }

.list-categories h6 {
  min-height: 60px;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.1em; }

@media (max-width: 767px) {
  .list-categories {
    padding-bottom: 15px; }

  .list-categories li {
    width: 49%;
    margin-bottom: 15px; } }
/* ------------------------------------------------------------ * List Blogs
\* ------------------------------------------------------------ */
.list-blogs {
  margin: 0; }

.list-blogs li {
  margin: 8px 0; }

.list-blogs a {
  display: block;
  padding: 4px 6px;
  border: 1px solid #323232;
  background-color: #323232;
  color: white;
  text-decoration: none;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s; }

.list-blogs a:hover {
  background-color: #ff5000;
  border-color: #ff5000; }

.list-blogs .current a {
  background-color: #ff5000;
  border-color: #ff5000; }

/* ------------------------------------------------------------ * List Posts
\* ------------------------------------------------------------ */
.list-posts {
  margin: 0; }

.list-posts li {
  margin-bottom: 15px; }

.list-posts a {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-posts a:hover {
  opacity: 0.7; }

.list-posts strong {
  display: block;
  color: #ff5000;
  font-weight: 700; }

/* ------------------------------------------------------------ * List Meta
\* ------------------------------------------------------------ */
.list-meta {
  margin: 0; }

.list-meta li {
  font-size: 12px;
  line-height: 1.42857143; }

.list-meta strong {
  font-weight: 700; }

/* ------------------------------------------------------------ * List Simple Products
\* ------------------------------------------------------------ */
.list-simple-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Mobile */ }

.list-simple-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 24%;
  padding: 0; }

.list-simple-products a {
  display: block;
  text-decoration: none; }

.list-simple-products a:first-child {
  padding: 8px 8px 20px;
  border: 1px solid #dddddd;
  margin-bottom: 12px;
  text-align: center; }

.list-simple-products figure {
  margin-bottom: 0; }

.list-simple-products figure img {
  width: 100%;
  height: auto; }

.list-simple-products li a div {
  min-height: 60px; }

.list-simple-products h6 {
  margin: 0;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 13px;
  line-height: 1.31;
  color: black;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase; }

.list-simple-products span {
  display: inline-block;
  font-family: "Geogrotesque W01", sans-serif; }

@media (max-width: 479px) {
  .list-simple-products li {
    flex-basis: 49%;
    margin-bottom: 10px; } }
/* ------------------------------------------------------------ * List Collections
\* ------------------------------------------------------------ */
.list-collections > li {
  margin-bottom: 50px; }

.list-collections figure {
  margin: 0 0 10px; }

.list-collections figure img {
  width: 100%;
  height: auto; }

.list-collections figure a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-collections figure a:hover {
  opacity: 0.7; }

.list-collections h3 {
  margin: 0 0 15px;
  color: black; }

.list-collections h3 a {
  color: black;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-collections h3 a:hover {
  color: black;
  opacity: 0.7; }

.list-collections p {
  margin-bottom: 10px; }

/* ------------------------------------------------------------ * List Links
\* ------------------------------------------------------------ */
.list-links li {
  padding: 7px 0px; }

.list-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1;
  color: #636363;
  text-decoration: none; }

.list-links a span {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.list-links a:hover span:first-child {
  color: #ff5000; }

/* ------------------------------------------------------------ * Logo
\* ------------------------------------------------------------ */
.logo {
  width: 254px;
  margin-left: 29px;
  text-decoration: none;
  /* Tablet Portrait */
  /* Mobile */
  /* Modifiers */ }

.logo img {
  width: 100%;
  height: auto; }

@media (max-width: 1023px) {
  .logo {
    width: 186px;
    margin-left: 15px; } }
@media (max-width: 767px) {
  .logo {
    width: 250px;
    margin-left: 0; } }
@media (max-width: 360px) {
  .logo {
    width: 200px; } }
.logo-home {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 160px;
  height: auto;
  background-color: #171717;
  padding: 30px; }

/* Small Desktop */
.logo-home img {
  width: 100%;
  height: auto; }

@media (max-width: 1366px) {
  .logo-home {
    width: 100px;
    padding: 20px; }

  .logo-home i {
    width: 100%;
    height: 100px; } }
/* ------------------------------------------------------------ * Nav
\* ------------------------------------------------------------ */
.nav {
  margin-left: 74px;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }

.nav--mobile {
  display: none; }

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.nav li + li {
  margin-left: 60px; }

.nav a {
  text-decoration: none; }

/*
.nav li:hover a,
.nav .current-menu-item a {
color: $orange; }
*/
.nav li:hover a {
  color: #ff5000; }

@media (max-width: 1366px) {
  .nav li + li {
    margin-left: 30px; } }
@media (max-width: 1023px) {
  .nav {
    margin-left: 20px; }

  .nav li + li {
    margin-left: 14px; } }
@media (min-width: 768px) {
  .nav--mobile {
    display: none !important; } }
@media (max-width: 767px) {
  .nav {
    display: none;
    padding: 0 35px;
    width: 100%;
    margin-left: 0; }

  .nav ul {
    display: block; }

  .nav li + li {
    margin-left: 0; }

  .nav a {
    font-size: 18px;
    line-height: 3.33; } }
/* ------------------------------------------------------------ * Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  padding: 40px 0 35px 0;
  background-color: white;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }

.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

.nav-secondary li {
  width: 19.2%;
  margin-bottom: 5px; }

.nav-secondary a {
  display: block;
  width: 100%;
  padding: 5px 0;
  border: 1px solid black;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.nav-secondary a:hover {
  color: #ff5000;
  text-decoration: none; }

/*
.nav-secondary .current-menu-item a {
color: $orange;
text-decoration: none; }
*/
@media (max-width: 1366px) {
  .nav-secondary a {
    font-size: 15px; } }
@media (max-width: 1023px) {
  .nav-secondary a {
    padding: 10px 0;
    font-size: 12px; } }
@media (max-width: 767px) {
  .nav-secondary li {
    width: 100%; }

  .nav-secondary a {
    padding: 4px 0;
    font-size: 15px; } }
/* ------------------------------------------------------------ * Nav Sort
\* ------------------------------------------------------------ */
.nav-sort {
  position: relative;
  padding: 12px 0;
  margin: 15px 0;
  text-align: center;
  -webkit-transition: all 0.3s, border 0.3s;
  -o-transition: all 0.3s, border 0.3s;
  transition: all 0.3s, border 0.3s;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transform-style: preserve-3d;
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

.nav-sort > a {
  min-width: 225px;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  letter-spacing: normal; }

.nav-sort.active {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f8f9; }

.nav-sort.active:after,
.nav-sort.active:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 100vw;
  border: inherit;
  background-color: inherit; }

.nav-sort.active:before {
  right: 100%; }

.nav-sort.active:after {
  left: 100%; }

.nav-sort .nav-sort__inner {
  display: none; }

.nav-sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0; }

.nav-sort li {
  display: flex;
  /* margin: 2px; */
  text-align: center;
  flex: 1 1 25%;
  align-items: center;
  justify-content: center; }

.nav-sort.cnc0 {
  display: none; }

.nav-sort.cnc1 li {
  flex: 1 1 100%; }

.nav-sort.cnc2 li {
  flex: 1 1 50%; }

.nav-sort.cnc3 li,
.nav-sort.cnc6 li,
.nav-sort.cnc9 li {
  flex: 1 1 calc(100% / 3); }

.nav-sort.cnc4 li,
.nav-sort.cnc7 li,
.nav-sort.cnc8 li,
.nav-sort.cnc11 li,
.nav-sort.cnc12 li,
.nav-sort.cnc16 li {
  flex: 1 1 25%; }

.nav-sort.cnc5 li,
.nav-sort.cnc10 li,
.nav-sort.cnc13 li,
.nav-sort.cnc14 li,
.nav-sort.cnc15 li,
.nav-sort.shelternav li {
  flex: 1 1 20%; }

.nav-sort li a {
  display: flex;
  justify-content: center;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 9px 5px;
  border: 1px solid black;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s; }

.nav-sort li:hover a {
  background-color: #ff5000;
  border-color: #ff5000;
  color: white; }

.nav-sort .current-menu-item a {
  border-color: #ff5000;
  background: none;
  color: #ff5000; }

@media (max-width: 1199px) {
  .nav-sort .container,
  .nav-sort.shelternav .container {
    padding: 0 13px; } }
@media (max-width: 1023px) {
  .nav-sort > a {
    min-width: 171px; }

  .nav-sort.cnc2 li,
  .nav-sort.cnc4 li,
  .nav-sort.cnc7 li,
  .nav-sort.cnc8 li,
  .nav-sort.cnc10 li,
  .nav-sort.cnc14 li,
  .nav-sort.cnc16 li {
    flex: 1 1 50%; }

  .nav-sort.cnc3 li,
  .nav-sort.cnc5 li,
  .nav-sort.cnc6 li,
  .nav-sort.cnc9 li,
  .nav-sort.cnc11 li,
  .nav-sort.cnc12 li,
  .nav-sort.cnc15 li,
  .nav-sort li {
    flex: 1 1 calc(100% / 3); } }
@media (max-width: 767px) {
  .nav-sort > a {
    min-width: 225px; }

  .nav-sort.cnc1 li,
  .nav-sort.cnc2 li,
  .nav-sort.cnc3 li,
  .nav-sort.cnc4 li,
  .nav-sort.cnc5 li,
  .nav-sort.cnc6 li,
  .nav-sort.cnc7 li,
  .nav-sort.cnc8 li,
  .nav-sort.cnc9 li,
  .nav-sort.cnc10 li,
  .nav-sort.cnc11 li,
  .nav-sort.cnc12 li,
  .nav-sort.cnc13 li,
  .nav-sort.cnc14 li,
  .nav-sort.cnc15 li,
  .nav-sort.cnc16 li,
  .nav-sort.shelternav li,
  .nav-sort li {
    flex: 1 1 50%; } }
@media (max-width: 530px) {
  .nav-sort > a {
    width: calc(100% - 30px); }

  .nav-sort.cnc1 li,
  .nav-sort.cnc2 li,
  .nav-sort.cnc3 li,
  .nav-sort.cnc4 li,
  .nav-sort.cnc5 li,
  .nav-sort.cnc6 li,
  .nav-sort.cnc7 li,
  .nav-sort.cnc8 li,
  .nav-sort.cnc9 li,
  .nav-sort.cnc10 li,
  .nav-sort.cnc11 li,
  .nav-sort.cnc12 li,
  .nav-sort.cnc13 li,
  .nav-sort.cnc14 li,
  .nav-sort.cnc15 li,
  .nav-sort.cnc16 li,
  .nav-sort.shelternav li,
  .nav-sort li {
    flex: 1 1 100%;
    margin: 0 0 2px 0; }

  nav-sort.shelternav li:last-child,
  .nav-sort li:last-child {
    margin-bottom: 0; } }
/* ------------------------------------------------------------ * Nav Simple
\* ------------------------------------------------------------ */
.nav-simple {
  /* Tablet Portrait */
  /* Mobile */ }

.nav-simple ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none outside none;
  margin: 0;
  padding-left: 0 !important; }

.nav-simple li {
  position: relative;
  width: 25%;
  padding: 13px 0 16px 0;
  background-color: #333;
  text-align: center; }

.nav-simple li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: black;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.nav-simple a {
  font-size: 12px;
  line-height: 1;
  color: white;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.nav-simple a:hover {
  color: #ff5000; }

/*
.nav-simple .current-menu-item a {
color: $orange; }
*/
@media (max-width: 1023px) {
  .nav-simple ul {
    margin: 0 -4px;
    background-color: black; }

  .nav-simple li {
    width: calc(50% - 4px);
    padding: 8px 0 9px 0;
    margin: 0 2px 4px; }

  .nav-simple li + li:before {
    display: none; } }
@media (max-width: 767px) {
  .nav-simple ul {
    padding-top: 4px; }

  .nav-simple li {
    width: 100%; } }
/* ------------------------------------------------------------ * Section
\* ------------------------------------------------------------ */
.section {
  padding-bottom: 50px;
  /* Small Desktop */
  /* Mobile */ }

.section .section__image {
  height: 575px;
  background-size: cover;
  background-position: center bottom; }
  .section .section__image img {
    width: 100%;
    height: auto; }

.section #cspmessage {
  background-color: #dddddd;
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }

.section .section__head {
  margin-bottom: 30px; }
  .section .section__head p {
    color: #404040;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px; }
    .section .section__head p a {
      color: #ff5000;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .section .section__head p a:hover {
        color: black; }
  .section .section__head .thread-entry__content a {
    text-decoration: underline; }

.section .section__title {
  margin-bottom: 10px;
  color: black;
  font-weight: 700;
  font-size: 48px; }

.section--alt .section__title {
  margin: 30px 0 20px;
  text-transform: uppercase;
  color: black; }

.section--alt .section__head {
  margin-bottom: 30px; }

.section--alt .section__head h4 {
  margin-bottom: 10px;
  color: #404040;
  font-weight: 500; }

@media (max-width: 1366px) {
  .section .section__image {
    height: 400px; } }
@media (max-width: 767px) {
  .section {
    padding: 0 15px 20px; }

  .section--alt {
    padding-left: 0;
    padding-right: 0; }

  .section .section__image {
    height: 250px;
    margin-left: -15px;
    margin-right: -15px; } }
/* ------------------------------------------------------------ * Section Product
\* ------------------------------------------------------------ */
.section-product {
  padding-bottom: 50px;
  border-top: 1px dashed #ccc; }

@media (max-width: 900px) {
  #productdefault.section-product {
    padding-bottom: 25px; } }
.section-product .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.section-product .section__images {
  width: 41.66666667%;
  padding-right: 20px; }
  .section-product .section__images img {
    width: 100%;
    height: auto; }

.section-product .section__content {
  width: 58.33333333%;
  padding: 15px; }

.section-product .section__content-head {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px; }

.section-product .section__content-entry {
  padding-bottom: 35px;
  border-bottom: 1px dashed #cccccc; }

.section-product .section__highlight-text {
  font-size: 12px;
  color: #ff5000;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-style: oblique; }

.section-product .section__title {
  margin-bottom: 5px;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 32px;
  line-height: 1.09;
  color: black;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase; }

.section-product .section__price {
  margin-bottom: 5px;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: black;
  letter-spacing: 0.1em;
  min-height: 23px; }

.section-product .section__price ins.price__amount {
  padding-left: 5px;
  text-decoration: none; }

.section-product .section__rating {
  padding-bottom: 5px;
  min-height: 27px;
  /* max-height: 27px;
  overflow: hidden;

  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px; */ }

.section-product .section__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ff5000;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.section-product .section__link:hover {
  color: #404040; }

.section-product .section__link i {
  font-size: 16px;
  color: #ff5000; }

.section-product .section__head {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px; }

.section-product .section__entry {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02em; }

.section-product .section__entry h3 {
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 20px;
  font-weight: 600; }

.section-product .section__entry p {
  margin-bottom: 10px; }

.section-product .section__entry p strong {
  color: #404040; }

.section-product .section__entry h4 {
  margin: 10px 0;
  font-family: "Geogrotesque W01", sans-serif;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 24px; }

.section-product .section__entry ol {
  list-style: none outside none;
  margin-bottom: 10px; }

.section-product .section__entry p + ol {
  margin-left: 15px; }

.section-product .section__entry ul {
  list-style: none outside none;
  padding-left: 25px;
  margin-bottom: 10px; }

.section-product .section__entry ul li {
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5; }

.section-product .section__entry ul li:before {
  content: '-';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px; }

@media (max-width: 767px) {
  .section-product {
    padding: 0 15px 10px; }

  .section-product .section__images {
    width: 100%;
    padding: 0;
    margin-bottom: 25px; }

  .section-product .section__content {
    width: 100%;
    padding: 0; } }
/* ------------------------------------------------------------ * Section Products
\* ------------------------------------------------------------ */
.template-product .section-products .large_container {
  max-width: 1370px; }

.section-products {
  /*   background-color: $ltgray2; */
  padding: 70px 20px 105px;
  /* Mobile */ }

.section-products h6 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px; }

.section-products--alt h6 {
  margin-bottom: 50px;
  text-align: center; }

@media (max-width: 767px) {
  .section-products {
    padding: 15px; } }
/* ------------------------------------------------------------ * Section Video
\* ------------------------------------------------------------ */
.section-video {
  padding: 50px 0 !important;
  background-color: black;
  color: white;
  margin-top: 0; }
  @media (max-width: 1023px) {
    .section-video {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .section-video {
      padding: 15px 0; } }
  .section-video h3 {
    color: white !important;
    font-size: 36px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 0 15px; }
  .section-video .section__inner {
    max-width: 800px;
    margin: 0 auto; }

/* ------------------------------------------------------------ * Section Subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
  position: relative;
  padding: 225px 0 75px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  /* Tablet Portrait */
  /* Mobile */ }

.section-subscribe fieldset {
  width: 100%; }

@media (max-width: 1023px) {
  .section-subscribe {
    padding-top: 150px; } }
@media (max-width: 767px) {
  .section-subscribe {
    padding: 50px 0 75px;
    background-position: 0 0; } }
/* ------------------------------------------------------------ * Section Default
\* ------------------------------------------------------------ */
.section-default {
  /* Tablet Portrait */
  /* Mobile */
  /* Mobile */ }

.section-default .section__image {
  height: 575px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.section-default .section__content {
  padding: 30px 0 40px; }

.section-default .section__content p:last-child {
  margin: 0; }

.section-default .section__title {
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: 700; }

.section-default .section__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-default .section__group-image {
  width: 50%;
  margin: 0; }

.section-default .section__group-image img {
  width: 100%;
  height: auto; }

.section-default .section__group-content {
  width: 50%;
  padding: 20px 25px;
  color: #404040; }

.section-default .section__group-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600; }

.section-default .section__group-content p {
  margin: 0;
  font-weight: 600; }

.section-default .section__group-content h3 + p,
.section-default .section__group-content p + p {
  margin-top: 25px; }

.section-default .section__group--align-image-right .section__group-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.section-default .section__group--align-image-right .section__group-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.section-default .section__group--align-image-left .section__group-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.section-default .section__group--align-image-left .section__group-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.section-default .section__group--fluid {
  background-color: black; }

.section-default .section__group--fluid .section__group-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }

.section-default .section__group--fluid .section__group-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 100px; }

.section-default .section__group--fluid .section__group-content h3,
.section-default .section__group--fluid .section__group-content p {
  color: white; }

.section-default .section__group-content--default h3 {
  font-size: 45px;
  line-height: 1; }

.section-default .section__group-content--default p {
  font-size: 25px;
  line-height: 1.28; }

.section-default .section__group-content--large h3 {
  font-size: 64px;
  line-height: 1; }

.section-default .section__group-content--large p {
  font-size: 35px;
  line-height: 1.28; }

.section-default .section__group-content--small h3 {
  font-size: 25px;
  line-height: 1.28; }

.section-default .section__group-content--small p {
  font-size: 25px;
  line-height: 1.28; }

@media (max-width: 1440px) {
  .section-default .section__group--fluid .section__group-content {
    padding: 50px; }

  .section-default .section__group-content--default h3 {
    font-size: 36px; }

  .section-default .section__group-content--default p {
    font-size: 20px; }

  .section-default .section__group-content--large h3 {
    font-size: 51px; }

  .section-default .section__group-content--large p {
    font-size: 28px; }

  .section-default .section__group-content--small h3 {
    font-size: 20px; }

  .section-default .section__group-content--small p {
    font-size: 20px; } }
@media (max-width: 1200px) {
  .section-default .section__group--fluid .section__group-content {
    padding: 25px; }

  .section-default .section__group-content--default h3 {
    font-size: 29px; }

  .section-default .section__group-content--default p {
    font-size: 16px; }

  .section-default .section__group-content--large h3 {
    font-size: 41px; }

  .section-default .section__group-content--large p {
    font-size: 22px; }

  .section-default .section__group-content--small h3 {
    font-size: 16px; }

  .section-default .section__group-content--small p {
    font-size: 16px; } }
@media (max-width: 1023px) {
  .section-default .section__image {
    height: 400px; }

  .section-default .section__group-content--default h3 {
    font-size: 25px; }

  .section-default .section__group-content--default p {
    font-size: 14px; }

  .section-default .section__group-content--large h3 {
    font-size: 35px; }

  .section-default .section__group-content--large p {
    font-size: 14px; }

  .section-default .section__group-content--small h3 {
    font-size: 14px; }

  .section-default .section__group-content--small p {
    font-size: 14px; } }
@media (max-width: 767px) {
  .section-default .section__image {
    height: 250px; }

  .section-default .section__group-image {
    width: 100%; }

  .section-default .section__group-content {
    padding: 40px 20px;
    width: 100%; }

  .section-default .section__group-content--default h3 {
    font-size: 34px; }

  .section-default .section__group-content--default p {
    font-size: 19px; }

  .section-default .section__group-content--large h3 {
    font-size: 48px; }

  .section-default .section__group-content--large p {
    font-size: 26px; }

  .section-default .section__group-content--small h3 {
    font-size: 19px; }

  .section-default .section__group-content--small p {
    font-size: 19px; } }
@media (max-width: 767px) {
  .section-default .section__image {
    height: 200px; }

  .section-default .section__group-content--default h3 {
    font-size: 22px; }

  .section-default .section__group-content--default p {
    font-size: 16px; }

  .section-default .section__group-content--large h3 {
    font-size: 50px; }

  .section-default .section__group-content--large p {
    font-size: 26px; }

  .section-default .section__group-content--small h3 {
    font-size: 16px; }

  .section-default .section__group-content--small p {
    font-size: 16px; } }
/* ------------------------------------------------------------ * Section Simple
\* ------------------------------------------------------------ */
.section-simple {
  /* Tablet Portrait */
  /* Mobile */
  /* Mobile */ }

.section-simple .blackbg h3,
.section-simple .blackbg h1,
.section-simple .blackbg p {
  color: white; }

.section-simple .section__image,
.section-simple .section__video {
  height: 575px;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-simple .section__image,
  .section-simple .section__video {
    height: 400px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .section-simple .section__image,
  .section-simple .section__video {
    height: 400px; } }
@media (max-width: 767px) and (min-width: 481px) {
  .section-simple .section__image,
  .section-simple .section__video {
    height: 250px; } }
@media (max-width: 480px) {
  .section-simple .section__image,
  .section-simple .section__video {
    height: 200px; } }
.section-simple .section__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-simple .section__group-image {
  width: 50%;
  margin: 0; }

.section-simple .section__group-image img {
  width: 100%;
  height: auto; }

.section-simple {
  background-color: white;
  color: #404040; }

.section-simple .blackbg {
  background-color: black;
  color: white; }

.section-simple .section__group-content {
  width: 50%;
  padding: 20px 25px;
  /* text-transform: uppercase; */ }

.section-simple .whitebg .section__group-content {
  color: black;
  background-color: white; }

.section-simple .blackbg .section__group-content {
  background-color: black;
  color: white; }

.section-simple .section__group-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600; }

.section-simple .section__group-content h3 strong {
  color: #bcbdc0; }

.section-simple .section__group-content p {
  margin: 0;
  font-weight: 400; }

.section-simple .section__group-content p.text25 {
  font-weight: 600;
  text-transform: uppercase; }

.section-simple .section__group-content p a {
  color: #ff5000;
  text-decoration: none; }

.section-simple .section__group-content h3 + p,
.section-simple .section__group-content p + p {
  margin-top: 25px; }

.section-simple .section__group--align-image-right .section__group-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.section-simple .section__group--align-image-right .section__group-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.section-simple .section__group--align-image-left .section__group-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.section-simple .section__group--align-image-left .section__group-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.section-simple .section__group--fluid .section__group-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }

.section-simple .section__group--fluid .section__group-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 100px; }

.section-simple .section__group-content--default h3 {
  font-size: 56px;
  line-height: 1; }

.section-simple .section__group-content--default p {
  font-size: 25px;
  line-height: 1.28;
  /*
  text-transform: none;
  font-weight: 400;
  */ }

.section-simple .section__group-content--large h3 {
  font-size: 56px;
  line-height: 1; }

.section-simple .section__group-content--large p {
  font-size: 35px;
  line-height: 1.28; }

.section-simple .section__group-content--small h3 {
  font-size: 25px;
  line-height: 1.28; }

.section-simple .section__group-content--small p {
  font-size: 25px;
  line-height: 1.28; }

.section-simple .section__group-content--medium h3 {
  font-size: 45px;
  line-height: 1; }

.section-simple .section__group-content--xlarge h3 {
  font-size: 64px;
  line-height: 1; }

@media (max-width: 1440px) {
  .section-simple .section__group--fluid .section__group-content {
    padding: 50px; }

  .section-simple .section__group-content--default h3,
  .section-simple .section__group-content--medium h3 {
    font-size: 36px; }

  .section-simple .section__group-content--default p,
  .section-simple .section__group-content--medium p {
    font-size: 20px; }

  .section-simple .section__group-content--xlarge h3 {
    font-size: 51px; }

  .section-simple .section__group-content--large h3 {
    font-size: 51px; }

  .section-simple .section__group-content--large p {
    font-size: 28px; }

  .section-simple .section__group-content--small h3 {
    font-size: 20px; }

  .section-simple .section__group-content--small p {
    font-size: 20px; } }
@media (max-width: 1200px) {
  .section-simple .section__group--fluid .section__group-content {
    padding: 25px; }

  .section-simple .section__group-content--xlarge h3 {
    font-size: 42px; }

  .section-simple .section__group-content--default h3,
  .section-simple .section__group-content--medium h3 {
    font-size: 29px; }

  .section-simple .section__group-content--default p,
  .section-simple .section__group-content--medium p {
    font-size: 16px; }

  .section-simple .section__group-content--large h3 {
    font-size: 41px; }

  .section-simple .section__group-content--large p {
    font-size: 22px; }

  .section-simple .section__group-content--small h3 {
    font-size: 16px; }

  .section-simple .section__group-content--small p {
    font-size: 16px; } }
@media (max-width: 1023px) {
  .section-simple .section__image {
    height: 400px; }

  .section-simple .section__group-content--default h3,
  .section-simple .section__group-content--medium h3 {
    font-size: 25px; }

  .section-simple .section__group-content--default p,
  .section-simple .section__group-content--medium p {
    font-size: 14px; }

  .section-simple .section__group-content--xlarge h3 {
    font-size: 35px; }

  .section-simple .section__group-content--large h3 {
    font-size: 35px; }

  .section-simple .section__group-content--large p {
    font-size: 14px; }

  .section-simple .section__group-content--small h3 {
    font-size: 14px; }

  .section-simple .section__group-content--small p {
    font-size: 14px; } }
@media (max-width: 767px) {
  .section-simple .section__image {
    height: 250px; }

  .section-simple .section__group-image {
    width: 100%; }

  .section-simple .section__group-content {
    padding: 40px 20px;
    width: 100%; }

  .section-simple .section__group-content--default h3 {
    font-size: 34px; }

  .section-simple .section__group-content--default p {
    font-size: 19px; }

  .section-simple .section__group-content--large h3,
  .section-simple .section__group-content--xlarge h3 {
    font-size: 48px; }

  .section-simple .section__group-content--large p,
  .section-simple .section__group-content--xlarge p {
    font-size: 26px; }

  .section-simple .section__group-content--small h3 {
    font-size: 19px; }

  .section-simple .section__group-content--small p {
    font-size: 19px; } }
@media (max-width: 767px) {
  .section-simple .section__image {
    height: 200px; }

  .section-simple .section__group-content--default h3 {
    font-size: 22px; }

  .section-simple .section__group-content--default p {
    font-size: 16px; }

  .section-simple .section__group-content--large h3 {
    font-size: 40px; }

  .section-simple .section__group-content--large p {
    font-size: 26px; }

  .section-simple .section__group-content--small h3 {
    font-size: 16px; }

  .section-simple .section__group-content--small p {
    font-size: 16px; } }
/* ------------------------------------------------------------ * Section Dark
\* ------------------------------------------------------------ */
.section-dark {
  background-color: black;
  color: white;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }

.section-dark .section__image {
  height: 575px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center bottom; }

.section-dark .section__body {
  padding: 18px 0 100px; }

.section-dark .section__body h4:not([class]) {
  margin: 40px 0 10px; }

.section-dark .section__body ul {
  margin-bottom: 32px;
  list-style: none outside none; }

.section-dark .section__body ul li {
  margin-bottom: 10px; }

.section-dark .section__body p {
  margin-bottom: 20px; }

.section-dark .section__body p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none; }

.section-dark .section__body p img {
  width: 50%; }

.section-dark .section__body .section__title {
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 84px;
  font-weight: 500;
  text-transform: uppercase; }

.section-dark .section__content h1,
.section-dark .section__content h2,
.section-dark .section__content h3,
.section-dark .section__content h4 {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  color: white; }

.section-dark .section__body h5 {
  line-height: 1;
  font-size: 37px;
  line-height: 1;
  font-weight: 600;
  color: #888888;
  text-transform: uppercase; }

.section-dark .section__body h5 strong {
  display: block;
  font-weight: 600;
  color: white; }

.section-dark .section__content {
  overflow: hidden;
  padding-bottom: 100px; }

.section-dark .section__content h1,
.section-dark .section__content h2 {
  margin: 30px 0 20px;
  font-weight: 700; }

.section-dark .section__content p {
  margin-bottom: 10px; }

.section-dark .section__content p > img {
  width: 100%; }

.section-dark .section__content p strong,
.section-dark .section__content p b {
  display: block;
  margin-bottom: -10px;
  font-weight: 700; }

.section-dark .section__content p strong img,
.section-dark .section__content p b img {
  float: right;
  max-width: 417px;
  margin: 0 5px; }

.section-dark .section__content p b {
  margin-bottom: 0; }

.section-dark .section__content p a {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.section-dark .section__content p a:hover {
  color: #ff5000; }

.section-dark .section__content ul,
.section-dark .section__content ol {
  padding-left: 15px; }

@media (max-width: 1366px) {
  .section-dark .section__image {
    height: 400px; }

  .section-dark .section__body .section__title {
    font-size: 70px; }

  .section-dark .section__body h5 {
    font-size: 30px; } }
@media (max-width: 1023px) {
  .section-dark .section__body {
    padding-bottom: 50px; }

  .section-dark .section__body .section__title {
    font-size: 54px; }

  .section-dark .section__body h5 {
    font-size: 23px; } }
@media (max-width: 767px) {
  .section-dark .section__image {
    height: 250px; }

  .section-dark .section__body p img {
    width: 100%; }

  .section-dark .section__content {
    padding-bottom: 30px; }

  .section-dark .section__content p strong img {
    display: block;
    float: none;
    margin: 10px 0;
    width: 100%;
    max-width: none; } }
/* ------------------------------------------------------------ * Section Posts
\* ------------------------------------------------------------ */
.section-posts {
  padding-bottom: 30px;
  /* Tablet Portrait */ }

.section-posts .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.section-posts .section__aside {
  width: 25%;
  padding: 0 15px; }

.section-posts .section__content {
  width: 75%;
  padding: 0 15px; }

.section-posts .section__tags {
  border-bottom: dashed 1px #dddddd; }

.section-posts .section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1023px) {
  .section-posts .section__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }

  .section-posts .section__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; } }
/* ------------------------------------------------------------ * Section Forms
\* ------------------------------------------------------------ */
.section-forms {
  padding: 20px 0 100px; }

/* ------------------------------------------------------------ * Section Account
\* ------------------------------------------------------------ */
.section-account {
  padding-bottom: 40px; }

.section-account .section__head {
  margin-bottom: 20px; }

.section-account .section__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

/* ------------------------------------------------------------ * Section Search
\* ------------------------------------------------------------ */
.section-search {
  padding-top: 10px; }
  .section-search h1.main_title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700; }

.section-search .section__content {
  padding: 0 30px; }

.section-search .section__content > p:first-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------ * Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  margin-bottom: 10px;
  /* Mobile */ }

.slider:hover .slick-arrow {
  opacity: 1; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 21px;
  height: 32px;
  border: none;
  border-radius: 0;
  font-size: 0;
  background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow.png?v=11914421022478579710) 0 0 no-repeat;
  background-size: auto 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider .slick-arrow:hover {
  opacity: 0.8; }

.slider .slick-prev {
  left: 10px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%); }

.slider .slick-next {
  right: 10px; }

.slider .slider__slide {
  text-align: center; }
  .slider .slider__slide img {
    height: auto;
    max-height: 1000px;
    width: auto;
    max-width: 100%; }

@media (max-width: 767px) {
  .slider .slider__slide a {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none; } }
/* ------------------------------------------------------------ * Slider Image
\* ------------------------------------------------------------ */
.slider-images {
  padding: 35px 0; }

.slider-images .slider__slides {
  position: relative; }

.slider-images .slider__slide + .slider__slide {
  margin-left: 1px; }

.slider-images img {
  height: 400px;
  width: auto;
  max-width: none; }

.slider-images .scrollableArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.slider-images div.scrollingHotSpotLeft {
  background: white url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow-left.png?v=14043837794460626624) 0 0 no-repeat;
  background-position: center center; }

.slider-images div.scrollingHotSpotRight {
  background: white url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow-right.png?v=17389935257984688752) 0 0 no-repeat;
  background-position: center center; }

.slider-images div.scrollingHotSpotLeft,
.slider-images div.scrollingHotSpotRight {
  width: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider-images:hover div.scrollingHotSpotLeft,
.slider-images:hover div.scrollingHotSpotRight {
  opacity: 0.35; }

@media (max-width: 767px) {
  .slider-images {
    display: none; } }
/* ------------------------------------------------------------ * Slider Gallery
\* ------------------------------------------------------------ */
.slider-gallery {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.slider-gallery .slider__clip {
  position: relative;
  border: 20px solid #222;
  border-radius: 10px;
  font-size: 0;
  line-height: 1; }

.slider-gallery .slider__slide {
  background-color: black; }

.slider-gallery .slider__slide .slider__slide-image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  margin: 0; }

.slider-gallery .slider__slide img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider-gallery .slider__slide figcaption {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  background: none;
  font-size: 13px;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-style: normal; }

.slider-gallery .slider__controls {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider-gallery .slider__controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.slider-gallery .slider__controls a i {
  font-size: 12px; }

.slider-gallery .slider__controls a.pause i,
.slider-gallery .slider__controls a i + i {
  display: none; }

.slider-gallery .slider__controls a.pause i + i {
  display: block; }

.slider-gallery .slider__controls a:hover {
  border-color: white; }

.slider-gallery:hover .slider__controls {
  opacity: 1; }

/* ------------------------------------------------------------ * Table
\* ------------------------------------------------------------ */
.table {
  margin-bottom: 20px;
  /* Table Order */
  /* Mobile */ }

.table table {
  border-collapse: collapse; }

.table table tbody tr {
  border: 1px solid #dddddd; }

.table table tbody tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table table th {
  padding: 8px;
  border: none;
  border-bottom: none;
  text-align: left;
  color: #404040;
  white-space: nowrap; }

.table table th:first-child {
  padding-left: 97px; }

.table table td {
  padding: 8px;
  border: none;
  vertical-align: middle; }

.table table td a {
  color: #ff5000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.table table td a:hover {
  color: black; }

.table table td span {
  font-family: "Geogrotesque W01", sans-serif;
  color: #404040;
  white-space: nowrap; }

.table .table__field {
  max-width: 44px;
  width: auto;
  text-align: center; }

.cart .table .item-qty .table__field {
  width: 44px; }

.table .table__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 0;
  margin: 0 -1px; }

.table--order table th:first-child {
  padding-left: 0; }

@media (max-width: 530px) {
  .table table th:first-child {
    padding-left: 0; }

  .table table th:nth-child(2),
  .table table th:nth-child(3) {
    display: none; }

  .table table td:nth-child(2),
  .table table td:nth-child(3) {
    display: none; }

  .table .table__foot-inner a {
    display: block;
    margin-bottom: 5px; } }
/* ------------------------------------------------------------ * Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }

/* ------------------------------------------------------------ * Widget
\* ------------------------------------------------------------ */
.widget {
  margin-bottom: 44px; }

.widget .widget__title {
  padding: 6px;
  border: 1px solid #323232;
  margin: 0 0 11px;
  background-color: #323232;
  font-size: 22px;
  color: white; }

/* ------------------------------------------------------------ * Widget Simple
\* ------------------------------------------------------------ */
.widget-simple {
  padding-bottom: 21px; }

.widget-simple .widget__title {
  padding: 6px 8px;
  margin-bottom: 7px;
  background-color: #f4f4f4;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase; }

/* ------------------------------------------------------------ * Search
\* ------------------------------------------------------------ */
.search {
  margin-left: 25px;
  position: relative;
  /* Mobile */ }

.search .search__field {
  width: 300px;
  height: 23px;
  padding-left: 23px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: white;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

.search .search__field:focus {
  border-color: #ff5000; }

.search .search__btn {
  position: absolute;
  top: 50%;
  left: 5px;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  color: #ccc;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 767px) {
  .search {
    display: none;
    width: 100%;
    padding: 11px 0 6px;
    margin-left: 0; }

  .search .search__field {
    width: 100%;
    height: 30px;
    border: none;
    padding-left: 24px;
    border-bottom: 1px solid white;
    color: white;
    font-size: 16px;
    background: none; } }
.search--fluid {
  display: block;
  width: 100%;
  margin-left: 0; }

.search--fluid form {
  position: relative; }

.search--fluid .search__field {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 36px;
  border: none;
  border-bottom: solid 2px black;
  background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40'  fill='%23A6A6A6' xmlns='http://www.w3.org/2000/svg'><path d='M15.553 31.107c8.59 0 15.554-6.964 15.554-15.554S24.143 0 15.553 0 0 6.964 0 15.553c0 8.59 6.964 15.554 15.553 15.554zm0-3.888c6.443 0 11.666-5.225 11.666-11.668 0-6.442-5.225-11.665-11.668-11.665-6.442 0-11.665 5.223-11.665 11.665 0 6.443 5.223 11.666 11.665 11.666zm12.21 3.84a2.005 2.005 0 0 1 .002-2.833l.463-.463a2.008 2.008 0 0 1 2.833-.003l8.17 8.168c.78.78.78 2.05-.004 2.833l-.462.463a2.008 2.008 0 0 1-2.834.004l-8.168-8.17z' fill-rule='evenodd'/></svg>");
  background-size: 25px 25px;
  background-position: center left;
  background-repeat: no-repeat;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  color: #333; }

.search--fluid .search__field.has-value + .search__clear {
  display: block; }

.search--fluid .search__clear {
  position: absolute;
  top: 50%;
  right: 6px;
  display: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: black;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' opacity='0.6'><path d='M.566 1.698L0 1.13 1.132 0l.565.566L6 4.868 10.302.566 10.868 0 12 1.132l-.566.565L7.132 6l4.302 4.3.566.568L10.868 12l-.565-.566L6 7.132l-4.3 4.302L1.13 12 0 10.868l.566-.565L4.868 6 .566 1.698z'></path></svg>") no-repeat center center/100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ------------------------------------------------------------ * Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  z-index: 2;
  min-height: unset !important;
  color: white;
  /*
  background:#d3d3d3;
  */
  background-color: black;
  margin-bottom: 15px;
  /* Small Desktop */
  /* Mobile */ }

.intro .intro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.intro .intro__content {
  padding: 15% 0 !important; }
  .intro .intro__content h1, .intro .intro__content h2, .intro .intro__content h3, .intro .intro__content h4, .intro .intro__content h5, .intro .intro__content h6 {
    color: white; }

.intro .intro__content h2 {
  margin-bottom: 19px;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 48px; }

.intro .intro__content h5 {
  margin-bottom: 9px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px; }

.intro .intro__content a {
  font-size: 20px; }

.intro .intro__content .disc {
  font-weight: 400;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  margin-top: 13px;
  font-size: 12px;
  line-height: 14px; }

@media (min-width: 1921px) {
  .intro {
    min-height: 1000px; }

  .intro .intro__content {
    padding-top: 410px; } }
@media (max-width: 1440px) {
  .intro {
    min-height: 580px; }

  .intro .intro__content {
    padding-top: 200px; } }
@media (max-width: 1366px) {
  .intro {
    min-height: 450px; }

  .intro .intro__content {
    padding-top: 150px; }

  .intro .intro__content h1 {
    margin-bottom: 13px; }

  .intro .intro__content h5 {
    margin-bottom: 13px; } }
@media (max-width: 767px) {
  .intro .intro__image {
    /*     position: static; */
    padding-bottom: 56.25%; }

  .intro .intro_content.has_video .intro__image {
    padding-bottom: 56.25%;
    height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    object-fit: cover; }

  .intro .intro__content {
    padding: 20px 0;
    background-color: black; } }
/* ------------------------------------------------------------ * Video
\* ------------------------------------------------------------ */
.video {
  position: relative;
  max-width: 1170px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%; }

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

/* ------------------------------------------------------------ * Video Holder
\* ------------------------------------------------------------ */
.video-holder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

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

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

/* ------------------------------------------------------------ * Items
\* ------------------------------------------------------------ */
.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  /* Mobile */ }

.items .item {
  width: 50%;
  padding: 0; }

.items img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.items a {
  display: block;
  background-color: black; }

.items a:hover img {
  opacity: 0.5; }

@media (max-width: 767px) {
  .blog_otr_section {
    margin-bottom: 20px !important; }

  .items {
    padding: 20px 0;
    margin: 0; }

  .items .item {
    width: 100%;
    padding: 0px !important; } }
/* ------------------------------------------------------------ * Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  display: inline-block;
  padding: 25px 40px 35px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 600px; }

.subscribe h2,
.subscribe label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-weight: 700;
  text-transform: uppercase; }

.subscribe p {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: white;
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }

.subscribe .subscribe__field {
  display: inline-block;
  width: 300px;
  padding: 8px 5px;
  border: 1px solid white;
  border-radius: 0;
  background-color: black;
  font-size: 16px;
  color: white;
  text-align: center;
  vertical-align: bottom;
  -webkit-box-shadow: none;
  box-shadow: none; }

.subscribe .subscribe__field::-webkit-input-placeholder {
  text-transform: uppercase; }

.subscribe .subscribe__field:-ms-input-placeholder {
  text-transform: uppercase; }

.subscribe .subscribe__field::-ms-input-placeholder {
  text-transform: uppercase; }

.subscribe .subscribe__field::placeholder {
  text-transform: uppercase; }

.subscribe .subscribe__btn {
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-weight: 700;
  vertical-align: bottom; }

.subscribe .subscribe__btn:hover {
  background-color: white;
  color: #404040; }

@media (max-width: 767px) {
  .subscribe {
    display: block;
    padding: 20px 0; }

  .subscribe fieldset {
    margin: 0 auto; }

  .subscribe .subscribe__field {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
    font-size: 16px; }

  .subscribe .subscribe__btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.43; } }
/* ------------------------------------------------------------ * Subscribe Simple
\* ------------------------------------------------------------ */
.subscribe-simple {
  padding: 15px 15px 25px;
  background-color: #eee;
  margin: 15px 0;
  /* Mobile */ }

.subscribe-simple form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.subscribe-simple .heading {
  display: block;
  width: 100%;
  margin: 10px 0 20px;
  font-size: 17px;
  line-height: 1.1;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center; }

.subscribe-simple input {
  vertical-align: top; }

.subscribe-simple .subscribe__field {
  width: 350px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #abb0b2;
  border-radius: 3px;
  background-color: white;
  font-size: 15px; }

.subscribe-simple .subscribe__btn {
  padding: 0 18px;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
  background-color: #ff5000;
  font-size: 13px;
  line-height: 32px;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.subscribe-simple .subscribe__btn:hover {
  background-color: #777; }

.subscribe-simple p.lower {
  margin-top: 10px;
  font-style: italic; }

@media (max-width: 767px) {
  .subscribe-simple .subscribe__field {
    width: 100%; }

  .subscribe-simple .subscribe__btn {
    margin: 5px 0 0;
    width: 100%; } }
/* ------------------------------------------------------------ * Socials
\* ------------------------------------------------------------ */
.socials {
  margin-bottom: 10px; }

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #e1e1e1;
  list-style: none outside none; }

.socials li {
  margin: 3px 6px; }

.socials a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.socials a:hover {
  color: white; }

.socials i {
  font-size: 16px; }

/* ------------------------------------------------------------ * Phone
\* ------------------------------------------------------------ */
.phone {
  margin: 0 3px;
  font-size: 16px;
  color: #e1e1e1; }

.phone:hover {
  color: #e1e1e1; }

.phone span {
  font-family: "Geogrotesque W01", sans-serif; }

/* ------------------------------------------------------------ * Copyright
\* ------------------------------------------------------------ */
.copyright {
  padding-top: 15px;
  border-top: 1px dashed #333333;
  margin: 10px 0 0;
  font-size: 8px;
  color: #76787a;
  text-transform: uppercase;
  text-align: right; }

/* ------------------------------------------------------------ * Article
\* ------------------------------------------------------------ */
.article {
  padding-bottom: 100px;
  color: #404040;
  /* Mobile */
  font-size: 16px; }

.article .article__title {
  margin: 30px 0 20px;
  font-size: 48px;
  color: black;
  font-weight: 700;
  text-transform: uppercase; }

.article h2 {
  font-size: 48px; }

.article a.btn,
.article a[title='btn'] {
  display: inline-block;
  padding: 10px 10px 9px;
  border: none;
  border-radius: 0;
  margin: 20px 40px 20px 0;
  font-family: "Helvetica", sans-serif;
  background-color: #ff5000;
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s; }

.cms-affiliates .article a.btn,
.cms-affiliates .article a[title='btn'] {
  letter-spacing: 0;
  padding: 8px 20px; }

.article a.btn:hover,
.article a[title='btn']:hover {
  color: white;
  background-color: #404040; }

.article a.btn:focus,
.article a[title='btn']:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.article ul,
.article ol {
  padding-left: 40px; }

.article p {
  margin-bottom: 10px;
  font-size: 16px; }

.article p a {
  color: #ff5000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.article p a:hover {
  color: #404040; }

.article h4 {
  margin: 30px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700; }

.article table {
  width: auto;
  border: 1px solid #404040; }

.article table tr:first-child {
  background-color: #404040;
  color: white;
  font-weight: 500;
  letter-spacing: 0.05em; }

.article table tr {
  background-color: #dcdcdc; }

.article table tr:nth-child(even) {
  background: none; }

.article table td {
  padding: 5px 10px;
  letter-spacing: 0px; }

@media (max-width: 767px) {
  .article .article__title {
    font-size: 32px; } }
/* ------------------------------------------------------------ * Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  margin: 25px 0;
  color: black; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: normal; }

.breadcrumbs li + li:before {
  content: '>';
  padding: 0 5px;
  vertical-align: baseline;
  color: black; }

.breadcrumbs a {
  color: black;
  text-decoration: none;
  letter-spacing: 0; }

.breadcrumbs span {
  color: black; }

.breadcrumbs a:hover {
  color: #ff5000; }

/* ------------------------------------------------------------ * Sort
\* ------------------------------------------------------------ */
.sort {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  */
  display: inline-block;
  float: right;
  padding: 0;
  margin-bottom: 10px;
  /* Mobile */ }

.sort.visible {
  padding: 9px 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f8f9;
  width: 100%; }

.sort.visible .sort__clear {
  visibility: visible;
  opacity: 1; }

.sort .sort__clear {
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.sort .sort__clear i {
  vertical-align: middle; }

.sort .sort__clear:hover {
  color: #ff5000; }

.sort .sort__select {
  min-width: 100px;
  width: 200px;
  float: right; }

.sort .sort__select select::-ms-expand {
  display: none; }

@media (max-width: 767px) {
  .sort {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .sort .sort__clear {
    margin-bottom: 8px; }

  .sort .sort__select select {
    width: 100%; } }
@media (max-width: 480px) {
  .sort.visible {
    text-align: center; }

  .sort .sort__select {
    clear: both;
    float: none;
    margin: 10px auto 0 auto; } }
/* ------------------------------------------------------------ * Accordion
\* ------------------------------------------------------------ */
.accordion {
  /* Mobile */ }

.accordion .accordion__section {
  margin-bottom: 5px; }

.accordion .accordion__head {
  padding: 12px;
  border: 1px solid #231f20;
  margin-bottom: 5px;
  text-align: center; }

.accordion .accordion__head h3 {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  color: #404040;
  letter-spacing: 0.02em;
  font-weight: 500; }

.accordion .accordion__body {
  display: none;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02em; }

.accordion .accordion__body p {
  margin-bottom: 10px; }

.accordion .accordion__body p strong {
  color: #404040; }

.accordion .accordion__body p a,
.accordion .accordion__body a {
  color: #ff5000; }

.accordion .accordion__body p a:hover,
.accordion .accordion__body a:hover {
  color: #bb3d0c; }

.accordion .accordion__body h3 {
  font-family: "Geogrotesque W01", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 10px; }

.accordion .accordion__body h4 {
  margin: 10px 0;
  font-family: "Geogrotesque W01", sans-serif;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 24px; }

.accordion .accordion__body ol {
  list-style: none outside none;
  margin-bottom: 10px; }

.accordion .accordion__body p + ol {
  margin-left: 15px; }

.accordion .accordion__body ul {
  list-style: none outside none;
  padding-left: 25px;
  margin-bottom: 10px; }

.accordion .accordion__body ul li {
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5; }

/* .accordion .accordion__body em {
font-size:16px !important;   
}    */
.accordion .accordion__body ul li:before {
  content: '-';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px; }

@media (max-width: 767px) {
  .accordion {
    padding-top: 15px; }

  .accordion .accordion__body {
    display: block !important;
    margin-bottom: 20px; }

  .accordion .accordion__section:last-child .accordion__body {
    margin-bottom: 0; } }
/* ------------------------------------------------------------ * Accordion Section
\* ------------------------------------------------------------ */
.accordion-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -1.5%;
  /* Tablet Portrait */
  /* Mobile */ }

.accordion-holder .accordion-section {
  width: 30.33%;
  margin: 0 1.5% 20px; }

.accordion-holder .accordion-section .accordion-body {
  display: none;
  padding-top: 20px; }

@media (max-width: 1023px) {
  .accordion-holder .accordion-section {
    width: 47%; } }
@media (max-width: 767px) {
  .accordion-holder .accordion-section {
    width: 100%; } }
/* ------------------------------------------------------------ * Okendo
\* ------------------------------------------------------------ */
.comments {
  padding: 64px 0 100px; }
  .comments .large_container {
    max-width: 1370px; }

/* ------------------------------------------------------------ * Posts
\* ------------------------------------------------------------ */
.posts {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 100px;
  /* Mobile */ }

.posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
  border-top: 1px dashed #4c4c4c; }

.posts .post--inverse .post__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.posts .post--inverse .post__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.posts .post__content,
.posts .post__image {
  width: 50%;
  padding: 0 15px; }

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

.posts .post__content-actions {
  padding-top: 15px;
  text-align: right; }

.posts .post__btn {
  padding: 4px 15px 3px; }

.posts .post__content > a,
.posts p a {
  color: #ff5000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.posts .post__content > a:hover,
.posts p a:hover {
  opacity: 0.6; }

.posts h3 {
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700; }

@media (max-width: 767px) {
  .posts .post__content,
  .posts .post__image {
    width: 100%; }

  .posts .post__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .posts .post__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
/* ------------------------------------------------------------ * Posts Default
\* ------------------------------------------------------------ */
.posts-default {
  /* Mobile */ }

.posts-default .post {
  padding: 20px 0 44px;
  border-bottom: dashed 1px #dddddd;
  margin-bottom: 30px; }

.posts-default .post--single {
  padding-bottom: 0;
  border-bottom: none; }

.posts-default .post__head {
  margin-bottom: 10px; }

.posts-default .post__title {
  margin: 0;
  font-size: 20px;
  color: #4c4c4c;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.posts-default .post__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.posts-default .post__title a:hover {
  opacity: 0.6; }

.posts-default .post__content {
  padding-bottom: 14px;
  color: #333; }

.posts-default .post__actions {
  margin-bottom: 10px; }

.posts-default .post__btn {
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 1px; }

.posts-default .post__video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.posts-default .post__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.posts-default ol,
.posts-default ul {
  list-style-position: inside; }

.posts-default blockquote {
  padding: 10px 20px;
  border-left: 5px solid #eee;
  font-size: 13px;
  line-height: 1.8; }

.posts-default blockquote strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700; }

.posts-default blockquote a {
  color: #f15c22;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.posts-default blockquote a:hover {
  color: black;
  text-decoration: underline; }

.posts-default figure {
  position: relative;
  margin-bottom: 10px;
  max-width: 100% !important; }

.posts-default figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  background-color: #323232;
  font-size: 13px;
  color: white;
  font-style: italic; }

.posts-default figure img {
  width: 100%;
  height: auto; }

.posts-default figure + blockquote {
  padding: 30px 20px 20px;
  border-left: 5px solid #eee;
  font-size: 20px;
  line-height: 1.1;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700; }

.posts-default p {
  margin-bottom: 10px; }

.posts-default p > a,
.posts-default p > em a {
  text-decoration: none;
  color: #f15c22; }

.posts-default p > a:hover,
.posts-default p > em a:hover {
  color: black;
  text-decoration: underline; }

.posts-default h4 {
  margin: 10px 0;
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 700; }

.posts-default h4 a {
  color: #f15c22;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.posts-default h4 a:hover {
  color: black;
  text-decoration: underline; }

.posts-default h3 {
  margin: 20px 0 10px;
  font-size: 25px;
  color: #4c4c4c; }

.posts-default h2 {
  font-size: 22px; }

.posts-default img[style^='float:right'] {
  margin-left: 1.5em; }

.posts-default img[style^='float:left'] {
  margin-right: 1.5em; }

@media (max-width: 767px) {
  .posts-default img[style^='float:right'],
  .posts-default img[style^='float:left'] {
    display: block;
    width: 100%;
    float: none !important;
    margin: 0 0 10px; } }
/* ------------------------------------------------------------ * Members
\* ------------------------------------------------------------ */
.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
  /* Mobile */ }

.members .member {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 10px; }

.members .member__image {
  margin-bottom: 20px; }

.members h4 {
  margin: 0 0 10px;
  color: #404040;
  font-weight: 700;
  text-transform: uppercase;
  color: black; }

.members h6 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: black; }

.members p:last-child {
  margin: 0; }

.members img {
  width: 100%;
  height: auto; }

.members a {
  text-decoration: underline; }

@media (max-width: 767px) {
  .members .member {
    width: 100%; } }
/* ------------------------------------------------------------ * Share
\* ------------------------------------------------------------ */
.share > span {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid #dddddd;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px; }

/* ------------------------------------------------------------ * Paging
\* ------------------------------------------------------------ */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0; }

.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  list-style: none outside none; }

.paging a,
.paging span {
  display: block;
  padding: 3px 11px;
  font-size: 11px;
  color: #323232;
  text-decoration: none;
  font-weight: 700; }

.paging .current span,
.paging a:hover {
  color: #ff5000; }

/* ------------------------------------------------------------ * Tags
\* ------------------------------------------------------------ */
.tags {
  padding: 10px 0 15px;
  margin-bottom: 30px; }

.tags span:not(:first-child) {
  color: #f15c22; }

.tags a {
  text-decoration: none;
  color: #f15c22;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.tags a:hover {
  color: black;
  text-decoration: underline; }

/* ------------------------------------------------------------ * Cart
\* ------------------------------------------------------------ */
/* 
.cart {
  padding: 20px 0 100px;
} */
.cart .cart__head {
  margin-bottom: 10px; }

.cart .cart__title {
  margin: 0;
  color: #404040; }

.cart .cart__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.cart .cart__foot-inner {
  width: 66.66666667%;
  padding-top: 20px; }

.cart .cart__foot-inner > h6 {
  padding: 9px 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  font-size: 15px;
  color: black;
  font-weight: 500; }

.cart .cart__total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .cart .cart__total p .cart .cart__total p span,
  .cart .cart__total p .cart .cart__total p strong {
    padding: 8px; }
    .cart .cart__total p .cart .cart__total p span:nth-child(2),
    .cart .cart__total p .cart .cart__total p strong:nth-child(2) {
      font-family: "Geogrotesque W01", sans-serif; }
.cart .cart__total .affirm {
  margin-top: 20px;
  text-align: center; }
  .cart .cart__total .affirm p {
    display: inline-block; }

.cart .cart__btn {
  padding: 9px 20px 8px;
  margin-top: 20px;
  background-color: #f15c22;
  border-color: #f15c22; }

@media (max-width: 1023px) {
  .cart .cart__total {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: right;
    /* margin-bottom: 20px; */ }

  .cart .cart__foot-inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; } }
/* ------------------------------------------------------------ * Cart Empty
\* ------------------------------------------------------------ */
.cart-empty .container > h3 {
  margin: 20px 0 10px;
  color: #404040; }

.cart-empty .container > p {
  margin-bottom: 20px; }

.cart-empty .container .btn {
  margin-bottom: 50px; }

/* ------------------------------------------------------------ * Product
\* ------------------------------------------------------------ */
.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Mobile */ }

.product-cart .product__image {
  width: 80px;
  margin: 0 16px 0 0; }

.product-cart .product__content {
  width: calc(100% - 96px); }

.product-cart .product__title,
.product-cart .product__title a {
  margin: 0;
  font-family: "Geogrotesque W01", sans-serif;
  line-height: 1.2;
  color: black;
  font-weight: 500; }

.product-cart .product__title a:hover {
  color: #ff5000; }

@media (max-width: 530px) {
  .product-cart .product__image {
    display: none; }

  .product-cart .product__content {
    width: 100%; } }
/* ------------------------------------------------------------ * Rating
\* ------------------------------------------------------------ */
.rating .yotpo-display-wrapper {
  pointer-events: none; }

.rating.yotpo a,
.rating.ratings a,
.rating.ratings2 a,
.rating.no-rating a {
  width: auto;
  margin-left: 5px;
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  color: black !important;
  font-weight: 700; }

.yotpo.bottomLine, .yotpo.QABottomLine {
  display: inline-block; }

p.affirm-as-low-as {
  font-size: 12px !important;
  margin-bottom: 0px;
  min-height: 33px;
  padding-bottom: 15px;
  max-height: 33px;
  overflow: hidden; }

p.affirm-as-low-as:empty {
  display: none; }

.yotpo .yotpo-icon,
.rating.yotpo a {
  font-size: 12px !important;
  color: black; }

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-half-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-empty-star {
  font-size: 12px !important;
  color: #ff5000 !important; }

.yotpo-label.yotpo-small-box span {
  font-size: 16px;
  margin-bottom: 10px; }

.yotpo a.text-m.ask-question {
  font-size: 12px !important; }

.yotpo-default-button span, .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  font-size: 16px !important;
  line-height: 1.4 !important; }

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i,
.yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
  font-size: 16px !important;
  color: black !important; }

.yotpo span.yotpo-stars {
  color: #ff5000 !important; }

.yotpo-review .yotpo-header .yotpo-header-element .y-label {
  font-size: 12px !important; }

span.yotpo-sum-reviews span.font-color-gray.based-on {
  font-size: 12px !important;
  vertical-align: middle;
  margin-bottom: -10px; }

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ff5000 !important; }

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #ff5000 !important; }

.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
  font-weight: bold;
  color: white !important;
  background: #ff5000 !important;
  font-size: 16px !important;
  transition: ease all 0.3s; }

.yotpo .yotpo-default-button:hover {
  background: #cccccc !important;
  color: black !important; }

.yotpo input[type="button"].yotpo-default-button:hover {
  background: #cccccc !important;
  color: black !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  color: white !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
  color: white !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn:hover .yotpo-icon {
  color: black !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn:hover .yotpo-icon-button-text {
  color: black !important; }

/* ------------------------------------------------------------ * Theme fancy box
\* ------------------------------------------------------------ */
.fancybox-nav span {
  position: absolute;
  width: 21px;
  height: 32px;
  margin-top: 0;
  background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow.png?v=11914421022478579710) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fancybox-next span {
  right: 10px;
  background-position: 0 0; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1); }

/* ------------------------------------------------------------ * Modal
\* ------------------------------------------------------------ */
.modal .modal-lg {
  max-width: 900px; }

.modal .modal-xl {
  max-width: 80%; }

@media (max-width: 767px) {
  .modal .modal-xl {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px; } }
.modal .modal-xl .modal-content {
  background-color: black;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.modal .modal-xl .modal-header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: none; }

.modal .modal-xl .close {
  color: white;
  opacity: 0.5; }

.modal .modal-video {
  padding: 30px 20px; }

@media (max-width: 767px) {
  .modal .modal-video {
    padding: 10px; } }
.modal .modal-video-inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

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

.modal .modal-header {
  padding: 7px 10px; }

.modal .modal-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  letter-spacing: 0.1em; }

.modal .close {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  margin: -2px 0 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.modal .close:hover {
  opacity: 1; }

.modal .modal-body {
  padding: 10px;
  color: #404040; }

.modal .modal-body h3,
.modal .modal-body--alt h3 {
  font-family: "Geogrotesque W01", sans-serif;
  font-weight: 600; }

.modal .modal-body p {
  margin-bottom: 10px; }

.modal .modal-body ol {
  list-style-type: decimal; }

.modal .modal-body ul {
  list-style-type: disc; }

.modal .modal-body ol,
.modal .modal-body ul {
  padding-left: 16px;
  font-size: 16px; }

.modal .modal-body--alt {
  padding: 10px;
  color: #404040; }

.modal .modal-body--alt p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300; }

.modal .modal-body--alt p em,
.modal .modal-body--alt p i {
  color: #ff5000; }

.modal .modal-body--alt table {
  width: 100%;
  margin-bottom: 20px; }

.modal .modal-body--alt .mobilesize table,
.modal .modal-body .mobilesize table {
  margin-left: auto;
  margin-right: auto; }

.modal .modal-body--alt table tr td {
  text-align: center; }

.modal .modal-body--alt table tr td:first-child {
  text-align: left; }

.modal .modal-body--alt table tr:first-child td {
  text-align: center; }

.modal .modal-body--alt table tr:first-child td {
  padding: 10px;
  background-color: black;
  font-size: 12px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Geogrotesque W01", sans-serif; }

.modal .modal-body--alt table tr + tr td:first-child {
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: black;
  color: white; }

.modal .modal-body--alt table tr:nth-child(odd) {
  background-color: #acacac; }

.modal .modal-body--alt table tr:first-child {
  background-color: black; }

.modal .modal-body--alt .mobilesize table th {
  background-color: black;
  color: white;
  border: 1px solid black;
  padding: 10px; }

.modal .modal-body--alt .mobilesize table tr:first-child td {
  background-color: white;
  color: black;
  font-weight: 400;
  text-transform: none; }

.modal .modal-body--alt .mobilesize table tr:first-child td:first-child {
  font-family: "Geogrotesque W01", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.modal .modal-body--alt table td {
  width: 25%;
  padding: 5px 10px;
  border: 1px solid #404040;
  font-size: 12px; }

.modal .modal-body--alt h6 {
  margin: 10px 0;
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.modal .modal-body--alt ul li {
  font-size: 12px; }

/* ------------------------------------------------------------ * Back in Stock
\* ------------------------------------------------------------ */
.bis-reset.bis-rotate-90 {
  display: none !important; }

/* Shareingbuttons.io */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: white;
  margin: 2px; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 3px 10px;
  font-family: "Helvetica", sans-serif;
  color: white;
  font-size: 13px; }

.resp-sharing-button:hover {
  color: white;
  text-decoration: none; }

.resp-sharing-button i {
  margin-right: 2px; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465c; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25d366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #ff6600; }

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

/* ------------------------------------------------------------ * Customr
\* ------------------------------------------------------------ */
#customer-fields .form-footer {
  border-top: 0 !important; }

.customr-edit .cancel-form {
  display: none !important; }

.customr-field-checkbox .customr-control {
  border: none !important;
  padding: 0px !important; }

#customer-fields input[type="checkbox"] {
  opacity: 1 !important;
  visibility: visible;
  position: relative;
  vertical-align: middle !important; }

#customer-fields .form-footer {
  padding-top: 10px !important; }

/* ------------------------------------------------------------ * 404 Page
\* ------------------------------------------------------------ */
#page404 {
  text-align: center;
  padding-bottom: 100px; }

#page404 .buttoncontainer {
  max-width: 600px;
  margin: 0 auto; }

#page404 .buttons404 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px; }

#page404 .buttons404 .item {
  display: flex;
  flex-basis: 45%;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 10px 10px 0;
  border: 2px solid black;
  text-align: center;
  justify-content: center;
  align-content: center; }

#page404 .buttons404 .item a {
  padding: 15px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

#page404 .buttons404 .item a:hover {
  color: #ff5000; }

#page404 .buttons404 .item:nth-child(even) {
  margin-right: 0; }

#page404 .buttons404 .item.searchitem {
  padding: 0; }

#page404 .buttons404 .item.searchitem .search {
  margin: 0;
  display: flex;
  flex-basis: 100%;
  width: 100%;
  height: 100%; }

#page404 .buttons404 .item.searchitem input {
  display: flex;
  flex-grow: 1;
  flex-basis: 75%;
  border: 0;
  padding: 5px 10px; }

#page404 .buttons404 .item.searchitem button {
  display: flex;
  background-color: black;
  background-image: none !important;
  border: 0;
  color: white !important;
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  float: right;
  justify-content: center;
  align-items: center; }

.section-simple a {
  color: #ff5000; }

.section-simple .intro a {
  color: white; }
  .section-simple .intro a:hover {
    color: black; }

.article__body p a {
  text-decoration: underline; }
.article__body a {
  text-decoration: underline; }
.article__body h2 {
  color: black;
  font-weight: bold;
  text-transform: uppercase; }

.section-simple .nav-simple a {
  color: white; }

.section-simple .nav-simple a:hover {
  color: #ff5000; }

.section-simple .section__group-content a.btn {
  font-size: 16px;
  padding: 15px 20px;
  color: white; }

.section-simple .section__group-content a.btn:hover {
  background-color: #404040;
  color: white; }

.section-simple ul {
  font-size: 20px;
  padding-left: 20px; }

.section-simple .article__body ul {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 15px; }

.section-simple .geo {
  font-family: "Geogrotesque W01", sans-serif;
  font-weight: 600; }

.section-simple .text75 {
  font-size: 4rem !important;
  line-height: 4rem !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

.section-simple .text35 {
  font-size: 36px !important;
  line-height: 36px !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

.section-simple .text25 {
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

.section-simple .text60,
.section-simple h3.text60 {
  font-size: 45px !important;
  line-height: 52px !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

@media screen and (max-width: 480px) {
  .section-simple .text75 {
    font-size: 50px !important;
    line-height: 54px !important; }

  .section-simple .text35 {
    font-size: 22px !important;
    line-height: 24px !important; }

  .section-simple .text25 {
    font-size: 16px !important;
    line-height: 20px !important; } }
#shopify-section-section-group-hyperlite .section__group p + .row {
  margin-top: 30px; }

#stuffsizing {
  margin-bottom: 20px;
  border: 1px solid black; }

#stuffsizing tr th {
  padding: 10px;
  background-color: black;
  font-size: 15px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Geogrotesque W01", sans-serif;
  text-align: center;
  border-right: 1px solid white; }
  #stuffsizing tr th:last-child {
    border-right: 1px solid black; }

#stuffsizing tr td {
  text-align: center; }

#stuffsizing tr td:first-child {
  text-align: left; }

#stuffsizing tr:first-child td {
  text-align: center; }

/*
#stuffsizing tr:first-child td {
padding: 10px;
background-color: $fblack;
font-size: 12px;
color: $white;
font-weight: 600;
text-transform: uppercase;
font-family: $Geogrotesque;
}
*/
#stuffsizing tr td:first-child {
  font-family: "Geogrotesque W01", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: black;
  color: white;
  text-align: left !important;
  border-bottom: 1px solid white; }

#stuffsizing tr th:first-child {
  border-bottom: 1px solid white; }

#stuffsizing tr:last-child td:first-child {
  border-bottom: 1px solid black; }

#stuffsizing tr:nth-child(odd) {
  background-color: #acacac; }

/*
#stuffsizing tr:first-child {
background-color: $fblack;
}
*/
.mobilesize #stuffsizing th {
  background-color: black;
  color: white;
  border: 1px solid black;
  padding: 10px; }

.mobilesize #stuffsizing {
  max-width: 500px; }

.mobilesize #stuffsizing tr:first-child td {
  background-color: white;
  color: black;
  font-weight: 400;
  text-transform: none; }

.mobilesize #stuffsizing tr:first-child td:first-child {
  font-family: "Geogrotesque W01", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: black;
  color: white; }

#stuffsizing td {
  width: 25%;
  padding: 5px 10px;
  border: 1px solid #404040;
  font-size: 15px; }

.sizingchart {
  font-size: 15px; }
  .sizingchart h2 {
    font-size: 20px;
    margin-bottom: 15px; }
  .sizingchart h3 {
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 20px; }
  .sizingchart img {
    margin: 0 auto 20px auto;
    max-height: 100px; }
  .sizingchart p {
    margin-bottom: 0; }
  .sizingchart a.button.orangebutton {
    background-color: #ff5000;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    clear: both; }
    .sizingchart a.button.orangebutton:hover {
      background-color: #404040; }
  .sizingchart .tablerow .col-md-4 {
    text-align: center; }
  .sizingchart .tablerow .col-xs-12 {
    width: 100%; }

.template-hardest-thru-hike .main {
  padding-bottom: 100px; }
.template-hardest-thru-hike .section__group {
  margin-bottom: 25px; }
.template-hardest-thru-hike article.article {
  padding-bottom: 50px; }
.template-hardest-thru-hike .hthposthead {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .template-hardest-thru-hike .hthposthead figure {
    display: flex;
    margin-right: 20px;
    flex-basis: calc(50% - 10px); }
    @media (max-width: 767px) {
      .template-hardest-thru-hike .hthposthead figure {
        margin-right: 0;
        flex-basis: 100%; } }
  .template-hardest-thru-hike .hthposthead h2 {
    display: flex;
    flex-basis: calc(50% - 10px); }
    @media (max-width: 767px) {
      .template-hardest-thru-hike .hthposthead h2 {
        margin-right: 0;
        flex-basis: 100%; } }
    .template-hardest-thru-hike .hthposthead h2.nopic {
      flex-basis: 100%; }
    .template-hardest-thru-hike .hthposthead h2 a {
      color: #404040; }
      .template-hardest-thru-hike .hthposthead h2 a:hover {
        color: #ff5000; }

#shopify-section-section-shakedown .section__group .skposthead {
  padding-bottom: 25px;
  border-bottom: 1px dashed #404040;
  margin-bottom: 25px; }
#shopify-section-section-shakedown .section__group:last-child .skposthead {
  border-bottom: 0; }

#shakedown .section-video .section__inner {
  max-width: 1200px; }
#shakedown #shopify-section-section-shakedown {
  margin-top: 1.5em; }
#shakedown .skposthead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #shakedown .skposthead .skimage {
    flex-basis: 49%;
    order: 1; }
    #shakedown .skposthead .skimage figure {
      margin-bottom: 0; }
    @media (max-width: 980px) {
      #shakedown .skposthead .skimage {
        margin-bottom: 10px;
        flex-basis: 100%; } }
  #shakedown .skposthead .sktext {
    flex-basis: 49%;
    order: 2;
    color: black;
    text-align: justify; }
    @media (max-width: 980px) {
      #shakedown .skposthead .sktext {
        flex-basis: 100%; } }
    #shakedown .skposthead .sktext .skheader {
      padding-bottom: 10px;
      border-bottom: 1px solid #404040;
      margin-bottom: 10px;
      text-align: left; }
      #shakedown .skposthead .sktext .skheader h2 {
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0; }
        #shakedown .skposthead .sktext .skheader h2 a {
          color: black; }
      #shakedown .skposthead .sktext .skheader h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 0;
        color: black; }
    #shakedown .skposthead .sktext .launchinfo {
      font-weight: bold;
      text-transform: uppercase;
      color: #404040; }
    #shakedown .skposthead .sktext .readmore {
      text-align: right;
      letter-spacing: 1px; }
      #shakedown .skposthead .sktext .readmore a {
        color: white;
        font-size: 16px;
        letter-spacing: 0px; }
        #shakedown .skposthead .sktext .readmore a:hover {
          color: #404040; }
    #shakedown .skposthead .sktext p {
      font-size: 16px; }
  #shakedown .skposthead .sktext.noimage {
    flex-basis: 100%; }
  #shakedown .skposthead.imageright .skimage {
    order: 2; }
    @media (max-width: 980px) {
      #shakedown .skposthead.imageright .skimage {
        order: 1; } }
  #shakedown .skposthead.imageright .sktext {
    order: 1; }
    @media (max-width: 980px) {
      #shakedown .skposthead.imageright .sktext {
        order: 2; } }

.hmgflx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hmgflx .hmg101post {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: #bcbdc0;
    position: relative; }
    @media (max-width: 990px) {
      .hmgflx .hmg101post {
        align-content: flex-start; } }
    @media (max-width: 767px) {
      .hmgflx .hmg101post {
        flex-basis: 100%;
        align-content: space-between; } }
    @media (max-width: 480px) {
      .hmgflx .hmg101post {
        flex-basis: 100%;
        align-content: flex-start; } }
    .hmgflx .hmg101post .hmg101image {
      display: flex;
      flex-basis: 50%; }
      .hmgflx .hmg101post .hmg101image figure {
        margin-bottom: 0; }
      @media (max-width: 1023px) {
        .hmgflx .hmg101post .hmg101image {
          flex-basis: 40%; } }
      @media (max-width: 990px) {
        .hmgflx .hmg101post .hmg101image {
          flex-basis: 100%; } }
      @media (max-width: 767px) {
        .hmgflx .hmg101post .hmg101image {
          flex-basis: 50%; } }
      @media (max-width: 480px) {
        .hmgflx .hmg101post .hmg101image {
          flex-basis: 100%; } }
    .hmgflx .hmg101post .hmg101text {
      display: flex;
      line-height: 1.2;
      flex-basis: 50%;
      flex-grow: 1;
      flex-wrap: wrap;
      padding: 20px;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
      .hmgflx .hmg101post .hmg101text.noimage {
        flex-basis: 100%; }
      .hmgflx .hmg101post .hmg101text p {
        font-size: 16px;
        font-family: "Helvetica", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase; }

.hmg101 .intro {
  margin-bottom: 50px; }

a.linkoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }
  a.linkoverlay:hover {
    opacity: 0.25;
    filter: alpha(opacity=25%); }

/* Updates SCSS*/
/* Fonts */
/* ------------------------------------------------------------ *\
slider Intro
\* ------------------------------------------------------------ */
.slider-intro {
  position: relative;
  /* Modifiers */ }
  .slider-intro .slider__slide {
    position: relative;
    z-index: 1; }
  .slider-intro .slider__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .slider-intro .slider__slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 678px; }
    .slider-intro .slider__slide-content:before {
      content: '';
      width: 0;
      display: block;
      min-height: inherit;
      font-size: 0;
      line-height: 1; }
  .slider-intro .slider__slide-content-inner {
    width: 100%;
    padding: 40px 120px 32px; }
  .slider-intro .slider__slide-title {
    margin-bottom: 22px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.06;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7); }
  .slider-intro .slider__slide-subtitle {
    margin-bottom: 25px;
    font-size: 20px;
    color: white;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-weight: 400;
    max-width: 720px;
    letter-spacing: 0px; }
  .slider-intro .slider__slide-btn {
    padding: 11px 26px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    letter-spacing: 0px; }
  .slider-intro .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 39px;
    height: 58px;
    border: none;
    border-radius: 0;
    outline: 0;
    background: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow-alt.png?v=10975291984270068119) 0 0/100% 100% no-repeat;
    font-size: 0;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .slider-intro .slick-arrow:hover {
      opacity: 0.6; }
  .slider-intro .slick-prev {
    left: 26px; }
  .slider-intro .slick-next {
    right: 26px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1); }
  .slider-intro .slick-dots {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    margin: 0;
    list-style: none outside none; }
    @media (max-width: 767px) {
      .slider-intro .slick-dots {
        display: none !important; } }
    .slider-intro .slick-dots li {
      width: 30px;
      height: 8px;
      margin: 0 4px;
      background-color: white;
      font-size: 0;
      line-height: 1;
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .slider-intro .slick-dots .slick-active {
      background-color: #ff5000; }
    .slider-intro .slick-dots button {
      display: none; }
  .slider-intro.slider-intro--alt .slider__slide-image {
    position: static; }
  .slider-intro.slider-intro--alt .slider__slide-image-inner {
    height: 37vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .slider-intro.slider-intro--alt .slider__slide-image-caption {
    position: relative;
    z-index: 1;
    max-width: 930px;
    padding: 25px 0;
    margin: 0 auto;
    background-color: #d6d6d6;
    font-size: 15px; }
    .slider-intro.slider-intro--alt .slider__slide-image-caption:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      z-index: -1;
      width: 100vw;
      background-color: inherit;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .slider-intro.slider-intro--alt .slick-dots {
    bottom: auto;
    top: calc(37vw - 28px); }
  .slider-intro.slider-intro--alt .slick-arrow {
    top: calc(37vw / 2 - 58px / 2);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .slider-intro.slider-intro--alt .slick-next {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  @media (max-width: 1023px) {
    .slider-intro .slider__slide-content {
      min-height: 50vw; }
    .slider-intro .slider__slide-content-inner {
      padding: 50px 120px; }
    .slider-intro .slider__slide-title {
      font-size: 40px; }
    .slider-intro .slider__slide-subtitle {
      font-size: 20px; }
    .slider-intro .slider__slide-btn {
      font-size: 16px; }
    .slider-intro .slick-prev {
      left: 10px; }
    .slider-intro .slick-next {
      right: 10px; } }
  @media (max-width: 959px) {
    .slider-intro .slider__slide-title {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }
    .slider-intro .slider__slide-subtitle {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } }
  @media (max-width: 767px) {
    .slider-intro {
      /* Modifiers */ }
      .slider-intro .slider__slide-image {
        position: static;
        padding-bottom: 56.25vw; }
      .slider-intro .slider__slide-content {
        min-height: 0;
        background-color: black; }
      .slider-intro .slider__slide-content-inner {
        padding: 20px 20px 50px; }
      .slider-intro .slider__slide-title {
        margin-bottom: 15px;
        font-size: 30px; }
      .slider-intro .slider__slide-subtitle {
        margin-bottom: 10px;
        font-size: 16px; }
      .slider-intro .slider__slide-btn {
        padding: 8px 10px;
        font-size: 13px; }
      .slider-intro .slick-arrow {
        top: calc(56.25vw / 2 - 28px / 2);
        width: 19px;
        height: 28px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .slider-intro .slick-next {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }
      .slider-intro .slick-dots {
        bottom: 18px; }
        .slider-intro .slick-dots li {
          width: 20px;
          height: 6px; }
      .slider-intro.slider-intro--alt .slider__slide-image {
        padding-bottom: 0; }
      .slider-intro.slider-intro--alt .slider__slide-image-inner {
        height: 56.25vw; }
      .slider-intro.slider-intro--alt .slick-arrow {
        top: calc(56.25vw / 2 - 28px / 2); }
      .slider-intro.slider-intro--alt .slick-dots {
        top: calc(56.25vw - 28px); }
      .slider-intro.slider-intro--alt .slider__slide-image-caption {
        padding: 15px 0;
        font-size: 13px; } }

/* ------------------------------------------------------------ *\
Section Group Posts
\* ------------------------------------------------------------ */
.section-group-posts {
  padding: 102px 0 9px; }
  @media (max-width: 1023px) {
    .section-group-posts {
      padding: 60px 0 10px; } }
  @media (max-width: 767px) {
    .section-group-posts {
      padding: 40px 0 20px; } }

/* ------------------------------------------------------------ *\
Group Items
\* ------------------------------------------------------------ */
.group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px; }
  .group-items .group__item {
    width: 50%;
    padding: 0 32px;
    margin-bottom: 82px; }
    .group-items .group__item a:hover {
      color: #ff5000;
      opacity: 1; }
  .group-items .group__item-head {
    padding: 31px 10px 20px;
    margin-bottom: 49px;
    background-color: black;
    text-align: center;
    min-height: 300px;
    vertical-align: middle;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media (max-width: 767px) {
      .group-items .group__item-head {
        min-height: 200px; } }
    @media (max-width: 479px) {
      .group-items .group__item-head {
        min-height: 150px; } }
    .group-items .group__item-head a.linkoverlay {
      background-color: black; }
    .group-items .group__item-head a.linkoverlay:hover {
      color: white;
      background-color: black;
      opacity: 0.5; }
  .group-items .group__item-title {
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7); }
  .group-items .group__item-actions {
    padding-top: 15px;
    font-size: 20px;
    color: #ff5000;
    letter-spacing: 0px; }
    .group-items .group__item-actions a {
      color: inherit;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .group-items .group__item-actions a:hover {
        opacity: .6; }
    .group-items .group__item-actions i {
      margin-left: 6px; }
  .group-items ol {
    border-bottom: 1px solid #686868;
    margin: 0;
    list-style: none outside none; }
    .group-items ol li {
      margin-bottom: 38px; }
      .group-items ol li h5 {
        font-family: "Helvetica", sans-serif;
        font-weight: bold; }
    .group-items ol a {
      display: block;
      text-decoration: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .group-items ol a:hover {
        opacity: 0.6; }
    .group-items ol h5 {
      margin-bottom: 11px;
      font-size: 20px;
      line-height: 1.2;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0px; }
    .group-items ol p {
      font-size: 12px;
      line-height: 1.3;
      color: #404040;
      letter-spacing: 0px; }
      .group-items ol p a {
        display: inline; }
      .group-items ol p span:not(:last-child) {
        color: #ff5000;
        font-weight: 700;
        text-transform: uppercase; }
  @media (max-width: 1023px) {
    .group-items {
      margin: 0 -16px; }
      .group-items .group__item {
        padding: 0 16px;
        margin-bottom: 50px; }
      .group-items .group__item-head {
        padding: 15px;
        margin-bottom: 20px; }
      .group-items .group__item-title {
        margin: 0;
        font-size: 32px; }
      .group-items .group__item-actions {
        font-size: 16px; }
      .group-items ol li {
        margin-bottom: 25px; }
      .group-items ol h5 {
        margin-bottom: 5px;
        font-size: 20px; }
      .group-items ol p {
        font-size: 11px; } }
  @media (max-width: 767px) {
    .group-items .group__item {
      width: 100%;
      margin-bottom: 20px; }
    .group-items .group__item-head {
      padding: 8px;
      margin-bottom: 15px; }
    .group-items .group__item-title {
      font-size: 32px; }
    .group-items .group__item-actions {
      font-size: 14px; }
    .group-items ol li {
      margin-bottom: 20px; }
    .group-items ol h5 {
      font-size: 20px;
      margin-bottom: 8px; }
    .group-items ol p {
      font-size: 10px; } }
  @media (max-width: 479px) {
    .group-items .group__item-title {
      font-size: 24px; }
    .group-items ol h5 {
      font-size: 16px; } }

.blog_tags a:after {
  content: ","; }

.blog_tags a:last-child:after {
  content: ""; }

.blog_tags a:hover:after {
  color: #ff5000;
  opacity: 1; }

/* ------------------------------------------------------------ *\
Items Alt
\* ------------------------------------------------------------ */
.items--alt {
  font-size: 0;
  padding: 50px 0 100px; }
  .items--alt .item {
    position: relative; }
  .items--alt .item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7); }
    .items--alt .item__content h4 {
      font-size: 36px;
      letter-spacing: 0px;
      line-height: 34px; }
  .items--alt h4 {
    margin: 0;
    font-size: 36px;
    color: white;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px; }
  .items--alt a {
    /*
    overflow: hidden; 
    max-height: 392px;
    margin-top: -3px;
    margin-left: -1px;
    */
    vertical-align: bottom; }
  @media (max-width: 1023px) {
    .items--alt h4 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .items--alt {
      padding: 30px 0; }
      .items--alt .item__content {
        padding: 10px; }
      .items--alt h4 {
        font-size: 20px; }
      .items--alt a {
        max-height: none;
        display: block; } }

/* ------------------------------------------------------------ *\
Intro Blog
\* ------------------------------------------------------------ */
.intro-blog {
  position: relative;
  z-index: 1;
  padding: 20px 0; }
  .intro-blog .shell {
    margin: 0; }
  .intro-blog .intro__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black; }
  .intro-blog .intro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 625px;
    text-align: center; }
    .intro-blog .intro__content:after {
      content: '';
      min-height: inherit;
      font-size: 0;
      width: 0;
      line-height: 1; }
  .intro-blog .intro__title {
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 72px;
    line-height: 1.3;
    color: white;
    font-weight: 600;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .intro-blog .intro__subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.3;
    color: white;
    font-weight: 400;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 0px; }
  @media (max-width: 1023px) {
    .intro-blog .intro__content {
      min-height: 50vw; }
    .intro-blog .intro__content:after {
      display: none; }
    .intro-blog .intro__title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .intro-blog .intro__content {
      padding: 30px 0; }
      .intro-blog .intro__content .intro__title {
        margin-bottom: 10px;
        font-size: 30px; }
      .intro-blog .intro__content .intro__subtitle {
        margin-bottom: 0;
        font-size: 16px; } }

/* ------------------------------------------------------------ *\
Section Posts Alt
\* ------------------------------------------------------------ */
.breadcrumbs {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: black;
  /*   li+li:before{padding: 0 6px 0 10px; color: $fblack;} */ }

.section-posts-alt {
  padding: 13px 0 39px;
  /*.breadcrumbs {
  margin-bottom: 37px;
  font-size: 13px;
  color: $dkgray;
}*/ }
  .section-posts-alt .shell {
    max-width: 1272px; }
  .section-posts-alt .section__entry {
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 1.86; }
  .section-posts-alt .paging {
    padding: 42px 0 40px;
    border-top: 2px dashed #b7b7b7;
    border-bottom: 2px dashed #b7b7b7; }
    .section-posts-alt .paging a,
    .section-posts-alt .paging span {
      font-size: 12px;
      letter-spacing: 0; }
  @media (max-width: 1023px) {
    .section-posts-alt {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .section-posts-alt .breadcrumbs {
      margin: 0 0 15px;
      font-size: 12px; }
    .section-posts-alt .section__entry {
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.4; }
    .section-posts-alt .section__btn {
      padding: 9px 5px;
      border: 1px solid black;
      margin-bottom: 20px;
      background: none;
      font-family: "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .section-posts-alt .paging {
      padding: 20px 0;
      border-top-width: 1px;
      border-bottom-width: 1px; } }

/* Tag Description */
.tag-page-desc {
  margin-bottom: 70px; }
  .tag-page-desc p {
    font-size: 18px; }
  .tag-page-desc a {
    text-decoration: underline; }

/* ------------------------------------------------------------ *\
Nav Tags
\* ------------------------------------------------------------ */
.section-posts-alt .nav-tags li a {
  font-size: 16px;
  letter-spacing: 0; }

.nav-tags {
  margin-bottom: 52px;
  /* Modifiers */ }
  .nav-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -18px; }
  .nav-tags li {
    position: relative;
    width: calc(33.33% - 36px);
    margin: 0 18px 14px; }
    .nav-tags li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      padding: 15px 20px 13px;
      font-size: 13px;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      white-space: normal; }
      .nav-tags li a:hover {
        background-color: #dddddd; }
    .nav-tags li.activelink a {
      background-color: #dddddd;
      color: white; }
  .nav-tags .clearblock {
    display: none !important;
    margin-top: 20px; }
    .nav-tags .clearblock a {
      color: #ff5000; }
      .nav-tags .clearblock a:hover {
        color: black; }
  .nav-tags.nav-tags--alt li {
    width: calc(33.333% - 36px); }
  @media (max-width: 1023px) {
    .nav-tags {
      /* Modifiers */ }
      .nav-tags ul {
        margin: 0 -18px 40px; }
      .nav-tags li {
        width: calc(33.33% - 16px);
        margin: 0 18px 16px; }
      .nav-tags.nav-tags--alt li {
        width: calc(33.333% - 36px); } }
  @media (max-width: 767px) {
    .nav-tags {
      overflow-y: auto;
      display: none;
      padding: 20px 10px 10px;
      margin: 0 -10px 30px;
      background-color: #f7f8f9;
      /* Modifiers */ }
      .nav-tags ul {
        margin: 0; }
      .nav-tags li {
        width: 100%;
        margin: 0 0 10px; }
      .nav-tags a {
        padding: 9px 5px;
        font-size: 12px; }
      .nav-tags.nav-tags--alt li {
        width: 100%; } }

/* ------------------------------------------------------------ *\
Posts Alt
\* ------------------------------------------------------------ */
.posts-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -18px; }
  .posts-alt .post {
    width: calc(33.33% - 36px);
    margin: 0 18px 54px; }
  .posts-alt .post__image {
    position: relative;
    height: 274px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
    margin-bottom: 26px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .posts-alt .post__image:hover {
      opacity: 0.6; }
    .posts-alt .post__image > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .posts-alt .post__title {
    font-size: 20px;
    color: black;
    line-height: 1.2;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    .posts-alt .post__title a:hover {
      color: #ff5000; }
  .posts-alt p {
    color: #404040;
    font-size: 12px; }
  .posts-alt p span:not(:last-child) {
    font-size: 12px;
    line-height: 1.3;
    color: #ff5000;
    font-weight: 700;
    text-transform: uppercase; }
  @media (max-width: 1023px) {
    .posts-alt .post {
      margin-bottom: 30px; }
    .posts-alt .post__image {
      height: 20vw; } }
  @media (max-width: 767px) {
    .posts-alt .post {
      width: 100%; }
    .posts-alt .post__image {
      height: 50vw;
      margin-bottom: 10px; } }

/* ------------------------------------------------------------ *\
Section Blocks
\* ------------------------------------------------------------ */
.section-blocks {
  padding: 39px 0 90px; }
  .section-blocks .shell {
    max-width: 1272px; }
  @media (max-width: 767px) {
    .section-blocks {
      padding: 20px 0; } }

/* ------------------------------------------------------------ *\
Blocks
\* ------------------------------------------------------------ */
.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -13px; }
  .blocks .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 26px);
    min-height: 203px;
    padding: 15px;
    margin: 0 13px 26px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .blocks .block:hover {
      opacity: 0.6; }
  .blocks h4 {
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 24px;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7); }
  @media (max-width: 1023px) {
    .blocks {
      margin: 0 -10px; }
      .blocks .block {
        width: calc(25% - 20px);
        min-height: 20vw;
        padding: 10px;
        margin: 0 10px 20px; } }
  @media (max-width: 767px) {
    .blocks .block {
      width: calc(100% - 20px);
      min-height: 50vw; }
    .blocks h4 {
      margin-bottom: 0; } }

/* ------------------------------------------------------------ *\
Article Single Post
\* ------------------------------------------------------------ */
.article-single-post {
  color: black; }
  .article-single-post .article__image {
    min-height: 41vw;
    margin-bottom: 39px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .article-single-post .article__inner {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    font-size: 18px; }
    .article-single-post .article__inner a {
      text-decoration: underline; }
  .article-single-post .breadcrumbs {
    padding-right: 250px;
    margin-bottom: 57px;
    font-size: 13px;
    text-transform: uppercase;
    color: black; }
  .article-single-post > .shell:first-child .article__widget {
    position: static; }
  .article-single-post .article__widget {
    position: absolute;
    top: -110px;
    right: -2px;
    max-width: 234px;
    width: 100%;
    padding: 28px 10px 23px;
    background-color: black;
    color: white;
    text-align: center;
    text-transform: uppercase; }
    .article-single-post .article__widget h5 {
      margin-bottom: 23px;
      font-family: "Geogrotesque W01", sans-serif;
      font-size: 24px;
      line-height: 1.3;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1em;
      color: white; }
    .article-single-post .article__widget .resp-sharing-button {
      padding: 0;
      background: none;
      border: none;
      font-size: 0; }
    .article-single-post .article__widget a {
      margin: 0 9px 9px;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .article-single-post .article__widget a:hover {
        opacity: 0.6; }
    .article-single-post .article__widget i {
      font-size: 21px; }
  .article-single-post .article__meta {
    font-size: 16px;
    letter-spacing: 0; }
    .article-single-post .article__meta a {
      color: #ff5000;
      text-transform: uppercase;
      font-weight: bold; }
  .article-single-post .article__title {
    margin-bottom: 14px;
    font-family: "Geogrotesque W01", sans-serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: black; }
  .article-single-post .article__author {
    margin-bottom: 47px;
    font-size: 15px; }
  .article-single-post p:not([class]) {
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0; }
  .article-single-post .article__inner figure {
    max-width: 930px;
    margin-bottom: 50px; }
  .article-single-post .article__inner figure img {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .article-single-post .article__inner figcaption {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    background-color: #d6d6d6;
    font-size: 12px;
    color: #404040;
    letter-spacing: 0; }
    .article-single-post .article__inner figcaption:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      z-index: -1;
      width: 100vw;
      background-color: inherit;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .article-single-post .article__inner blockquote {
    max-width: 526px;
    margin: 65px auto;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0; }
    .article-single-post .article__inner blockquote p:not([class]) {
      margin-bottom: 0; }
    .article-single-post .article__inner blockquote strong {
      display: block;
      font-weight: inherit;
      font-size: 15px;
      text-transform: uppercase;
      text-align: right; }
  .article-single-post .article__actions-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 65px 0; }
    .article-single-post .article__actions-inner a {
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0;
      color: #ff5000;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .article-single-post .article__actions-inner a:hover {
        opacity: 0.6; }
    .article-single-post .article__actions-inner .fa-caret-right {
      margin-left: 10px; }
    .article-single-post .article__actions-inner .fa-caret-left {
      margin-right: 10px; }
    .article-single-post .article__actions-inner .disable {
      opacity: 0.2;
      pointer-events: none; }
  .article-single-post .article__entry {
    padding: 60px 0 30px; }
    .article-single-post .article__entry .shell > h4 {
      margin-bottom: 30px;
      font-size: 22px;
      font-family: "Helvetica", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center; }
  .article-single-post .article__table {
    overflow-x: auto;
    max-width: 930px;
    margin: 0 auto; }
    .article-single-post .article__table table {
      border: 1px dashed #949494;
      border-collapse: collapse;
      table-layout: fixed; }
    .article-single-post .article__table tr:first-child {
      font-family: "Geogrotesque W01", sans-serif;
      font-size: 15px;
      line-height: 1.67;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase; }
    .article-single-post .article__table tr:nth-child(even) {
      background-color: #f0f0f0; }
    .article-single-post .article__table td {
      width: 230px;
      padding: 6px;
      border: 1px dashed #949494; }
  .article-single-post .article__products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 -20px; }
    .article-single-post .article__products li {
      width: calc(25% - 40px);
      margin: 0 20px 28px; }
  @media (max-width: 1023px) {
    .article-single-post .article__image {
      min-height: 60vw;
      background-attachment: scroll; }
    .article-single-post .article__inner {
      max-width: none;
      font-size: 16px; }
    .article-single-post .article__inner figure {
      max-width: none;
      margin-left: -10px;
      margin-right: -10px; }
    .article-single-post .article__inner figcaption {
      padding: 25px 10px; }
    .article-single-post .article__inner blockquote {
      margin: 0 auto 35px;
      font-size: 20px; } }
  @media (max-width: 767px) {
    .article-single-post .article__image {
      margin-bottom: 0; }
    .article-single-post .article__widget {
      position: static;
      width: auto;
      max-width: none;
      padding: 10px;
      margin: 0 -10px 20px; }
      .article-single-post .article__widget h5 {
        margin-bottom: 10px;
        font-size: 16px; }
      .article-single-post .article__widget i {
        font-size: 18px; }
    .article-single-post .breadcrumbs {
      padding: 0;
      margin-bottom: 18px; }
    .article-single-post .article__inner {
      font-size: 14px; }
    .article-single-post .article__meta {
      font-size: 14px; }
    .article-single-post .article__author {
      font-size: 14px; }
    .article-single-post .article__inner figure {
      margin-bottom: 25px; }
    .article-single-post .article__inner figcaption {
      padding: 15px 10px; }
    .article-single-post .article__inner blockquote {
      margin: 30px auto;
      font-size: 20px; }
    .article-single-post .article__entry {
      padding: 30px 0; }
    .article-single-post .article__products {
      margin: 0; }
    .article-single-post .article__products li {
      max-width: none;
      width: 48%;
      margin: 0 1% 30px; }
    .article-single-post .article__actions-inner {
      padding: 30px 0; }
      .article-single-post .article__actions-inner a {
        font-size: 13px; }
      .article-single-post .article__actions-inner .fa-caret-left {
        margin-right: 5px; }
      .article-single-post .article__actions-inner .fa-caret-right {
        margin-left: 5px; }
    .article-single-post p:not([class]) {
      margin-bottom: 20px; } }

/* Dark BG Posts */
.darkpost .article-single-post {
  background-color: black;
  color: white; }
  .darkpost .article-single-post .article__widget {
    background-color: white;
    color: black; }
    .darkpost .article-single-post .article__widget .resp-sharing-button {
      color: black; }
    .darkpost .article-single-post .article__widget h5 {
      color: black; }
  .darkpost .article-single-post .article__title {
    color: white; }
  .darkpost .article-single-post h3 {
    color: white; }
  .darkpost .article-single-post .breadcrumbs a {
    color: white; }
  .darkpost .article-single-post .slider-intro.slider-intro--alt .slider__slide-image-caption {
    color: black !important; }
  .darkpost .article-single-post .article__table {
    color: black;
    background-color: white; }
.darkpost #shopify-section-story section.section-solid-background {
  background-color: white;
  color: black; }
.darkpost .article__entry {
  color: white; }
  .darkpost .article__entry .list-products a {
    color: white; }
.darkpost section.section-related-posts {
  background-color: black;
  color: white; }
  .darkpost section.section-related-posts .posts-alt .post__title {
    color: white; }
  .darkpost section.section-related-posts .posts-alt p {
    color: white; }

/* ------------------------------------------------------------ *\
Section Solid Background
\* ------------------------------------------------------------ */
.darkpost .section-solid-background h3.section__title {
  color: black; }
.darkpost .section-solid-background h5.section__subtitle {
  color: black; }

.section-solid-background {
  padding: 45px 0;
  background-color: black;
  color: white;
  text-align: center; }
  .section-solid-background h3.section__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white; }
  .section-solid-background h5.section__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: white; }
  .section-solid-background .section__btn {
    min-width: 240px;
    padding: 11px 20px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-transform: uppercase; }

/* ------------------------------------------------------------ *\
Section Related Posts
\* ------------------------------------------------------------ */
.section-related-posts {
  padding: 72px 0; }
  .section-related-posts .section__title {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .section-related-posts .section__posts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* Sidebar Buttons for Old-Style posts */
.template-article.blog .section__aside .widgets .widget .sidebarbuttons {
  margin-top: 25px; }
  .template-article.blog .section__aside .widgets .widget .sidebarbuttons .sbbtn {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    display: block;
    padding: 15px;
    background-color: black; }
    .template-article.blog .section__aside .widgets .widget .sidebarbuttons .sbbtn:hover {
      background-color: #ff5000; }
    .template-article.blog .section__aside .widgets .widget .sidebarbuttons .sbbtn span {
      color: white;
      font-weight: bold;
      text-align: left; }
    .template-article.blog .section__aside .widgets .widget .sidebarbuttons .sbbtn a.btnlnk {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%; }

/* Multi Announcement Messages */
.headerblurb {
  color: black;
  /*   max-height: 38px; */
  overflow: hidden; }
  .headerblurb .headerpromo-slider {
    margin: 0 auto;
    max-width: 100%;
    opacity: 0; }
    .headerblurb .headerpromo-slider.arrow-show .slick-arrow {
      opacity: 1; }
    .headerblurb .headerpromo-slider.slick-initialized {
      opacity: 1; }
    .headerblurb .headerpromo-slider p {
      margin-bottom: 0;
      color: black; }
      .headerblurb .headerpromo-slider p a:hover {
        color: #ff5000; }
    .headerblurb .headerpromo-slider .slick-arrow {
      opacity: 0;
      position: absolute;
      left: 0;
      top: -6px;
      background-color: transparent;
      border: none;
      box-shadow: none;
      outline: none;
      font-size: 20px;
      line-height: 30px;
      width: 20px;
      height: 30px;
      z-index: 1; }
      .headerblurb .headerpromo-slider .slick-arrow.slick-next {
        right: 0;
        left: initial; }

@media (max-width: 767px) {
  .headerblurb {
    max-height: none; } }
/* Cart Update */
.cart-holder .form-cart .table__body .cart-col-right .product__content .item-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cart-holder .form-cart .table__body .cart-col-right .product__content .item-price-row .item-price {
    line-height: 1;
    letter-spacing: 0.1em; }
    .cart-holder .form-cart .table__body .cart-col-right .product__content .item-price-row .item-price.single-price {
      margin-top: -5px;
      padding-left: 10px;
      font-size: 18px;
      letter-spacing: 0.1em; }

.template-cart .cart {
  padding-bottom: 50px; }
.template-cart .form-cart {
  display: inline-block;
  width: 100%; }
  .template-cart .form-cart .cart__body {
    width: 49%;
    float: left; }
    .template-cart .form-cart .cart__body .table__body .cart-col-left {
      width: 25%;
      vertical-align: top;
      padding: 0 0 30px 0; }
    .template-cart .form-cart .cart__body .table__body .cart-col-right {
      width: 60%;
      vertical-align: top;
      padding: 0 0 30px 30px; }
    .template-cart .form-cart .cart__body .table__body .product__content .product__title {
      margin-bottom: 5px;
      font-family: "Geogrotesque W01", sans-serif;
      letter-spacing: 0.1em;
      font-weight: 600; }
      .template-cart .form-cart .cart__body .table__body .product__content .product__title a {
        text-transform: uppercase;
        color: black; }
    .template-cart .form-cart .cart__body .table__body .product__content .item-price {
      color: black;
      font-size: 20px;
      margin-bottom: 20px;
      display: block; }
    .template-cart .form-cart .cart__body .table__body .product__content .list-meta {
      margin: 0 0 20px 0; }
      .template-cart .form-cart .cart__body .table__body .product__content .list-meta li strong {
        text-transform: uppercase; }
    .template-cart .form-cart .cart__body .table__body .item-qty {
      margin-bottom: 20px; }
      .template-cart .form-cart .cart__body .table__body .item-qty label {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        display: block; }
      .template-cart .form-cart .cart__body .table__body .item-qty .qtyBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: black;
        color: white;
        width: 30px;
        height: 30px;
        line-height: 25px;
        text-align: center;
        font-size: 17px;
        cursor: pointer;
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        /* Likely future */ }
      .template-cart .form-cart .cart__body .table__body .item-qty .field-small {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid black; }
    .template-cart .form-cart .cart__body .table__body .cart-remove {
      text-decoration: underline;
      font-size: 12px; }
    .template-cart .form-cart .cart__body .table__foot {
      padding: 0;
      width: 100%;
      margin-bottom: 10px; }
      .template-cart .form-cart .cart__body .table__foot a {
        width: 100%;
        text-transform: uppercase;
        padding: 0 0;
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        border-color: black; }
        .template-cart .form-cart .cart__body .table__foot a:hover {
          background-color: black;
          border-color: black; }
  .template-cart .form-cart .cart__foot {
    width: 49%;
    float: right;
    margin-top: -25px; }
    .template-cart .form-cart .cart__foot .inner_cart {
      border: 1px solid;
      width: 100%; }
    .template-cart .form-cart .cart__foot h4 {
      text-transform: uppercase;
      font-size: 16px;
      padding: 20px 20px;
      margin: 0;
      border-bottom: 1px solid;
      display: block;
      width: 100%;
      font-weight: 700; }
    .template-cart .form-cart .cart__foot .alert.alert-secondary {
      font-size: 12px;
      line-height: normal;
      text-align: center;
      border-radius: 0;
      background-color: #bcbdc0;
      border-color: #bcbdc0; }
    .template-cart .form-cart .cart__foot .cart__total {
      width: 100%;
      display: inline-block;
      padding: 10px 15px 30px 15px;
      font-size: 16px; }
      .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal {
        display: inline-block;
        width: 100%;
        flex-flow: row;
        justify-content: normal;
        align-items: unset;
        text-align: left; }
        .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal strong {
          text-transform: uppercase;
          padding: 0; }
        .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal .cart-final-price {
          float: right;
          padding: 0;
          font-family: "Geogrotesque W01", sans-serif;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0.1em; }
          .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal .cart-final-price span {
            padding: 0;
            font-family: "Geogrotesque W01", sans-serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.1em; }
      .template-cart .form-cart .cart__foot .cart__total .item-row-final {
        display: inline-block;
        width: 100%;
        border-top: 1px solid;
        margin-top: 20px;
        padding-top: 20px;
        flex-flow: row;
        justify-content: normal;
        align-items: unset;
        text-align: left; }
        .template-cart .form-cart .cart__foot .cart__total .item-row-final strong {
          text-transform: uppercase;
          padding: 0; }
        .template-cart .form-cart .cart__foot .cart__total .item-row-final .cart-final-price {
          float: right;
          padding: 0;
          font-family: "Geogrotesque W01", sans-serif;
          letter-spacing: 0.1em; }
          .template-cart .form-cart .cart__foot .cart__total .item-row-final .cart-final-price span {
            padding: 0;
            letter-spacing: 0.1em; }
      .template-cart .form-cart .cart__foot .cart__total .item-shipping {
        display: inline-block;
        width: 100%;
        flex-flow: row;
        justify-content: normal;
        align-items: unset;
        margin: 20px 0 0 0;
        font-family: "Helvetica", sans-serif;
        text-align: left; }
        .template-cart .form-cart .cart__foot .cart__total .item-shipping.text-center {
          text-align: center;
          font-family: "Geogrotesque W01", sans-serif; }
        .template-cart .form-cart .cart__foot .cart__total .item-shipping strong {
          text-transform: uppercase;
          padding: 0; }
        .template-cart .form-cart .cart__foot .cart__total .item-shipping span {
          float: right;
          padding: 0;
          font-family: "Geogrotesque W01", sans-serif;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0.1em; }
      .template-cart .form-cart .cart__foot .cart__total .cart__btn {
        width: 100%;
        letter-spacing: 0;
        font-size: 16px; }
        .template-cart .form-cart .cart__foot .cart__total .cart__btn:hover {
          background-color: black;
          border-color: black; }
      .template-cart .form-cart .cart__foot .cart__total .payment-buttons {
        display: none !important;
        text-align: center;
        margin: 20px 0 0 0; }
        .template-cart .form-cart .cart__foot .cart__total .payment-buttons p {
          justify-content: center;
          font-size: 12px;
          margin: 0 0 20px 0; }
        .template-cart .form-cart .cart__foot .cart__total .payment-buttons .payment-btns {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center; }
          .template-cart .form-cart .cart__foot .cart__total .payment-buttons .payment-btns a.btn--light-border {
            border: 1px solid black;
            padding: 5px 0;
            width: 30%;
            margin: 0 1%; }
            .template-cart .form-cart .cart__foot .cart__total .payment-buttons .payment-btns a.btn--light-border:hover {
              background-color: transparent; }
          .template-cart .form-cart .cart__foot .cart__total .payment-buttons .payment-btns a img {
            width: auto;
            max-width: 100%; }
      .template-cart .form-cart .cart__foot .cart__total .discountcodefield {
        margin-bottom: 25px; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield.active_code .btn_apply {
          display: none; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield.active_code .btn_apply_success {
          display: block;
          text-align: center; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield.active_code .btn_apply_remove {
          display: block; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield.active_code .input_discount {
          pointer-events: none; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield label {
          display: block;
          font-size: 16px;
          text-align: left; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield .promo_msg {
          font-size: 16px;
          color: white;
          padding: 0;
          margin-top: 5px;
          display: block;
          color: #ff5000;
          line-height: 20px;
          text-align: left; }
          .template-cart .form-cart .cart__foot .cart__total .discountcodefield .promo_msg.success-apllied {
            color: green; }
          .template-cart .form-cart .cart__foot .cart__total .discountcodefield .promo_msg.error-shown {
            color: red; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield .input_discount {
          border: 1px solid black;
          height: 35px;
          line-height: 35px;
          padding: 0 5px;
          /* width:75%; */
          width: calc(100% - 90px); }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield .btn_apply {
          background-color: black;
          color: white;
          line-height: 35px;
          height: 35px;
          font-size: 16px;
          font-weight: 600;
          border: none;
          padding: 0 15px;
          width: 85px;
          margin-left: 5px;
          float: right;
          letter-spacing: 0.5px; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield .btn_apply_success {
          background-color: #939393;
          color: white;
          line-height: 35px;
          height: 35px;
          font-size: 16px;
          font-weight: 600;
          border: none;
          padding: 0 15px;
          width: 55px;
          margin-left: 0px;
          float: right;
          letter-spacing: 0.5px;
          text-align: center;
          display: none;
          margin-top: 0;
          cursor: pointer; }
        .template-cart .form-cart .cart__foot .cart__total .discountcodefield .btn_apply_remove {
          color: red;
          line-height: 35px;
          font-size: 16px;
          font-weight: 600;
          border: none;
          padding: 0;
          width: 20px;
          margin-left: 5px;
          margin-right: 5px;
          float: right;
          text-align: center;
          display: none;
          cursor: pointer; }
  .template-cart .form-cart .cart-block-image {
    position: relative;
    margin-top: 30px;
    background-color: black; }
    .template-cart .form-cart .cart-block-image img {
      width: 100%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .template-cart .form-cart .cart-block-image .cart-block-text {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
      .template-cart .form-cart .cart-block-image .cart-block-text h3 {
        color: white;
        font-size: 24px;
        margin: 0 0 5px 0;
        font-family: "Geogrotesque W01", sans-serif;
        font-weight: 600;
        letter-spacing: 0.1em;
        width: 100%;
        flex-basis: 100%; }
      .template-cart .form-cart .cart-block-image .cart-block-text p {
        color: white;
        font-size: 16px;
        width: 100%;
        flex-basis: 100%; }
    .template-cart .form-cart .cart-block-image:hover img {
      opacity: 0.6; }
  .template-cart .form-cart .table table tbody tr {
    border: none;
    background-color: transparent; }
  .template-cart .form-cart .product-cart .product__image {
    width: 100%;
    margin: 0; }
  .template-cart .form-cart .product-cart .product-cart {
    display: inline-block;
    align-items: flex-start; }
.template-cart .cart-holder .cart__head {
  width: 49%;
  margin-bottom: 25px; }
  .template-cart .cart-holder .cart__head .cart__title {
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-size: 48px;
    font-weight: 700; }
.template-cart .cart-empty {
  font-size: 16px; }
  .template-cart .cart-empty .page-title {
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700; }
  .template-cart .cart-empty .page-details {
    color: black;
    text-align: center;
    margin-bottom: 60px; }
  .template-cart .cart-empty .cart-empty-row {
    position: relative;
    display: inline-block;
    width: 100%; }
    .template-cart .cart-empty .cart-empty-row .cart-empty-col {
      width: 48%; }
      .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left {
        float: left; }
        .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left h4 {
          font-size: 16px;
          font-weight: 600;
          border-bottom: 1px solid;
          padding-bottom: 10px;
          margin-bottom: 25px;
          color: black;
          text-align: center; }
        .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left .btn {
          font-size: 16px;
          display: block;
          width: 100%;
          margin: 0 0 15px 0;
          padding: 0 10px;
          line-height: 40px;
          height: 40px;
          border: 1px solid black;
          color: black; }
          .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left .btn:hover {
            border: 1px solid black;
            background-color: black;
            color: white; }
      .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right {
        float: right; }
        .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner {
          border: 1px solid black;
          padding: 20px; }
          .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner .right-content p {
            margin-bottom: 15px; }
          .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner .btn {
            width: 150px;
            padding: 0 10px;
            line-height: 40px;
            height: 42px;
            margin-right: 15px;
            margin-bottom: 0;
            letter-spacing: 0;
            font-size: 16px; }
            .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner .btn:hover {
              background-color: black; }
.template-cart .cart__foot-inner {
  width: 100%;
  padding-top: 0;
  /*     background-color: $dkgray2; */
  background-color: #fff;
  padding: 20px;
  margin: 30px 0 0 0; }
  .template-cart .cart__foot-inner.desktop-hide {
    /*display:none;*/
    height: 0;
    overflow: hidden;
    padding: 0; }
  .template-cart .cart__foot-inner h6 {
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px; }
  .template-cart .cart__foot-inner .list-simple-products span {
    color: #404040; }
    .template-cart .cart__foot-inner .list-simple-products span.discountprice {
      color: #ff5000; }
  .template-cart .cart__foot-inner .list-simple-products .slick-list {
    padding: 0 30px !important; }
  .template-cart .cart__foot-inner .list-simple-products li {
    padding: 2.5px;
    flex-basis: 50%; }
    .template-cart .cart__foot-inner .list-simple-products li a {
      border: 5px solid white;
      margin-bottom: 12px;
      text-align: center;
      /*           background-color: #d3d5d9; */
      padding: 0; }
      .template-cart .cart__foot-inner .list-simple-products li a div {
        min-height: 90px;
        background-color: white;
        padding: 10px 5px; }
        .template-cart .cart__foot-inner .list-simple-products li a div h6 {
          margin: 0; }
  .template-cart .cart__foot-inner .list-simple-products span {
    font-size: 16px;
    letter-spacing: 0.1em;
    vertical-align: top; }
  .template-cart .cart__foot-inner .list-simple-products .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 100%;
    border: none;
    border-radius: 0;
    font-size: 0;
    background-color: #fff;
    /*         background-image: url(//cdn.shopify.com/s/files/1/3004/9582/t/18/assets/slider-arrow.png?13105); */
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .template-cart .cart__foot-inner .list-simple-products .slick-arrow.slick-prev {
      left: -1px;
      /*           -webkit-transform: scale(-1, 1) translateY(-50%);
                -ms-transform: scale(-1, 1) translateY(-50%);
                transform: scale(-1, 1) translateY(-50%); */
      background-position: center right; }
    .template-cart .cart__foot-inner .list-simple-products .slick-arrow.slick-next {
      right: -1px;
      left: inherit;
      background-position: center right; }
    .template-cart .cart__foot-inner .list-simple-products .slick-arrow img {
      width: 27px;
      height: 44px;
      opacity: 0.8; }
      @media (max-width: 768px) {
        .template-cart .cart__foot-inner .list-simple-products .slick-arrow img {
          transform: scale(0.7); } }
      .template-cart .cart__foot-inner .list-simple-products .slick-arrow img:hover {
        opacity: 1; }
.template-cart .block-section-bg {
  position: relative;
  background-color: black;
  margin-top: 50px;
  padding: 50px 0; }
  .template-cart .block-section-bg .section-title {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700; }
  .template-cart .block-section-bg .block-grid-row {
    position: relative;
    margin: 0 -25px;
    display: inline-block; }
    .template-cart .block-section-bg .block-grid-row .block-col {
      text-align: center;
      width: 33.33%;
      float: left;
      padding: 0 25px; }
      .template-cart .block-section-bg .block-grid-row .block-col a:hover img {
        opacity: 0.6;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .template-cart .block-section-bg .block-grid-row .block-col img {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .template-cart .block-section-bg .block-grid-row .block-col h6 {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Helvetica", sans-serif;
        /* font-family: $Geogrotesque; */
        margin: 0 0 10px 0;
        font-weight: 600;
        letter-spacing: 0; }
      .template-cart .block-section-bg .block-grid-row .block-col p {
        text-transform: uppercase;
        color: white;
        margin-bottom: 0;
        font-size: 12px;
        letter-spacing: 0; }

/* CartPage Media */
@media (max-width: 1199px) {
  .template-cart {
  /*
  .block-section-bg {
  .block-grid-row {
  .block-col {
  h6 {
  font-size: 22px;
}
}
}
}
  */ }
    .template-cart .cart-holder .cart__head .cart__title {
      font-size: 36px; }
    .template-cart .form-cart {
    /*
    .cart__body {
    .table__body {
    .product__content {
    .product__title {
    font-size: 16px;
  }
    .item-price {
    font-size: 15px;
  }
  }
  }
  }
    .cart__foot{
    .cart__total{
    padding-bottom:0;
  }
  }
    */ }
    .template-cart .cart-empty .page-title {
      margin-top: 20px;
      font-size: 36px; }
    .template-cart .cart__foot-inner .list-simple-products li a div {
      min-height: 105px;
      padding: 10px 5px 0 5px; } }
@media (max-width: 991px) {
  .template-cart {
  /*
  .block-section-bg {
  .block-grid-row {
  .block-col {
  h6 {
  font-size: 18px;
}
  p {
  font-size: 13px;
}
}
}
}
  */ }
    .template-cart .cart-holder .cart__head {
      width: 100%;
      width: 100%; }
    .template-cart .form-cart .cart__body {
      width: 100%;
      float: none;
      width: 100%;
      float: none; }
      .template-cart .form-cart .cart__body .table__body .cart-col-right {
        padding: 0 0 30px 20px; }
    .template-cart .form-cart .product-cart .product__image a {
      width: 100%; }
      .template-cart .form-cart .product-cart .product__image a img {
        width: 100%; }
    .template-cart .form-cart .cart__foot {
      width: 100%;
      float: none;
      margin-top: 0; }
      .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal {
        text-align: left; }
      .template-cart .form-cart .cart__foot .cart__total .item-shipping {
        text-align: left; }
      .template-cart .form-cart .cart__foot .cart__total .item-row-final {
        text-align: left; }
      .template-cart .form-cart .cart__foot .cart__total discountcodefield span {
        display: block;
        text-align: left; }
      .template-cart .form-cart .cart__foot .cart__total discountcodefield .btn_apply {
        font-size: 12px;
        padding: 0 5px; }
    .template-cart .form-cart .cart-block-image {
      width: 100%;
      width: 100%; }
    .template-cart .cart__foot-inner.mobile-hide {
      /*display: none;*/
      height: 0;
      overflow: hidden;
      padding: 0; }
    .template-cart .cart__foot-inner.desktop-hide {
      display: block;
      height: auto;
      overflow: visible;
      padding: 20px;
      margin-bottom: 50px;
      padding-bottom: 0; }
    .template-cart .cart {
      padding: 0; }
    .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner .btn {
      line-height: 38px;
      height: 40px;
      width: 120px;
      padding-left: 0;
      padding-right: 0; }

  .section-account .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-account .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .cart-holder {
    padding-top: 20px; }

  .template-cart .form-cart {
  /*
  .cart-block-image {
  .cart-block-text {
  h3 {
  font-size: 18px;
}
  p {
  font-size: 15px;
}
}
}
  */ }
    .template-cart .form-cart .cart__body .table {
      margin-bottom: 0; }
    .template-cart .form-cart .cart__body .table__foot a {
      /*font-size:14px;*/ }
    .template-cart .form-cart .cart__body .table__body .product__content .product__title {
      /*font-size:14px;*/ }
    .template-cart .form-cart .cart__foot {
    /*	
    h4 {
    font-size: 14px;
    padding: 12px 20px;
  }
    */ }
      .template-cart .form-cart .cart__foot .cart__total {
        padding: 10px 15px;
      /*
      .discountcodefield {
      label{
      text-align:left;
      font-size:12px;
    }
      .btn_apply{
      font-size:11px;
    }
      .btn_apply_success{
      text-align:left;
      font-size:14px;
    }
      .btn_apply_remove{
      text-align:left;
      font-size:14px;
    }
      .promo_msg {
      text-align:left;
      font-size:14px;
    }
    }
      .cart__btn{
      font-size: 14px;
    }
      */ }
        .template-cart .form-cart .cart__foot .cart__total .payment-buttons {
          display: none !important; }
          .template-cart .form-cart .cart__foot .cart__total .payment-buttons .payment-btns a.btn--light-border {
            width: 100%;
            margin: 0 0 20px 0; }
  .template-cart .cart-empty .cart-empty-row .cart-empty-col {
    width: 100%; }
    .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left {
      float: none; }
      .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-left .btn {
        /*font-size: 14px;*/ }
    .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right {
      float: none; }
      .template-cart .cart-empty .cart-empty-row .cart-empty-col.cart-empty-right .cart-inner .btn {
        line-height: 38px;
        height: 40px;
        width: auto;
        margin-right: 10px;
        padding: 0 20px; }
  .template-cart .cart-empty .page-details {
    margin-bottom: 30px; }
  .template-cart .cart-empty .page-title {
    font-size: 36px;
    margin-bottom: 10px; }
  .template-cart .block-section-bg {
    padding: 30px 0 0px 0; }
    .template-cart .block-section-bg .block-grid-row {
      margin: 0;
      width: 100%; }
      .template-cart .block-section-bg .block-grid-row .block-col {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 30px; }
  .template-cart .cart__foot-inner .list-simple-products li a div {
    min-height: 85px; }
  .template-cart .cart__foot-inner h6 {
    font-size: 14px; } }
@media (max-width: 530px) {
  .template-cart .form-cart .product-cart .product__image {
    display: block; }
  .template-cart .form-cart .cart__body .table__body .cart-col-right {
    display: block;
    width: 100%; }
  .template-cart .form-cart .cart__foot .cart__total .item-shipping {
    /* font-size: 11px; */ }
    .template-cart .form-cart .cart__foot .cart__total .item-shipping strong {
      font-weight: 600; }
  .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal {
    /* font-size: 11px; */ }
    .template-cart .form-cart .cart__foot .cart__total .item-row-subtotal strong {
      font-weight: 600; }
  .template-cart .form-cart .cart__foot .cart__total .item-row-final {
    /* font-size: 11px; */ }
    .template-cart .form-cart .cart__foot .cart__total .item-row-final strong {
      font-weight: 600; } }
.addresses li a span {
  font-size: 12px !important; }

.padded {
  font-size: 16px !important; }

.search_bar {
  font-size: 16px !important; }

.search_bar button#submitBtn {
  font-size: 16px !important; }

/* Megamenu */
.header .container.full-width {
  max-width: 100%; }
.header .header__inner {
  position: relative;
  padding: 0 15px;
  justify-content: space-between; }
  .header .header__inner .logo {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
    width: 100%; }
    .header .header__inner .logo img {
      height: 100%; }
  .header .header__inner .nav {
    margin-left: 65px; }
    .header .header__inner .nav .menu > li {
      cursor: pointer;
      padding: 50px 64px 50px 0px;
      margin: 0; }
      .header .header__inner .nav .menu > li:last-child {
        padding-right: 0; }
      .header .header__inner .nav .menu > li:first-child {
        padding-left: 0; }
      .header .header__inner .nav .menu > li .dropdown_container {
        opacity: 0;
        visibility: hidden;
        transition: all linear 0.2s;
        position: absolute;
        right: 0;
        left: 0;
        top: 100% !important;
        margin: 0 -15px;
        background-color: black;
        border-top: 1px solid;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
        /* 			  max-width:1200px;
        margin:0px auto; */
      /*             &:before{
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: $fblack;
      z-index:1;
    } */
      /*             &:before{
      content: "";
      position: absolute;
      height: 60px;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(0,0,0,0);
      top: -57px;
      z-index: -1;
    } */ }
        .header .header__inner .nav .menu > li .dropdown_container .dropdown_inner {
          max-width: 100%;
          margin: 0 auto;
          background-color: black;
          display: flex;
          -ms-display: flex;
          justify-content: space-between;
          padding-left: 45px;
          max-width: 1200px; }
        .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab {
          width: 20%;
          background-color: black;
          display: block;
          z-index: 2;
          padding-top: 5px; }
          .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li {
            display: block;
            margin: 0;
            background-color: black;
            width: 100%; }
            .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li:hover, .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li.active {
              background-color: black; }
              .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li:hover a, .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li.active a {
                color: #ff5000; }
            .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li a {
              color: white;
              display: block;
              width: 100%;
              padding: 15px 25px 15px 0;
              position: relative;
              line-height: normal; }
              .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li a i {
                margin: 0;
                position: absolute;
                right: 15px;
                top: 15px; }
        .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper {
          background-color: black;
          padding: 40px 20px 40px 40px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          width: 100%;
          cursor: default;
          z-index: 2; }
          .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content {
            width: 100%;
            transition: ease all 150ms; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content.active {
              display: flex !important; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-submeu {
              display: block;
              width: 100%;
              float: none;
              margin-top: -6px;
              padding-right: 0px; }
              .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-submeu li {
                display: block;
                margin: 0 0 10px 0;
                width: 100%; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-submeu li a {
                  color: white;
                  font-weight: 400;
                  font-size: 16px;
                  font-family: "Helvetica", sans-serif;
                  margin: 0;
                  line-height: 30px;
                  padding: 0;
                  text-transform: capitalize; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-submeu li a:hover {
                    color: #ff5000; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content {
              display: block;
              flex: 2 0 0;
              -webkit-flex: 2 0 0;
              -moz-flex: 2 0 0;
              float: right;
              padding-left: 50px; }
              .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item {
                width: 33.33%;
                float: left;
                clear: none;
                padding: 0 0 0 15px;
                text-align: center;
                font-family: "Geogrotesque W01", sans-serif; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item:hover {
                  background-color: transparent; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item:hover .item-title {
                    color: #ff5000; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .imgctr {
                  display: block;
                  width: 100%;
                  margin-bottom: 5px;
                  background-color: black; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image {
                  width: 100%;
                  float: none;
                  padding: 0;
                  position: relative;
                  margin-bottom: 10px;
                  background-color: black; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image:hover img {
                    opacity: 0.6;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image img {
                    width: 100%;
                    display: block;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image .item-image-title {
                    color: white;
                    text-transform: uppercase;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    font-size: 24px;
                    font-weight: 600;
                    letter-spacing: 0.1em;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
                    -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
                    @media (max-width: 991px) {
                      .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image .item-image-title {
                        font-size: 20px; } }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item img {
                  width: 100%;
                  display: block;
                  margin-bottom: 0;
                  -webkit-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s; }
                  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item img:hover {
                    opacity: 0.6;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .item-title {
                  color: black;
                  font-family: "Geogrotesque W01", sans-serif;
                  margin-bottom: 0;
                  font-size: 16px;
                  line-height: 20px;
                  font-weight: 600;
                  letter-spacing: 0.1em;
                  word-break: break-word;
                  white-space: normal;
                  line-height: normal; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .item-price, .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .startingat {
                  font-size: 16px;
                  color: black;
                  font-weight: 400;
                  margin-bottom: 0;
                  letter-spacing: 0.1em;
                  line-height: 20px; }
                .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item p.sa {
                  white-space: normal;
                  word-break: break-word; }
          .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr {
            flex: 1 0 0;
            -webkit-flex: 1 0 0;
            -moz-flex: 1 0 0;
            max-width: 25%;
            border-right: 1px dashed #333333;
            /*                 background-image: linear-gradient(to bottom, #ebebeb 10%, rgba(0, 0, 0, 0) 0%);
            background-position: right;
            background-size: 1px 6px;
            background-repeat: repeat-y; */
            padding: 0;
            min-width: auto; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr strong {
              font-size: 20px;
              display: block;
              color: white;
              margin-bottom: 20px; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr:last-child {
              background: none; }
            .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr .sub_menu_inr {
              max-width: 165px;
              margin: 0 auto; }
        .header .header__inner .nav .menu > li .dropdown_container.dark_submenu {
          background: black; }
          .header .header__inner .nav .menu > li .dropdown_container.dark_submenu .dropdown_inner {
            background: black; }
            .header .header__inner .nav .menu > li .dropdown_container.dark_submenu .dropdown_inner .dropdown_wrapper {
              background: black; }
              .header .header__inner .nav .menu > li .dropdown_container.dark_submenu .dropdown_inner .dropdown_wrapper .sub_menu_otr {
                border-right-color: white; }
                .header .header__inner .nav .menu > li .dropdown_container.dark_submenu .dropdown_inner .dropdown_wrapper .sub_menu_otr strong {
                  color: white; }
                .header .header__inner .nav .menu > li .dropdown_container.dark_submenu .dropdown_inner .dropdown_wrapper .sub_menu_otr ul li a {
                  color: white; }
      .header .header__inner .nav .menu > li a {
        cursor: pointer;
        font-size: 16px; }
      .header .header__inner .nav .menu > li.hasMega:hover .dropdown_container {
        opacity: 1;
        visibility: visible;
        transition: all linear 0.2s; }
  .header .header__inner .mobile-menu-icon {
    display: none;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 20px;
    border-radius: 3px;
    color: #939393; }
  .header .header__inner .header-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 60%; }
  .header .header__inner .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
    justify-content: flex-end; }
    .header .header__inner .header-right .icon-link {
      display: inline-block;
      vertical-align: middle;
      font-family: "Helvetica", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      padding: 0 65px 0 0;
    /*           &:first-child{
    padding-left:0;
  } */ }
      .header .header__inner .header-right .icon-link:hover {
        color: #ff5000; }
      .header .header__inner .header-right .icon-link .fa-shopping-cart {
        padding: 0 2px; }
    .header .header__inner .header-right .search {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .header .header__inner .header-right .search .search__field {
        width: 250px;
        height: 35px;
        padding-left: 30px;
        border: 1px solid black;
        font-size: 16px; }
    .header .header__inner .header-right .mobile-icon-link {
      display: none; }
    .header .header__inner .header-right .mobile-only {
      display: none; }
  .header .header__inner .header-center {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 600px);
    max-width: 1200px; }
    .header .header__inner .header-center .header-right {
      width: auto; }
    .header .header__inner .header-center .header-left {
      width: auto; }
.header .header__bar {
  padding: 10px 15px; }
  .header .header__bar .header-left a {
    font-size: 12px; }
    .header .header__bar .header-left a span {
      vertical-align: middle;
      line-height: normal; }

.dropdown-content {
  display: flex !important; }

.mobile-mega-menu {
  display: none; }

/* Header Media */
@media (max-width: 1799px) {
  .header .header__inner .header-right .search .search__field {
    width: 200px; } }
@media (max-width: 1599px) {
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_inner {
    /*                    padding-left: 0; */ }
  .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab {
    width: 25%; }
  .header .header__inner .logo {
    max-width: 250px; } }
@media (max-width: 1365px) {
  .header .header__inner .nav {
    margin-left: 30px; }
    .header .header__inner .nav .menu > li {
      padding: 50px 30px 50px 0px; }
      .header .header__inner .nav .menu > li .dropdown_container .dropdown_inner {
        padding-left: 0px; }
      .header .header__inner .nav .menu > li .dropdown_container ul.dropdown-tab li a {
        padding: 15px 25px 15px 20px; }
      .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper {
        padding: 20px 30px 20px 40px; }
  .header .header__inner .header-right .icon-link {
    padding: 0 15px; }
  .header .header__inner .header-right .search {
    margin: 0 0 0 15px; }
    .header .header__inner .header-right .search .search__field {
      width: 200px; } }
@media (max-width: 1199px) {
  .header .header__inner .header-left {
    width: 75%; }
  .header .header__inner .header-right {
    width: 25%; }
  .header .header__inner .header-center {
    width: calc(100% - 500px);
    max-width: 1000px; }
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_inner {
    max-width: 1000px; }
  .header .header__inner .header-right {
    position: relative; }
    .header .header__inner .header-right .icon-link {
      display: none; }
    .header .header__inner .header-right .mobile-icon-link {
      display: inline-block;
      padding: 0 10px; }
      .header .header__inner .header-right .mobile-icon-link:hover {
        color: #ff5000; }
    .header .header__inner .header-right .search {
      position: absolute;
      right: 75px;
      top: -5px;
      opacity: 0;
      visibility: hidden; }
      .header .header__inner .header-right .search.active {
        opacity: 1;
        visibility: visible; }
      .header .header__inner .header-right .search .search__field {
        width: 160px; }
    .header .header__inner .header-right .mobile-only {
      display: block; } }
@media (max-width: 1199px) {
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item {
    width: 50%; }
    .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item:nth-child(3) {
      display: none; }
    .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item:nth-child(4) {
      display: none; }

  .header .header__inner .nav .menu li:nth-child(1) .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item {
    max-width: 200px;
    margin: 0px auto; } }
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0; }
    .header .header__inner .logo {
      max-width: 180px; }
    .header .header__inner .nav {
      margin-left: 40px; }
      .header .header__inner .nav .menu
      > li {
        padding: 30px 30px 30px 0; }
    .header .header__inner .header-right {
      position: relative; }
      .header .header__inner .header-right .icon-link {
        display: none; }
      .header .header__inner .header-right .mobile-icon-link {
        display: inline-block;
        padding: 0 10px; }
        .header .header__inner .header-right .mobile-icon-link:hover {
          color: #ff5000; }
      .header .header__inner .header-right .search {
        position: absolute;
        right: 75px;
        top: -5px;
        opacity: 0;
        visibility: hidden; }
        .header .header__inner .header-right .search.active {
          opacity: 1;
          visibility: visible; }
        .header .header__inner .header-right .search .search__field {
          width: 160px; }
      .header .header__inner .header-right .mobile-only {
        display: block; }
    .header .header__inner .header-center .header-right {
      display: none; } }
@media (max-width: 991px) {
  .header .header__inner .nav .menu > li a {
    font-size: 12px; }
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_inner {
    padding-left: 0; }
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-submeu li a {
    font-size: 13px; }
  a
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item.item-image .item-image-title {
    font-size: 20px; }
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .item-title {
    font-size: 12px; }
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .startingat,
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content .dropdown-item .item-price {
    font-size: 12px; }
  .header .header__inner .header-right .icon-link {
    font-size: 12px; }
  .header .header__inner .header-right .search .search__field {
    font-size: 12px; } }
@media (max-width: 767px) {
  .headerblurb {
    background-color: #212121; }
    .headerblurb .headerpromo-slider p {
      color: white; }
      .headerblurb .headerpromo-slider p a {
        color: #ff5000; }
    .headerblurb .headerpromo-slider .slick-arrow {
      color: white; }

  .mobile-mega-menu {
    display: block; }

  .header .header__bar {
    display: none; }
  .header .container {
    max-width: 100%; }
    .header .container .header__inner {
      padding: 10px 0; }
  .header .header__inner .logo {
    width: 200px; }
  .header .header__inner .nav .menu > li .dropdown_container {
    display: none; }
  .header .header__inner .nav .menu > li:hover .dropdown_container {
    display: none; }
  .header .header__inner .mobile-menu-icon {
    display: block;
    border: none;
    padding: 4px 0 0 0;
    font-size: 28px;
    color: black; }
  .header .header__inner .header-right {
    width: auto; }
    .header .header__inner .header-right .mobile-icon-link {
      display: none;
      font-size: 26px;
      padding: 0 25px 0 0; }
      .header .header__inner .header-right .mobile-icon-link.headercart {
        display: inline-block; }
        .header .header__inner .header-right .mobile-icon-link.headercart .cart-counter {
          font-size: 18px; }
    .header .header__inner .header-right .search {
      display: none; }
  .header .header__inner .header-left {
    width: auto; }

  .mm-menu .mm-panels .mm-navbar__title {
    background-color: black;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: 0.5px; }
  .mm-menu .mm-panels .mm-panel.mm-panel_opened .menu.mm-listview {
    top: -45px;
    position: relative; }
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem:after {
    border-color: black;
    left: 0 !important; }
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item {
  /*
  .mm-listitem__text{ 
  background-color: $fblack;
  color: $white;
}
  */ }
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text {
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: 0.5px; }
  .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn {
    background-color: white;
    border: none; }
    .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn:after {
      border-color: black; }
  .mm-menu .mm-panels .mm-panel .mm-navbar .mm-btn_prev {
    background-color: black;
    color: white; }
    .mm-menu .mm-panels .mm-panel .mm-navbar .mm-btn_prev:before {
      border-color: white; }
  .mm-menu .form-search {
    position: relative;
    max-width: 100%;
    padding: 15px 20px;
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    .mm-menu .form-search .search__field {
      font-size: 16px;
      color: black;
      border: 1px solid black;
      width: 100%;
      height: 40px;
      padding: 0 10px 0 40px;
      line-height: 40px; }
    .mm-menu .form-search .search__btn {
      color: #939393;
      position: absolute;
      left: 30px;
      top: 22px;
      background-color: transparent;
      border: none;
      outline: none;
      font-size: 18px; }

  .mm-wrapper__blocker {
    overflow: visible !important; }
    .mm-wrapper__blocker a .mm-sronly {
      border: none !important;
      clip: initial !important;
      -webkit-clip-path: initial !important;
      clip-path: initial !important;
      white-space: initial !important;
      width: 35px !important;
      min-width: auto !important;
      height: 35px !important;
      min-height: auto !important;
      padding: 0 !important;
      position: absolute !important;
      right: 10px !important;
      top: 60px;
      color: transparent !important;
      background-color: transparent !important;
      text-align: center;
      border-radius: 3px; }
      .mm-wrapper__blocker a .mm-sronly:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00d";
        color: black !important;
        background-color: white;
        width: 100%;
        height: 100%;
        line-height: 35px;
        text-align: center;
        display: block;
        font-size: 28px; }

  .mm-navbar__btn {
    border-color: transparent !important;
    background-color: black; }

  .mm-menu_offcanvas {
    width: 100% !important;
    min-width: 240px !important;
    max-width: 100% !important; }

  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

  .mm-panels > .mm-panel {
    background-color: white !important; }

  .mm-menu_offcanvas {
    z-index: 11 !important;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    /*top: 162px;*/ }

  .mm-menu_offcanvas.mm-menu_opened {
    opacity: 1;
    visibility: visible; }

  ul.sub-menu.mm-listview {
    overflow-y: auto;
    height: 55vh; } }
@media (max-width: 374px) {
  .header .header__inner .logo {
    /*         width: 140px; */ }

  .mm-wrapper__blocker a .mm-sronly {
    /*         top: 53px !important; */ } }
@media (min-width: 768px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; } }
/* General Style */
div.snize div.slider-container.snize-theme .back-bar .pointer {
  z-index: 1 !important; }

.shogun-heading-component h3, .shogun-heading-component h4 {
  margin: 10px 0;
  font-family: "Geogrotesque W01", sans-serif;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px; }

@media (max-width: 530px) {
  .form__actions.oos-position {
    max-width: 100%; } }
/*hotfixes*/
.headerpromo-slide .slick-list {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.headerpromo-slider.slick-initialized .slick-list {
  opacity: 1; }

.headerblurb .headerpromo-slider {
  opacity: 1;
  text-align: center; }

.headerpromo_inner {
  width: 100%; }

/* .flickity-slider div{
opacity:0;
}
.flickity-slider .is-selected{
opacity:1;
}*/
.flickity-slider {
  transform: none !important; }

.flickity-slider > div {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1; }

.flickity-slider .is-selected {
  opacity: 1;
  z-index: 0; }

.slider__slides.sliders .flickity-slider div {
  /*   opacity: 1; */ }

.slider__slides.sliders .flickity-slider .is-selected {
  /*   opacity:1; */
  width: 100%; }

.menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  opacity: .25; }

#swell-bootstrap .rewards-templete .banner .caption #hero_header,
#swell-bootstrap .rewards-templete .banner .caption #hero_subtitle {
  -webkit-text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
  text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7); }

.additional-checkout-buttons {
  display: none; }

.register-form .form-login form input[type="text"], .register-form .form-login form input[type="email"], .register-form .form-login form input[type="password"] {
  display: block;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  box-shadow: none; }
.register-form .form-login form input::placeholder {
  color: white; }
.register-form .form-login form .submit-btn {
  clear: both;
  padding: 0 5px;
  margin-top: 30px; }
  .register-form .form-login form .submit-btn input[type="submit"] {
    padding: 0px 20px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    color: white;
    display: block; }
    .register-form .form-login form .submit-btn input[type="submit"]:hover {
      color: black; }
  .register-form .form-login form .submit-btn a {
    color: #555555;
    font-weight: 400;
    margin: 10px 0;
    display: inline-block; }
.register-form .form-login form .half-wide {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 15px; }
  .register-form .form-login form .half-wide label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .register-form .form-login form .half-wide input {
    width: 100%; }

a.affirm-modal-trigger {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/*** animation for Product Form **/
.animation {
  opacity: 0;
  transition: ease all 0.3s; }

.animation.animation-done {
  opacity: 1;
  transition: ease all 0.3s;
  transition-delay: 0.7s; }

.animation-high {
  opacity: 0;
  transition: ease all 0.3s; }

.animation-high.animation-done {
  opacity: 1;
  transition: ease all 0.3s; }

/***animation for price**/
/*.section-product .affirm-ala-price,.section-product  .__affirm-logo, .section-product  .affirm-modal-trigger{
animation: moneyAnimation  1s linear;

}*/
@keyframes moneyAnimation {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

#product-select {
  display: none; }

.gray-bar {
  background: #bcbdc0;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase; }

.template-about .section--alt .section__head h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: black; }

body.template-about {
  font-size: 16px; }

input.fsSubmitButton {
  font-size: 16px !important;
  border-radius: 0px !important; }

a.mm-btn.mm-btn_next.mm-listitem__btn {
  display: none; }

li.menu-item-has-children.mm-listitem a.mm-btn.mm-btn_next.mm-listitem__btn {
  display: block; }

@media (max-width: 480px) {
  .template-cart .form-cart .cart__foot .cart__total .item-shipping strong {
    width: calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    float: left; }
  .template-cart .form-cart .cart__foot .cart__total .item-shipping span {
    width: 110px;
    text-align: right; }
  .template-cart .form-cart .cart__foot .cart__total p.item-row-final strong {
    width: calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    float: left; }
  .template-cart .form-cart .cart__foot .cart__total p.item-row-final span {
    width: 110px;
    text-align: right; } }
.form-qty-cont .form__row--qty {
  max-width: 100%; }
  .form-qty-cont .form__row--qty .qtyBtn {
    display: inline-block;
    vertical-align: middle;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 17px;
    cursor: pointer; }
  .form-qty-cont .form__row--qty input[type="number"] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid black;
    max-width: 44px;
    width: 36px;
    text-align: center;
    height: 30px;
    padding: 3px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0; }
  .form-qty-cont .form__row--qty.has-limit input[type="number"] {
    pointer-events: none; }
.form-qty-cont .disable-btn {
  opacity: 0.5;
  pointer-events: none; }

.inc.plus.button.qtyBtn.limit-qty.disable {
  opacity: 0.5;
  pointer-events: none; }

.template-search .section-search .list-products {
  justify-content: start;
  -ms-justify-content: start;
  -webkit-justify-content: start; }

.pagination {
  padding: 42px 0 40px;
  border-top: 2px dashed #b7b7b7;
  border-bottom: 2px dashed #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination span {
    display: block;
    padding: 3px 11px;
    font-size: 12px;
    color: #323232;
    text-decoration: none;
    font-weight: 700; }
  .pagination .current {
    color: #ff5000; }
  .pagination a:hover {
    color: #ff5000; }

.customer-templates .register-form form.loaded .fields {
  width: 100%;
  display: inline-block; }
  .customer-templates .register-form form.loaded .fields .customr-field .customr-container-item {
    width: 50%;
    float: left; }
.customer-templates .register-form form.loaded .form-footer {
  margin-top: 10px !important;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

ul.list-related-products .startsat span {
  display: inline-block; }

#accepts_marketing {
  clear: both;
  margin-bottom: 10px;
  padding: 0 5px;
  display: block; }
  #accepts_marketing input[type='checkbox'] {
    top: -2px; }
  #accepts_marketing label {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-left: 5px; }
  #accepts_marketing input[type='checkbox'] + label:before {
    display: none; }

.article__image.mobile, .article__image.tablet {
  display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .article__image.desktop, .article__image.mobile {
    display: none; }

  .article__image.tablet {
    display: block; } }
@media (max-width: 767px) {
  .article__image.desktop, .article__image.tablet {
    display: none; }

  .article__image.mobile {
    display: block; } }
/* Addon Product Styling */
.addon-products h6 {
  width: 400px;
  margin-bottom: 0px; }

.addon-container {
  margin-top: 25px; }

.addon-container h6 {
  font-size: 16px; }

.addon-products {
  width: 310px; }

.addon-title-wrapper {
  font-weight: bold; }

.addon-item {
  list-style: none;
  border: solid;
  border-width: thin;
  width: 150px;
  height: 275px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.addon-title {
  margin-top: -10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center; }

/* #addOn1{
  Class not working?
  position: absolute;
  top: 5px;
  left: 130px;
  filter: grayscale(100%);
}
#addOn2{
  Class not working?
  position: absolute;
  top: 5px;
  left: 130px;
  filter: grayscale(100%);
} */
.flex-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between; }

#addon-image {
  width: 100%;
  height: 175px;
  margin-top: 25px; }

/* Home Page Intro Section */
.intro {
  overflow: hidden; }

.intro iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
  height: 100%; }

.intro video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity linear 0.5s;
  -moz-transition: all linear 0.5s;
  transition: opacity linear 0.5s; }

/* .swiper-wrapper{
overflow:hidden;
} */
.headerpromo-slider-otr {
  position: relative; }

.swiper-container-initialized {
  overflow: hidden; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 16px !important; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-size: 16px !important; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: black !important; }

div[data-product-media-type-video] iframe {
  width: 100%; }

.slider__slides.sliders .swiper-slide iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }

.slider__slides.sliders .swiper-slide video.media-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }

.container.headerpromo-slider-otr {
  max-width: 100%; }

.container.headerpromo-slider-otr .swiper-slide {
  width: 100% !important; }

.headerblurb .headerpromo-slider {
  width: 100% !important;
  display: flex;
  align-items: center; }

.container.headerpromo-slider-otr {
  padding: 0; }

.headerblurb .headerpromo-slider p {
  padding: 10px 15px; }

.items .item.hvr-grow:hover {
  z-index: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01); }

.swiper-button-next, .swiper-button-prev {
  z-index: 999 !important; }

.swiper-button-next, .swiper-button-prev, .section-product .swiper-button-next,
.section-product .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8; }
  .swiper-button-next:after, .swiper-button-prev:after, .section-product .swiper-button-next:after,
  .section-product .swiper-button-prev:after {
    opacity: 0; }
  .swiper-button-next:hover, .swiper-button-prev:hover, .section-product .swiper-button-next:hover,
  .section-product .swiper-button-prev:hover {
    opacity: 1; }

.swiper-button-next, .section-product .swiper-button-next {
  background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow-right.png?v=17389935257984688752") !important; }

.swiper-button-prev, .section-product .swiper-button-prev {
  background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/slider-arrow-left.png?v=14043837794460626624") !important; }

@media screen and (max-width: 767px) {
  .intro video {
    position: static;
    transform: none;
    margin: 0 0 -7px 0;
    top: 0;
    object-fit: fill; }

  /*   .intro .intro__content {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
} */
  .intro {
    min-height: 320px; }

  .intro .intro__content {
    padding: 20px 0 !important; }

  .video_otr {
    position: relative;
    /* padding-bottom: 56.25%; */ }

  .intro .intro__image {
    position: relative; } }
.template-product .fancybox-inner .product-single__media--video {
  padding-top: 0 !important; }
.template-product .swiper-button-next.swiper-button-disabled, .template-product .swiper-button-prev.swiper-button-disabled {
  pointer-events: initial; }

.swiper-slide-active .product-single__media--video {
  display: block !important; }

.section-product .slider {
  opacity: 0; }

.section-product .slider.no-swiper {
  opacity: 1; }

.dropdown-mega-content {
  position: relative; }

.dropdown-mega-content a {
  padding: 0; }

.dropdown-mega-content a span.item-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  color: white;
  font-weight: bold;
  font-family: "Geogrotesque W01", sans-serif; }

@media screen and (max-width: 925px) {
  .headerblurb {
    padding: 0; } }
@media screen and (max-width: 991px) {
  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr {
    padding: 0 3%; }

  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .sub_menu_otr strong {
    font-size: 14px;
    display: block;
    margin-bottom: 13px; }

  .header .header__inner .nav .menu > li .dropdown_container .dropdown_wrapper .dropdown-content .dropdown-mega-content {
    padding-left: 30px; } }
.blog_otr_section {
  margin-bottom: 50px; }
  .blog_otr_section .items {
    overflow: hidden;
    padding-bottom: 0px; }
    .blog_otr_section .items .item {
      padding: 5px;
      overflow: hidden; }

/* @media screen and (max-width:1440px){
.header .header__inner .nav {
margin-left: 35px;
}
} */
/*
@media screen and (max-width:490px){
.mm-wrapper__blocker a .mm-sronly{
top:95px !important;
}
}
*/
.simpleParallax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.simpleParallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

div#newslettersignup {
  position: relative; }

/* @media screen and (max-width:767px){
.simpleParallax{position: relative;padding:50px 0 75px;}
div#newslettersignup {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
}
.section-subscribe{
padding:0;
}
} */
.blog_otr_section.blog_full_otr {
  margin-bottom: 20px; }
  .blog_otr_section.blog_full_otr .items {
    padding-top: 0px; }
    .blog_otr_section.blog_full_otr .items .item {
      width: 25%;
      transform: scale(0.9);
      transition: ease all 0.3s; }
    .blog_otr_section.blog_full_otr .items .item.active {
      transform: scale(1);
      opacity: 1; }

.blog_otr_section.blog_half_otr .items .item {
  transform: scale(0.9);
  transition: ease all 0.3s; }
.blog_otr_section.blog_half_otr .items .item.active {
  transform: scale(1);
  opacity: 1; }

@media screen and (max-width: 991px) {
  .blog_otr_section.blog_full_otr .items .item {
    width: 50%;
    padding: 0px important; } }
@media screen and (max-width: 767px) {
  .blog_otr_section.blog_full_otr .items .item {
    width: 100%; } }
@media screen and (max-width: 576px) {
  section.section-video .container {
    padding: 0; }

  .blog_otr_section .container {
    padding: 0; } }
.darkpost .breadcrumbs li + li:before {
  color: white; }

.darkpost .breadcrumbs span {
  color: white; }

.darkpost .article__inner p {
  color: white; }
.darkpost .article__inner h1 {
  color: white; }
.darkpost .article__inner h2 {
  color: white; }
.darkpost .article__inner h3 {
  color: white; }
.darkpost .article__inner h4 {
  color: white; }
.darkpost .article__inner h5 {
  color: white; }
.darkpost .article__inner h6 {
  color: white; }
.darkpost .article__inner ul li {
  color: white; }
.darkpost .article__inner ol li {
  color: white; }

.darkpost .section-related-posts .section__title {
  color: white; }

.landing-heading h2 {
  text-transform: uppercase !important;
  font-family: "Helvetica", sans-serif !important; }

/* .main_banner_video_landing{
max-height:700px !important;
} */
.landing-column_text {
  font-family: "Helvetica", sans-serif !important; }

.landing_content_button a {
  font-weight: 700 !important; }

.landing-small-head h2 {
  text-transform: uppercase !important;
  font-family: "Helvetica", sans-serif !important; }

.porter-quality-inner .shg-row > div {
  padding: 0 3.5% !important; }
  .porter-quality-inner .shg-row > div.bOSib {
    padding: 0 !important; }

.landing-heading-small h2 {
  text-transform: uppercase !important;
  font-family: "Helvetica", sans-serif !important; }

.landing_main_content p {
  margin-bottom: 25px; }
.landing_main_content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px; }
  .landing_main_content ul li:before {
    content: "";
    position: absolute;
    background: url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/Checkbox.png?v=1601982547") no-repeat;
    width: 16px;
    height: 12px;
    background-size: 100%;
    left: 0;
    top: 10px; }

.product_details_box {
  background: black;
  padding: 33px;
  position: relative; }
  .product_details_box h2 {
    padding: 10px 0 !important;
    color: white !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: "Geogrotesque W01", sans-serif !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    letter-spacing: 2px !important; }
  .product_details_box .shg-product-price {
    font-size: 16px !important;
    line-height: 24px;
    color: white !important;
    font-family: "Geogrotesque W01", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important; }
  .product_details_box .shg-product-sold-out {
    font-size: 16px !important;
    line-height: 24px;
    color: white !important;
    font-family: "Geogrotesque W01", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important; }
  .product_details_box select {
    width: 100%;
    font-size: 14px;
    padding: 10px 35px 10px 10px;
    height: 48px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/select_arrow.png?v=1602070213") no-repeat center right 15px; }
  .product_details_box .product_button {
    font-size: 16px !important;
    background: #ff5000 !important;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 14px 0px !important;
    border-radius: 0px !important; }
  .product_details_box .pro_varient {
    margin-top: 25px;
    margin-bottom: 20px; }
  .product_details_box .product_suggest {
    margin-top: 15px; }
    .product_details_box .product_suggest ul {
      margin: 0px; }
      .product_details_box .product_suggest ul strong {
        font-size: 16px;
        color: white;
        margin-right: 8px; }
      .product_details_box .product_suggest ul li {
        font-size: 16px;
        color: white;
        list-style: none;
        padding-right: 5px;
        display: inline;
        font-weight: 400; }

.shg-box-content .header {
  border-top: 1px dashed #ccc; }

.landing_head_smaller h4 {
  font-size: 32px;
  line-height: 39px;
  color: black;
  font-family: "Helvetica", sans-serif !important; }

.article-container_container {
  background: white;
  padding: 20px; }
  .article-container_container p {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif !important;
    margin: 0;
    text-transform: uppercase; }
  .article-container_container strong {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #ff5000 !important; }

.product_button.shg-product-atc-disabled {
  opacity: 0.5 !important; }

.product_list_otr_landing {
  background-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0) 60%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x; }

.alnding_about_small {
  margin-bottom: 24px !important;
  margin-left: 4px; }

.porter-quality-inner .shg-row .slick-slide {
  padding: 0 35px !important; }

.testimonial_otr button.slick-arrow.slick-prev {
  z-index: 10; }

.landing_bg_img {
  margin-top: 120px; }

.porter-quality-inner button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  width: 40px;
  height: 40px;
  z-index: 10;
  border: none; }

.porter-quality-inner button.slick-prev {
  background: #d3d5d9 url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/prev_arrow.png?v=1602077273) no-repeat center center;
  left: -10px;
  background-size: 40%; }

.porter-quality-inner button.slick-next {
  right: -10px;
  background: #d3d5d9 url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/next_arrow.png?v=1602077281") no-repeat center center;
  background-size: 40%; }

.article-container_otr button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  width: 40px;
  height: 40px;
  z-index: 10;
  border: none; }

.article-container_otr button.slick-prev {
  background: white url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/prev_arrow.png?v=1602077273) no-repeat center center;
  left: -10px;
  background-size: 40%; }

.article-container_otr button.slick-next {
  right: -10px;
  background: white url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/next_arrow.png?v=1602077281") no-repeat center center;
  background-size: 40%; }

.product_list_otr_landing .shg-row button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  width: 40px;
  height: 40px;
  z-index: 10;
  border: none; }

.product_list_otr_landing .shg-row button.slick-prev {
  background: white url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/prev_arrow.png?v=1602077273") no-repeat center center;
  left: -10px;
  background-size: 40%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }

.product_list_otr_landing .shg-row button.slick-next {
  right: -10px;
  background: white url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/next_arrow.png?v=1602077281") no-repeat center center;
  background-size: 40%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }

.slick-slide {
  outline: none; }

button.slick-arrow:focus {
  outline: none; }

.slick-dots button:focus {
  outline: none; }

.landing_About_Section_text.about-video-upper {
  padding-left: 7.5%;
  padding-bottom: 30px;
  padding-right: 7.5%;
  width: 50%;
  position: absolute;
  top: 0px;
  height: 100%; }

.landing_About_Section_text.about-video-upper h1,
.landing_About_Section_text.about-video-upper h2 {
  font-size: 48px !important;
  color: #fff !important;
  font-weight: 700;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7); }

.landing_About_Section_text.about-video-upper p {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7); }

.landing_About_Section_text.show-on-mobile .landing-heading {
  display: none; }

.landing_About_Section_text.show-on-mobile .alnding_about_small {
  display: none; }

.main_banner_video_landing .shogun-video.shogun-video-16x9 {
  max-height: 790px;
  height: 100%;
  overflow: hidden;
  padding-bottom: 41.5%; }

.main_banner_video_landing .shogun-video.shogun-video-16x9 iframe {
  width: 100% !important;
  left: 0%;
  right: 0;
  height: 137% !important;
  top: -8px; }

.testimonial_otr {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

/*.testimonial_otr .slick-list .slick-track, .testimonial_otr .slick-list {display: inline-block;width: 100% !important;}*/
.testimonial_inr p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
  font-style: normal !important;
  margin: 0px 0 25px 0;
  font-weight: 500; }

.testimonial_inr strong p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
  font-style: normal !important;
  margin: 0px !important;
  font-weight: normal; }

.testimonial_inr strong p::before {
  content: 'by ';
  font-weight: normal; }

.testimonial_otr.slick-initialized.slick-slider {
  padding-left: 0;
  margin-right: 0%; }

.testimonial_otr .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  border-width: 1px;
  -o-border-image: url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/HMG-border-v2.png?v=1604392975");
  border-image: url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/HMG-border-v2.png?v=1604392975");
  border-image-slice: 100 100 100 100;
  border-image-width: 15px 15px 15px 15px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
  border-style: solid;
  padding: 1px; }

.testimonial_inr {
  text-align: center;
  padding: 50px; }

.testimonial_inr img {
  margin: 0 auto 35px auto;
  max-width: 150px; }

.testimonial_otr button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  font-size: 0;
  border: none;
  width: 71px;
  height: 82px; }

.testimonial_otr button.slick-arrow.slick-next {
  right: -100px;
  background: #d3d5d9 url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/next_arrow.png?v=1602077281") no-repeat;
  background-position: center center; }

.testimonial_otr button.slick-arrow.slick-prev {
  left: -100px;
  background: #d3d5d9 url("https://cdn.shopify.com/s/files/1/0015/7017/7112/t/62/assets/prev_arrow.png?v=1602077273") no-repeat;
  background-position: center center; }

.testimonial_otr .slick-track {
  display: flex !important; }

.testimonial_otr .slick-slide {
  height: inherit !important; }

@media screen and (min-width: 1440px) {
  .landing_bg_img img {
    max-width: 40%; } }
.landing_bg_img {
  position: relative;
  background: #d4d5d7;
  text-align: center; }

.landing_bg_img img {
  padding-bottom: 80px; }

.landing_bg_img .image_map_content_mn_inr {
  position: absolute;
  max-width: 1630px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0) 60%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x; }

.landing_bg_img .image_map_content_mn_inr p {
  margin: 0;
  font-size: 16px;
  font-weight: 600; }

.landing_bg_img .image_map_content_mn_inr .image_text_1 {
  position: absolute;
  top: 12%;
  left: 10%;
  max-width: 280px;
  text-align: left; }

.landing_bg_img .image_map_content_mn_inr .image_text_1:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 100px;
  background: #000;
  height: 1px;
  top: 15px; }

.landing_bg_img .image_map_content_mn_inr .image_text_1:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 10px;
  background: #000;
  height: 10px;
  border-radius: 50%;
  top: 10px; }

.landing_bg_img .image_map_content_mn_inr .image_text_2 {
  position: absolute;
  top: 12%;
  right: 10%;
  max-width: 290px;
  text-align: left; }

.landing_bg_img .image_map_content_mn_inr .image_text_2:after {
  content: "";
  position: absolute;
  right: 110%;
  width: 100px;
  background: #000;
  height: 1px;
  top: 15px; }

.landing_bg_img .image_map_content_mn_inr .image_text_2:before {
  content: "";
  position: absolute;
  right: 110%;
  width: 10px;
  background: #000;
  height: 10px;
  border-radius: 50%;
  top: 10px; }

.landing_bg_img .image_map_content_mn_inr .image_text_3 {
  position: absolute;
  top: 52%;
  left: 10%;
  max-width: 290px;
  text-align: left; }

.landing_bg_img .image_map_content_mn_inr .image_text_3:after {
  content: "";
  position: absolute;
  left: 105%;
  width: 100px;
  background: #000;
  height: 1px;
  top: 15px; }

.landing_bg_img .image_map_content_mn_inr .image_text_3:before {
  content: "";
  position: absolute;
  left: 105%;
  width: 10px;
  background: #000;
  height: 10px;
  top: 10px;
  border-radius: 50%; }

.landing_bg_img .image_map_content_mn_inr .image_text_4 {
  position: absolute;
  top: 52%;
  right: 10%;
  max-width: 290px;
  text-align: left; }

.landing_bg_img .image_map_content_mn_inr .image_text_4:after {
  content: "";
  position: absolute;
  right: 110%;
  width: 100px;
  background: #000;
  height: 1px;
  top: 15px; }

.landing_bg_img .image_map_content_mn_inr .image_text_4:before {
  content: "";
  position: absolute;
  right: 110%;
  width: 10px;
  background: #000;
  height: 10px;
  border-radius: 50%;
  top: 10px; }

.article-container_otr {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin: 0 -105px; }

.article-container {
  flex: 33.33% 0 0;
  -webkit-flex: 33.33% 0 0;
  -moz-flex: 33.33% 0 0;
  padding: 0 105px; }

.article-container a:hover {
  color: #000000; }

.article_image {
  min-height: 275px;
  object-fit: cover;
  object-position: center;
  height: 275px; }

.article_image img {
  height: 100%; }

.article-container_container strong span {
  color: #000000; }

.article-container_otr {
  display: flex;
  flex-wrap: wrap; }

.article-container_otr .article-container {
  flex: 1 0 0; }

.packages_img {
  position: relative;
  max-height: 620px;
  overflow: hidden; }

.packages_mn_inr {
  position: relative; }

.packages_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center; }

.packages_title strong {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase; }

.packages_img:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }

.packages_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s; }

.packages_mn_otr .packages_mn_inr a:hover img {
  transform: scale(1.1);
  transition: all linear 0.2s; }

div#s-bd127562-c536-4fb6-81d6-f55d45931539 {
  height: 100%; }

.packages_mn_otr {
  display: flex;
  height: 100%; }

.packages_mn_otr .packages_mn_inr a {
  display: flex;
  height: 100%; }

.packages_mn_otr .packages_mn_inr a:hover img {
  transform: scale(1.1);
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s; }

.porter-quality-inner .shg-row > div {
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.product_list_otr_landing .shg-row > div.slick-list .slick-slide {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1600px) {
  .landing_bg_img .image_map_content_mn_inr {
    max-width: 1380px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1, .landing_bg_img .image_map_content_mn_inr .image_text_3 {
    left: 0 !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2, .landing_bg_img .image_map_content_mn_inr .image_text_4 {
    right: 0 !important; }

  .landing-heading h2 {
    font-size: 59px !important; }

  .landing_About_Section_text {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important; }

  .landing_About_Section_text span {
    font-size: 29px !important; }

  .landing_About_Section_text p span {
    font-size: 20px !important;
    line-height: 28px !important; }

  .landing_content_button a {
    margin-top: 10px !important;
    font-size: 18px !important;
    padding: 10px 62px !important; }

  .porter-quality-inner .shg-row > div {
    padding: 0 2.5% !important; }

  .landing-small-head h2 {
    font-size: 29px !important;
    margin-bottom: 5px !important; }

  .landing-heading-small h2 {
    font-size: 45px !important; }

  .landing-heading-small {
    margin-bottom: 20px !important; }

  .testimonial_inr {
    text-align: center;
    padding: 50px 20px !important; }

  .testimonial_otr button.slick-arrow.slick-next {
    right: -23px !important;
    width: 55px !important;
    height: 65px !important; }

  .testimonial_otr button.slick-arrow.slick-prev {
    left: -23px !important;
    width: 55px !important;
    height: 65px !important; }

  /*
  .testimonial_otr .testimonial_inr p {
  font-size: 20px !important;
  line-height: 30px !important;
}
  */
  .article-container {
    padding: 0 25px !important; }

  .article-container_otr {
    margin: 0 -25px !important; }

  .article-container_container p {
    font-size: 20px !important; }

  .product_list_otr_landing .shg-row > div {
    /* width: calc(25.0% - 23.25px) !important; */ }

  .product_list_otr_landing .shg-row > div.slick-list {
    width: 100% !important; }

  .product_details_box {
    padding: 23px !important; }

  .product_details_box .shg-product-sold-out {
    font-size: 19px !important;
    font-weight: 500 !important; }

  .product_details_box .shg-product-price {
    font-size: 19px !important;
    font-weight: 500 !important; }

  .product_details_box .pro_varient {
    margin-top: 15px;
    margin-bottom: 10px; } }
@media screen and (max-width: 1440px) {
  .landing_bg_img img {
    height: 800px; }

  .landing-heading h2 {
    font-size: 52px !important;
    line-height: 42px !important; }

  .landing_About_Section_text.about-video-upper h1,
  .landing_About_Section_text.about-video-upper h2 {
    font-size: 52px !important;
    line-height: 72px !important; }

  .landing_About_Section_text.about-video-upper p {
    font-size: 26px;
    line-height: 30px !important; }

  .landing_main_content_div {
    margin-top: 50px !important;
    margin-bottom: 80px !important; }

  .landing_About_Section_text span {
    font-size: 25px !important; }

  div#s-91c770e9-d8b7-4f91-83b4-2a91f6b8f71a {
    padding: 100px 0 !important; }

  .porter-quality-inner .shg-row > div {
    padding: 0 1.5% !important;
    margin-left: auto;
    margin-right: auto; }

  .landing-small-head h2 {
    font-size: 27px !important;
    margin-bottom: 0 !important; }

  .landing_bg_img .image_map_content_mn_inr {
    max-width: 1307px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1 {
    left: 0% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:after {
    width: 140px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3 {
    left: 0% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2 {
    right: 0% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4 {
    right: 0% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2:after {
    width: 140px !important; }

  .landing-heading-small h2 {
    font-size: 39px !important; }

  .landing_main_content p span {
    font-size: 20px !important;
    line-height: 24px !important; }

  .landing_main_content ul li span {
    font-size: 20px !important;
    line-height: 24px !important; }

  .product_details_box h2 {
    font-size: 23px !important;
    margin-bottom: 0px !important; }

  .product_details_box .shg-product-sold-out {
    font-size: 17px !important;
    font-weight: 500 !important; }

  .product_details_box .shg-product-price {
    font-size: 17px !important;
    font-weight: 500 !important; }

  .action_div_otr {
    margin: 60px 0 !important; } }
@media (min-width: 1025px) {
  .article-container_otr.slick-initialized.slick-slider .slick-track {
    width: 100% !important; }

  .article-container_otr.slick-initialized.slick-slider .slick-track .slick-slide {
    width: 33.33% !important; } }
@media screen and (max-width: 1366px) {
  .landing-heading h2 {
    font-size: 42px !important;
    line-height: 46px !important; }

  .landing_About_Section_text span {
    font-size: 24px !important; }

  .shg-c.landing-heading.shg-align-center {
    padding: 0 !important;
    margin: 0 0 10px 0 !important; }

  .landing_About_Section_text p span {
    font-size: 18px !important;
    line-height: 1 !important; }

  .alnding_about_small {
    margin-bottom: 24px; }

  div#s-91c770e9-d8b7-4f91-83b4-2a91f6b8f71a {
    padding: 70px 0 !important; }

  .landing-small-head h2 {
    font-size: 23px !important;
    margin-bottom: 0 !important; }

  .porter-quality-inner {
    padding: 0 20px; }

  .landing_bg_img .image_map_content_mn_inr {
    max-width: 1141px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1 {
    left: 0% !important;
    width: 220px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3 {
    left: 0% !important;
    width: 220px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2:after {
    width: 220px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4 {
    right: 0% !important;
    width: 220px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2 {
    right: 0% !important;
    width: 220px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4:after {
    width: 100px !important; }

  .testimonial_otr button.slick-arrow {
    width: 61px !important;
    height: 72px !important; }

  .article-container {
    padding: 0 15px !important; }

  .article-container_otr {
    margin: 0 -15px !important; }

  .product_list_otr_landing .shg-row > div {
    width: calc(25.0% - 13.25px) !important; }

  .product_details_box {
    padding: 15px !important; }

  .landing-heading-small h2 {
    font-size: 33px !important; }

  .landing-heading-small {
    margin-bottom: 15px !important;
    padding: 0 !important; }

  div#s-5f1bc662-f483-4f3f-b306-25f8aebcd2fc.landing_main_content {
    padding: 0 3% 0 10% !important; } }
@media screen and (max-width: 1200px) {
  .landing-heading h2 {
    font-size: 48px !important;
    line-height: 56px !important; }

  .alnding_about_small {
    margin-bottom: 9px !important; }

  .landing_About_Section_text p span {
    font-size: 19px !important; }

  .landing_About_Section_text p {
    line-height: 30px !important; }

  .porter-quality-inner .shg-row > div {
    padding: 0 1% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1 {
    left: 0% !important;
    width: 160px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3 {
    left: 0% !important;
    width: 160px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2 {
    right: 0% !important;
    width: 160px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4 {
    right: 0% !important;
    width: 160px !important; }

  .landing_bg_img .image_map_content_mn_inr {
    max-width: 1100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_2:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_3:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4:after {
    width: 100px !important; }

  .landing_bg_img .image_map_content_mn_inr p {
    font-size: 16px !important; }

  .landing-small-head-text p span {
    font-size: 19px !important;
    line-height: 24px !important; }

  .landing_main_content p span {
    font-size: 19px !important;
    line-height: 26px !important; }

  .landing_main_content ul li span {
    font-size: 19px !important;
    line-height: 1 !important; }

  .landing_head_smaller h4 {
    font-size: 29px !important;
    line-height: 33px !important;
    color: #000 !important; }

  .article-container_container {
    background: #fff;
    padding: 15px 20px !important; }

  .article-container_container p {
    font-size: 19px !important; }

  .landing-heading-small h2 {
    font-size: 32px !important; } }
@media screen and (max-width: 1024px) {
  .landing_bg_img {
    margin-top: 68px; }

  .product_list_otr_landing .shg-row > div.slick-list.draggable {
    width: auto !important; }

  .landing-small-head h2 {
    font-size: 22px !important;
    margin-bottom: 0 !important; }

  .landing_bg_img .image_map_content_mn_inr p {
    font-size: 18px; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:after {
    width: 125px !important; }

  .landing_bg_img .image_map_content_mn_inr {
    max-width: 932px !important; }

  .landing_About_Section_text p {
    line-height: 28px !important;
    margin-bottom: 0 !important; }

  .landing_About_Section_text {
    padding: 20px 30px !important; }

  .product_list_otr_landing .slick-slide {
    padding: 0 15px; }

  .product_list_otr_landing ul.slick-dots {
    display: inline-block !important;
    width: 100%;
    margin: 27px 0 60px 0;
    text-align: center; }

  .product_list_otr_landing ul.slick-dots li {
    display: inline-block !important;
    margin: 0 5px; }

  .product_list_otr_landing {
    padding-bottom: 80px !important; }

  .product_list_otr_landing ul.slick-dots li button {
    background: #BCBDC0;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 0px; }

  .product_list_otr_landing ul.slick-dots li.slick-active button {
    background: #FF5000; }

  .porter-quality-inner .shg-row ul.slick-dots {
    display: inline-block !important;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center; }

  .landing_bg_img img {
    padding-bottom: 30px !important; }

  .porter-quality-inner .shg-row ul.slick-dots li {
    display: inline-block !important;
    margin: 0 5px; }

  .porter-quality-inner .shg-row {
    padding-bottom: 0px !important; }

  .porter-quality-inner .shg-row ul.slick-dots li button {
    background: #BCBDC0;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 0px; }

  .porter-quality-inner .shg-row ul.slick-dots li.slick-active button {
    background: #FF5000; }

  .porter-quality-inner .shg-row > div {
    padding: 0% !important; }

  .product_list_otr_landing .slick-track {
    display: flex !important; }

  .product_list_otr_landing .slick-slide {
    height: inherit !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_4, .landing_bg_img .image_map_content_mn_inr .image_text_3, .landing_bg_img .image_map_content_mn_inr .image_text_2, .landing_bg_img .image_map_content_mn_inr .image_text_1 {
    position: static !important;
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important; }

  .landing_bg_img .image_map_content_mn_inr .image_text_1:before,
  .landing_bg_img .image_map_content_mn_inr .image_text_2:before,
  .landing_bg_img .image_map_content_mn_inr .image_text_3:before,
  .landing_bg_img .image_map_content_mn_inr .image_text_4:before,
  .landing_bg_img .image_map_content_mn_inr .image_text_1:after,
  .landing_bg_img .image_map_content_mn_inr .image_text_2:after,
  .landing_bg_img .image_map_content_mn_inr .image_text_3:after,
  .landing_bg_img .image_map_content_mn_inr .image_text_4:after {
    content: none !important; }

  .landing_bg_img .image_map_content_mn_inr {
    position: static !important; }

  .image_map_content_mn_inr ul.slick-dots {
    display: inline-block !important;
    width: 100%;
    margin: 0 0 48px 0;
    text-align: center; }

  .landing_bg_img img {
    padding-bottom: 30px !important; }

  .image_map_content_mn_inr ul.slick-dots li {
    display: inline-block !important;
    margin: 0 5px; }

  .image_map_content_mn_inr {
    padding-bottom: 0px !important; }

  .image_map_content_mn_inr ul.slick-dots li button {
    background: #BCBDC0;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 0px; }

  .image_map_content_mn_inr ul.slick-dots li.slick-active button {
    background: #FF5000; } }
@media screen and (max-width: 991px) {
  .landing_About_Section_text.about-video-upper {
    display: none; }

  .landing_About_Section_text.show-on-mobile .landing-heading {
    display: block; }

  .landing_About_Section_text.show-on-mobile .alnding_about_small {
    display: block; }

  .landing_content_button a {
    padding: 15px 62px !important; }

  div#s-91c770e9-d8b7-4f91-83b4-2a91f6b8f71a {
    padding: 48px 0 !important; }

  .article-container_otr ul.slick-dots {
    display: inline-block !important;
    width: 100%;
    margin: 28px 0 0px 0;
    text-align: center; }

  .article-container_otr ul.slick-dots li {
    display: inline-block !important;
    margin: 0 5px; }

  .article-container_otr ul.slick-dots li button {
    background: #BCBDC0;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 0px; }

  .article-container_otr ul.slick-dots li.slick-active button {
    background: #FF5000; }

  .article-container_otr > div {
    padding: 0% !important; }

  .the_porter_content-otr .shg-row > div {
    width: 100% !important; }

  .landing_About_Section_text {
    padding: 70px 25px !important; }

  .landing-heading h2 {
    font-size: 48px !important;
    line-height: 56px !important;
    margin-bottom: 10px !important; }

  .landing_About_Section_text span {
    font-size: 24px !important;
    line-height: 29px !important; }

  .landing_About_Section_text p {
    line-height: 20px !important;
    margin-bottom: 0 !important;
    font-size: 16px !important; }

  .landing_About_Section_text p span {
    line-height: 28px !important;
    margin-bottom: 0 !important;
    font-size: 19px !important; }

  .alnding_about_small {
    margin-bottom: 23px !important; }

  .landing_content_button a {
    margin-top: 35px !important; }

  .landing-small-head h2 {
    font-size: 24px !important;
    margin-bottom: 0 !important;
    line-height: 28px !important; }

  .landing-small-head-text p span {
    font-size: 20px !important;
    line-height: 32px !important; }

  .recomanded_columns .shg-row > div:nth-child(1) {
    display: flex;
    order: 2;
    width: 100%; }

  .recomanded_columns .shg-row > div:nth-child(2) {
    display: flex;
    order: 1;
    width: 100%; }

  div#s-38e52704-6e1d-46de-aa4a-9ad2f953ae52 {
    padding: 0 !important; }

  .recomanded_columns .shg-row > div:nth-child(2) .shg-c, .recomanded_columns .shg-row > div:nth-child(2) .shg-c img {
    width: 100% !important; }

  .landing_main_content {
    padding: 66px 30px 80px 30px !important; }

  .landing_main_content_div {
    margin-bottom: 0px !important; }

  .landing-heading-small h2 {
    font-size: 29px !important;
    line-height: 38px !important; }

  .landing_main_content ul {
    margin: 0 !important; }

  .article-container_container p {
    font-size: 20px !important;
    line-height: 26px !important; }

  .article-container_container strong {
    font-size: 12px !important;
    line-height: 18px !important; }

  .packages_title strong {
    font-size: 22px !important;
    line-height: 35px !important; }

  div#s-5f1bc662-f483-4f3f-b306-25f8aebcd2fc.landing_main_content {
    padding: 66px 28px 80px 28px !important; }

  .product_list_otr_landing .slick-slide {
    padding: 0 10px; }

  .product_details_box h2 {
    font-size: 21px !important; }

  /*   .article_image {
  min-height:auto !important; 
}
  .article_image img { height:auto !important; }   */ }
@media screen and (max-width: 767px) {
  .main_banner_video_landing .shogun-video.shogun-video-16x9 {
    padding-bottom: 44.5%; }

  .testimonial_otr button.slick-arrow.slick-next {
    width: 45px !important;
    height: 55px !important;
    background-size: 37% !important; }

  .testimonial_otr button.slick-arrow.slick-prev {
    width: 45px !important;
    height: 55px !important;
    background-size: 37% !important; }

  .porter-quality-inner .shg-row .slick-slide {
    padding: 0px !important; }

  .packages_mn_otr {
    margin-bottom: 13px;
    display: block !important; }

  div#s-a34a8fdf-46ea-465f-a0e2-e6eef795ffcb {
    margin: 46px 0 13px 0 !important; }

  .landing-heading-small h2 {
    font-size: 32px !important;
    line-height: 38px !important; }

  .landing-heading-small {
    margin-bottom: 20px !important; }

  div#s-a34a8fdf-46ea-465f-a0e2-e6eef795ffcb {
    padding: 0; }

  div#s-e6ab8ed6-75a3-4378-a373-32cdfc6223b6 {
    padding: 0 10px !important; }

  .packages_title strong {
    font-size: 24px !important;
    line-height: 35px !important; }

  .landing_bg_img img {
    height: auto;
    width: 100%; } }
@media screen and (max-width: 576px) {
  .product_list_otr_landing {
    padding-bottom: 00px !important; }

  .product_list_otr_landing .slick-slide {
    padding: 0 45px; }

  .testimonial_otr button.slick-arrow {
    width: 46px !important;
    height: 53px !important; }

  .testimonial_otr button.slick-arrow {
    background-size: 40% !important; }

  .testimonial_otr.slick-initialized.slick-slider {
    padding-left: 0px !important;
    margin-right: 0px !important; }

  /*
  .article-container {
  padding: 0 !important;
}
  */
  .testimonial_otr button.slick-arrow.slick-next {
    right: -20px !important;
    width: 45px !important;
    height: 55px !important; }

  .testimonial_otr button.slick-arrow.slick-prev {
    left: -20px !important;
    width: 45px !important;
    height: 55px !important; }

  .testimonial_inr {
    padding: 50px 36px !important; }

  div#s-91c770e9-d8b7-4f91-83b4-2a91f6b8f71a {
    padding: 40px 0 48px 0 !important; }

  /*
  .testimonial_otr .testimonial_inr p {
  font-size: 24px !important;
  line-height: 32px !important;
}
  */
  .testimonial_otr .slick-list .slick-track .slick-slide {
    margin: 0 10px !important; }

  .landing_content_button a {
    padding: 15px 0px !important;
    width: 182px;
    text-align: center !important;
    font-size: 16px !important; } }
@media screen and (max-width: 415px) {
  #s-5a0f4538-a127-4d89-9975-23fbf80d724e {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .testimonial_otr button.slick-arrow.slick-next {
    right: -10px !important;
    width: 35px !important;
    height: 45px !important; }

  .testimonial_otr button.slick-arrow.slick-prev {
    left: -10px !important;
    width: 35px !important;
    height: 45px !important; }

  .product_list_otr_landing .slick-slide {
    padding: 0 0; }

  div#s-5f1bc662-f483-4f3f-b306-25f8aebcd2fc.landing_main_content {
    padding: 40px 20px !important; }

  .landing-heading-small h2 {
    font-size: 25px !important;
    line-height: 31px !important; }

  .testimonial_inr {
    padding: 30px 20px !important; }

  /*
  .testimonial_otr .testimonial_inr p {
  font-size: 18px !important;
  line-height: 28px !important;
}
  */
  .testimonial_inr img {
    margin: 0 auto 15px auto; }

  .testimonial_otr button.slick-arrow {
    width: 41px !important;
    height: 52px !important;
    background-size: 40% !important; }

  .landing_main_content p span {
    font-size: 17px !important;
    line-height: 26px !important; }

  .landing_main_content p {
    font-size: 17px !important;
    line-height: 26px !important; }

  .landing_main_content ul li span {
    font-size: 17px !important;
    line-height: 26px !important; }

  .article-container_container p {
    font-size: 19px !important;
    line-height: 30px !important; } }
.article_image img {
  object-fit: cover;
  width: 100%; }

.newdashborder {
  border-width: 1px;
  border-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/dash-border.png?v=1180588650040502690");
  border-image-slice: 12 12 12 12;
  border-image-width: 12px 12px 12px 12px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat; }

/* High Value page template css Start here */
.high_value_mobile_breadcrumbs .breadcrumbs span.current {
  margin-left: -3px; }

.shogun-root a:hover {
  color: #ff5000; }

.shogun-root .shogun-heading-component h1,
.shogun-root .shogun-heading-component h3,
.shogun-root .shogun-heading-component h5 {
  font-weight: 700;
  text-transform: uppercase; }

.product_full_row .shogun-heading-component h4 {
  font-weight: 700 !important; }

.product-slider .shg-sld-nav-button {
  width: 24px; }
  .product-slider .shg-sld-nav-button.shg-sld-left {
    background-image: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/narrow-left_arrow.png?v=12437099029467999225); }
  .product-slider .shg-sld-nav-button.shg-sld-right {
    background-image: url(//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/narrow-right_arrow.png?v=18240561815711035819); }

.shg-btn {
  text-transform: uppercase !important;
  font-weight: 500; }

.product_value_text_main {
  padding: 3% 12%; }

.value_box_product {
  background: #ffffff;
  /*   padding: 14px; */
  display: inline-block !important;
  width: 49%; }

.value_box_product_button {
  width: 100%; }

.custom_text_btn {
  margin: 25px 0px; }

.value_box_product_title h5 {
  text-transform: uppercase !important;
  font-family: "Geogrotesque W01", sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #151515 !important;
  font-weight: 600 !important; }

.value_box_product_price {
  margin-top: 10px;
  text-align: center; }

.value_box_product_price span {
  font-size: 16px !important;
  line-height: 19px !important;
  color: #151515 !important;
  font-family: "Geogrotesque W01", sans-serif !important;
  font-weight: 100 !important; }

.value_box_product_button {
  margin-top: 21px; }

a.value_box_product_button {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 700 !important; }

.product_value_text_main_button a {
  font-size: 16px !important;
  line-height: 19px !important;
  background: #ff5000 !important;
  min-width: 347px;
  padding: 15px 10px !important;
  display: block;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 700 !important; }

/* .product_value_text_main_button a:hover{
background:$fblack !important;
color:$white !important;
} */
.high_value_slider .product_value_text_main_button a:hover {
  background: black !important;
  color: white !important; }

.product_value_text p {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #151515 !important;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif !important;
  margin: 0 !important; }

.product_value_text strong {
  font-weight: 700 !important;
  color: #151515 !important;
  margin-top: 40px !important;
  display: block !important; }

.product_value_text_main h1 {
  font-size: 36px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-bottom: 36px !important;
  color: #151515 !important; }

.black_bg_main_section .product_value_text_main h1 {
  color: #151515 !important; }

.product_value_text ul li {
  list-style: none;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 38px !important;
  color: #151515 !important; }

.product_value_text ul li {
  list-style: none;
  position: relative;
  padding-left: 28px; }

.product_value_text ul li:before {
  content: "";
  position: absolute;
  background: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/list-icon_small.png?v=5880864363780238663") no-repeat;
  width: 14px;
  height: 9px;
  background-size: 100%;
  left: 0;
  top: 14px; }

.product_value_text ul {
  padding: 0 !important;
  margin-top: 10px !important; }

.product_value_text_main_button {
  text-align: left !important;
  margin-top: 40px; }

.value_box_product_col button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  -webkit-transform: translateY(-50%) scale(0.75);
  -moz-transform: translateY(-50%) scale(0.75);
  left: 0;
  right: 0 !important;
  border: none;
  font-size: 0px;
  z-index: 1;
  width: 55px !important;
  height: 65px !important; }
  @media (max-width: 767px) {
    .value_box_product_col button.slick-arrow {
      width: 45px !important;
      height: 55px !important;
      background-size: 37% !important; } }
  @media (max-width: 415px) {
    .value_box_product_col button.slick-arrow {
      width: 35px !important;
      height: 45px !important; } }

.value_box_product_col .swiper-button-prev a {
  background: #d4d5d9 url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/prev-arrow.png?v=1604474263) no-repeat center center !important;
  background-size: 15px !important;
  font-size: 0px !important;
  padding: 0 !important;
  height: 40px !important;
  width: 40px !important;
  max-width: unset !important;
  display: block !important; }
  .value_box_product_col .swiper-button-prev a:hover {
    background: black url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/prev-arrow-white.png?v=1604474318) no-repeat center center !important;
    background-size: 15px !important;
    font-size: 0px !important;
    padding: 0 !important;
    height: 40px !important;
    width: 40px !important;
    max-width: unset !important;
    display: block !important; }

.value_box_product_col .swiper-button-prev, .value_box_product_col .swiper-button-next {
  background: none !important;
  width: auto;
  height: auto;
  border-radius: 0px;
  margin: 0 !important; }

.value_box_product_col .swiper-button-next a {
  background: #d4d5d9 url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/next-arrow.png?v=1604474263) no-repeat center center !important;
  background-size: 15px !important;
  font-size: 0px !important;
  padding: 0 !important;
  height: 40px !important;
  width: 40px !important;
  max-width: unset !important;
  display: block !important; }
  .value_box_product_col .swiper-button-next a:hover {
    background: black url(https://cdn.shopify.com/s/files/1/0015/7017/7112/t/66/assets/next-arrow-white.png?v=1604474318) no-repeat center center !important;
    background-size: 15px !important;
    font-size: 0px !important;
    padding: 0 !important;
    height: 40px !important;
    width: 40px !important;
    max-width: unset !important;
    display: block !important; }

.swiper_arrows {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.value_box_product_col .swiper_arrows .swiper-button-prev {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0; }

.value_box_product_col .swiper_arrows .swiper-button-next {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0; }

.black_bg_main_section .product_value_text p {
  color: #151515 !important; }

.black_bg_main_section .product_value_text strong {
  color: #151515 !important; }

.black_bg_main_section .product_value_text ul li {
  color: #151515 !important; }

.black_bg_main_section .product_value_text ul li:before {
  content: "";
  position: absolute;
  background: url("//cdn.shopify.com/s/files/1/3004/4846/t/85/assets/list-icon_small.png?v=5880864363780238663") no-repeat;
  width: 14px;
  height: 9px;
  background-size: 100%;
  left: 0;
  top: 14px; }

.high_value_banner_btn a {
  font-weight: 700; }

.slider_mn_otr_section .shg-box-content .slick-slide {
  /*   padding:0 9px; */ }

.high_value_mobile_breadcrumbs {
  display: none !important; }

.small_banner_content {
  padding: 0 15px !important; }

.slider_mn_otr_section {
  /*   margin: 0 -9px; */ }

@media screen and (max-width: 1440px) {
  /*   .product_value_text_main h1 {
      font-size: 33px !important;
      line-height: 44px !important;
      margin-bottom: 22px !important;
    }
    .product_value_text strong{
      margin-top:30px !important;
    }
    .product_value_text_main_button {
      margin-top: 30px;
    } */ }
@media screen and (max-width: 1366px) {
  .product_value_text_main h1 {
    font-size: 32px !important;
    margin-bottom: 20px !important; }

  .product_value_text ul li {
    line-height: 36px; }

  /*   .value_box_product{
  padding:10px;
} */
  .product_value_text strong {
    margin-top: 20px !important; }

  .high_value_main_banner {
    min-height: 480px !important; }

  .high_value_main_banner h1 {
    font-size: 46px !important;
    /*     padding: 0 15px !important; */ } }
@media screen and (max-width: 1200px) {
  .high_value_main_banner {
    min-height: 450px !important; } }
@media screen and (max-width: 1024px) {
  .high_value_main_banner h1 {
    font-size: 43px !important;
    /*     padding: 0 15px !important; */ }

  .high_value_main_banner {
    min-height: 430px !important; } }
@media screen and (max-width: 991px) {
  .high_value_main_banner {
    min-height: 350px !important; }

  .high_value_main_banner h1 {
    font-size: 36px !important;
    /*     padding: 0 15px !important; */ } }
@media screen and (max-width: 767px) {
  body .high_value_mobile_breadcrumbs h1 {
    line-height: 1;
    margin-top: 25px; }

  .high_value_mobile_breadcrumbs p {
    color: #151515;
    margin: 0 0 25px 0; }

  .high_value_mobile_breadcrumbs {
    display: block !important; }

  .high_value_main_banner h1 {
    display: none !important; }

  .product_value_text_main h1, .product_title-mobile h1 {
    font-size: 30px !important;
    line-height: 1 !important;
    margin: 35px 0px 20px !important; }

  .no-margin h1 {
    margin: 0 !important; }

  .slider_mn_otr_section {
    padding: 0%;
    margin-top: 0px !important; } }
@media screen and (max-width: 576px) {
  .product_value_text_main_button a {
    width: 100%;
    min-width: auto !important; } }
@media screen and (max-width: 420px) {
  /*   .high_value_mobile_breadcrumbs h1 {
      font-size: 29px !important;
      line-height: 34px !important;
    } */
  .high_value_mobile_breadcrumbs {
    padding: 0px 25px !important; }

  .black_bg_main_section, .grey_bg_main_section {
    padding: 0 !important; }

  .product_value_text_main h1, .product_title-mobile h1 {
    font-size: 28px !important;
    margin: 35px 0px 10px !important; }

  .no-margin h1 {
    margin: 0 !important; }

  .product_value_text p {
    font-size: 15px !important;
    line-height: 24px !important; }

  .product_value_text ul li {
    line-height: 31px !important;
    padding-left: 23px; }

  .product_value_text ul li:before {
    top: 11px; }

  .grey_bg_main_section > .shg-box-content > .shg-c {
    padding: 0 15px !important; }

  .black_bg_main_section > .shg-box-content > .shg-c {
    padding: 0 15px !important; }

  .product_value_text_main_button {
    margin-top: 20px; }

  .slider_mn_otr_section {
    margin-top: 40px; }

  .small_banner_content h4 {
    font-size: 22px !important;
    line-height: 30px !important; }

  .high_value_banner_btn .shg-btn {
    margin-top: 10px !important; } }
.shg-box.shg-c.product_details_box {
  text-align: center; }

.shg-box.shg-c.product_details_box .shg-rich-text.shg-theme-text-content {
  text-align: left;
  margin-top: 20px; }

.value_box_product_title {
  text-align: center; }

.value_box_product_button {
  display: block !important;
  width: 100% !important; }

/* .slider_mn_otr_section .shg-box-content{
opacity:0
}
.slider_mn_otr_section .shg-box-content.slick-initialized{
opacity:1
} */
/* pack-template product page css start here*/
.large_container {
  width: 100%;
  padding: 0 15px;
  max-width: 90%;
  margin: 0 auto; }

.section-product_inr.dark_bg {
  background: #D4D5D7;
  padding: 50px 0 80px 0; }

.product_main_details {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  padding: 120px 0px 60px; }
  .product_main_details .container {
    max-width: 1370px; }
    .product_main_details .container .product_main_details_otr {
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      margin: 0 -40px 0 -40px;
      align-items: center; }
      .product_main_details .container .product_main_details_otr .product_main_details_left {
        flex: 100% 0 0;
        -webkit-flex: 100% 0 0;
        -moz-flex: 100% 0 0;
        max-width: 100%;
        padding: 0 40px; }
        .product_main_details .container .product_main_details_otr .product_main_details_left strong {
          font-size: 32px;
          line-height: 39px;
          font-weight: 600;
          text-transform: uppercase;
          color: #151515;
          font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
          display: block;
          padding-bottom: 28px;
          margin-bottom: 16px;
          background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
          background-position: bottom;
          background-size: 7px 1px;
          background-repeat: repeat-x; }
        .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description {
          /*           background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
          background-position: bottom;
          background-size: 7px 1px;
          background-repeat: repeat-x; */
          padding: 10px 0px; }
          .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .section {
            padding: 0; }
          .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description p {
            font-size: 19px;
            line-height: 28px;
            font-weight: 400;
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
            padding-bottom: 10px; }
          .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr {
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            margin: 0 -10px;
            margin-top: 24px; }
            .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr {
              flex: 1 0 0;
              -webkit-flex: 1 0 0;
              -moz-flex: 1 0 0;
              max-width: 50%;
              padding: 0 10px; }
              .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr p {
                margin-bottom: 0px;
                font-size: 16px;
                line-height: 24px;
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
                font-weight: 400; }
              .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr strong {
                background: none;
                font-size: 16px;
                line-height: 24px;
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
                margin: 0 0 4px 0;
                padding: 0; }
              .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li {
                background: none;
                list-style: none;
                font-size: 16px;
                line-height: 24px;
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif; }
              .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li {
                position: relative;
                padding-left: 13px; }
                .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li:before {
                  content: "";
                  position: absolute;
                  background: #151515;
                  width: 6px;
                  height: 2px;
                  left: 0;
                  top: 12px; }
        .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description {
          flex: 50% 0 0;
          -webkit-flex: 50% 0 0;
          -moz-flex: 50% 0 0;
          max-width: 50%;
          display: block; }
      .product_main_details .container .product_main_details_otr .product_main_details_right {
        flex: 50% 0 0;
        -webkit-flex: 50% 0 0;
        -moz-flex: 50% 0 0;
        max-width: 50%;
        padding: 0 40px;
        text-align: right; }
        .product_main_details .container .product_main_details_otr .product_main_details_right strong {
          font-size: 20px;
          font-weight: 600;
          text-transform: uppercase;
          color: #151515;
          font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
          display: block;
          padding-bottom: 17px; }
        .product_main_details .container .product_main_details_otr .product_main_details_right ul {
          background: #D4D5D7;
          padding: 20px;
          display: flex;
          display: -webkit-flex;
          display: -moz-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          justify-content: space-between;
          list-style: none;
          padding: 24px 38px 24px 33px; }
          @media (max-width: 1199px) {
            .product_main_details .container .product_main_details_otr .product_main_details_right ul {
              padding: 20px; } }
          .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
            flex: 50% 0 0;
            -moz-flex: 50% 0 0;
            -webkit-flex: 50% 0 0;
            width: 100%;
            height: 100%;
            padding: 0 10px;
            align-items: center;
            margin-bottom: 20px; }
            .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
              font-size: 20px;
              line-height: 32px;
              color: #151515;
              font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
              padding: 0;
              text-transform: inherit;
              font-weight: 400; }
            .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
              margin: 0;
              font-size: 16px;
              text-transform: uppercase;
              color: #151515;
              margin-top: 0;
              font-family: "HelveticaNeue";
              font-weight: 700;
              line-height: 32px; }
      .product_main_details .container .product_main_details_otr .key_features_for_mobile_only {
        display: none; }

.unique_feature_slider_inr h5 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px; }

/* @media (min-width: 901px) {
  .product_main_details .container .product_main_details_otr .product_main_details_left h3 {
    padding: 0 0 26px 0;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;

  }
} */
section.key_feature_mn_otr {
  background: #151515;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  padding: 60px 0; }
  section.key_feature_mn_otr .key_feature_mn_inr {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    @media (min-width: 1200px) {
      section.key_feature_mn_otr .key_feature_mn_inr {
        margin: 0 -5%; } }
    section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
      flex: 1 0 0;
      -webkit-flex: 1 0 0;
      -moz-flex: 1 0 0;
      min-width: 33.33%;
      padding: 0 5%; }
      section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list strong {
        font-size: 20px;
        line-height: 25px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
        color: white;
        display: inline-block;
        margin-bottom: 22px; }
      section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list p {
        font-size: 16px;
        line-height: 24px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
        color: white;
        font-weight: normal; }

.section-product {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }
  .section-product .packs_section_images {
    width: 60%; }
    .section-product .packs_section_images .slider {
      max-width: 69.6%;
      margin: 0 auto; }
  .section-product .packs_section_content {
    width: 40%;
    background: white; }
    .section-product .packs_section_content .packs_section_content_inr {
      background: white;
      padding: 0px;
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400; }
      .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr {
        margin: 0px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row {
          margin: 0 -9px; }
          .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
            flex: 20% 0 0;
            -webkit-flex: 20% 0 0;
            -moz-flex: 20% 0 0;
            margin: 0;
            max-width: 100%;
            padding: 0px; }
            .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr {
              border: 1px solid black;
              padding: 12px 0 12px 10px;
              position: relative; }
              .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr .form__label {
                display: inline-block;
                margin-bottom: 5px;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase; }
              .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
                border: none;
                font-size: 16px;
                text-align: left; }
              .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button {
                position: absolute;
                background: none;
                color: black;
                width: auto;
                height: auto;
                line-height: 1;
                right: 10px; }
                .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button.plus {
                  top: 7px; }
                .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button.minus {
                  bottom: 7px; }
        .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
          position: relative;
          flex: 75% 0 0;
          -webkit-flex: 75% 0 0;
          -moz-flex: 75% 0 0;
          margin: 0;
          max-width: 100%;
          padding: 0px;
          height: 56px; }
          .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position input {
            width: 100%;
            height: 56px; }
      .section-product .packs_section_content .packs_section_content_inr .section__content-entry {
        border: none;
        padding: 0; }
      .section-product .packs_section_content .packs_section_content_inr .section__title {
        margin-bottom: 16px; }
      .section-product .packs_section_content .packs_section_content_inr .section__price {
        margin-bottom: 14px; }
      .section-product .packs_section_content .packs_section_content_inr .section__rating {
        line-height: 1;
        min-height: unset !important;
        margin: 0;
        padding: 0 0 14px 0 !important; }
      .section-product .packs_section_content .packs_section_content_inr .product_short_description {
        border-top: 1px dashed #ccc;
        padding: 15px 0; }
        .section-product .packs_section_content .packs_section_content_inr .product_short_description em {
          font-size: 12px;
          line-height: 18px;
          color: #151515;
          font-style: italic;
          display: block; }
      .section-product .packs_section_content .packs_section_content_inr .section__content-head {
        margin-bottom: 15px; }
    .section-product .packs_section_content .packs_product_buttons {
      margin: 30px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section-product .packs_section_content .packs_product_buttons a {
        font-size: 12px !important;
        color: black !important;
        font-weight: 700;
        text-transform: uppercase !important;
        border: 1px solid black;
        padding: 0 5px;
        width: 48%;
        min-height: 56px;
        line-height: 1.2 !important;
        text-align: center;
        margin: 0px;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .section-product .packs_section_content .packs_product_buttons a img {
          vertical-align: middle;
          margin-right: 10px; }
        .section-product .packs_section_content .packs_product_buttons a:hover {
          color: white !important;
          background: black !important; }

.you_may_interested_product_mn_otr {
  margin-top: 12px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }
  .you_may_interested_product_mn_otr strong {
    font-size: 12px;
    line-height: 15px;
    color: #151515;
    display: block; }
  .you_may_interested_product_mn_otr .you_may_interested_product_otr {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin: 0 -7px;
    margin-top: 15px;
    margin-bottom: 28px; }
    .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
      flex: 152px 0 0;
      -webkit-flex: 152px 0 0;
      -moz-flex: 152px 0 0;
      max-width: 152px;
      padding: 0 7px; }
      .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product {
        border: 1px solid #707070;
        padding: 5px 10px 10px 10px; }
        .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_checkbox {
          text-align: right; }
          .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_checkbox input[type="checkbox"] {
            margin: 0 0 4px 0 !important;
            display: inline-block; }
        .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_img {
          text-align: center; }
        .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content {
          display: flex;
          align-items: center;
          flex-direction: column;
          text-align: center; }
          .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content b {
            font-size: 12px;
            line-height: 15px;
            color: #151515;
            margin-bottom: 5px; }
          .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content span {
            font-size: 12px;
            line-height: 15px;
            /*             color:#151515; */
            margin: 0;
            display: block; }

.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  .social-sharing li {
    list-style: none; }
    .social-sharing li a {
      background-color: white;
      color: #3d4246;
      border: none;
      margin-right: 5px;
      margin-bottom: 10px;
      padding: 8px 10px;
      font-size: 0.75em;
      line-height: 1;
      font-family: inherit;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      white-space: normal;
      text-align: center;
      vertical-align: middle;
      display: block;
      width: auto; }
      .social-sharing li a .icon {
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 4px; }

/* .section__content{
&.packs_section_content{
a#klaviyobtn { 
min-height: unset;
}
}
} */
.section-video {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }
  .section-video.pack_product_video {
    padding: 0 !important;
    background: black; }
    .section-video.pack_product_video .pack_product_video_inr {
      padding: 50px 0;
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      align-items: stretch; }
      .section-video.pack_product_video .pack_product_video_inr .video-holder {
        flex: 100% 0 0;
        -webkit-flex: 100% 0 0;
        -moz-flex: 100% 0 0;
        padding-bottom: 0;
        display: flex;
        height: auto;
        background: black;
        max-width: 1100px;
        margin: 0 auto; }
        .section-video.pack_product_video .pack_product_video_inr .video-holder img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
        flex: 40% 0 0;
        -webkit-flex: 40% 0 0;
        -moz-flex: 40% 0 0;
        max-width: 40%;
        padding: 15px 30px;
        align-self: center; }
        .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr {
          max-width: 610px;
          margin: 0 auto; }
          .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul {
            margin: 0px; }
          @media (max-width: 1600px) {
            .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr h4 {
              margin: 20px 0 5px; } }
          .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
            font-size: 24px;
            line-height: 29px;
            color: #151515;
            display: block;
            margin-bottom: 40px;
            text-transform: uppercase; }
          .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li {
            font-size: 16px;
            line-height: 24px;
            color: #151515;
            list-style: none;
            position: relative;
            padding-left: 21px;
            padding-bottom: 25px; }
            .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li strong {
              font-weight: 700;
              font-size: 16px;
              line-height: 24px;
              color: #151515;
              list-style: none;
              display: inline-block;
              margin-bottom: 0;
              text-transform: capitalize; }
            .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li:before {
              content: "";
              position: absolute;
              background: #151515;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              left: 0;
              top: 8px; }
            .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li:last-child {
              padding-bottom: 0px; }
          .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots {
            text-align: center;
            margin: 0 0 10px; }
            .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li {
              list-style: none;
              display: inline-block;
              padding: 0px 5px; }
              .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li button {
                width: 6px;
                height: 6px;
                padding: 0px;
                border-radius: 50%;
                background: white;
                padding: 0px;
                font-size: 0px;
                border: none; }
              .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li.slick-active button {
                background: #ff5000; }
              .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li:before {
                content: none; }

.list-radios li {
  margin: 0 21px 8px 0; }
  .list-radios li .radio {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400; }
    .list-radios li .radio input {
      width: 40px;
      height: 40px; }
    .list-radios li .radio .form__label {
      padding: 0 5px;
      height: 40px;
      width: auto;
      min-width: 40px;
      line-height: 40px;
      text-align: center; }

.swatch_material {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }
  .swatch_material .radio label.form__label {
    width: auto !important;
    padding: 9px 15px;
    line-height: 1.35;
    height: auto;
    border: 1px solid #000000; }

.swatch_material .radio input:checked + .form__label {
  border: 1px solid #ff5000; }

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-empty-star {
  font-size: 20px !important;
  margin: 0 4px; }

a.text-m.write-review-btn-hidden {
  font-size: 0 !important; }

.yotpo a.text-m.ask-question {
  font-size: 0px !important; }

.insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title {
  font-size: 20px;
  line-height: 25px;
  padding: 38px 0 !important;
  background: black;
  color: white;
  font-weight: 700; }
  .insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title a {
    color: #ff5000; }

.packs_section_images .swiper-button-prev, .packs_section_images .swiper-container-rtl .swiper-button-next {
  left: -15%; }

.packs_section_images .swiper-button-next, .packs_section_images .swiper-container-rtl .swiper-button-prev {
  right: -15%;
  left: auto; }

.blog_mn_otr {
  margin: 40px 0px;
  padding: 40px 0px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000; }
  @media (max-width: 767px) {
    .blog_mn_otr {
      margin: 20px 0px;
      padding: 20px 0px; } }
  .blog_mn_otr .blog_mn_inr {
    text-align: center; }
    .blog_mn_otr .blog_mn_inr strong {
      position: relative;
      text-align: center;
      font-size: 32px;
      line-height: 38px;
      color: white;
      display: block;
      margin-bottom: 37px; }
    .blog_mn_otr .blog_mn_inr a {
      font-size: 16px;
      position: relative;
      line-height: 19px;
      color: white;
      background: #ff5000;
      border-radius: 0px;
      padding: 18px 40px;
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700;
      display: inline-block; }
      .blog_mn_otr .blog_mn_inr a:hover {
        background: black;
        color: white; }
    .blog_mn_otr .blog_mn_inr.background-overlay {
      position: relative; }
      .blog_mn_otr .blog_mn_inr.background-overlay:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }

.eapps-instagram-feed-title-container {
  position: relative;
  z-index: 1; }

.eapps-instagram-feed-content {
  margin-top: -2px;
  z-index: 0;
  position: relative; }

.yotpo .yotpo-pager .yotpo-page-element {
  width: 40px !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #D4D5D9 !important;
  border-radius: 4px;
  color: #151515 !important;
  margin: 0px 9px !important; }

.yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  background: #ff5000 !important;
  color: white !important; }

.yotpo-header-element .label-with-tooltip.pull-left {
  display: none; }

span.y-label.yotpo-review-date {
  display: none; }

span.yotpo-icon-profile span.yotpo-icon {
  color: #000000 !important; }

.yotpo .yotpo-icon {
  color: #ff5000 !important;
  font-size: 20px !important; }

span.y-label.yotpo-review-date .yotpo-icon {
  margin: 0 4px !important; }

.yotpo div .content-review {
  font-size: 14px !important;
  line-height: 23px; }

.section-product .packs_section_content .packs_product_buttons a svg {
  width: 16px;
  margin-right: 10px; }

.section-product .packs_section_content .packs_product_buttons a:last-child svg {
  width: 19px; }

@media screen and (max-width: 1366px) {
  .product_main_details {
    padding: 70px 0; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
    font-size: 18px; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
    flex: 30% 0 0;
    -webkit-flex: 30% 0 0;
    -moz-flex: 30% 0 0; }
  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
    flex: 67% 0 0;
    -webkit-flex: 67% 0 0;
    -moz-flex: 67% 0 0; }
  .section-product .packs_section_content .packs_product_buttons {
    margin: 0; }
    .section-product .packs_section_content .packs_product_buttons a {
      width: 49% !important;
      margin: 0px;
      font-size: 11px !important;
      height: 100%;
      padding: 5px;
      min-height: 56px; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li {
    padding-bottom: 15px; }

  .blog_mn_otr .blog_mn_inr strong {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
    margin-bottom: 25px;
    font-size: 22px; }

  .product_main_details .container .product_main_details_otr .product_main_details_left strong,
  body .ideal_uses_main_details_title h3,
  body .key_feature_mn_otr .key_feature_mn_title h3,
  body .product_specs_mn_otr .product_main_details_title b,
  body .pack_product_unique_inr h4 {
    font-size: 25px;
    line-height: 1;
    padding-bottom: 16px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right strong {
    font-size: 18px; }

  .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description {
    padding-left: 0px; }

  section.key_feature_mn_otr {
    padding: 60px 0; }

  section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list strong {
    font-size: 18px;
    margin-bottom: 10px; } }
@media screen and (max-width: 1440px) {
  .section-product .packs_section_content .packs_product_buttons a {
    width: 100%;
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    margin-bottom: 25px;
    font-size: 15px !important; }

  .section-product .packs_section_content .packs_product_buttons {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin: 25px 0 0 0; } }
@media screen and (max-width: 1200px) {
  .product_main_details .container .product_main_details_otr .product_main_details_right ul {
    padding: 20px 15px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
    font-size: 15px; }

  .section-video.pack_product_video .pack_product_video_inr .video-holder {
    flex: 55% 0 0;
    -webkit-flex: 55% 0 0;
    -moz-flex: 55% 0 0;
    max-width: 55%; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
    flex: 45% 0 0;
    -webkit-flex: 45% 0 0;
    -moz-flex: 45% 0 0;
    max-width: 45%; }

  .section-products {
    padding: 70px 20px 65px; }

  /*  09-12  */
  .section-product .section-product_inr {
    padding: 30px 0px 0px; }

  section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
    padding: 0; }

  section.key_feature_mn_otr, .product_main_details {
    padding: 50px 0; }

  body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
    padding: 60px 0 100px; }

  body .pack_product_unique_feature_otr {
    padding: 70px 0; } }
@media screen and (max-width: 1024px) {
  /*  09-12  */
  .product_main_details .container .product_main_details_otr .product_main_details_left strong,
  body .ideal_uses_main_details_title h3,
  body .key_feature_mn_otr .key_feature_mn_title h3,
  body .product_specs_mn_otr .product_main_details_title b,
  body .pack_product_unique_inr h4 {
    font-size: 21px;
    padding-bottom: 14px; }

  .product_main_details .container .product_main_details_otr {
    margin: 0px; }

  .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description,
  .product_main_details .container .product_main_details_otr .product_main_details_right {
    padding: 0 15px; }

  body section.ideal_mn_otr {
    padding: 0 15px 70px; }

  section.key_feature_mn_otr, body .product_blog_mn_otr, body .pack_product_unique_feature_otr {
    padding: 50px 15px; }

  body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
    padding: 50px 0 100px; }

  .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0; }

  section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
    padding: 0 2%; }

  section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0; } }
@media screen and (max-width: 991px) {
  .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
    flex: 131px 0 0;
    -webkit-flex: 131px 0 0;
    -moz-flex: 131px 0 0;
    max-width: 131px;
    padding: 0 5px; }

  .you_may_interested_product_mn_otr .you_may_interested_product_otr {
    margin: 10px -5px; }

  .section-product .section__title {
    font-size: 28px; }

  .section-product .packs_section_content .packs_product_buttons {
    flex-direction: column; }
    .section-product .packs_section_content .packs_product_buttons a {
      width: 100% !important;
      margin: 10px 0px; }

  .form-product {
    margin: 0; }

  .section-product .packs_section_content .packs_section_content_inr .product_short_description {
    padding: 10px 0; }

  .list-radios li {
    margin: 0 11px 8px 0; }

  .you_may_interested_product_mn_otr strong {
    font-size: 12px; }

  .section-product .packs_section_content .packs_product_buttons {
    margin: 10px 0 0px; }

  /*   .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position{
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    margin: 10px 0 0px;
    max-width: 100%;
  }
    .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty{
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    margin: 10px 0;
    max-width: 100%;
  } */
  section.key_feature_mn_otr .key_feature_mn_inr {
    margin: 0 -2%; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
    padding: 15px 20px; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
    margin-bottom: 14px;
    font-size: 20px; }

  .blog_mn_otr .blog_mn_inr a {
    padding: 13px 35px; }

  .blog_mn_otr .blog_mn_inr strong {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px; }

  .eapps-instagram-feed-posts-view > div {
    padding: 3px; }

  .list-related-products li {
    width: 23%;
    margin: 0 1% 10px; }

  .list-related-products span, .list-related-products li h6 {
    font-size: 15px; }

  del.originalprice {
    margin-right: 5px; }

  .section-products {
    padding: 40px 20px 35px; }

  /* 09-12 */
  body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
    font-size: 16px;
    line-height: 1; }

  /*   body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat strong,
    body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat p{
      font-size: 12px;
    } */ }
@media (max-width: 900px) {
  .section-video.pack_product_video .pack_product_video_inr .video-holder {
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    padding-bottom: 0;
    max-width: 100%; }
  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    max-width: 100%;
    padding: 46px 30px 42px 30px; }
    .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr {
      max-width: 100%; }
      .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 32px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul {
    padding: 15px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
    font-size: 18px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
    font-size: 14px; }

  .section-product .packs_section_content .packs_product_buttons a {
    font-size: 14px !important; }

  .section-product .packs_section_content {
    width: 100%; }

  .section-product .packs_section_images {
    width: 100%; }

  .section-product .packs_section_content .packs_section_content_inr {
    padding: 30px; }

  .section-product .packs_section_content .packs_product_buttons a {
    width: 100% !important;
    /*     margin: 10px 5px; */
    flex: 100% 0 0; }

  .section-product .packs_section_content .packs_product_buttons {
    flex-direction: inherit;
    margin: 0; }

  .key_features_for_mobile_only {
    display: block !important;
    flex: 100% 0 0; }
    .key_features_for_mobile_only strong {
      display: block;
      font-size: 18px;
      line-height: 20px;
      border: none;
      background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
      background-position: bottom;
      background-size: 7px 1px;
      background-repeat: repeat-x;
      padding: 18px 0px;
      cursor: pointer; }
    .key_features_for_mobile_only .product_main_details_ans {
      padding: 18px 0px; }
      .key_features_for_mobile_only .product_main_details_ans .ideal_uses_main_details_title, .key_features_for_mobile_only .product_main_details_ans .pack_product_unique_inr h4 {
        display: none; }
    .key_features_for_mobile_only .key_feature_mn_inr {
      margin-top: 0px;
      padding-left: 10px; }
      .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list {
        margin-bottom: 15px; }
        .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list strong {
          font-size: 15px;
          line-height: 22px;
          margin-bottom: 5px; }
        .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list p {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          margin-bottom: 0px; }

  /*   .product_main_details .container .product_main_details_otr .product_main_details_right {
  flex: 100% 0 0;
  -webkit-flex: 100% 0 0;
  -moz-flex: 100% 0 0;
  max-width: 100%;
  padding: 0 20px;
}
  .product_main_details .container .product_main_details_otr .product_main_details_left {
  flex: 100% 0 0;
  -webkit-flex: 100% 0 0;
  -moz-flex: 100% 0 0;
  max-width: 100%;
  padding: 0 15px;
} */
  .product_main_details {
    padding: 0 0 50px 0; }
    .product_main_details .container .product_main_details_otr {
      /*         margin:0;
              background-image: linear-gradient(to right, #151515 50%, rgba(0,0,0,0) 60%);
              background-position: bottom;
              background-size: 7px 1px;
              background-repeat: repeat-x;
              padding-bottom:18px; */ }
      .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description {
        flex: 100% 0 0;
        -webkit-flex: 100% 0 0;
        -moz-flex: 100% 0 0;
        max-width: 100%;
        padding: 0px; }
        .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description {
          background: none;
          padding: 18px 0px; }
          .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description .product_main_split_otr {
            margin: 0 0 15px 0; }
            .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description .product_main_split_otr .product_main_split_inr {
              flex: 100% 0 0;
              -webkit-flex: 100% 0 0;
              -moz-flex: 100% 0 0;
              max-width: 100%;
              padding: 0;
              margin-top: 15px; }
        .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description strong {
          font-size: 18px;
          line-height: 20px;
          border: none;
          margin: 0;
          background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
          background-position: bottom;
          background-size: 7px 1px;
          background-repeat: repeat-x;
          padding: 18px 0px; }
      .product_main_details .container .product_main_details_otr .product_main_details_right {
        display: none;
        background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
        background-position: top;
        background-size: 7px 1px;
        background-repeat: repeat-x;
        flex: 100% 0 0;
        -webkit-flex: 100% 0 0;
        -moz-flex: 100% 0 0;
        max-width: 100%;
        padding: 0;
        padding-top: 18px; }
        .product_main_details .container .product_main_details_otr .product_main_details_right strong {
          font-size: 16px;
          line-height: 19px;
          border: none;
          background: none;
          padding: 0;
          margin: 0; }
        .product_main_details .container .product_main_details_otr .product_main_details_right .product_main_details_title strong {
          margin: 0 0 18px 0; }

  section.key_feature_mn_otr {
    display: none; }

  .large_container {
    padding: 0 30px; }

  .template-kit-bundle .pack_product_unique_feature_otr .large_container {
    padding: 0; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
    flex: 33.33% 0 0;
    -moz-flex: 33.33% 0 0;
    -webkit-flex: 33.33% 0 0;
    max-width: 33.33%; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul {
    background: white;
    padding: 0; }

  .product_main_details .container .product_main_details_otr {
    padding-bottom: 0px; }

  .product_main_details_title strong {
    position: relative; }

  .product_main_details_title strong:after {
    content: "\f067";
    position: absolute;
    font: normal normal normal 18px/1 FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: 300;
    cursor: pointer; }

  .product_main_details_title.active strong:after {
    content: "\f068";
    position: absolute;
    font: normal normal normal 18px/1 FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: 300; }

  .product_main_details_ans .large_container {
    max-width: 100%;
    padding: 0; }

  /*   section.product_main_details .container{
      padding:0 10px;
    } */
  .product_main_details_ans .large_container .key_feature_mn_inr {
    padding: 0; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul {
    margin: 0 -10px; }

  /*  09-12  */
  .mob-hide {
    display: none; }

  section.product_main_details {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px 50px 30px; }

  body .section-product .packs_section_content .packs_section_content_inr {
    padding: 30px 0px; }

  .product_main_details .container {
    padding: 0; }

  body .key_feature_mob_ans .key_feature_mn_title {
    display: none; }

  .ideal_use_mob_ans {
    padding: 18px 0px; }
    .ideal_use_mob_ans .ideal_uses_main_details_ans {
      margin-top: 0; }
      .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
        flex: 50% 0 0;
        -webkit-flex: 50% 0 0;
        -moz-flex: 50% 0 0;
        padding: 0 20px 25px 0; }
    .ideal_use_mob_ans .ideal_uses_img {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .ideal_use_mob_ans .ideal_uses_img strong {
        background: none;
        padding-left: 15px; }
    .ideal_use_mob_ans .ideal_uses_content {
      text-align: left;
      /*       p{
            	font-weight: 500;
            } */ }

  .key_feature_mob_ans strong {
    background: none;
    padding: 5px 0px 0px; }

  .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul {
    margin: 0 -5px;
    grid-column-gap: 0px; }
    .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li {
      padding: 8px;
      margin: 5px; }
      .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li strong {
        padding: 0px;
        background: none;
        display: inline-block; }

  body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
    padding: 0 10px; }

  .modal .modal-body--alt .row {
    margin: 0; }

  /*   body .product_specs_mn_otr .product_main_details_ans-na:after{
      background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(212,213,214,0.9) 100%);
      background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(212,213,214,0.9) 100%);
      background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(212,213,214,0.9) 100%);
    } */
  .key_features_for_mobile_only.mobile_accordion .product_main_details_title strong {
    padding-right: 25px; }

  .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_img {
    min-height: unset;
    line-height: 1; }

  .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_img strong {
    padding: 0px; }

  .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_content {
    margin: 12px 0px; }

  .product_main_details .container .product_main_details_otr .product_main_details_left strong, body .ideal_uses_main_details_title h3, body .key_feature_mn_otr .key_feature_mn_title h3, body .product_specs_mn_otr .product_main_details_title b, body .pack_product_unique_inr h4 {
    font-size: 18px;
    line-height: 20px; }

  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0; }

  .key_features_for_mobile_only li strong {
    font-size: 16px; }

  body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img {
    justify-content: center;
    text-align: center;
    flex-direction: column; }
    body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img img {
      margin: 15px 0px; }
    body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img strong {
      padding: 0px; }
  body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_content {
    text-align: center; }

  /*    */
  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
    flex: 70% 0 0;
    -webkit-flex: 70% 0 0;
    -moz-flex: 70% 0 0;
    margin: 10px 0px; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
    flex: 27% 0 0;
    -webkit-flex: 27% 0 0;
    -moz-flex: 27% 0 0;
    margin: 10px 0px; }

  body.template-kit-bundle section.product_main_details {
    padding: 0 30px 0 30px; }

  body.template-kit-bundle .pack_product_unique_feature_otr {
    padding: 30px 15px; } }
@media screen and (max-width: 768px) {
  .section-product {
    padding: 0; }

  .section-product .packs_section_content {
    width: 100%;
    padding: 0; }

  .section-product .packs_section_images {
    width: 100%;
    padding: 0; }

  .container {
    padding: 0 30px; }
    .container .container {
      padding: 0; }

  /*   .product_main_details{
      .container{
        padding: 0 30px;
      }
    } */
  .container {
    width: 100%;
    padding: 0 15px; }
    .container .large_container {
      padding: 0; }

  section.key_feature_mn_otr {
    display: none; }

  .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
    flex: 138px 0 0;
    -webkit-flex: 138px 0 0;
    -moz-flex: 138px 0 0;
    max-width: 138px;
    padding: 0 5px; }

  .you_may_interested_product_mn_otr .you_may_interested_product_otr {
    margin: 20px -5px 40px -5px; }

  .list-radios li {
    margin: 0 20px 8px 0; }

  .section-product_inr.dark_bg {
    padding: 0px 0 40px 0; }

  .packs_section_images .swiper-button-prev, .packs_section_images .swiper-container-rtl .swiper-button-next {
    transform: scale(0.7); }

  .packs_section_images .swiper-button-next {
    transform: scale(0.7); }

  /* 
    .header .container .header__inner{
      padding:10px;
    } */
  .intro {
    margin-bottom: 0; }

  .list-related-products button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    left: -15px;
    font-size: 0px;
    width: 11px;
    height: 20px;
    z-index: 10; }

  .list-related-products button.slick-arrow.slick-next {
    background-image: url(//cdn.shopify.com/s/files/1/0252/8663/9696/t/25/assets/slider-arrow-right.png?v=1738993…) !important;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    right: -15px;
    left: auto;
    padding: 10px; }

  .list-related-products button.slick-arrow.slick-prev {
    background-image: url(//cdn.shopify.com/s/files/1/0252/8663/9696/t/25/assets/slider-arrow-left.png?v=1404383…) !important;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    padding: 10px; }

  .list-related-products button.slick-arrow:hover {
    opacity: 1; }

  .section-product .section__title {
    font-size: 24px;
    line-height: 29px; }

  .list-radios li .radio .form__label {
    font-size: 14px; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
    text-align: left; }

  /*   .section-product .packs_section_content .packs_product_buttons a{
  font-size:13px !important;
} */
  .product_main_details .container .product_main_details_otr .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list strong {
    font-size: 16px;
    line-height: 26px; }

  .product_main_details .container .product_main_details_otr .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list p {
    font-size: 15px;
    line-height: 23px; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots {
    text-align: center;
    margin: 15px 0 0 0; }

  .blog_mn_otr .blog_mn_inr.background-overlay {
    padding: 13% 0 !important; }

  .insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title {
    font-size: 16px;
    line-height: 25px;
    padding: 25px 0 !important;
    margin-top: -2.5px; }

  .section-products h6 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px; }

  .list-related-products span, .list-related-products li h6 {
    font-size: 17px; } }
@media screen and (max-width: 767px) {
  .section-product .packs_section_content .packs_product_buttons a {
    width: 100% !important;
    margin: 10px 0px;
    flex: 100% 0 0; }

  .section-product .packs_section_content .packs_product_buttons {
    margin: 0; }

  .list-related-products li {
    margin: 0; }

  .list-related-products {
    margin: 0; }

  .list-related-products .slick-slide {
    padding: 0 6px; }

  /*  09-12  */
  .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
    padding: 0 15px 22px 0; }

  .key_feature_mn_title h3 {
    font-size: 20px; }

  body .product_specs_mn_otr .product_main_details_ans-wrapper .all_specs_dimention a {
    font-size: 14px;
    padding: 14px; }

  body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
    padding: 50px 30px 100px; }

  body.template-kit-bundle .pack_product_unique_feature_otr {
    padding: 30px 30px 30px; }

  body .yotpo.yotpo-main-widget.yotpo-medium .yotpo-footer,
  body .yotpo.yotpo-main-widget.yotpo-medium .yotpo-main {
    padding-left: 53px; }

  body .comments {
    padding: 10px 20px 40px; }

  body .yotpo .yotpo-regular-box {
    margin: 0px; }

  .product_specs_mn_otr .container {
    width: 100%;
    padding: 0px;
    max-width: 100%; }

  .list-related-products figure {
    margin-bottom: 20px; }

  body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
    flex: 100% 0 0;
    margin: 15px 0px 20px; } }
@media screen and (max-width: 639px) {
  .list-radios li {
    display: inline-block;
    width: auto; }

  /*   .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position{
      flex: 65% 0 0;
      -webkit-flex: 65% 0 0;
      -moz-flex: 65% 0 0;
    }
    .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty{
      flex: 30% 0 0;
      -webkit-flex: 30% 0 0;
      -moz-flex: 30% 0 0;
      margin: 0;
    } */
  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
    text-align: left; }

  .section-product .packs_section_content .packs_product_buttons {
    margin: 0; }

  .section-product .packs_section_content .packs_product_buttons a {
    width: 100% !important;
    margin: 15px 0px 0px; }

  .you_may_interested_product_mn_otr strong {
    line-height: 17px; }

  a#klaviyobtn {
    font-size: 13px; }

  /*  15-12  */ }
@media screen and (max-width: 576px) {
  .section-product .packs_section_content .packs_product_buttons a {
    font-size: 12px !important; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
    flex: 50% 0 0;
    -moz-flex: 50% 0 0;
    -webkit-flex: 50% 0 0;
    max-width: 50%; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
    font-size: 16px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
    font-size: 16px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul {
    margin: 0 -10px; }

  body .product_specs_mn_otr .product_main_details_ans-wrapper .all_specs_dimention {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    right: 0;
    margin: 0 auto;
    text-align: center; }

  /*  09-12  */
  body .pack_product_unique_feature_otr .unique_feature_slider_inr ul {
    grid-template-columns: repeat(1, 1fr); }

  body .pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li:nth-child(2n+1) {
    background: #E9EAEC; }

  body .pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li:nth-child(2n+2) {
    background: #d4d5d7; } }
@media screen and (max-width: 479px) {
  .list-related-products span, .list-related-products li h6 {
    font-size: 16px; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
    flex: 30% 0 0;
    -webkit-flex: 30% 0 0;
    -moz-flex: 30% 0 0;
    margin: 0;
    max-width: 30%; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
      flex: 65% 0 0;
      -webkit-flex: 65% 0 0;
      -moz-flex: 65% 0 0;
      margin: 0px; }

  .large_container {
    padding: 0 20px;
    max-width: 100%; }

  a#klaviyobtn {
    font-size: 12px; }

  /*  09-12  */
  body section.product_main_details {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px; }

  body .section-product .packs_section_content .packs_section_content_inr {
    padding: 20px 0px 0px; }

  body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
    padding: 40px 20px 70px; }

  body.template-kit-bundle .pack_product_unique_feature_otr {
    padding: 30px; }

  body .section-video.pack_product_video .pack_product_video_inr {
    padding: 30px 0px; }

  .section-product .packs_section_images .slider {
    max-width: 80%; }

  body .product_blog_mn_otr {
    padding: 15px;
    margin: 30px 0px; }

  body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
    font-size: 20px; } }
@media screen and (max-width: 420px) {
  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr {
    margin: 0; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
    margin: 0 0 2px 0;
    max-width: 100%;
    padding: 0; }

  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
    max-width: 100%; }

  /* .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr .form__label {
  font-size: 14px;
  width: 45%;
}
  .form-product {
  margin-bottom: 5px;
}
  */
  .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
    text-align: left;
    width: 50% !important;
    max-width: unset; }

  .you_may_interested_product_mn_otr .you_may_interested_product_otr {
    justify-content: center;
    margin: 20px -5px 20px -5px; }

  .section-product .packs_section_content .packs_product_buttons a {
    font-size: 12px !important; }

  .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
    padding: 46px 25px 42px 25px; }

  .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
    flex: 100% 0 0;
    -moz-flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    max-width: 100%; } }
@media screen and (max-width: 400px) {
  .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
    padding: 0 0 20px 0;
    flex: 100% 0 0;
    -webkit-flex: 100% 0 0;
    -moz-flex: 100% 0 0; } }
/* normal css */
.breadcrumbs_otr .large_container {
  padding: 0 30px;
  max-width: 100%; }
  @media (max-width: 1023px) {
    .breadcrumbs_otr .large_container {
      padding: 0 15px; } }
  .breadcrumbs_otr .large_container .breadcrumbs ul li a {
    margin: 0 5px 0 5px; }
  .breadcrumbs_otr .large_container .breadcrumbs ul li:before {
    padding: 0; }
  .breadcrumbs_otr .large_container .breadcrumbs ul li:first-child a {
    margin-left: 0px; }

.eapps-instagram-feed-container {
  width: 100%;
  display: flex;
  flex: 100% 0 0;
  flex-direction: column-reverse; }

.product_main_details .container .product_main_details_otr .product_main_details_left h3:empty {
  display: none; }

/* 15-12 */
.ideal_uses_main_details_title h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  color: #151515;
  font-family: "HelveticaNeue";
  display: block;
  padding-bottom: 28px;
  margin-bottom: 16px;
  background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x; }

.ideal_uses_main_details_ans ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .ideal_uses_main_details_ans ul li {
    flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    text-align: center;
    list-style: none; }

section.ideal_mn_otr {
  padding: 0 0 120px 0; }
  section.ideal_mn_otr .large_container {
    max-width: 1370px; }
  section.ideal_mn_otr .container {
    max-width: 1200px; }
  section.ideal_mn_otr.stuff_sacks_page .ideal_uses_main_details_ans ul li {
    max-width: 33.33%;
    flex: 33.33% 0 0;
    -webkit-flex: 33.33% 0 0;
    -moz-flex: 33.33% 0 0;
    padding-bottom: 20px; }
    section.ideal_mn_otr.stuff_sacks_page .ideal_uses_main_details_ans ul li .ideal_uses_img {
      min-height: unset;
      line-height: 1; }
    section.ideal_mn_otr.stuff_sacks_page .ideal_uses_main_details_ans ul li .ideal_uses_content {
      margin-top: 0; }

.key_feature_mn_otr .key_feature_mn_title h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  font-family: "HelveticaNeue";
  display: block;
  padding-bottom: 17px;
  text-align: center;
  margin-bottom: 26px; }

.pack_product_unique_inr h4 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-family: "HelveticaNeue";
  display: block;
  padding-bottom: 17px;
  margin-bottom: 16px; }

.pack_product_unique_feature_otr {
  padding: 100px 0; }
  .pack_product_unique_feature_otr .large_container {
    max-width: 1370px; }
  .pack_product_unique_feature_otr .unique_feature_slider_inr ul {
   /*display: flex;
   display: -webkit-flex;
   display: -moz-flex;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
justify-content: stretch;
   flex-direction: row;
   align-items: stretch;
   */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    grid-column-gap: 40px; }
    .pack_product_unique_feature_otr .unique_feature_slider_inr ul li {
      /* flex: 50% 0 0;
       max-width:calc(50% - 40px);
       max-width:-webkit-calc(50% - 40px);
       max-width:-moz-calc(50% - 40px);*/
      list-style: none;
      padding: 10px 20px;
      margin: 5px;
      background: #D4D5D7;
      font-weight: 400;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pack_product_unique_feature_otr .unique_feature_slider_inr ul li strong {
        margin: 0 5px 0 0; }
      .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(4n+1) {
        background: #E9EAEC; }
      .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(4n+2) {
        background: #E9EAEC; }

.section-product .packs_section_content .packs_section_content_inr .section__rating,
.yotpo .write-review .yotpo-header .stars-wrapper {
  cursor: pointer; }

.product_blog_mn_otr {
  padding: 80px 0;
  margin: 50px 0;
  background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  position: relative; }
  .product_blog_mn_otr .product_blog_mn_inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
      flex: 1 0 0;
      padding: 0 20px; }
      .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_img {
        position: relative;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 54%; }
      .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title {
        margin-top: 20px; }
        .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
          font-size: 21px;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 26px;
          margin-bottom: 5px;
          display: block; }
          .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a:hover {
            color: #ff5000; }
      .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat {
        display: inline-block;
        vertical-align: top;
        line-height: 20px; }
        .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat strong {
          font-size: 12px;
          margin-right: 6px;
          text-transform: uppercase;
          color: #ff5000;
          /*        display:inline-block; */
          vertical-align: top;
          line-height: 20px; }
        .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat p {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          margin: 0;
          line-height: 20px; }
  .product_blog_mn_otr:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    top: 0; }

.product_specs_mn_otr {
  background: #D4D5D6;
  padding: 80px 0 120px; }
  .product_specs_mn_otr .product_main_details_title b {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    text-transform: uppercase;
    color: #151515;
    font-family: "HelveticaNeue";
    display: block;
    padding-bottom: 17px;
    margin-bottom: 16px;
    text-align: center; }

.product_specs_mn_otr .wrapper-ac {
  position: relative; }
.product_specs_mn_otr .all_specs_dimention {
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s; }
  .product_specs_mn_otr .all_specs_dimention a {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid black;
    padding: 15px 30px;
    display: inline-block;
    background: #D4D5D6; }
    .product_specs_mn_otr .all_specs_dimention a:hover {
      background: black;
      color: white; }
.product_specs_mn_otr .product_main_details_ans-wrapper {
  position: relative; }
  .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr h2 {
    font-size: 20px;
    line-height: 32px;
    color: #151515;
    font-weight: 700;
    padding: 21px 0;
    margin: 0; }
  .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul {
    /* max-height:363px; */
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none; }
    .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li {
      list-style: none;
      background: #DFDFDF;
      display: flex;
      padding: 15px;
      margin-bottom: 10px;
      text-align: right;
      font-weight: 500; }
      .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li:nth-child(even) {
        background: #EAEAEB; }
      .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li strong {
        text-align: left;
        flex: 1 0 0;
        padding-right: 10px;
        text-transform: uppercase; }
      .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round {
        text-align: right;
        flex: 1 0 0; }
        .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round p {
          margin: 0;
          font-weight: 500; }
  .product_specs_mn_otr .product_main_details_ans-wrapper:after {
    background: -moz-linear-gradient(top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30%);
    background: -webkit-linear-gradient(top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30%);
    background: linear-gradient(to bottom, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6d4d5d6',GradientType=0 );
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 140px;
    /*    @media(max-width: 900px){
            height: 100px;
          }
          @media(max-width: 479px){
          	height: 0px;
          } */ }
  .product_specs_mn_otr .product_main_details_ans-wrapper.long_div .all_specs_dimention {
    display: block; }
  .product_specs_mn_otr .product_main_details_ans-wrapper.full_div {
    padding-bottom: 40px;
    display: block; }
    .product_specs_mn_otr .product_main_details_ans-wrapper.full_div ul {
      max-height: unset;
      overflow: visible;
      transition: none;
      -webkit-transition: none;
      -moz-transition: none; }
    .product_specs_mn_otr .product_main_details_ans-wrapper.full_div:after {
      content: none; }
    .product_specs_mn_otr .product_main_details_ans-wrapper.full_div .all_specs_dimention {
      transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s; }

.yotpo.QABottomLine {
  display: none; }

.ideal_uses_img {
  min-height: 63px;
  line-height: 63px; }

.ideal_uses_content {
  margin-top: 13px; }
  .ideal_uses_content strong {
    display: block;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px; }
  .ideal_uses_content p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 400; }

.ideal_uses_main_details_ans {
  margin-top: 32px; }

.template-stuff-sacks .product_specs_mn_otr, .template-kit-bundle .product_specs_mn_otr {
  padding: 80px 0px; }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na:after, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:after {
    content: none; }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2 {
    display: block;
    width: inherit;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:before, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:before {
      content: "\f067";
      position: absolute;
      font-family: FontAwesome;
      font-size: 18px;
      right: 21px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 300; }
    .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:after, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:after {
      content: "";
      position: absolute;
      background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
      background-position: bottom;
      background-size: 7px 1px;
      background-repeat: repeat-x;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      height: 1px; }
    .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:first-child:after, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h2:first-child:after {
      content: "";
      position: absolute;
      background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
      background-position: top;
      background-size: 7px 1px;
      background-repeat: repeat-x;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      height: 1px; }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul {
    display: none;
    width: inherit;
    height: auto;
    padding: 18px 0px; }
    .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul:target, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul:target {
      display: block; }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr:first-child ul, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr:first-child ul {
    /*             display:block; */ }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr.active_accor h2:before, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr.active_accor h2:before {
    content: "\f068";
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300; }
  .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention {
    display: none; }

.mobile_accordion {
  display: none; }

@media (min-width: 1200px) {
  .section-products h6 {
    font-size: 32px; } }
@media (min-width: 901px) {
  .desk_hidden {
    display: none; } }
.wrapper-ac .product_main_details_ans_inr ul {
  display: none; }

/* product page end */
.shg-product-img-placeholder img {
  padding: 39% 3rem !important; }

.section-default .section__group-content h1 {
  font-weight: 600; }

.custom_text_btn {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 992px) {
    .custom_text_btn {
      bottom: 2em; } }

.value_box_product_col > .shg-row .shg-c-lg-6 {
  align-items: center !important; }

.value_box_product_col > .shg-row .shg-c-lg-6 .shg-fw {
  align-items: center;
  display: flex; }

/* .value_box_product_col .shg-c-lg-6 {
height:100%;
}

.value_box_product_col .shg-c-lg-6 .shg-fw {
height:100%;
}

.value_box_product_col .shg-c-lg-6 .shg-fw .shg-box-vertical-align-wrapper {
height: 100% !important;
display: block !important;
object-fit: cover;
object-position: center;
width: auto !important;
}

.value_box_product_col .shg-c-lg-6 .shg-fw .shg-box-vertical-align-wrapper .slider_mn_otr_section {
height:100%;
}
{
height:100%;
} */
@media screen and (max-width: 420px) {
  .black_bg_main_section > .shg-box-content > .shg-c, .grey_bg_main_section > .shg-box-content > .shg-c {
    padding: 0 !important; } }
@media screen and (max-width: 767px) {
  /*   .custom_text_btn {
  position: static !important;
} */ }
.custom_text_btn {
  max-width: 50% !important;
  margin: 0 auto !important; }

/* .value_box_product_img img {
  opacity: 0;
} */
.value_box_product_img.gray_bg {
  background-color: #d4d5d9 !important; }

.apply-inconsolata-font {
  max-width: 100% !important;
  margin: 0 auto; }
  .apply-inconsolata-font a {
    display: block !important;
    background-repeat: no-repeat !important;
    border-style: solid !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom-width: 0px !important;
    border-right-width: 0px !important;
    border-color: black !important;
    border-radius: 0px !important;
    text-align: center !important;
    background: #ff5000 !important;
    background-color: #ff5000 !important;
    font-size: 14px !important;
    font-weight: bold !important; }

.value_box_product_title {
  padding: 10px 0 !important; }

.value_box_product_title h5 {
  letter-spacing: 1px !important; }

.slider_mn_otr_section {
  background: #ffffff;
  height: 100%; }

@media screen and (min-width: 1440px) {
  .value_box_product_col > .shg-row .shg-c-lg-6 .shg-fw > .shg-box-vertical-align-wrapper img {
    min-height: 619px;
    object-fit: cover;
    object-position: center; } }
.product_title-mobile {
  display: none; }

@media (max-width: 1000px) {
  .value_box_product_col > .shg-row .shg-c-lg-6 {
    width: 100% !important; }

  .product_title-desk {
    display: none !important; }

  .product_title-mobile {
    display: block !important;
    padding: 25px !important; }

  .grey_bg_main_section .value_box_product_col .shg-row {
    flex-flow: column-reverse; }

  .product_value_text_main {
    padding: 35px 25px 70px !important; }

  .custom_text_btn {
    margin: 12px 0px; }

  /*    */
  .product_full_row .product_title-mobile {
    background: #D4D5D9 !important; }

  .product_full_row .product_title-mobile.gray-bg {
    background: #FFF !important; }

  .high_value_mobile_breadcrumbs {
    padding: 0 22px !important; } }
.collection_pg .boost-pfs-filter-product-item {
  margin-bottom: 40px; }

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .value_box_product_img img {
    height: 560px;
    object-fit: cover;
    width: auto; } }
.product_main_details_ans-wrapper.no-grad:after,
.product_specs_mn_otr.no-grad .product_main_details_ans-wrapper:after {
  content: '';
  background: none;
  position: unset;
  display: none; }

.product_main_details_left_description .bold-title {
  font-weight: 700; }

.modal-dialog .modal-content {
  padding: 1em; }

.template-product .section__content .you_may_interested_product_mn_otr .startingat,
.template-stuff-sacks .section__content .you_may_interested_product_mn_otr .startingat {
  display: none !important; }

/*  */
@supports (-webkit-touch-callout: none) {
  .product_specs_mn_otr .product_main_details_ans-wrapper:after {
    background: linear-gradient(to bottom, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 140px;
    /*       @media(max-width: 900px){
            height: 100px;
          } */ } }
body .ideal_uses_img img {
  max-width: 50px;
  /* image-rendering: -webkit-optimize-contrast;
  @media(max-width: 900px){
  	max-width: 70px;
  }
  @media(max-width: 767px){
  	max-width: 50px;
  }
  */ }

body .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #FFF !important; }

.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0); }

section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list strong > strong {
  /* display: inline-block; */
  background-color: transparent !important;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0; }

.vp-controls {
  display: none; }

@media (max-width: 900px) {
  .product_main_details_title.kit-temp {
    display: block !important; } }
.template-kit-bundle .product_main_details_title.feature_mob_title strong {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0; }

@media (max-width: 900px) {
  .template-kit-bundle .unique_feature_slider_inr ul.columns-feature {
    display: none;
    margin-bottom: 1rem; }

  .template-kit-bundle .unique_feature_slider_inr h5 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding: 15px 0;
    cursor: pointer; }

  .template-kit-bundle .unique_feature_slider_inr h5:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    top: 0;
    height: 1px; }

  .template-kit-bundle .unique_feature_slider_inr h5:before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300; }

  .template-kit-bundle .unique_feature_slider_inr.active_accor h5:before {
    content: "\f068";
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300; } }
@media (max-width: 900px) {
  .pack_product_unique_feature_otr .pack_product_unique_feature {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(even) {
    background: #D4D5D7; }

  .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(odd) {
    background: #E9EAEC; }

  .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 768px) {
  .pack_product_unique_feature_otr .pack_product_unique_feature {
    max-width: 540px; } }
@media (max-width: 767px) {
  .pack_product_unique_feature_otr .pack_product_unique_feature {
    max-width: 100%;
    padding: 0; } }
.swatch_ski .list-radios li .radio .form__label, .swatch_hip .list-radios li .radio .form__label {
  padding: 0 15px; }

.shg-box-vertical-align-wrapper .slider_mn_otr_section, .shg-box-vertical-align-wrapper .value_box_product, .shg-box-vertical-align-wrapper .value_box_product .value_box_product_img {
  background-color: transparent !important; }

.collection .boost-pfs-filter-tree-h-wrapper {
  display: none; }

.product_full_row .banner-bottom-text span {
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 600;
  color: #151515; }
  @media (max-width: 1000px) {
    .product_full_row .banner-bottom-text span {
      font-size: 16px !important;
      line-height: 28px; } }
@media (max-width: 1000px) {
  .product_full_row .banner-bottom-text {
    padding: 15px 25px 30px !important; } }

.template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:last-child {
  position: relative; }

.template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:last-child .product_main_details_ans_inr:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #151515 50%, rgba(0, 0, 0, 0) 60%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; }

@media (max-width: 768px) {
  .template-sizechart-stuffsack .sizingchart .row {
    margin-left: 0;
    margin-right: 0; } }
