/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-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";
}
.sr-only,
.remove span {
  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;
}
/****OOCSS****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
/***Magento Blank Theme Basic resets***/
html {
  min-height: 100vh;
  display: block;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
  margin: auto !important;
  max-width: 1600px !important;
}
html,
body {
  height: auto !important;
  overflow-y: auto !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
body .column.main {
  min-height: 0;
}
body .page-footer {
  margin-top: auto;
}
/* Display Properties */
.column-wrapper,
.columns-wrapper {
  overflow: hidden;
}
.pull-left,
.left,
.alignleft {
  float: left;
}
.pull-right,
.right,
.alignright {
  float: right;
}
.no-float,
.float-none {
  float: none;
}
.clear {
  clear: both;
}
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.absolute.full,
.fixed.full {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.relative.full {
  width: 100%;
  height: 100%;
}
.hidden,
.hide {
  display: none;
}
.display-block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.display-inherit {
  display: inherit;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.vertical-mid,
.vert-mid {
  vertical-align: middle;
}
.vertical-top,
.vert-top {
  vertical-align: top;
}
.vertical-bottom,
.vert-bottom {
  vertical-align: bottom;
}
.text-two-column,
.text-two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-200 {
  z-index: 200;
}
.z-index-500 {
  z-index: 500;
}
.z-index-700 {
  z-index: 700;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Screen Reader Only Text */
.sr-only,
.remove span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Flexbox Classes
 * review mixins.less for flexbox methods available
 */
.flex,
.webforms .fieldset,
.page-layout-2columns-right .columns,
.page-layout-blog-archive .columns,
.page-layout-blog-landing .columns,
.page-layout-2columns-left .columns,
.catalog-product-view .column.main,
.catalog-product-view .column.main .prod-detail-top,
.checkout-cart-index .cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap,
.webforms .fieldset,
.page-layout-2columns-right .columns,
.page-layout-blog-archive .columns,
.page-layout-blog-landing .columns,
.page-layout-2columns-left .columns,
.catalog-product-view .column.main,
.catalog-product-view .column.main .prod-detail-top,
.checkout-cart-index .cart-summary {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.flex-grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.display-inherit {
  display: inherit;
}
.full-height {
  height: 100%;
}
/* Percentage Widths */
.one {
  width: 1%;
}
.two {
  width: 2%;
}
.three {
  width: 3%;
}
.four {
  width: 4%;
}
.five {
  width: 5%;
}
.six {
  width: 6%;
}
.seven {
  width: 7%;
}
.eight {
  width: 8%;
}
.nine {
  width: 9%;
}
.ten {
  width: 10%;
}
.eleven {
  width: 11%;
}
.twelve {
  width: 12%;
}
.thirteen {
  width: 13%;
}
.fourteen {
  width: 14%;
}
.fifteen {
  width: 15%;
}
.sixteen,
.six-column {
  width: 16.66666%;
}
.seven-column {
  width: 14.28%;
}
.twenty,
.five-column {
  width: 20%;
}
.twentyfive,
.twenty-five,
.four-column {
  width: 25%;
}
.thirty {
  width: 30%;
}
.thirtythree,
.thirty-three,
.three-column {
  width: 33.333%;
}
.fourty,
.forty {
  width: 40%;
}
.fortyfive {
  width: 45%;
}
.fifty,
.two-column {
  width: 50%;
}
.fiftyfive {
  width: 55%;
}
.sixty {
  width: 60%;
}
.sixtyfive,
.sixty-five {
  width: 65%;
}
.sixtysix,
.sixty-six {
  width: 66.666%;
}
.seventy {
  width: 70%;
}
.seventyfive,
.seventy-five {
  width: 75%;
}
.eighty {
  width: 80%;
}
.eightyfive,
.eighty-five {
  width: 85%;
}
.ninety {
  width: 90%;
}
.ninetyfive,
.ninety-five {
  width: 95%;
}
.hundred,
.one-column {
  width: 100%;
}
/* Typography Properties
 * review mixins.less to see availible methods for altering font-sizes and other properties
 */
.italic {
  font-style: italic;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-semi-bold {
  font-weight: 600;
}
.weight-bold {
  font-weight: 700;
}
.weight-extra-bold {
  font-weight: 800;
}
.weight-black {
  font-weight: 900;
}
.textleft,
.text-left {
  text-align: left;
}
.textright,
.text-right {
  text-align: right;
}
.textcenter,
.text-center {
  text-align: center;
}
.strikethrough,
.line-through {
  text-decoration: line-through;
}
.line-height-0 {
  line-height: 0;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
.line-height-2 {
  line-height: 2;
}
.underline {
  text-decoration: underline;
}
.uppercase,
.caps {
  text-transform: uppercase;
}
.lowercase,
.lower {
  text-transform: lowercase;
}
.no-list,
.no-list ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inside-list,
.list-inside {
  list-style-position: inside;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-indent: -9999px;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Margin & Padding Properties */
.no-margin {
  margin: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.margin-auto {
  margin: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.no-padding {
  padding: 0;
}
body .no-lr-padding {
  padding-left: 0;
  padding-right: 0;
}
/* Overlay */
.overlay-0 {
  background-color: rgba(0, 0, 0, 0);
}
.overlay-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-100 {
  background-color: #000000;
}
/* Image Helpers */
.responsive {
  width: 100%;
  height: auto;
}
.max-image {
  max-width: 100%;
  height: auto;
}
.bg-cover,
.background-cover,
.backgroundcover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bc,
.background-bottom-center {
  background-position: center bottom;
}
.bg-bl,
.background-bottom-left {
  background-position: left bottom;
}
.bg-br,
.background-bottom-right {
  background-position: right bottom;
}
.bg-center,
.background-center {
  background-position: center center;
}
.bg-lc,
.background-left-center,
.background-middle-left {
  background-position: left center;
}
.bg-rc,
.background-right-center,
.background-middle-right {
  background-position: right center;
}
.bg-tc,
.background-top-center {
  background-position: center top;
}
.bg-tl,
.background-top-left {
  background-position: left top;
}
.bg-tr,
.background-top-right {
  background-position: right top;
}
/* Animation, Transitions, & Transforms
 * review mixins.less to view all methods for transitions and transforms
 */
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pre-animated,
.no-visible,
.not-visible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
.delay-one,
.delay-1,
.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.delay-two,
.delay-2,
.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.delay-two-five,
.delay-2-5,
.delay2-5 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.delay-three,
.delay-3,
.delay3 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.delay-four,
.delay-4,
.delay4 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.delay-five,
.delay-5,
.delay5 {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 565px) {
  .parallax {
    background-attachment: scroll;
  }
}
/* Other Helpers */
.pointer:hover {
  cursor: pointer;
}
/* Grid Media Queries
 * review styleguide.less to see all available media queries widths.
 */
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66667%;
}
.col-10 {
  width: 83.33333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66667%;
}
.col-7 {
  width: 58.33333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66667%;
}
.col-4 {
  width: 33.33333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.33333%;
}
@media (max-width: 1500px) {
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.6666%;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .xxl-one {
    width: 1%;
  }
  .xxl-two {
    width: 2%;
  }
  .xxl-three {
    width: 3%;
  }
  .xxl-four {
    width: 4%;
  }
  .xxl-five {
    width: 5%;
  }
  .xxl-six {
    width: 6%;
  }
  .xxl-seven {
    width: 7%;
  }
  .xxl-eight {
    width: 8%;
  }
  .xxl-nine {
    width: 9%;
  }
  .xxl-ten {
    width: 10%;
  }
  .xxl-eleven {
    width: 11%;
  }
  .xxl-twelve {
    width: 12%;
  }
  .xxl-thirteen {
    width: 13%;
  }
  .xxl-fourteen {
    width: 14%;
  }
  .xxl-fifteen {
    width: 15%;
  }
  .xxl-thirtythree,
  .xxl-thirty-three,
  .xxl-three-column {
    width: 33.333%;
  }
  .xxl-twentyfive,
  .xxl-twenty-five,
  .xxl-four-column {
    width: 25%;
  }
  .xxl-twenty,
  .xxl-five-column {
    width: 20%;
  }
  .xxl-sixteen,
  .xxl-six-column {
    width: 16.66666%;
  }
  .xxl-seven-column {
    width: 14.28%;
  }
  .xxl-thirty {
    width: 30%;
  }
  .xxl-fourty,
  .xxl-forty {
    width: 40%;
  }
  .xxl-fortyfive {
    width: 45%;
  }
  .xxl-fifty,
  .xxl-two-column {
    width: 50%;
  }
  .xxl-fiftyfive {
    width: 55%;
  }
  .xxl-sixty {
    width: 60%;
  }
  .xxl-sixtysix,
  .xxl-sixty-six {
    width: 66.666%;
  }
  .xxl-seventy {
    width: 70%;
  }
  .xxl-seventyfive,
  .xxl-seventy-five {
    width: 75%;
  }
  .xxl-eighty {
    width: 80%;
  }
  .xxl-eightyfive,
  .xxl-eighty-five {
    width: 85%;
  }
  .xxl-ninety {
    width: 90%;
  }
  .xxl-ninetyfive,
  .xxl-ninety-five {
    width: 95%;
  }
  .xxl-hundred,
  .xxl-one-column {
    width: 100%;
  }
  .xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xxl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xxl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xxl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xxl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xxl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxl-no-padding {
    padding: 0;
  }
  body .xxl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl-hidden,
  .xxl-hide {
    display: none;
  }
  .xxl-block {
    display: block;
  }
  .xxl-inline {
    display: inline;
  }
  .xxl-inline-block {
    display: inline-block;
  }
  .xxl-static {
    position: static;
  }
  .xxl-relative {
    position: relative;
  }
  .xxl-absolute {
    position: absolute;
  }
  .xxl-fixed {
    position: fixed;
  }
  .xxl-clearfix:before,
  .xxl-clearfix:after {
    content: " ";
    display: table;
  }
  .xxl-clearfix:after {
    clear: both;
  }
  .xxl-column-wrapper,
  .xxl-columns-wrapper {
    overflow: hidden;
  }
  .xxl-vertical-top,
  .xxl-vert-top {
    vertical-align: top;
  }
  .xxl-vertical-bottom,
  .xxl-vert-btm {
    vertical-align: bottom;
  }
  .xxl-vertical-middle,
  .xxl-vert-mid {
    vertical-align: middle;
  }
  .xxl-left,
  .xxl-pull-left {
    float: left;
  }
  .xxl-right,
  .xxl-pull-right {
    float: right;
  }
  .xxl-no-float,
  .xxl-float-none {
    float: none;
  }
  .xxl-textleft,
  .xxl-text-left {
    text-align: left;
  }
  .xxl-textright,
  .xxl-text-right {
    text-align: right;
  }
  .xxl-textcenter,
  .xxl-text-center {
    text-align: center;
  }
  .xxl-margin-auto {
    margin: auto;
  }
  .xxl-margin-left-auto {
    margin-left: auto;
  }
  .xxl-margin-right-auto {
    margin-right: auto;
  }
  .xxl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xxl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xxl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1400px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.6666%;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .xl-one {
    width: 1%;
  }
  .xl-two {
    width: 2%;
  }
  .xl-three {
    width: 3%;
  }
  .xl-four {
    width: 4%;
  }
  .xl-five {
    width: 5%;
  }
  .xl-six {
    width: 6%;
  }
  .xl-seven {
    width: 7%;
  }
  .xl-eight {
    width: 8%;
  }
  .xl-nine {
    width: 9%;
  }
  .xl-ten {
    width: 10%;
  }
  .xl-eleven {
    width: 11%;
  }
  .xl-twelve {
    width: 12%;
  }
  .xl-thirteen {
    width: 13%;
  }
  .xl-fourteen {
    width: 14%;
  }
  .xl-fifteen {
    width: 15%;
  }
  .xl-sixteen,
  .xl-six-column {
    width: 16.66666%;
  }
  .xl-twenty,
  .xl-five-column {
    width: 20%;
  }
  .xl-twentyfive,
  .xl-twenty-five,
  .xl-four-column {
    width: 25%;
  }
  .xl-thirty {
    width: 30%;
  }
  .xl-thirtythree,
  .xl-thirty-three,
  .xl-three-column {
    width: 33.333%;
  }
  .xl-seven-column {
    width: 14.28%;
  }
  .xl-fourty,
  .xl-forty {
    width: 40%;
  }
  .xl-fortyfive {
    width: 45%;
  }
  .xl-fifty,
  .xl-two-column {
    width: 50%;
  }
  .xl-fiftyfive {
    width: 55%;
  }
  .xl-sixty {
    width: 60%;
  }
  .xl-sixtysix,
  .xl-sixty-six {
    width: 66.666%;
  }
  .xl-seventy {
    width: 70%;
  }
  .xl-seventyfive,
  .xl-seventy-five {
    width: 75%;
  }
  .xl-eighty {
    width: 80%;
  }
  .xl-eightyfive,
  .xl-eighty-five {
    width: 85%;
  }
  .xl-ninety {
    width: 90%;
  }
  .xl-ninetyfive,
  .xl-ninety-five {
    width: 95%;
  }
  .xl-hundred,
  .xl-one-column {
    width: 100%;
  }
  .xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xl-no-padding {
    padding: 0;
  }
  body .xl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-hidden,
  .xl-hide {
    display: none;
  }
  .xl-block {
    display: block;
  }
  .xl-inline {
    display: inline;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-static {
    position: static;
  }
  .xl-relative {
    position: relative;
  }
  .xl-absolute {
    position: absolute;
  }
  .xl-fixed {
    position: fixed;
  }
  .xl-clearfix:before,
  .xl-clearfix:after {
    content: " ";
    display: table;
  }
  .xl-clearfix:after {
    clear: both;
  }
  .xl-column-wrapper,
  .xl-columns-wrapper {
    overflow: hidden;
  }
  .xl-vertical-top,
  .xl-vert-top {
    vertical-align: top;
  }
  .xl-vertical-bottom,
  .xl-vert-btm {
    vertical-align: bottom;
  }
  .xl-vertical-middle,
  .xl-vert-mid {
    vertical-align: middle;
  }
  .xl-left,
  .xl-pull-left {
    float: left;
  }
  .xl-right,
  .xl-pull-right {
    float: right;
  }
  .xl-no-float,
  .xl-float-none {
    float: none;
  }
  .xl-textleft,
  .xl-text-left {
    text-align: left;
  }
  .xl-textright,
  .xl-text-right {
    text-align: right;
  }
  .xl-textcenter,
  .xl-text-center {
    text-align: center;
  }
  .xl-margin-auto {
    margin: auto;
  }
  .xl-margin-left-auto {
    margin-left: auto;
  }
  .xl-margin-right-auto {
    margin-right: auto;
  }
  .xl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .lg-one {
    width: 1%;
  }
  .lg-two {
    width: 2%;
  }
  .lg-three {
    width: 3%;
  }
  .lg-four {
    width: 4%;
  }
  .lg-five {
    width: 5%;
  }
  .lg-six {
    width: 6%;
  }
  .lg-seven {
    width: 7%;
  }
  .lg-eight {
    width: 8%;
  }
  .lg-nine {
    width: 9%;
  }
  .lg-ten {
    width: 10%;
  }
  .lg-eleven {
    width: 11%;
  }
  .lg-twelve {
    width: 12%;
  }
  .lg-thirteen {
    width: 13%;
  }
  .lg-fourteen {
    width: 14%;
  }
  .lg-fifteen {
    width: 15%;
  }
  .lg-sixteen,
  .lg-six-column {
    width: 16.66666%;
  }
  .lg-twenty,
  .lg-five-column {
    width: 20%;
  }
  .lg-seven-column {
    width: 14.28%;
  }
  .lg-twentyfive,
  .lg-twenty-five,
  .lg-four-column {
    width: 25%;
  }
  .lg-thirty {
    width: 30%;
  }
  .lg-thirtythree,
  .lg-thirty-three,
  .lg-three-column {
    width: 33.333%;
  }
  .lg-fourty,
  .lg-forty {
    width: 40%;
  }
  .lg-fortyfive {
    width: 45%;
  }
  .lg-fifty,
  .lg-two-column {
    width: 50%;
  }
  .lg-fiftyfive {
    width: 55%;
  }
  .lg-sixty {
    width: 60%;
  }
  .lg-sixtysix,
  .lg-sixty-six {
    width: 66.666%;
  }
  .lg-seventy {
    width: 70%;
  }
  .lg-seventyfive,
  .lg-seventy-five {
    width: 75%;
  }
  .lg-eighty {
    width: 80%;
  }
  .lg-eightyfive,
  .lg-eighty-five {
    width: 85%;
  }
  .lg-ninety {
    width: 90%;
  }
  .lg-ninetyfive,
  .lg-ninety-five {
    width: 95%;
  }
  .lg-hundred,
  .lg-one-column {
    width: 100%;
  }
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lg-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .lg-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .lg-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .lg-no-padding {
    padding: 0;
  }
  body .lg-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-hidden,
  .lg-hide {
    display: none;
  }
  .lg-block {
    display: block;
  }
  .lg-inline {
    display: inline;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-static {
    position: static;
  }
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-clearfix:before,
  .lg-clearfix:after {
    content: " ";
    display: table;
  }
  .lg-clearfix:after {
    clear: both;
  }
  .lg-column-wrapper,
  .lg-columns-wrapper {
    overflow: hidden;
  }
  .lg-vertical-top,
  .lg-vert-top {
    vertical-align: top;
  }
  .lg-vertical-bottom,
  .lg-vert-btm {
    vertical-align: bottom;
  }
  .lg-vertical-middle,
  .lg-vert-mid {
    vertical-align: middle;
  }
  .lg-left,
  .lg-pull-left {
    float: left;
  }
  .lg-right,
  .lg-pull-right {
    float: right;
  }
  .lg-no-float,
  .lg-float-none {
    float: none;
  }
  .lg-textleft,
  .lg-text-left {
    text-align: left;
  }
  .lg-textright,
  .lg-text-right {
    text-align: right;
  }
  .lg-textcenter,
  .lg-text-center {
    text-align: center;
  }
  .lg-margin-auto {
    margin: auto;
  }
  .lg-margin-left-auto {
    margin-left: auto;
  }
  .lg-margin-right-auto {
    margin-right: auto;
  }
  .lg-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-lg-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-lg-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .col-tbl-12 {
    width: 100%;
  }
  .col-tbl-11 {
    width: 91.66667%;
  }
  .col-tbl-10 {
    width: 83.33333%;
  }
  .col-tbl-9 {
    width: 75%;
  }
  .col-tbl-8 {
    width: 66.66667%;
  }
  .col-tbl-7 {
    width: 58.33333%;
  }
  .col-tbl-6 {
    width: 50%;
  }
  .col-tbl-5 {
    width: 41.66667%;
  }
  .col-tbl-4 {
    width: 33.33333%;
  }
  .col-tbl-3 {
    width: 25%;
  }
  .col-tbl-2 {
    width: 16.6666%;
  }
  .col-tbl-1 {
    width: 8.33333%;
  }
  .tbl-one {
    width: 1%;
  }
  .tbl-two {
    width: 2%;
  }
  .tbl-three {
    width: 3%;
  }
  .tbl-four {
    width: 4%;
  }
  .tbl-five {
    width: 5%;
  }
  .tbl-six {
    width: 6%;
  }
  .tbl-seven {
    width: 7%;
  }
  .tbl-eight {
    width: 8%;
  }
  .tbl-nine {
    width: 9%;
  }
  .tbl-ten {
    width: 10%;
  }
  .tbl-eleven {
    width: 11%;
  }
  .tbl-twelve {
    width: 12%;
  }
  .tbl-thirteen {
    width: 13%;
  }
  .tbl-fourteen {
    width: 14%;
  }
  .tbl-fifteen {
    width: 15%;
  }
  .tbl-sixteen,
  .tbl-six-column {
    width: 16.66666%;
  }
  .tbl-twenty,
  .tbl-five-column {
    width: 20%;
  }
  .tlb-seven-column {
    width: 14.28%;
  }
  .tbl-twentyfive,
  .tbl-twenty-five,
  .tbl-four-column {
    width: 25%;
  }
  .tbl-thirty {
    width: 30%;
  }
  .tbl-thirtythree,
  .tbl-thirty-three,
  .tbl-three-column {
    width: 33.333%;
  }
  .tbl-fourty,
  .tbl-forty {
    width: 40%;
  }
  .tbl-fortyfive {
    width: 45%;
  }
  .tbl-fifty,
  .tbl-two-column {
    width: 50%;
  }
  .tbl-fiftyfive {
    width: 55%;
  }
  .tbl-sixty {
    width: 60%;
  }
  .tbl-sixtysix,
  .tbl-sixty-six {
    width: 66.666%;
  }
  .tbl-seventy {
    width: 70%;
  }
  .tbl-seventyfive,
  .tbl-seventy-five {
    width: 75%;
  }
  .tbl-eighty {
    width: 80%;
  }
  .tbl-eightyfive,
  .tbl-eighty-five {
    width: 85%;
  }
  .tbl-ninety {
    width: 90%;
  }
  .tbl-ninetyfive,
  .tbl-ninety-five {
    width: 95%;
  }
  .tbl-hundred,
  .tbl-one-column {
    width: 100%;
  }
  .tbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .tbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .tbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .tbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tbl-no-padding {
    padding: 0;
  }
  body .tbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .tbl-hidden,
  .tbl-hide {
    display: none;
  }
  .tbl-block {
    display: block;
  }
  .tbl-inline {
    display: inline;
  }
  .tbl-inline-block {
    display: inline-block;
  }
  .tbl-static {
    position: static;
  }
  .tbl-relative {
    position: relative;
  }
  .tbl-absolute {
    position: absolute;
  }
  .tbl-fixed {
    position: fixed;
  }
  .tbl-clearfix:before,
  .tbl-clearfix:after {
    content: " ";
    display: table;
  }
  .tbl-clearfix:after {
    clear: both;
  }
  .tbl-column-wrapper,
  .tbl-columns-wrapper {
    overflow: hidden;
  }
  .tbl-vertical-top,
  .tbl-vert-top {
    vertical-align: top;
  }
  .tbl-vertical-bottom,
  .tbl-vert-btm {
    vertical-align: bottom;
  }
  .tbl-vertical-middle,
  .tbl-vert-mid {
    vertical-align: middle;
  }
  .tbl-left,
  .tbl-pull-left {
    float: left;
  }
  .tbl-right,
  .tbl-pull-right {
    float: right;
  }
  .tbl-no-float,
  .tbl-float-none {
    float: none;
  }
  .tbl-textleft,
  .tbl-text-left {
    text-align: left;
  }
  .tbl-textright,
  .tbl-text-right {
    text-align: right;
  }
  .tbl-textcenter,
  .tbl-text-center {
    text-align: center;
  }
  .tbl-margin-auto {
    margin: auto;
  }
  .tbl-margin-left-auto {
    margin-left: auto;
  }
  .tbl-margin-right-auto {
    margin-right: auto;
  }
  .tbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-tbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-tbl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .sm-one {
    width: 1%;
  }
  .sm-two {
    width: 2%;
  }
  .sm-three {
    width: 3%;
  }
  .sm-four {
    width: 4%;
  }
  .sm-five {
    width: 5%;
  }
  .sm-six {
    width: 6%;
  }
  .sm-seven {
    width: 7%;
  }
  .sm-eight {
    width: 8%;
  }
  .sm-nine {
    width: 9%;
  }
  .sm-ten {
    width: 10%;
  }
  .sm-eleven {
    width: 11%;
  }
  .sm-twelve {
    width: 12%;
  }
  .sm-thirteen {
    width: 13%;
  }
  .sm-fourteen {
    width: 14%;
  }
  .sm-fifteen {
    width: 15%;
  }
  .sm-sixteen,
  .sm-six-column {
    width: 16.66666%;
  }
  .sm-twenty,
  .sm-five-column {
    width: 20%;
  }
  .sm-seven-column {
    width: 14.28%;
  }
  .sm-twentyfive,
  .sm-twenty-five,
  .sm-four-column {
    width: 25%;
  }
  .sm-thirty {
    width: 30%;
  }
  .sm-thirtythree,
  .sm-thirty-three,
  .sm-three-column {
    width: 33.333%;
  }
  .sm-fourty,
  .sm-forty {
    width: 40%;
  }
  .sm-fortyfive {
    width: 45%;
  }
  .sm-fifty,
  .sm-two-column {
    width: 50%;
  }
  .sm-fiftyfive {
    width: 55%;
  }
  .sm-sixty {
    width: 60%;
  }
  .sm-sixtysix,
  .sm-sixty-six {
    width: 66.666%;
  }
  .sm-seventy {
    width: 70%;
  }
  .sm-seventyfive,
  .sm-seventy-five {
    width: 75%;
  }
  .sm-eighty {
    width: 80%;
  }
  .sm-eightyfive,
  .sm-eighty-five {
    width: 85%;
  }
  .sm-ninety {
    width: 90%;
  }
  .sm-ninetyfive,
  .sm-ninety-five {
    width: 95%;
  }
  .sm-hundred,
  .sm-one-column {
    width: 100%;
  }
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .sm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .sm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .sm-no-padding {
    padding: 0;
  }
  body .sm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-hidden,
  .sm-hide {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .sm-inline {
    display: inline;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-static {
    position: static;
  }
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-clearfix:before,
  .sm-clearfix:after {
    content: " ";
    display: table;
  }
  .sm-clearfix:after {
    clear: both;
  }
  .sm-column-wrapper,
  .sm-columns-wrapper {
    overflow: hidden;
  }
  .sm-vertical-top,
  .sm-vert-top {
    vertical-align: top;
  }
  .sm-vertical-bottom,
  .sm-vert-btm {
    vertical-align: bottom;
  }
  .sm-vertical-middle,
  .sm-vert-mid {
    vertical-align: middle;
  }
  .sm-left,
  .sm-pull-left {
    float: left;
  }
  .sm-right,
  .sm-pull-right {
    float: right;
  }
  .sm-no-float,
  .sm-float-none {
    float: none;
  }
  .sm-textleft,
  .sm-text-left {
    text-align: left;
  }
  .sm-textright,
  .sm-text-right {
    text-align: right;
  }
  .sm-textcenter,
  .sm-text-center {
    text-align: center;
  }
  .sm-margin-auto {
    margin: auto;
  }
  .sm-margin-left-auto {
    margin-left: auto;
  }
  .sm-margin-right-auto {
    margin-right: auto;
  }
  .sm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-sm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-sm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 643px) {
  .col-xsm-12 {
    width: 100%;
  }
  .col-xsm-11 {
    width: 91.66667%;
  }
  .col-xsm-10 {
    width: 83.33333%;
  }
  .col-xsm-9 {
    width: 75%;
  }
  .col-xsm-8 {
    width: 66.66667%;
  }
  .col-xsm-7 {
    width: 58.33333%;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 41.66667%;
  }
  .col-xsm-4 {
    width: 33.33333%;
  }
  .col-xsm-3 {
    width: 25%;
  }
  .col-xsm-2 {
    width: 16.6666%;
  }
  .col-xsm-1 {
    width: 8.33333%;
  }
  .xsm-one {
    width: 1%;
  }
  .xsm-two {
    width: 2%;
  }
  .xsm-three {
    width: 3%;
  }
  .xsm-four {
    width: 4%;
  }
  .xsm-five {
    width: 5%;
  }
  .xsm-six {
    width: 6%;
  }
  .xsm-seven {
    width: 7%;
  }
  .xsm-eight {
    width: 8%;
  }
  .xsm-nine {
    width: 9%;
  }
  .xsm-ten {
    width: 10%;
  }
  .xsm-eleven {
    width: 11%;
  }
  .xsm-twelve {
    width: 12%;
  }
  .xsm-thirteen {
    width: 13%;
  }
  .xsm-fourteen {
    width: 14%;
  }
  .xsm-fifteen {
    width: 15%;
  }
  .xsm-sixteen,
  .xsm-six-column {
    width: 16.66666%;
  }
  .xsm-twenty,
  .xsm-five-column {
    width: 20%;
  }
  .xsm-seven-column {
    width: 14.28%;
  }
  .xsm-twentyfive,
  .xsm-twenty-five,
  .xsm-four-column {
    width: 25%;
  }
  .xsm-thirty {
    width: 30%;
  }
  .xsm-thirtythree,
  .xsm-thirty-three,
  .xsm-three-column {
    width: 33.333%;
  }
  .xsm-fourty,
  .xsm-forty {
    width: 40%;
  }
  .xsm-fortyfive {
    width: 45%;
  }
  .xsm-fifty,
  .xsm-two-column {
    width: 50%;
  }
  .xsm-fiftyfive {
    width: 55%;
  }
  .xsm-sixty {
    width: 60%;
  }
  .xsm-sixtysix,
  .xsm-sixty-six {
    width: 66.666%;
  }
  .xsm-seventy {
    width: 70%;
  }
  .xsm-seventyfive,
  .xsm-seventy-five {
    width: 75%;
  }
  .xsm-eighty {
    width: 80%;
  }
  .xsm-eightyfive,
  .xsm-eighty-five {
    width: 85%;
  }
  .xsm-ninety {
    width: 90%;
  }
  .xsm-ninetyfive,
  .xsm-ninety-five {
    width: 95%;
  }
  .xsm-hundred,
  .xsm-one-column {
    width: 100%;
  }
  .xsm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xsm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xsm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xsm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xsm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xsm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xsm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xsm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xsm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xsm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xsm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xsm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xsm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xsm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xsm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xsm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xsm-no-padding {
    padding: 0;
  }
  body .xsm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xsm-hidden,
  .xsm-hide {
    display: none;
  }
  .xsm-block {
    display: block;
  }
  .xsm-inline {
    display: inline;
  }
  .xsm-inline-block {
    display: inline-block;
  }
  .xsm-static {
    position: static;
  }
  .xsm-relative {
    position: relative;
  }
  .xsm-absolute {
    position: absolute;
  }
  .xsm-fixed {
    position: fixed;
  }
  .xsm-clearfix:before,
  .xsm-clearfix:after {
    content: " ";
    display: table;
  }
  .xsm-clearfix:after {
    clear: both;
  }
  .xsm-column-wrapper,
  .xsm-columns-wrapper {
    overflow: hidden;
  }
  .xsm-vertical-top,
  .xsm-vert-top {
    vertical-align: top;
  }
  .xsm-vertical-bottom,
  .xsm-vert-btm {
    vertical-align: bottom;
  }
  .xsm-vertical-middle,
  .xsm-vert-mid {
    vertical-align: middle;
  }
  .xsm-left,
  .xsm-pull-left {
    float: left;
  }
  .xsm-right,
  .xsm-pull-right {
    float: right;
  }
  .xsm-no-float,
  .xsm-float-none {
    float: none;
  }
  .xsm-textleft,
  .xsm-text-left {
    text-align: left;
  }
  .xsm-textright,
  .xsm-text-right {
    text-align: right;
  }
  .xsm-textcenter,
  .xsm-text-center {
    text-align: center;
  }
  .xsm-margin-auto {
    margin: auto;
  }
  .xsm-margin-left-auto {
    margin-left: auto;
  }
  .xsm-margin-right-auto {
    margin-right: auto;
  }
  .xsm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xsm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xsm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .col-mbl-12 {
    width: 100%;
  }
  .col-mbl-11 {
    width: 91.66667%;
  }
  .col-mbl-10 {
    width: 83.33333%;
  }
  .col-mbl-9 {
    width: 75%;
  }
  .col-mbl-8 {
    width: 66.66667%;
  }
  .col-mbl-7 {
    width: 58.33333%;
  }
  .col-mbl-6 {
    width: 50%;
  }
  .col-mbl-5 {
    width: 41.66667%;
  }
  .col-mbl-4 {
    width: 33.33333%;
  }
  .col-mbl-3 {
    width: 25%;
  }
  .col-mbl-2 {
    width: 16.6666%;
  }
  .col-mbl-1 {
    width: 8.33333%;
  }
  .mbl-one {
    width: 1%;
  }
  .mbl-two {
    width: 2%;
  }
  .mbl-three {
    width: 3%;
  }
  .mbl-four {
    width: 4%;
  }
  .mbl-five {
    width: 5%;
  }
  .mbl-six {
    width: 6%;
  }
  .mbl-seven {
    width: 7%;
  }
  .mbl-eight {
    width: 8%;
  }
  .mbl-nine {
    width: 9%;
  }
  .mbl-ten {
    width: 10%;
  }
  .mbl-eleven {
    width: 11%;
  }
  .mbl-twelve {
    width: 12%;
  }
  .mbl-thirteen {
    width: 13%;
  }
  .mbl-fourteen {
    width: 14%;
  }
  .mbl-fifteen {
    width: 15%;
  }
  .mbl-sixteen,
  .mbl-six-column {
    width: 16.66666%;
  }
  .mbl-twenty,
  .mbl-five-column {
    width: 20%;
  }
  .mbl-seven-column {
    width: 14.28%;
  }
  .mbl-twentyfive,
  .mbl-twenty-five,
  .mbl-four-column {
    width: 25%;
  }
  .mbl-thirty {
    width: 30%;
  }
  .mbl-thirtythree,
  .mbl-thirty-three,
  .mbl-three-column {
    width: 33.333%;
  }
  .mbl-fourty,
  .mbl-forty {
    width: 40%;
  }
  .mbl-fortyfive {
    width: 45%;
  }
  .mbl-fifty,
  .mbl-two-column {
    width: 50%;
  }
  .mbl-fiftyfive {
    width: 55%;
  }
  .mbl-sixty {
    width: 60%;
  }
  .mbl-sixtysix,
  .mbl-sixty-six {
    width: 66.666%;
  }
  .mbl-seventy {
    width: 70%;
  }
  .mbl-seventyfive,
  .mbl-seventy-five {
    width: 75%;
  }
  .mbl-eighty {
    width: 80%;
  }
  .mbl-eightyfive,
  .mbl-eighty-five {
    width: 85%;
  }
  .mbl-ninety {
    width: 90%;
  }
  .mbl-ninetyfive,
  .mbl-ninety-five {
    width: 95%;
  }
  .mbl-hundred,
  .mbl-one-column {
    width: 100%;
  }
  .mbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .mbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .mbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .mbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mbl-no-padding {
    padding: 0;
  }
  body .mbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mbl-hidden,
  .mbl-hide {
    display: none;
  }
  .mbl-block {
    display: block;
  }
  .mbl-inline {
    display: inline;
  }
  .mbl-inline-block {
    display: inline-block;
  }
  .mbl-static {
    position: static;
  }
  .mbl-relative {
    position: relative;
  }
  .mbl-absolute {
    position: absolute;
  }
  .mbl-fixed {
    position: fixed;
  }
  .mbl-clearfix:before,
  .mbl-clearfix:after {
    content: " ";
    display: table;
  }
  .mbl-clearfix:after {
    clear: both;
  }
  .mbl-column-wrapper,
  .mbl-columns-wrapper {
    overflow: hidden;
  }
  .mbl-vertical-top,
  .mbl-vert-top {
    vertical-align: top;
  }
  .mbl-vertical-bottom,
  .mbl-vert-btm {
    vertical-align: bottom;
  }
  .mbl-vertical-middle,
  .mbl-vert-mid {
    vertical-align: middle;
  }
  .mbl-left,
  .mbl-pull-left {
    float: left;
  }
  .mbl-right,
  .mbl-pull-right {
    float: right;
  }
  .mbl-no-float,
  .mbl-float-none {
    float: none;
  }
  .mbl-textleft,
  .mbl-text-left {
    text-align: left;
  }
  .mbl-textright,
  .mbl-text-right {
    text-align: right;
  }
  .mbl-textcenter,
  .mbl-text-center {
    text-align: center;
  }
  .mbl-margin-auto {
    margin: auto;
  }
  .mbl-margin-left-auto {
    margin-left: auto;
  }
  .mbl-margin-right-auto {
    margin-right: auto;
  }
  .mbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-mbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-mbl-12 {
    padding-left: 0px;
  }
}
/* Site Widths
 * review styleguide.less to review current variables.
 */
.site-width,
.lower-footer,
.page-layout-2columns-right .columns,
.page-layout-blog-archive .columns,
.page-layout-blog-landing .columns,
.page-layout-2columns-left .columns,
.banner .banner-inner,
.page-title-wrapper .page-title,
.page-wrapper .breadcrumbs,
.page.messages,
.cms-no-route .columns .column.main,
.checkout-onepage-success .page-main .columns,
.customer-account-login .columns,
.customer-account-create .columns,
.customer-account-logoutsuccess .column.main,
.customer-account-forgotpassword .columns .column.main,
.template-type > .inner,
body.market-category.catalog-category-view #amasty-shopby-product-list,
.category-view .category-description,
.toolbar-top,
.product-add-form.product-type-grouped form,
.expander,
.product.overview .value,
.tab-bar-wrapper .tab-bar,
.tab-bodies,
.order-form-fixed-addto .group-heading,
.order-form-list .order-form,
.checkout-cart-index .cart-empty,
.checkout-cart-index .cart-container,
.page-layout-checkout .column.main,
.checkout-onepage-success .print,
.customer-account-forgotpassword .columns .column.main,
.customer-account-createpassword .columns .column.main,
.account .page-main .columns,
.account.sales-order-view .order-status,
.account.sales-order-view .order-date,
.account.sales-order-view .order-actions-toolbar {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.med-site-width {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.sm-site-width {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1070px) {
  .site-width.no-padding,
  .lower-footer.no-padding,
  .page-layout-2columns-right .columns.no-padding,
  .page-layout-blog-archive .columns.no-padding,
  .page-layout-blog-landing .columns.no-padding,
  .page-layout-2columns-left .columns.no-padding,
  .banner .banner-inner.no-padding,
  .page-title-wrapper .page-title.no-padding,
  .page-wrapper .breadcrumbs.no-padding,
  .page.messages.no-padding,
  .cms-no-route .columns .column.main.no-padding,
  .checkout-onepage-success .page-main .columns.no-padding,
  .customer-account-login .columns.no-padding,
  .customer-account-create .columns.no-padding,
  .customer-account-logoutsuccess .column.main.no-padding,
  .customer-account-forgotpassword .columns .column.main.no-padding,
  .template-type > .inner.no-padding,
  body.market-category.catalog-category-view #amasty-shopby-product-list.no-padding,
  .category-view .category-description.no-padding,
  .toolbar-top.no-padding,
  .product-add-form.product-type-grouped form.no-padding,
  .expander.no-padding,
  .product.overview .value.no-padding,
  .tab-bar-wrapper .tab-bar.no-padding,
  .tab-bodies.no-padding,
  .order-form-fixed-addto .group-heading.no-padding,
  .order-form-list .order-form.no-padding,
  .checkout-cart-index .cart-empty.no-padding,
  .checkout-cart-index .cart-container.no-padding,
  .page-layout-checkout .column.main.no-padding,
  .checkout-onepage-success .print.no-padding,
  .customer-account-forgotpassword .columns .column.main.no-padding,
  .customer-account-createpassword .columns .column.main.no-padding,
  .account .page-main .columns.no-padding,
  .account.sales-order-view .order-status.no-padding,
  .account.sales-order-view .order-date.no-padding,
  .account.sales-order-view .order-actions-toolbar.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1090px) {
  .med-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .med-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 770px) {
  .sm-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .site-width,
  .lower-footer,
  .page-layout-2columns-right .columns,
  .page-layout-blog-archive .columns,
  .page-layout-blog-landing .columns,
  .page-layout-2columns-left .columns,
  .banner .banner-inner,
  .page-title-wrapper .page-title,
  .page-wrapper .breadcrumbs,
  .page.messages,
  .cms-no-route .columns .column.main,
  .checkout-onepage-success .page-main .columns,
  .customer-account-login .columns,
  .customer-account-create .columns,
  .customer-account-logoutsuccess .column.main,
  .customer-account-forgotpassword .columns .column.main,
  .template-type > .inner,
  body.market-category.catalog-category-view #amasty-shopby-product-list,
  .category-view .category-description,
  .toolbar-top,
  .product-add-form.product-type-grouped form,
  .expander,
  .product.overview .value,
  .tab-bar-wrapper .tab-bar,
  .tab-bodies,
  .order-form-fixed-addto .group-heading,
  .order-form-list .order-form,
  .checkout-cart-index .cart-empty,
  .checkout-cart-index .cart-container,
  .page-layout-checkout .column.main,
  .checkout-onepage-success .print,
  .customer-account-forgotpassword .columns .column.main,
  .customer-account-createpassword .columns .column.main,
  .account .page-main .columns,
  .account.sales-order-view .order-status,
  .account.sales-order-view .order-date,
  .account.sales-order-view .order-actions-toolbar {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Global elements Styles */
body,
button,
input,
select,
textarea {
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
body {
  background-color: #ffffff;
  margin: 0;
  max-width: 2400px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.foundry-popup .title,
.template-type.template-type-content-block .content-left .title,
.template-type.template-type-content-block-w-so-link .title,
.product-add-form.product-type-grouped .grouped-section-title,
.cat .cur-cat-details .title,
.product-info-main .market,
.product-info-main .special-price .price-container .price,
.video .title,
.review-list .block-title strong {
  clear: both;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  color: #434343;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
/* enter customer header styles for each media break point below */
h1,
.h1,
.h1-size-only,
.template-type.template-type-content-block .content-left .title,
.template-type.template-type-content-block-w-so-link .title,
.template-type.template-type-fifty-w-content .panel-title {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1;
}
h2,
.h2,
.h2-size-only,
.product-info-main .market,
.product-info-main .special-price .price-container .price {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}
h3,
.h3,
.h3-size-only,
.foundry-popup .title,
.product-add-form.product-type-grouped .grouped-section-title,
.cat .cur-cat-details .title,
.video .title,
.review-list .block-title strong {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
}
h4,
.h4,
.h4-size-only {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
}
h5,
.h5,
.h5-size-only {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
h6,
.h6,
.h6-size-only {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  h1,
  .h1,
  .h1-size-only,
  .template-type.template-type-content-block .content-left .title,
  .template-type.template-type-content-block-w-so-link .title,
  .template-type.template-type-fifty-w-content .panel-title {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1.2;
  }
  h2,
  .h2,
  .h2-size-only,
  .product-info-main .market,
  .product-info-main .special-price .price-container .price {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .h3-size-only,
  .foundry-popup .title,
  .product-add-form.product-type-grouped .grouped-section-title,
  .cat .cur-cat-details .title,
  .video .title,
  .review-list .block-title strong {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
  h4,
  .h4,
  .h4-size-only {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  h5,
  .h5,
  .h5-size-only {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  h6,
  .h6,
  .h6-size-only {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  .h1-size-only,
  .template-type.template-type-content-block .content-left .title,
  .template-type.template-type-content-block-w-so-link .title,
  .template-type.template-type-fifty-w-content .panel-title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.3;
  }
  h2,
  .h2,
  .h2-size-only,
  .product-info-main .market,
  .product-info-main .special-price .price-container .price {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .h3-size-only,
  .foundry-popup .title,
  .product-add-form.product-type-grouped .grouped-section-title,
  .cat .cur-cat-details .title,
  .video .title,
  .review-list .block-title strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  h4,
  .h4,
  .h4-size-only {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  h5,
  .h5,
  .h5-size-only {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  h6,
  .h6,
  .h6-size-only {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
  height: 44px;
  color: #434343;
  padding: 0;
  padding-left: 10px;
  background-color: #ffffff;
  border-color: #d7d7d7;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  -webkit-box-shadow: 0 0 3px 1px #bc9133;
  box-shadow: 0 0 3px 1px #bc9133;
}
/* Use for custom select dropdowns styles */
select::-ms-expand {
  display: none;
}
textarea {
  height: 200px;
  padding: 10px;
}
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
select:active,
textarea:active {
  outline: none;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-moz-placeholder {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
::-moz-placeholder {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-ms-input-placeholder {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
a {
  color: #bc9133;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover,
a:active {
  color: #434343;
  text-decoration: underline;
}
a:visited {
  color: #bc9133;
}
a:visited:hover {
  color: #434343;
}
a.menu-item-active > span {
  text-decoration: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
hr {
  display: block;
  border: none;
  border-bottom: 3px solid #333333;
  padding-top: 25px;
  margin-bottom: 25px;
}
i {
  font-style: normal;
  display: inline-block;
}
b,
strong,
.bold {
  font-weight: 700;
}
cite,
dfn,
em {
  font-style: italic;
}
iframe {
  border: none;
  width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
}
ul,
.ct-field-area ul,
.ct-field-area nav ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 24px;
}
ol,
.ct-field-area ol,
.ct-field-area nav ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 24px;
}
ol li {
  padding-bottom: 10px;
}
/****************************************************************************************************/
/*************************************Color Helpers**************************************************/
/****************************************************************************************************/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.white-2 {
  color: #ececec;
}
.white-3 {
  color: #d7d7d7;
}
.leather {
  color: #bc9133;
}
.greyish {
  color: #b7b7b7;
}
.greyish-brown {
  color: #434343;
}
.purple,
.dirty-purple {
  color: #4c374b;
}
.warm-grey {
  color: #737373;
}
.red {
  color: #ff0000;
}
.merriweather {
  font-family: 'Merriweather', serif;
}
.background-dirty-purple,
.background-color-dirty-purple,
.background-purple,
.background-color-purple {
  background-color: #4c374b;
  color: #ffffff;
}
.background-dirty-purple .body,
.background-color-dirty-purple .body,
.background-purple .body,
.background-color-purple .body,
.background-dirty-purple .panel-title,
.background-color-dirty-purple .panel-title,
.background-purple .panel-title,
.background-color-purple .panel-title {
  color: #ffffff;
}
.background-leather,
.background-color-leather {
  background-color: #bc9133;
}
.background-gray,
.background-color-gray {
  background-color: #ececec;
}
.background-white {
  background-color: #ffffff;
}
/****************************************************************************************************/
/*******************************************Buttons**************************************************/
/****************************************************************************************************/
.button,
button,
input[type="submit"],
button.action.primary,
a.action.primary {
  font-size: 12px;
  text-align: center;
  background-color: #bc9133;
  color: #ffffff;
  padding: 10px 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-radius: 0;
  border-color: #bc9133;
  cursor: pointer;
}
.primary button.action.primary,
.primary a.action.primary {
  padding: 10px 50px;
}
.button:active,
button:active,
input[type="submit"]:active,
button.action.primary:active,
a.action.primary:active,
.button:focus,
button:focus,
input[type="submit"]:focus,
button.action.primary:focus,
a.action.primary:focus,
.button:hover,
button:hover,
input[type="submit"]:hover,
button.action.primary:hover,
a.action.primary:hover {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  text-decoration: none;
}
.button.btn-trans,
button.btn-trans,
input[type="submit"].btn-trans,
.button.checkout-cart-index .cart-container .cart-promo .button,
button.checkout-cart-index .cart-container .cart-promo .button,
input[type="submit"].checkout-cart-index .cart-container .cart-promo .button,
.form-cart .standing-order-details .learn-more {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 7px 12px;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button.btn-trans:hover,
button.btn-trans:hover,
input[type="submit"].btn-trans:hover,
.button.checkout-cart-index .cart-container .cart-promo .button:hover,
button.checkout-cart-index .cart-container .cart-promo .button:hover,
input[type="submit"].checkout-cart-index .cart-container .cart-promo .button:hover,
.form-cart .standing-order-details .learn-more:hover {
  background-color: #ffffff;
  border-color: #434343;
  color: #434343;
  text-decoration: none;
}
.button.btn-trans.wide,
.button.checkout-cart-index .cart-container .cart-promo .button.wide,
.form-cart .standing-order-details .learn-more.wide {
  padding: 7px 40px;
}
.button.btn-trans.dark,
.button.checkout-cart-index .cart-container .cart-promo .button.dark,
.form-cart .standing-order-details .learn-more.dark {
  border-color: #737373;
  color: #737373;
}
.button.btn-trans.light,
.button.checkout-cart-index .cart-container .cart-promo .button.light,
.form-cart .standing-order-details .learn-more.light {
  border-color: white;
  color: white;
}
.button.btn-trans.light:hover,
.button.checkout-cart-index .cart-container .cart-promo .button.light:hover,
.form-cart .standing-order-details .learn-more.light:hover {
  border-color: black;
  background-color: white;
  color: black;
}
.button:active,
button:active {
  outline: none;
}
.button:visited {
  color: #ffffff;
}
.remove {
  position: absolute;
  right: 0;
}
.remove:after {
  content: '\f1f8';
  display: inline-block;
  font-family: 'FontAwesome';
  cursor: pointer;
}
/****************************************************************************************************/
/*********************************************Lists**************************************************/
/****************************************************************************************************/
.columns ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.columns ul > li {
  font-size: 15px;
  /*font-weight: @weight-semi-bold;*/
  line-height: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.columns .long-description ul > li {
  line-height: 21px;
  padding-bottom: 0px;
}
/****************************************************************************************************/
/******************************************Webforms**************************************************/
/****************************************************************************************************/
select {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/select-caret.png');
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px;
}
.sidebar a {
  position: relative;
  text-decoration: none;
  color: #737373;
  font-size: 12px;
}
.sidebar a {
  color: #737373;
}
.sidebar a:hover input[type='checkbox'] + label:after {
  content: '\f00c';
}
.field,
.checkout-cart-index .fieldset .field {
  position: relative;
}
.checkout-cart-index .fieldset .field label {
  padding-left: 0;
}
.checkout-cart-index .fieldset .field input[type='radio'] + label {
  top: -3px;
}
.checkout-cart-index input[type='radio'],
.sidebar input[type='radio'],
.webforms input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  top: -3px;
  margin-right: 25px;
  visibility: hidden;
}
.checkout-cart-index input[type='radio']:before,
.sidebar input[type='radio'] + .label:before,
.webforms input[type='radio']:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #adadad;
  content: '';
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  z-index: 2;
}
.sidebar a:hover input[type='radio']:after,
.checkout-cart-index input[type='radio']:checked:after,
.sidebar input[type='radio']:checked + .label:after,
.webforms input[type='radio']:checked:after {
  content: '';
  background-color: #737373;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  z-index: 3;
  position: absolute;
  top: 4px;
  left: 4px;
}
.field input[type='checkbox'],
.sidebar input[type='checkbox'],
.webforms input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  top: -3px;
  margin-right: 25px;
  visibility: hidden;
}
.field input[type='checkbox'] + label:before,
.sidebar input[type='checkbox']:before,
.webforms input[type='checkbox'] + label:before {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #adadad;
  content: '';
  z-index: 2;
  top: 1px;
  left: -30px;
}
.sidebar a:hover input[type='checkbox']:after,
.field input[type='checkbox']:checked + label:after,
.sidebar input[type='checkbox']:checked:after,
.webforms input[type='checkbox']:checked + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #bc9133;
  z-index: 3;
  position: absolute;
  top: 1px;
  left: -28px;
  font-size: 13px;
}
.webforms label,
body .webforms form.form .fieldset .field label {
  margin-top: 0;
}
.webforms label,
body .webforms form.form .fieldset .field label,
label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-left: 10px;
  text-transform: none;
  padding-bottom: 2px;
}
form .fieldset > .field.required > .label:after,
form .fieldset > .fields > .field.required > .label:after,
form .fieldset > .field._required > .label:after,
form .fieldset > .fields > .field._required > .label:after {
  margin: 0;
  left: 0;
  position: absolute;
  color: #ff0000;
}
form .fieldset > .field {
  margin-bottom: 20px;
}
form .fieldset > .field:not(.choice) > .label {
  float: none;
  width: 100%;
  padding: 0;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  text-transform: none;
  padding-bottom: 2px;
}
.login-container form .actions-toolbar .primary,
.login-container .actions-toolbar .secondary {
  float: none;
  text-align: center;
  display: block;
}
.login-container form .fieldset > .field > .control {
  width: 100%;
}
.login-container form .fieldset > .field.password {
  margin-bottom: 0;
}
.login-container form .actions-toolbar .action {
  margin-top: 20px;
}
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar,
.customer-account-login .column:not(.sidebar-additional) form .actions-toolbar,
.customer-account-login .login-container .fieldset:after {
  margin-left: 0;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0;
}
body .webforms form.form .actions-toolbar,
body .column:not(.sidebar-additional) .webforms form.form .actions-toolbar {
  text-align: left;
  margin-top: 0;
  margin-left: 10px;
  z-index: 1;
  position: relative;
}
.webforms-wts-form .actions-toolbar {
  z-index: 1 !important;
  position: relative !important;
}
input.validation-failed,
textarea.validation-failed {
  border-color: #ff0000;
}
.validation-advice {
  color: #ff0000;
}
.webforms .field.type-select-checkbox {
  position: relative;
  padding-left: 30px;
}
body input.mage-error,
body select.mage-error,
body textarea.mage-error {
  border-color: #ff0000;
}
.field-error,
div.mage-error[generated] {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/*Reset (Remove Blank Stylings)*/
.webforms form.form {
  margin: 0 -10px;
}
.webforms .fieldset {
  margin-bottom: 0;
}
.webforms form.form .fieldset .field {
  margin-bottom: 25px;
}
.webforms .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none;
}
.webforms label,
.webforms form.form .fieldset .field label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 0;
  float: none;
  text-align: left;
  display: block;
  width: 100%;
}
.webforms form.form .actions-toolbar,
.column:not(.sidebar-additional) .webforms form.form .actions-toolbar {
  margin-left: 0;
  text-align: center;
  margin-top: 50px;
}
.webforms .actions-toolbar .primary {
  float: none;
}
/*Columns*/
.webforms .fieldset .legend {
  width: 100%;
  margin: 0;
  float: none;
}
.webforms .fieldset.left-column {
  float: left;
  width: 50%;
}
.webforms .fieldset.right-column {
  float: right;
  width: 50%;
}
.webforms .fieldset.hide-section-title .legend {
  display: none;
}
.webforms .field {
  width: 100%;
  padding: 0 10px;
}
.webforms .field.forty {
  width: 40%;
}
.webforms .field.fifty,
.webforms .field.two-column,
.webforms .field.two-columns {
  width: 50%;
}
.webforms .field.sixty {
  width: 60%;
}
.webforms .field.thirtythree,
.webforms .field.thirty-three,
.webforms .field.three-column,
.webforms .field.three-columns {
  width: 33.3333%;
}
.webforms .field.twentyfive,
.webforms .field.twenty-five,
.webforms .field.four-column,
.webforms .field.four-columns {
  width: 25%;
}
.webforms .webforms-datepicker {
  margin: 0;
}
.webforms .webforms-calendar {
  float: none;
  display: block;
  width: 100%;
}
.webforms .webforms-calendar .ui-datepicker-trigger {
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: auto;
}
.webforms .webforms-calendar .ui-datepicker-trigger:after {
  display: none;
}
.webforms .actions-toolbar {
  clear: both;
}
@media (max-width: 767px) {
  .webforms .field.forty,
  .webforms .field.sixty,
  .webforms .field.fifty,
  .webforms .field.two-column,
  .webforms .field.two-columns,
  .webforms .field.thirtythree,
  .webforms .field.thirty-three,
  .webforms .field.three-column,
  .webforms .field.three-columns,
  .webforms .field.twentyfive,
  .webforms .field.twenty-five,
  .webforms .field.four-column,
  .webforms .field.four-columns {
    width: 100%;
  }
  body .webforms form.form .actions-toolbar,
  body .column:not(.sidebar-additional) .webforms form.form .actions-toolbar {
    margin-left: 0;
  }
  .webforms form.form .fieldset .field {
    margin-bottom: 15px;
  }
  .webforms .field {
    padding-left: 0;
    padding-right: 0;
  }
  .webforms form.form {
    margin: 0;
  }
}
/********************************************************************************************************************/
/*************************************************Header*************************************************************/
/********************************************************************************************************************/
.mobile-open .page-wrapper {
  max-height: 100vh;
}
.header {
  position: relative;
}
.page-wrapper .page-header {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #ffffff;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
  border-bottom: 1px solid #d7d7d7;
}
.header-transition-true .page-wrapper .page-header {
  top: -51px;
}
.has-site-picker.header-transition-true .page-wrapper .page-header {
  top: -77px;
}
/***Upper Header***/
.upper-header {
  background-color: #ececec;
  z-index: 3;
  position: relative;
}
.upper-header .upper-header-inner {
  height: 51px;
  justify-content: end;
}
.upper-header .minicart-wrapper {
  display: block;
  float: none;
  margin: 0;
  height: initial;
  width: initial;
}
.upper-header .header-latest {
  font-size: 12px;
  color: #737373;
  font-weight: 600;
  width: 47%;
  padding-right: 15px;
  flex-grow: 2;
}
.upper-header .aux-mini ul {
  margin-bottom: 0;
  padding-left: 0;
}
.upper-header .aux-menu a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #434343;
  margin-right: 21px;
}
.upper-header .aux-menu a.phone {
  color: #737373;
}
.upper-header .aux-menu li.level0 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
}
.phone {
  color: #737373;
  font-weight: 600;
  font-size: 12px;
}
.site-picker .inner a {
  padding: 13px 10px;
  color: black;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.site-picker .inner a:hover {
  background-color: #c3c3c3;
}
.site-picker .inner a.active {
  background-color: white;
}
.site-picker .inner a img {
  width: 145px;
}
.mobile-site-picker {
  padding: 15px 0;
}
.mobile-site-picker a {
  display: block;
  padding-bottom: 10px;
}
.mobile-site-picker a img {
  max-width: 200px;
}
.page-wrapper .page-header .panel.wrapper {
  display: none;
  border: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  padding: 0;
}
.page-wrapper .page-header .panel.wrapper .panel.header .switcher-trigger strong {
  text-transform: uppercase;
  font-weight: 600;
  color: #434343;
  font-size: 12px;
  font-size: 1.2rem;
}
.minicart-wrapper {
  height: 20px;
  width: 20px;
}
.minicart-wrapper .action.showcart:before {
  content: none;
}
.minicart-wrapper .action.showcart .text {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty,
.minicart-wrapper .action.showcart .counter.qty {
  background-color: transparent;
  position: relative;
  left: 0;
  top: 2px;
  color: #434343;
  overflow: visible;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.minicart-wrapper .action.showcart .counter-label {
  width: 20px;
  height: 20px;
  color: transparent;
  display: inline-block;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
  position: relative;
  top: 1px;
}
.minicart-wrapper .action.showcart .counter-label:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  color: #bc9133;
  font-size: 18px;
  font-size: 1.8rem;
}
.minicart-wrapper .action.showcart .counter-number {
  font-size: 12px;
  overflow: visible;
  width: initial;
  height: initial;
  clip: unset;
  display: inline;
  position: relative;
  padding-left: 2px;
  top: -2px;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.minicart-wrapper .action.showcart .counter-number:before {
  content: '( ';
  display: inline;
  position: relative;
  left: 2px;
}
.minicart-wrapper .action.showcart .counter-number:after {
  content: ' )';
  display: inline;
  position: relative;
  right: 2px;
}
.minicart-wrapper .action.showcart .counter-number span {
  display: none;
}
/***Lower Header***/
.lower-header {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}
.lower-header .lower-header-inner {
  height: 89px;
  position: relative;
}
.lower-header .custom-navigation a {
  display: block;
  text-decoration: none;
}
.custom-logo {
  margin-bottom: 0;
}
/*First Level*/
.lower-header .custom-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
}
.lower-header .custom-navigation > ul > li:last-of-type {
  margin-right: 0;
}
.lower-header .custom-navigation li.level0 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 26px;
  margin-bottom: 0;
}
.lower-header .custom-navigation li.level0 > a {
  padding: 35px 0;
  color: #434343;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
}
.lower-header .custom-navigation li.level0:hover > a {
  color: #bc9133;
}
.lower-header .custom-navigation li.level0 > a span {
  position: relative;
}
.lower-header .custom-navigation li.level0 > a span:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  content: '';
  width: 0;
  display: block;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #bc9133;
}
.lower-header .custom-navigation li.level0:hover > a span:after {
  width: 100%;
}
.lower-header .custom-navigation li.level0:not(.mega) {
  position: relative;
}
.lower-header .custom-navigation li.level0 ul.level0 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  color: #434343;
  background-color: #ececec;
  padding: 33px 20px;
  z-index: 9;
  top: 100%;
  left: 0;
  min-width: 200px;
}
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 li.level1 {
  margin-bottom: 0;
}
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 li.level1 a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
  display: block;
  padding: 10px 0;
}
.lower-header .custom-navigation li.level0.mega ul.level0 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  color: #434343;
  background-color: #ececec;
  padding: 33px 40px;
  z-index: 9;
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #737373;
}
.lower-header .custom-navigation li.level0:hover ul.level0 {
  visibility: visible;
  opacity: 1;
}
.lower-header .custom-navigation li.level0 ul.level0 a {
  color: #434343;
}
.lower-header .custom-navigation li.level0 ul.level0 a:hover {
  color: #bc9133;
}
.ie-11 .lower-header .custom-navigation a.mega-promo.image-promo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.ie-11 .lower-header .custom-navigation ul.level0 li.level1 {
  display: block;
}
.lower-header .custom-navigation li.level0.mega li.level1 {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lower-header .custom-navigation li.level0.mega li.level1.mega-title {
  width: 50%;
}
.lower-header .custom-navigation li.level0.mega li.level1:nth-child(2) {
  width: 50%;
}
.lower-header .custom-navigation li.level0.mega li.level1:nth-child(3) .mega-promo .product {
  padding-left: 10px;
}
.lower-header .custom-navigation .mega-promo.image-promo img {
  min-width: 225px;
}
.lower-header .custom-navigation li.level0.mega li.level1.mega-title a.mega-title {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  letter-spacing: .5px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 25px;
  text-transform: none;
}
.lower-header .custom-navigation li.level0.mega li.level1:not(.mega-title) > ul.level1 {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin: -10px;
}
.lower-header .custom-navigation li.level0.first.mega li.level1:not(.mega-title) > ul.level1 {
  margin: -10px;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2 {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 10px;
}
.lower-header .custom-navigation li.level0.mega li.level1.mega-title ul.level1 li.level2 {
  padding: 0;
}
.lower-header .custom-navigation li.level0.mega li.level1.mega-title ul.level1 li.level2 a {
  width: 100%;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2 a {
  font-weight: 700;
  font-size: 15px;
  line-height: 31px;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2 .product a {
  line-height: 1.2;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2:nth-child(1) {
  width: 50%;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2:nth-child(1) > div {
  padding-right: 0;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2:nth-child(2) {
  width: 50%;
}
.lower-header .custom-navigation li.level0.mega li.level1 ul.level1 li.level2:nth-child(2) > div {
  padding-left: 0;
}
.lower-header li.level0.mega ul.level0:after {
  position: absolute;
  content: '';
  background-color: #ececec;
  width: 1000px;
  left: 100%;
  height: 100%;
  top: 0;
  border-bottom: 1px solid #737373;
}
.lower-header li.level0.mega ul.level0:before {
  position: absolute;
  content: '';
  background-color: #ececec;
  width: 1000px;
  right: 100%;
  height: 100%;
  top: 0;
  border-bottom: 1px solid #737373;
}
.header .product.item .product-name {
  padding-bottom: 20px;
}
.mega-promo .product-name {
  font-size: 15px;
}
.mega-promo .price {
  font-size: 20px;
  color: #979797;
  font-weight: normal;
}
.mega-promo .inner {
  background-color: #ffffff;
  padding: 15px;
}
.mega-promo .content {
  margin-top: auto;
}
.lower-header .custom-navigation li.level0 ul.level0 .mega-promo .shop {
  color: #ffffff;
}
.submenu .old-price .price-container .price {
  top: -15px;
}
.mega-promo .text-promo-inner {
  padding: 15px;
}
.mega-promo .text-promo-inner .title {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .5px;
  color: #ffffff;
  padding: 20px 0;
}
.mega-promo .text-promo-inner.background-white .title {
  color: #434343;
}
.mega-promo .text-promo-inner .subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding-bottom: 20px;
}
.mega-promo .text-promo-inner.background-white .subtitle {
  color: #434343;
}
.mega-promo .text-promo-inner .btn-wrapper {
  margin-top: auto;
}
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .button {
  border-color: #ffffff;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
}
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .button.btn-trans:hover,
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .button.checkout-cart-index .cart-container .cart-promo .button:hover,
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .form-cart .standing-order-details .learn-more:hover {
  color: #434343;
}
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .background-white .button {
  border-color: #434343;
  color: #434343;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
}
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .background-white .button.btn-trans:hover,
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .background-white .button.checkout-cart-index .cart-container .cart-promo .button:hover,
.lower-header .custom-navigation li.level0 ul.level0 li.level1 ul.level1 li.level2 .mega-promo .background-white .form-cart .standing-order-details .learn-more:hover {
  color: #ffffff;
  background-color: #434343;
}
.mega-promo.image-promo {
  background-position: center;
  background-repeat: no-repeat;
}
/*Second Level*/
.header .block-search {
  margin-bottom: 0;
  max-width: 160px;
}
.header .block-search .block-content {
  margin-bottom: 0;
}
.header .block-search .control {
  padding: 0;
  margin: 0;
}
.form.minisearch {
  position: relative;
}
.form.minisearch .action {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.form.minisearch .action span {
  display: none;
}
.form.minisearch input {
  padding-top: 5px;
  padding-right: 35px;
  position: static;
  margin: 0;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
  right: auto;
  max-width: 145px;
}
.header .block-search .action.search {
  right: 0;
}
.block-search .action.search:before {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mst-searchautocomplete__index.popular ul li {
  float: none;
  padding: 5px 10px;
}
/***Mobile Header***/
.mobile-header {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.mobile-header .lower-header-inner {
  padding-top: 60px;
}
.mobile-menu-btn {
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
.mobile-header .mobile-logo {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/site-logo-svg.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7px;
  left: 50%;
  color: transparent;
  height: 42px;
  width: 80px;
  margin-left: -40px;
}
.mobile-header .cart-icon {
  height: 17px;
  width: 18px;
  margin-left: 4px;
  top: 3px;
  position: relative;
}
.mobile-header .cart-icon:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  color: #bc9133;
  font-size: 18px;
  font-size: 1.8rem;
}
.mobile-header .mobile-checkout {
  top: 20px;
  right: 10px;
  position: absolute;
  text-transform: uppercase;
  color: #434343;
  font-size: 13px;
  font-weight: 600;
}
.mobile-menu-btn .bars {
  display: inline-block;
}
.mobile-menu-btn .label {
  display: inline-block;
  text-transform: uppercase;
  color: #434343;
  font-size: 13px;
  font-weight: 600;
  padding-left: 4px;
}
.mobile-header .form .field.search {
  padding: 10px;
  background-color: #434343;
}
.mobile-header .form.minisearch .action {
  right: 10px;
}
.mobile-header .form.minisearch input {
  height: 30px;
  padding-top: 0;
}
.mobile-menu-btn .bars {
  width: 18px;
  height: 12px;
  position: relative;
}
.mobile-menu-btn .bar {
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #bc9133;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.mobile-menu-btn .bar:nth-child(1) {
  top: 0px;
}
.mobile-menu-btn .bar:nth-child(2) {
  top: 5px;
}
.mobile-menu-btn .bar:nth-child(3) {
  top: 10px;
}
.mobile-menu-btn.open .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.mobile-menu-btn.open .bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile-menu-btn.open .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
/***Mobile Menu***/
.mobile-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 99;
}
.mobile-open .mobile-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .mobile-menu-btn {
  left: initial;
  right: 10px;
  top: -2px;
}
.mobile-open .mobile-menu {
  left: 0;
}
.mobile-menu {
  top: 10px;
  z-index: 600;
  width: 310px;
  left: -316px;
  background-color: #ececec;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
  overflow: scroll;
  padding-bottom: 100px;
}
.mobile-menu .home {
  display: block;
}
.mobile-menu .home img {
  display: block;
  margin: auto;
  max-height: 68px;
}
.mobile-menu .mobile-menu-top {
  margin: 20px 0;
}
.mobile-menu .custom-navigation {
  padding: 0 10px;
}
.mobile-menu .mobile-menu-bottom {
  padding: 0 10px;
  margin-bottom: 15px;
}
.mobile-menu .custom-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-expand-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.mobile-menu .switcher-language {
  display: none;
  padding-top: 10px;
  margin: 0 10px;
  border-top: 1px solid #979797;
}
.mobile-menu .switcher-language .switcher-trigger > strong {
  display: none;
}
.mobile-menu .switcher-language ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu ul.level0 {
  display: none;
  background-color: #ffffff;
  margin: 0 -10px;
}
.mobile-menu li.mega ul.level0 {
  display: block;
}
.mobile-menu li.mega ul.level0 li.level1 ul.level1 {
  display: none;
}
.mobile-menu li {
  position: relative;
  margin-bottom: 0;
}
.mobile-menu li.level0 {
  font-size: 16px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-top: 1px solid #979797;
  margin-bottom: 0;
  position: relative;
}
.mobile-menu li.level0 a {
  padding: 11.5px 20px 11.5px 0;
  color: #434343;
  display: block;
}
.menu-item.material-icons {
  position: absolute;
  top: 11px;
  right: 9px;
  font-size: 21px;
  border: 1px solid #000000;
  cursor: pointer;
}
.mobile-menu ul.level1 {
  padding: 15px 0;
}
.mobile-menu ul.level0 li.level1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
}
.mobile-menu ul.level0 li.level1 a {
  color: #434343;
  padding: 8px 55px 8px 40px;
  display: block;
  font-style: normal;
}
.mobile-arrow {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 10px;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/arrow.svg');
}
.mobile-menu ul.level0 li.mega-title a.mega-title {
  display: none;
}
.mobile-menu ul.level0 li.level1.group-item {
  display: none;
}
.social {
  padding: 0 0 20px;
}
.social a {
  margin-right: 5px;
  text-decoration: none;
}
.fa-stack {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  color: #bc9133;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.fa-stack:hover {
  color: #979797;
}
.fa-stack-2x {
  font-size: 1.8em;
}
.mobile-aux-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu .phone {
  font-size: 13px;
}
.mobile-menu .chat {
  font-size: 11px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid #000000;
}
.promo-ribbon {
  background-color: #bc9133;
  min-height: 50px;
  text-align: center;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
}
.promo-ribbon p {
  margin-bottom: 0;
}
.promo-ribbon a {
  color: #ffffff;
  text-decoration: underline;
}
/********************************************************************************************************************/
/********************************************Header (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 1200px) {
  .searchautocomplete__autocomplete._active {
    left: initial !important;
    right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .promo-ribbon {
    min-height: 30px;
    padding: 10px;
  }
  .page-wrapper .page-header {
    border: 0;
  }
  .header .block-search {
    max-width: 100%;
    float: none;
    padding: 0;
    width: 100%;
  }
}
/********************************************************************************************************************/
/*************************************************Footer*************************************************************/
/********************************************************************************************************************/
.grecaptcha-badge {
  display: none;
}
.page-footer {
  z-index: 1;
}
.cms-home .page-footer .footer.content {
  margin-top: 0;
}
.page-footer .footer.content {
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  padding-top: 60px;
}
.cms-home .page-footer .footer.content {
  padding-top: 0 !important;
}
.upper-footer {
  background-color: #ececec;
  padding: 34px 0;
}
.upper-footer .bio {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #979797;
  font-weight: 600;
  line-height: 1.8;
}
.upper-footer-inner > div:last-of-type {
  padding-right: 0;
}
.footer-column {
  padding-right: 9%;
}
.footer-column .home {
  margin-bottom: 20px;
  display: block;
}
.footer-column .column-title {
  margin-bottom: 10px;
  margin-top: 48px;
  line-height: 1.1;
}
.page-footer li.level0 a {
  display: block;
  padding: 5px 0;
  color: #434343;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .2px;
}
.page-footer li.level0 a.phone {
  color: #bc9133;
}
.page-footer .social {
  padding-bottom: 0;
  padding-top: 35px;
}
.lower-footer-inner {
  padding: 20px 0 90px;
}
.lower-footer-inner li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2px;
  color: #979797;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.page-footer .lower-footer-inner li.level0 a {
  text-transform: none;
  padding: 0;
}
.page-footer .lower-footer-inner li.level0:after {
  content: ' | ';
  padding-right: 5px;
  color: #979797;
  position: absolute;
  right: -5px;
  top: 0;
}
.page-footer .lower-footer-inner li:last-of-type:after {
  content: none;
}
.page-footer .menu-item.material-icons {
  display: none;
}
.page-footer a.btn-trans,
.page-footer button.btn-trans,
.page-footer a.checkout-cart-index .cart-container .cart-promo .button,
.page-footer button.checkout-cart-index .cart-container .cart-promo .button {
  color: #737373;
  border-color: #737373;
}
.footer-column .newsletter-wrapper .form-header-wrapper {
  background-color: #ffffff;
  padding: 2px 10px 0;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0 1px;
}
.footer-column .newsletter-wrapper .form-header-wrapper .form-header {
  color: #bc9133;
  padding: 10px 0;
  font-size: 12px;
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/select-caret.png');
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 600;
  padding-left: 3px;
  border-bottom: 1px solid #d7d7d7;
}
.footer-column .newsletter-wrapper input[type="text"] {
  border-width: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 13px;
  z-index: 1;
}
.footer-column .newsletter-wrapper input[type="text"]::-moz-placeholder,
.footer-column .newsletter-wrapper input[type="text"]:-ms-input-placeholder,
.footer-column .newsletter-wrapper input[type="text"]:-moz-placeholder,
.footer-column .newsletter-wrapper input[type="text"]::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 600;
}
.footer-column .newsletter-wrapper .input-wrapper {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 0;
  border-width: 0 1px 1px 1px;
  position: relative;
  top: 41px;
}
.footer-column .newsletter-wrapper .expansion {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 49px;
  z-index: 1;
}
.ie-11 .footer-column .newsletter-wrapper .expansion {
  bottom: 42px;
}
.footer-column .newsletter-wrapper .expansion.show-options {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.footer-column .newsletter-wrapper .expansion .newsletter-list {
  margin: 0;
  visibility: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-width: 0 1px;
  height: 0;
}
.footer-column .newsletter-wrapper .expansion.show-options .newsletter-list {
  visibility: visible;
  height: 100%;
  padding: 15px 7px 10px;
}
.footer-column .newsletter-wrapper .expansion .newsletter-list label {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  color: #434343;
  font-size: 15px;
  margin-top: 0;
  text-transform: none;
  padding-left: 0;
  cursor: pointer;
}
.footer-column .newsletter-wrapper .button {
  margin-top: 15px;
  padding: 7px 25px;
  position: relative;
  top: 41px;
}
.footer-column .newsletter-wrapper .expansion .newsletter-list .subtitle {
  color: #979797;
  font-size: 10px;
  letter-spacing: .2px;
  padding-left: 0;
  padding-right: 10px;
}
.footer-column .newsletter-wrapper .expansion .newsletter-list.fieldset .field {
  margin-bottom: 10px;
  padding-left: 30px;
}
.footer-column .newsletter-wrapper input[type="checkbox"] {
  cursor: pointer;
  margin-right: 0;
}
.footer-column .newsletter-wrapper input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-column .newsletter-wrapper .expansion.show-options + .input-wrapper > input[type="text"] {
  border-width: 1px 0 0 0;
}
.column-title.cust-serv .minus {
  display: none;
}
.column-title.cust-serv.active .minus {
  display: block !important;
}
.column-title.cust-serv .add {
  display: block;
}
.column-title.cust-serv.active .add {
  display: none !important;
}
/********************************************************************************************************************/
/********************************************Footer (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 900px) {
  .page-footer .footer.content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .upper-footer-inner > div:first-of-type {
    padding-right: 0;
  }
  .upper-footer {
    padding: 34px 0 74px;
  }
}
@media (max-width: 643px) {
  .upper-footer-inner > div {
    padding-right: 0 !important;
  }
  .upper-footer-inner > div:first-of-type {
    text-align: center;
  }
  .footer-column .custom-navigation {
    display: none;
    padding-bottom: 25px;
  }
  .footer-column .column-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 20px 15px 0;
    border-top: 2px solid #979797;
  }
  .page-footer .social {
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .lower-footer-inner {
    text-align: center;
  }
  .page-footer .menu-item.material-icons {
    top: 15px;
    display: inline-block;
  }
  .footer-column .column-title.cust-serv {
    cursor: pointer;
  }
  .upper-footer-inner > div:last-of-type {
    margin-bottom: 30px;
  }
  .upper-footer {
    padding: 34px;
  }
}
@media (max-width: 500px) {
  .page-footer .footer.content {
    padding-top: 20px;
  }
}
body > iframe {
  display: none;
}
/********************************************************************************************************************/
/************************************************Column Widths*******************************************************/
/********************************************************************************************************************/
.messages div div:empty {
  display: none;
}
.page-wrapper .page-main {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.page-wrapper {
  margin-top: 140px;
  overflow: hidden;
}
body.has-promo-ribbon .page-wrapper {
  margin-top: 190px;
}
.has-site-picker .page-wrapper {
  margin-top: 171px;
}
.page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.contentmanager-content-view .page-main {
  background-color: #ececec;
}
body.ie-11 .page-wrapper {
  display: block;
}
.page-layout-1column .columns {
  display: block;
  width: 100%;
}
.columns .column.main {
  padding-bottom: 0;
}
.page-layout-2columns-right .columns .column.main,
.page-layout-blog-archive .columns .column.main,
.page-layout-blog-landing .columns .column.main {
  width: 70%;
  flex-basis: initial;
  -webkit-flex-basis: initial;
  padding: 0;
}
.page-layout-2columns-right .columns .sidebar-main,
.page-layout-blog-archive .columns .sidebar-main,
.page-layout-blog-landing .columns .sidebar-main {
  width: 30%;
  flex-basis: initial;
  -webkit-flex-basis: initial;
  padding: 0;
}
.page-layout-2columns-left .columns .column.main {
  width: 76%;
  flex-basis: initial;
  -webkit-flex-basis: initial;
  padding: 0;
  padding-left: 10px;
}
.page-layout-2columns-left .columns .sidebar-main {
  width: 24%;
  flex-basis: initial;
  -webkit-flex-basis: initial;
  padding: 0;
  padding-right: 10px;
}
.ie-11.page-layout-2columns-left .columns .column.main {
  max-width: 76%;
}
.ie-11.page-layout-2columns-left .columns .sidebar-main {
  max-width: 24%;
}
.account.page-layout-2columns-left .columns .column.main {
  width: 70%;
}
.account.page-layout-2columns-left .columns .sidebar-main {
  width: 30%;
}
.banner,
.page-title-wrapper {
  background-color: #ffffff;
}
.banner .banner-inner h1,
.page-wrapper .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
  font-size: 25px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  line-height: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.account .columns,
.contentmanager-contenttype-enhanced-cms-pages .ecp-view,
.contentmanager-contenttype-enhanced_cms_pages .ecp-view {
  padding-top: 60px;
  padding-bottom: 60px;
}
/********************************************************************************************************************/
/*************************************************Breadcrumbs********************************************************/
/********************************************************************************************************************/
.breadcrumbs .items {
  padding: 30px 0 23px;
}
.breadcrumbs .items > li {
  padding-bottom: 7px;
}
.breadcrumbs .items > li a {
  color: #bc9133;
  font-weight: 700;
  letter-spacing: .2px;
}
.breadcrumbs .items > li strong {
  color: #979797;
  letter-spacing: .2px;
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child):after {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding: 0 1px;
  content: ' / ';
}
/********************************************************************************************************************/
/*************************************************Sidebar Ads*********************************************************/
/********************************************************************************************************************/
.sidebar-ctas .cta {
  padding: 60px 20px 20px;
  margin-bottom: 17px;
}
.sidebar-ctas .cta .title {
  font-family: 'Merriweather', serif;
  margin: 10px 0;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  padding-right: 20px;
  line-height: 1.2;
}
/********************************************************************************************************************/
/*************************************************Pagination*********************************************************/
/********************************************************************************************************************/
.pages .current strong.page,
.pages a.page {
  padding: 0 13px;
  border: 1px solid #737373;
  color: #434343;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.pages .action.previous:hover,
.pages .action.next:hover,
.pages a.page:hover {
  color: #434343;
  background-color: #d7d7d7;
}
.pages .current strong.page {
  color: #bc9133;
}
.pages .action.next:before {
  font-size: 30px;
  position: relative;
  right: -2px;
}
.pages .action.previous:before {
  font-size: 30px;
  position: relative;
  left: 3px;
}
.pages .action.previous,
.pages .action.next {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-color: #737373;
  color: #434343;
}
.pages .items .item {
  padding-left: 0;
  padding-bottom: 0;
}
.pages .action:visited,
.pages a.page:visited {
  color: #434343;
}
/********************************************************************************************************************/
/*************************************************Page Messages******************************************************/
/********************************************************************************************************************/
.page.messages .message {
  margin: 10px 0;
  text-align: left;
}
.message.success {
  background: rgba(0, 100, 0, 0.15);
  color: #434343;
}
.message.success > *:first-child:before {
  color: #434343;
}
/********************************************************************************************************************/
/************************************************* POP UPS **********************************************************/
/********************************************************************************************************************/
.mfp-bg {
  background-color: rgba(216, 216, 216, 0.6);
}
.mfp-inline-holder .mfp-content {
  max-width: 700px;
}
.foundry-popup .inner {
  padding: 40px 60px 40px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  border: solid 5px #dcdcdc;
}
.foundry-popup .inner:before {
  content: '';
  background-color: #ffffff;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  position: absolute;
  bottom: 0;
}
.foundry-popup .content {
  background-color: #ececec;
  color: #434343;
  padding: 40px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  z-index: 1;
}
.foundry-popup .button.btn-trans,
.foundry-popup .button.checkout-cart-index .cart-container .cart-promo .button,
.foundry-popup .form-cart .standing-order-details .learn-more {
  margin-top: auto;
  border-color: #434343;
  color: #434343;
  padding: 7px 40px;
}
.foundry-popup .button.btn-trans:hover,
.foundry-popup .button.checkout-cart-index .cart-container .cart-promo .button:hover,
.foundry-popup .form-cart .standing-order-details .learn-more:hover {
  background-color: #434343;
  color: #ffffff;
}
.foundry-popup .title {
  font-size: 35px;
  margin-bottom: 20px;
}
.foundry-popup .subtitle {
  color: #979797;
  font-style: italic;
}
.foundry-popup .button {
  border: 1px solid #434343;
  background-color: transparent;
  color: #434343;
}
.foundry-popup .button:hover {
  color: #ffffff;
  background-color: #434343;
}
.mfp-close-btn-in .foundry-popup .mfp-close {
  z-index: 1;
  top: 15px;
  right: 5px;
  background-color: transparent;
  opacity: 1;
}
.mfp-close-btn-in .foundry-popup .mfp-close:hover {
  background-color: transparent;
}
.mfp-close-btn-in .foundry-popup .mfp-close:before {
  font-size: 30px;
  color: #bc9133;
  content: 'X';
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.mfp-close-btn-in .foundry-popup .mfp-close:hover:before {
  color: #434343;
}
.foundry-popup .excerpt form p:last-of-type {
  margin-bottom: 0;
}
.fs-global-popup .modal-inner-wrap {
  max-width: 700px;
}
.fs-global-popup .modal-inner-wrap .modal-header {
  padding: 0;
  position: relative;
  z-index: 3;
}
.fs-global-popup .modal-inner-wrap .modal-header h1 {
  display: none;
}
.fs-global-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.cnp-welcome-popup {
  max-width: 900px;
  margin: auto;
  position: relative;
  background-color: #FFF;
}
.cnp-welcome-popup .inner {
  padding: 100px 50px;
}
.cnp-welcome-popup .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .cnp-welcome-popup .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cnp-welcome-popup .excerpt {
  color: #434343;
}
.cnp-welcome-popup .content {
  position: relative;
}
.cnp-welcome-popup .content a {
  text-decoration: underline;
}
.cnp-welcome-popup .button {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.cnp-welcome-popup .mfp-close {
  background: #bc9133;
}
.cnp-welcome-popup .mfp-close:before {
  content: 'X';
  color: white;
}
.mfp-close-btn-in .cnp-welcome-popup .mfp-close {
  color: #434343;
}
/********************************************************************************************************************/
/************************************************* SEARCH ***********************************************************/
/********************************************************************************************************************/
.catalogsearch-result-index .page-main {
  background-color: #ececec;
}
.catalogsearch-result-index .product.item .wrapper {
  margin-bottom: 0;
  position: relative;
  margin-top: 10px;
}
.catalogsearch-result-index .blog-toolbar {
  font-size: 12px;
}
.catalogsearch-result-index .blog-toolbar-bottom {
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 60px;
}
.catalogsearch-result-index .toolbar-products {
  margin-bottom: 30px;
}
.catalogsearch-result-index .message.notice {
  margin-top: 30px;
  margin-bottom: 60px;
}
.hidden-toolbar {
  margin-left: auto;
}
.hidden-toolbar .field.limiter,
.hidden-toolbar .pages {
  display: none !important;
}
.blog-results-short .post-list {
  margin: -10px;
}
.blog-results-short .post {
  padding: 10px;
}
.blog-results-short .post .inner {
  background-color: #ffffff;
}
.blog-results-short .post .inner .headline {
  color: #ffffff;
  background-color: #4c374b;
  padding: 10px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.blog-results-short .post .inner .title {
  color: #434343;
  font-weight: 600;
  padding-bottom: 5px;
}
.blog-results-short .post .inner .lower-contents {
  padding: 20px;
  padding-top: 60px;
}
.blog-results-short .post .inner .read-more {
  font-size: 11px;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.blog-results-short .post .inner .read-more .mobile-arrow {
  position: relative;
  top: 8px;
  right: -3px;
  display: inline-block;
  background-size: 60%;
}
/********************************************************************************************************************/
/*******************************************Global (Media Queries)***************************************************/
/********************************************************************************************************************/
@media (max-width: 1200px) {
  .page-layout-2columns-left .columns .column.main {
    width: 70%;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 30%;
  }
  .ie-11.page-layout-2columns-left .columns .column.main {
    max-width: 70%;
  }
  .ie-11.page-layout-2columns-left .columns .sidebar-main {
    max-width: 30%;
  }
}
@media (max-width: 1024px) {
  .header-transition-true .page-header {
    top: 0px;
  }
  .has-site-picker.header-transition-true .page-header {
    top: 0px;
  }
  .page-wrapper {
    margin-top: 121px;
  }
  body.has-promo-ribbon .page-wrapper {
    margin-top: 171px;
  }
  .has-site-picker .page-wrapper {
    margin-top: 137px;
  }
}
@media (max-width: 975px) {
  .blog-results-short .post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-layout-2columns-left .columns .column.main {
    padding-left: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    padding-right: 0;
    width: 100%;
  }
  .catalog-category-view .page-layout-2columns-left .columns .sidebar-main {
    padding-right: 0;
    width: 100%;
  }
  .foundry-popup .title {
    font-size: 25px;
  }
  .account.page-layout-2columns-left .columns .column.main {
    width: 100%;
    padding-left: 0 !important;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .account.page-layout-2columns-left .columns .sidebar-main {
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .ie-11.page-layout-2columns-left .columns .column.main {
    max-width: 100%;
  }
  .ie-11.page-layout-2columns-left .columns .sidebar-main {
    max-width: 100%;
  }
  .blog-results-short .post-list {
    margin: -6px;
  }
  .blog-results-short .post-list .post {
    padding: 6px;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    padding-right: 0;
  }
  .hidden-toolbar {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .hidden-toolbar .sorter .sorter-label {
    padding-left: 0;
  }
  .toolbar-products .view-all {
    margin-right: 0;
  }
  .toolbar-products .count {
    margin-left: 0;
  }
  .toolbar-top .toolbar-breadcrumbs {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 643px) {
  .page-layout-2columns-left .columns .column.main {
    width: 100%;
    padding-left: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .toolbar-pager {
    display: block;
  }
  .breadcrumbs {
    display: none;
  }
  .blog-results-short .title {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .catalogsearch-result-index .blog-toolbar {
    margin-left: auto;
    padding-bottom: 25px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .foundry-popup .content {
    padding: 20px;
  }
  .foundry-popup .inner {
    padding: 60px 10px 60px 10px;
  }
}
@media (max-width: 370px) {
  .blog-results-short .post-list .post {
    width: 100%;
  }
}
/********************************************************************************************************************/
/************************************************CMS Pages***********************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/******************************************CMS Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/************************************************ACM Pages***********************************************************/
/********************************************************************************************************************/
.ecp-template-builder {
  margin-top: 50px;
}
.template-builder {
  background-color: #ffffff;
}
.template-type.repeatable > .inner {
  position: relative;
  margin-bottom: 40px;
}
.template-builder > div:last-of-type {
  margin-bottom: 0;
}
.template-type {
  overflow: hidden;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  position: relative;
}
.template-type.no-bottom-margin {
  margin-bottom: 0;
}
.template-type > .inner {
  margin-top: 0;
}
.template-type.repeatable > .inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.template-type > .inner .inner-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.template-type .inner .content-left {
  width: 50%;
  padding-right: 50px;
}
.template-type .inner .content-right {
  width: 50%;
}
.template-type .panel-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: .7px;
  padding-bottom: 20px;
}
.template-type .body {
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .ecp-template-builder {
  margin-top: 0px;
}
.contentmanager-contenttype-standing_orders .template-type.repeatable {
  margin-bottom: 0;
}
.contentmanager-contenttype-standing_orders .template-type > .inner .inner-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.template-type.template-type-content-block .content-left .title {
  line-height: 60px;
  color: #ffffff;
  padding-bottom: 25px;
}
.template-type.template-type-content-block .body {
  color: #ffffff;
  width: 45%;
}
.template-type.template-type-content-block .content-right .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.template-type.template-type-content-block .content-right .subtitle {
  padding: 15px 40px 15px 0;
}
.template-type.template-type-content-block .content-right .image {
  position: absolute;
  left: 20px;
  right: 0px;
  top: -15px;
  height: 400px;
  max-height: 110%;
}
.template-type.template-type-content-block .content-right .white-box {
  background-color: #ffffff;
  padding: 33px 27px;
  max-width: 330px;
  position: relative;
}
.template-type.template-type-content-block .content-right .white-box .quote {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  color: #bc9133;
  letter-spacing: .3px;
  padding-bottom: 15px;
}
.template-type.template-type-content-block-w-so-link {
  background-color: #bc9133;
}
.template-type.template-type-content-block-w-so-link .title {
  display: block;
  line-height: 60px;
  padding-bottom: 25px;
  color: white;
}
.template-type.template-type-content-block-w-so-link .body {
  display: block;
  color: white;
}
body .template-type.template-type-content-block-w-so-link .button {
  display: none;
}
body.is-logged-in.has-so .template-type.template-type-content-block-w-so-link .button.has-so {
  display: inline-block;
}
body.is-logged-in.no-so .template-type.template-type-content-block-w-so-link .button.no-so {
  display: inline-block;
}
.products-grid .content-column {
  padding: 10px;
}
.template-type.template-type-3-products .title {
  color: #ffffff;
}
.template-type.template-type-3-products .title {
  color: #434343;
}
.template-type .old-price .price-container .price {
  top: 3px;
}
.template-type-feat-prods .content {
  padding-bottom: 10px;
}
.template-type-feat-prods .content.to-right .content-inner {
  padding-left: 60px;
}
.template-type-feat-prods .content.to-left .content-inner {
  padding-right: 60px;
}
.template-type-feat-prods .content-inner .body {
  font-weight: 600;
}
.content-inner .button {
  position: relative;
  z-index: 1;
}
.ie-11 .template-type-feat-prods .inner-inner .image {
  display: block;
  margin: auto;
}
.gradient .content-inner .button {
  margin-bottom: 20px;
}
body .page-wrapper .template-type-feat-prods .content-inner.white .button {
  color: white;
  border: 1px solid white;
}
body .page-wrapper .template-type-feat-prods .content-inner.black .button {
  color: #434343;
  border: 1px solid #434343;
}
body .page-wrapper .template-type-feat-prods .content-inner.white .button:hover {
  background-color: gray;
}
body .page-wrapper .template-type-feat-prods .content-inner.black .button:hover {
  background-color: gray;
  color: white;
}
.template-type .section-title {
  padding: 20px 0;
}
.background-style-cover {
  background-size: cover;
}
.template-type .bg-sliver {
  height: 100%;
  left: 100%;
  margin-left: -80px;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: .2;
  background-size: contain;
}
.overlay.sliver-color-leather {
  background-color: rgba(188, 145, 51, 0.4);
}
.overlay.sliver-color-purple {
  background-color: #4c374b;
}
.overlay.sliver-color-gray {
  background-color: rgba(236, 236, 236, 0.4);
}
.to-left .overlay.w-video {
  background-color: rgba(120, 120, 120, 0.46);
  right: 0;
  left: -105%;
  top: 0;
  bottom: 0;
}
.to-right .overlay.w-video {
  background-color: rgba(120, 120, 120, 0.46);
  left: 0;
  right: -105%;
  top: 0;
  bottom: 0;
}
.content-inner.black {
  color: #434343;
}
.gradient .content .content-inner {
  padding-top: 45px;
  padding-bottom: 60px;
}
.gradient .image + .content.to-left {
  padding-right: 30px;
}
.gradient .image + .content.to-right {
  padding-left: 30px;
}
.columns .template-type ul > li {
  padding-bottom: 4px;
}
.template-type.background-color-gray div:not(.prod-info) .primary.action,
.template-type.background-color-gray div:not(.prod-info) .btn-trans,
.template-type.background-color-gray div:not(.prod-info) .checkout-cart-index .cart-container .cart-promo .button {
  color: #434343;
  border-color: #434343;
  background-color: transparent;
}
.template-type.background-color-gray div:not(.prod-info) .primary.action:hover,
.template-type.background-color-gray div:not(.prod-info) .button:hover,
.template-type.background-color-gray div:not(.prod-info) .btn-trans:hover,
.template-type.background-color-gray div:not(.prod-info) .checkout-cart-index .cart-container .cart-promo .button:hover {
  background-color: #737373;
  border-color: #434343;
  color: #ffffff;
}
.template-type.background-color-gray .prod-info .button {
  background-color: #bc9133;
  color: #ffffff;
  border-color: #bc9133;
}
.template-type.background-color-gray .prod-info .button:hover {
  background-color: #ececec;
  border-color: #ececec;
}
.popup-youtube {
  max-height: 90px;
  max-width: 180px;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  overflow: hidden;
  background-repeat: no-repeat;
}
.popup-youtube .fa-stack {
  color: #ff0000;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
.popup-youtube .fa-play {
  color: #ffffff;
  position: relative;
  top: 3px;
  left: 1px;
}
.popup-youtube .fa-stop {
  font-size: 45px;
}
.template-type.repeatable {
  overflow: visible;
  margin-bottom: 60px;
}
.template-type .slick-dots {
  padding: 0;
  text-align: center;
  list-style: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
}
.template-type .slick-dots li {
  display: inline-block;
  padding: 0 3px;
}
.template-type .slick-dots li button {
  background: none;
  padding: 0;
  border: none;
  color: #646464;
  border: 1px solid #646464;
  background-color: white;
  width: 10px;
  height: 10px;
  line-height: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0px;
  font-size: 0rem;
}
.template-type .slick-dots li button {
  color: white;
}
.template-type .slick-dots li.slick-active button {
  background-color: #CCCCCC;
}
.template-type .slick-prev {
  position: absolute;
  z-index: 10;
  border: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 0px;
  font-size: 0rem;
  background: none;
  padding: 0;
  margin: 0;
  color: black;
  padding: 10px 7px;
  background-color: rgba(0, 0, 0, 0.2);
}
.template-type .slick-prev:before {
  content: '\f053';
  font-weight: 100;
  font-family: 'FontAwesome';
  font-size: 19px;
  font-size: 1.9rem;
}
.template-type .slick-next {
  position: absolute;
  z-index: 10;
  border: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 0px;
  font-size: 0rem;
  background: none;
  padding: 0;
  margin: 0;
  color: black;
  padding: 10px 7px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .template-type .slick-next,
  .template-type .slick-prev {
    width: 40px;
    height: 40px;
  }
}
.template-type .slick-next:before {
  content: '\f054';
  font-weight: 100;
  font-family: 'FontAwesome';
  font-size: 19px;
  font-size: 1.9rem;
}
.template-type .slick-prev[aria-disabled="true"],
.template-type .slick-next[aria-disabled="true"] {
  display: none !important;
}
.template-type-image-slideshow .slide {
  aspect-ratio: 3.2;
}
.template-type-fifty-w-content .piece {
  padding-top: 20px;
  padding-bottom: 20px;
}
.template-type.template-type-fifty-w-content .panel-title {
  line-height: 60px;
  padding-bottom: 25px;
}
.template-type.template-type-fifty-w-content .body {
  width: 45%;
}
.template-type-fifty-w-content .popup-youtube {
  position: static;
  max-height: 9999px;
  max-width: 9999px;
  border: none;
  line-height: 0;
}
.template-type-fifty-w-content .popup-youtube .fa-stack {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.template-type-samples .slick-track {
  margin: auto;
}
.template-type-samples .piece {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.template-type-samples .piece .caption {
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
}
.template-type-video-scroller .slick-track {
  margin: auto;
}
.template-type-video-scroller .piece {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.template-type-video-scroller .popup-youtube {
  position: static;
  max-height: 9999px;
  max-width: 9999px;
  border: none;
  line-height: 0;
  margin: 0;
}
.template-type-video-scroller .popup-youtube .fa-stack {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.template-type-video-scroller .piece .caption {
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  line-height: 1.2;
}
.contentmanager-content-5 .contact-sidebar {
  max-width: 30%;
}
.contentmanager-content-5 .ecp-view {
  background-color: #ececec;
}
.contact-sidebar-inner {
  background-color: #ffffff;
  padding: 24px 24px 15px 24px;
  position: relative;
}
.contact-sidebar-inner .sidebar-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 35px;
  line-height: 40px;
  color: #434343;
  padding-bottom: 25px;
}
.contentmanager-content-5 .body {
  padding-left: 46px;
}
.contact-sidebar-inner {
  line-height: 20px;
  font-size: 15px;
}
.contact-sidebar-inner .phone {
  font-weight: 400;
  font-size: 15px;
  color: #979797;
}
.contact-sidebar-inner .hours {
  color: #737373;
  font-size: 15px;
  margin-bottom: 40px;
}
.contact-sidebar-inner .store-name {
  font-weight: 700;
}
.contact-sidebar-inner .address-1,
.contact-sidebar-inner .address-2 {
  color: #737373;
}
.contact-sidebar-inner .email {
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-sidebar-inner .chat {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 21px;
  bottom: -10px;
  right: 15px;
}
.contact-sidebar-inner .chat:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -19px;
  right: 51%;
  height: 25px;
  border-right: 30px solid #bc9133;
  background: #bc9133;
  -webkit-border-bottom-right-radius: 80px 66px;
  -moz-border-radius-bottomright: 80px 66px;
  border-bottom-right-radius: 80px 66px;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.contact-sidebar-inner .chat:before {
  content: '';
  background-color: #bc9133;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block-title #block-customer-login-heading,
.block-title #block-new-customer-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}
#block-customer-login-heading,
#block-new-customer-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 20px;
}
.login-container {
  margin: -25px;
}
.login-container .block-new-customer .block-content p {
  margin-bottom: 10px;
  color: #737373;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 0;
}
.login-container .contact-sidebar {
  padding: 25px;
  width: 33.333%;
}
.customer-account-login .columns .login-container .block-customer-login,
.customer-account-login .columns .login-container .block-new-customer {
  margin-bottom: 0;
  width: 33.333%;
  padding: 25px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 0;
}
.login-container .block-new-customer .actions-toolbar .primary .action {
  margin-top: 0;
}
.commentary-title {
  margin-top: 60px;
}
.commentary-accordion-wrapper {
  margin-bottom: 60px;
}
.commentary-accordion .outer-body {
  background-color: #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
}
body[class*="categorypath-commentaries-"] .columns .column.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[class*="categorypath-commentaries-"] .template-builder {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
body.market-category.catalog-category-view .columns {
  background-color: #ececec;
  padding-top: 60px;
}
body.market-category.catalog-category-view .products-grid {
  margin: -10px;
}
body.market-category.catalog-category-view .products-grid .product {
  width: 25%;
}
body.market-category.catalog-category-view .products-grid .product.item .wrapper {
  margin-bottom: 0;
}
.amscroll-load-button {
  margin: 20px 0;
}
/********************************************************************************************************************/
/******************************************ACM Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 1100px) {
  .template-type.template-type-content-block .content-right .image {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .customer-account-login .columns .login-container .block-customer-login {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 50%;
  }
  .customer-account-login .columns .login-container .block-new-customer {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
  }
  .login-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .login-container .contact-sidebar {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    width: 100%;
    padding: 0 25px;
  }
  .contentmanager-content-5 .contact-sidebar {
    width: 40%;
    max-width: 40%;
  }
  .contentmanager-content-5 .body {
    padding-left: 30px;
    width: 60%;
  }
  .template-type {
    margin-bottom: 35px;
  }
  .template-type .panel-title {
    font-size: 30px;
  }
  .template-type.template-type-content-block .content-left .title {
    font-size: 35px;
    line-height: 37px;
  }
  .template-type.template-type-content-block .body {
    width: 75%;
    font-size: 12px;
  }
  .template-type.template-type-content-block .content-right .white-box .quote {
    font-size: 20px;
  }
  .template-type.template-type-content-block .content-right .title {
    font-size: 12px;
  }
  .template-type.template-type-content-block .content-right .subtitle {
    font-size: 12px;
  }
  .template-type .inner .content-left {
    margin-bottom: 30px;
  }
  .commentary-title {
    margin-top: 40px;
  }
  body.market-category.catalog-category-view .products-grid .product {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .customer-account-login .columns {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .login-container .actions-toolbar .primary,
  .login-container .actions-toolbar .secondary {
    text-align: center;
  }
  .contentmanager-content-5 .contact-sidebar {
    width: 100%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 100%;
    margin-top: 30px;
  }
  .contentmanager-content-5 .body {
    padding-left: 0;
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .contentmanager-contenttype-enhanced-cms-pages .ecp-view,
  .contentmanager-contenttype-enhanced_cms_pages .ecp-view {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .template-type-content-block.template-type > .inner .inner-inner {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .template-type > .inner .inner-inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .template-type-feat-prods .content {
    padding-bottom: 30px;
  }
  .template-type-feat-prods .content.order-0 .content-inner {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .template-type-feat-prods .content.to-left {
    width: 100%;
  }
  .template-type-feat-prods .content.to-left .content-inner {
    padding-right: 0;
  }
  .template-type-feat-prods .content.to-right .content-inner {
    padding-left: 30px;
  }
  .template-type-feat-prods .gradient .content.to-left .content-inner {
    margin-bottom: 70px;
  }
  .products-grid .content-column {
    padding: 10px 10px 50px 10px;
  }
  .template-type-feat-prods .content-inner {
    margin-bottom: 50px;
  }
  .gradient .image + .content.to-left {
    padding-right: 0;
  }
  .gradient .image + .content.to-right {
    padding-left: 0;
  }
  body.market-category.catalog-category-view .products-grid {
    margin: -6px;
  }
  body.market-category.catalog-category-view .products-grid .product {
    width: 100%;
  }
}
@media (max-width: 643px) {
  .customer-account-login .columns .login-container .block-customer-login {
    width: 100%;
    padding: 0 0 30px;
  }
  .customer-account-login .columns .login-container .block-new-customer {
    width: 100%;
    padding: 0 0 30px;
  }
  .login-container .contact-sidebar {
    padding: 0;
  }
  .login-container {
    margin: 0;
  }
  .template-type .bg-sliver {
    display: none;
  }
  .template-type .panel-title {
    font-size: 24px;
  }
  .template-type.template-type-content-block {
    display: table;
  }
  .template-type.template-type-content-block .inner {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .template-type .inner .content-left {
    width: 100%;
    padding-right: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .template-type .inner .content-right {
    width: 100%;
    background-color: #ffffff;
  }
  .template-type-content-block.template-type > .inner .inner-inner {
    padding-bottom: 0;
  }
  .template-type.template-type-content-block .content-right .white-box {
    margin-left: 10px;
    margin-right: 10px;
    left: 0;
    right: 0;
    bottom: initial;
    max-width: initial;
    margin-top: 100px;
    position: static;
    padding-bottom: 10px;
  }
  .template-type.template-type-content-block .content-right .image {
    height: 200px;
    top: 0;
    right: 0;
    left: 0;
  }
  .template-type-feat-prods .content.to-right .content-inner {
    padding-left: 15px;
  }
  .template-type-feat-prods .inner-inner .image {
    margin-bottom: 20px;
  }
  .template-type-feat-prods .inner-inner .image img {
    margin-right: auto;
    display: block;
  }
  .template-type > .inner .inner-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prod-info .featured {
    position: static;
    margin-bottom: 0;
    padding: 0;
    padding-left: 0;
  }
  .template-type img {
    max-height: 200px;
  }
}
@media (max-width: 500px) {
  .new-arrival,
  .coming-soon {
    position: static;
    padding-bottom: 7px;
  }
  .template-type {
    margin-bottom: 20px;
  }
  .template-type > .inner .inner-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .template-type > .inner .inner-inner.gradient {
    padding-top: 45px;
  }
  .template-type .panel-title {
    padding-bottom: 12px;
  }
  .product.item .curriculum {
    height: 17px;
  }
  .template-type .shop.button {
    display: none;
  }
  .template-type .curriculum span {
    display: none;
  }
  .to-right .overlay.w-video,
  .to-left .overlay.w-video {
    right: -12px;
    left: -12px;
  }
  .popup-youtube {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    position: relative;
    margin-top: 20px;
  }
  .template-type-feat-prods .gradient .content.to-left .content-inner {
    margin-bottom: 15px;
  }
  .template-type-feat-prods .content.to-right .content-inner {
    padding-left: 0;
  }
  .template-type-feat-prods .content-inner .body {
    padding-bottom: 10px;
  }
  .gradient .content .content-inner {
    padding-bottom: 0;
  }
  .products-grid .content-column {
    padding: 10px 10px 30px 10px;
  }
  .template-type-feat-prods .content {
    padding-bottom: 0;
  }
  .commentary-title {
    margin-top: 30px;
  }
  .template-type-feat-prods .content-inner {
    margin-bottom: 10px;
  }
  .template-type .old-price .price-container .price {
    display: inline-block;
    top: 0;
  }
}
/********************************************************************************************************************/
/*********************************************Category Page**********************************************************/
/********************************************************************************************************************/
.price-final_price a.minimal-price-link {
  display: none;
}
.catalog-category-view .page-main {
  background-color: #ececec;
}
.catalog-category-view.page-layout-1column .page-main {
  background-color: #ffffff;
}
.catalog-category-view .page-main > .page-title-wrapper .page-title {
  padding-bottom: 5px;
}
.category-list,
.subcategory-list {
  text-align: center;
  padding: 32px 0 27px;
  background-color: #ffffff;
}
.catalog-category-view .category-list,
.catalog-category-view .subcategory-list {
  padding-top: 0;
}
.category-list .category-subtitle {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 25px;
  font-style: italic;
  letter-spacing: .5px;
  padding-bottom: 10px;
}
.subcategory-list .list a,
.category-list .list a {
  color: #434343;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  margin: 0 9px 4px;
  text-decoration: none;
}
.subcategory-list .list a:hover,
.category-list .list a:hover {
  color: #bc9133;
}
.subcategory-list .list a:after,
.category-list .list a:after {
  content: ' | ';
  padding-right: 5px;
  color: #979797;
  position: absolute;
  top: 0;
  right: -17px;
}
.subcategory-list .list a:before,
.category-list .list a:before {
  content: '';
  background-color: #bc9133;
  width: 0;
  height: 3px;
  left: 0;
  top: 100%;
  position: absolute;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.subcategory-list .list a:hover:before,
.category-list .list a:hover:before {
  width: 100%;
}
.subcategory-list .list a:last-of-type:after,
.category-list .list a:last-of-type:after {
  content: none;
}
.category-view {
  background-color: #ececec;
}
.sidebar-main .am-labels-folding ul,
.sidebar-main .am-labels-folding ul li {
  margin: 0;
  padding: 0;
}
.sidebar-main .am-labels-folding a {
  padding-left: 0 !important;
}
.sidebar-main .am-labels-folding a .label:before,
.sidebar-main .am-labels-folding a .label:after,
.sidebar-main .am-labels-folding input {
  display: none;
}
.filter-options .items .items-children.-folding {
  padding-left: 10px;
}
/*** Category Descriptions ***/
.category-view .category-description {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 200px;
  margin-bottom: 60px;
}
.catalog-category-view .category-view .category-description {
  margin-top: 30px;
}
/*This is hidden until JS moves it outside the columns div*/
.toolbar-top {
  display: none;
}
/***Toolbar***/
.toolbar-top {
  margin-top: 45px;
}
.toolbar-top .toolbar-breadcrumbs {
  margin-right: auto;
}
.page-wrapper .page-main .toolbar .limiter,
.page-wrapper .page-main .toolbar .pages {
  display: block;
}
.toolbar .sorter,
.toolbar .toolbar-amount {
  float: none;
  padding-top: 0;
}
select.limiter-options {
  padding-left: 15px;
  width: 70px;
}
select.sorter-options {
  width: 160px;
  height: 34px;
}
.toolbar .sorter-action {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toolbar .sorter-action:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toolbar-products {
  padding: 0;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.toolbar-products .count {
  display: inline-block;
  font-size: 12px;
  margin-left: 0;
}
.toolbar-products .view-all {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  margin-right: 0;
}
.toolbar-products:after,
.toolbar-products:before {
  content: none;
}
.toolbar-products ul.toolbar-breadcrumbs > li {
  margin-bottom: 0;
  display: inline-block;
}
.toolbar-products ul.toolbar-breadcrumbs > li a {
  font-size: 12px;
  letter-spacing: .7px;
  color: #bc9133;
}
.toolbar-products ul.toolbar-breadcrumbs > li a:hover {
  color: #434343;
}
.toolbar-products ul.toolbar-breadcrumbs > li span {
  color: #434343;
  font-size: 12px;
}
.toolbar-products ul.toolbar-breadcrumbs > li a:after {
  content: ' / ';
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  color: #434343;
}
.page-wrapper .page-main .toolbar .modes {
  display: none;
}
.toolbar-bottom .toolbar-breadcrumbs {
  display: none;
}
.toolbar-bottom {
  margin-top: 30px;
}
.market-category .toolbar {
  display: none !important;
}
.product-photo-wrapper {
  overflow: hidden;
}
.products-grid .product.item .shop.button {
  margin-left: auto;
}
.product-ribbon {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0;
  width: 300px;
  height: 12px;
  position: absolute;
  top: auto;
  left: -107px;
  right: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 34px;
  z-index: 1;
  -webkit-box-shadow: #ebebeb 0 0 3px 0;
  box-shadow: #ebebeb 0 0 3px 0;
  background-color: #bc9133;
}
.product-ribbon + .product-ribbon {
  left: -80px;
}
.product-ribbon + .product-ribbon + .product-ribbon {
  left: -50px;
}
.catalog-product-view .product-info-main .product-ribbon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: static;
  width: 100%;
  margin-top: 10px;
}
/*** Sidebar ***/
.sidebar-main .block.filter {
  padding: 15px 15px 20px;
  background-color: #ffffff;
  color: #434343;
}
.filter-options .filter-options-title {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 20px;
}
.filter-options .filter-options-title .cat-expand {
  top: 1px;
  right: 4px;
  position: absolute;
}
.filter-options .filter-options-content {
  margin: 15px 0 0;
  display: none;
}
.sidebar .filter {
  border-bottom: 3px solid #ececec;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.filter-options > div:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter-options .items form li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter-current + .filter-actions {
  margin-bottom: 15px;
}
.filter-current + .filter-actions a {
  text-transform: uppercase;
  color: #bc9133;
}
.filter-current + .filter-actions a:hover {
  color: #434343;
}
.filter-current .filter-label {
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar a.action.remove {
  font-size: 13px;
  padding-left: 10px;
  top: 1px;
}
.filter-current .item li:last-of-type {
  margin-bottom: 0;
}
/********************************************************************************************************************/
/**************************************Category Page (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 975px) {
  .page-layout-2columns-left .products-grid .product.item {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .category-view .category-description {
    margin-bottom: 30px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .category-list .category-subtitle {
    font-size: 20px;
  }
  .category-view .category-description {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .toolbar-top {
    margin-top: 35px;
  }
  .page-layout-2columns-left .products-grid .product.item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-layout-2columns-left .products-grid .product.item {
    width: 100%;
  }
  .category-view .category-description {
    margin-bottom: 20px;
  }
}
/********************************************************************************************************************/
/*********************************************Product Page***********************************************************/
/********************************************************************************************************************/
.catalog-product-view .long-description i {
  font-style: italic;
}
.catalog-product-view .column.main .prod-detail-top {
  order: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.catalog-product-view .column.main .product.media {
  order: 0;
  width: 50%;
  padding-right: 40px;
}
.catalog-product-view .column.main .product-info-main {
  order: 1;
  width: 50%;
  padding-left: 40px;
}
.catalog-product-view .column.main > .product.attribute.overview {
  order: 2;
  width: 100%;
}
.catalog-product-view .column.main .custom-product-tabs {
  order: 3;
  width: 100%;
}
.catalog-product-view .column.main .upsell-flex {
  order: 4;
  width: 100%;
}
.catalog-product-view .column.main .product-info-stock-sku .sku,
.catalog-product-view .column.main .product-info-stock-sku .available {
  display: none;
}
.product-add-form.product-type-grouped {
  background-color: #ececec;
  width: 100%;
}
.product-add-form.product-type-grouped form {
  margin-bottom: 60px;
  padding-top: 60px;
}
.product-add-form.product-type-grouped .group-heading {
  margin-bottom: 30px;
}
.product-add-form.product-type-grouped .group-heading button.action.primary.tocart:active,
.product-add-form.product-type-grouped .group-heading button.action.primary.tocart:focus,
.product-add-form.product-type-grouped .group-heading button.action.primary.tocart:hover {
  border: 1px solid #bc9133;
  background-color: #ffffff;
  color: #bc9133;
}
.product-add-form.product-type-grouped .grouped-section-title {
  display: inline-block;
  width: 60%;
  padding-right: 20px;
}
.product-add-form.product-type-grouped .box-tocart {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-add-form.product-type-grouped .box-tocart .group-totals {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
  font-family: 'Merriweather', serif;
}
.grouped-products .group-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  color: #979797;
}
.grouped-products .group-grid {
  margin: -9px;
  margin-bottom: 40px;
}
.grouped-products .group-grid .item {
  padding: 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.grouped-products .group-grid .item.group-hide {
  display: none;
}
.grouped-products .group-grid .item .inner {
  padding: 14px 9px 9px 20px;
  background-color: #ffffff;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
.grouped-products .group-grid .item .inner .image {
  padding-right: 20px;
  margin: auto;
  display: block;
}
.grouped-products .group-grid .item .inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #d7d7d7;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
  left: 0;
  top: 0;
}
.grouped-products .group-grid .item.active .inner:before {
  background-color: #bc9133;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
}
.grouped-products .group-grid .item .inner .product-name {
  font-weight: 600;
  color: #434343;
  font-size: 16px;
}
.grouped-products .group-grid .item .inner .product-subtitle {
  font-size: 16px;
  color: #737373;
  padding-bottom: 20px;
}
.grouped-products .group-grid .item .inner .product-subtitle.has-genus {
  padding-bottom: 0;
}
.grouped-products .group-grid .item .inner .genus {
  padding-bottom: 20px;
}
.grouped-products .group-grid .item .inner .old-price .price-container .price {
  top: -15px;
  color: #979797;
}
.grouped-products .group-grid .item .inner .special-price .price-container .price {
  color: #979797;
}
.grouped-products .group-grid .item.active .inner .special-price .price-container .price {
  color: #434343;
}
.grouped-products .group-grid .item.active .inner .price-container.price-final_price .price {
  color: #434343;
}
.grouped-products .group-grid .item .inner .qty label {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding-right: 3px;
}
.grouped-products .group-grid .item .inner .qty input {
  height: 35px;
  width: 38px;
  font-weight: 600;
  display: inline-block;
}
.tab-body .wrapper > .price {
  position: relative;
}
.standing-order-submit-overlay .loader {
  width: 128px;
  height: 15px;
  background-image: url('../images/ajax-loader.gif');
  margin: auto;
}
.group-heading .title-section,
.contentmanager-contenttype-standing-orders .group-heading .title-section,
.contentmanager-contenttype-standing_orders .group-heading .title-section {
  padding-right: 20px;
}
.expander {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bc9133;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.expander:hover {
  color: #737373;
}
.custom-option-button,
.custom-option-button:visited {
  background-color: white;
  border: 1px solid #d7d7d7;
  color: black;
}
.custom-option-button.selected {
  background-color: white;
  border: 2px solid black;
}
/*** ORDERS, STANDING ORDERS, GROUPED PRODUCTS ***/
.group-heading {
  padding-top: 35px;
  padding-bottom: 5px;
}
.group-heading .title {
  margin-bottom: 0;
  margin-top: 0;
}
.so-address-form .fieldset > .field:not(.choice) > .label {
  text-align: left;
  float: none;
  width: 100%;
}
.curriculums.active-orders .outer-bar {
  background-color: #737373;
}
.curriculums .outer-bar {
  background-color: #d7d7d7;
  margin-top: 7px;
  cursor: pointer;
}
.curriculums .title-bar {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  color: #434343;
  padding-top: 11px;
  padding-bottom: 11px;
}
.curriculums.active-orders .title-bar {
  color: #ffffff;
}
.curriculums .title-bar .title {
  padding-left: 20px;
}
.curriculums .title-bar .fa {
  font-size: 30px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.curriculums .title-bar .totals {
  margin-right: 50px;
}
.curriculums.active-orders .title-bar .button {
  color: #ffffff;
  border-color: #ffffff;
  width: 80.47px;
}
.curriculums.active-orders .title-bar .button:hover {
  color: #434343;
}
.curriculums .title-bar .button {
  color: #434343;
  border-color: #434343;
}
.curriculums .outer-bar.open .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.curriculums .group-title {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
  font-family: 'Merriweather', serif;
}
.cat .outer-body {
  background-color: #ececec;
  display: none;
}
.cat .outer-body .grouped-products {
  padding-bottom: 30px;
}
.cat .outer-body .cur-cat-details {
  padding: 40px 0;
}
.cat .cur-cat-details .title {
  font-size: 35px;
}
.cat .cur-cat-details .subtitle {
  color: #737373;
}
.cat .cur-cat-details .description {
  font-size: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  color: #737373;
  padding-top: 10px;
}
.cat .cur-cat-details .learn-more span {
  display: inline-block;
  padding-right: 12px;
}
.cat .cur-cat-details .mobile-arrow {
  position: relative;
  top: 7px;
  display: inline-block;
}
.group-totals {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
  font-family: 'Merriweather', serif;
}
.group-heading .add-order-tocart {
  margin-right: 20px;
}
.group-heading .convert-to-standing-order {
  display: none;
}
body.is-logged-in.no-so .group-heading .convert-to-standing-order {
  display: block;
}
.group-add-to-cart {
  padding-top: 30px;
  padding-bottom: 50px;
}
.order-totals {
  text-align: right;
  padding-bottom: 20px;
}
.group-heading {
  text-align: left;
}
.cancel-order {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #737373;
}
.cancel-order:hover {
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
#amasty-shopby-product-list {
  margin: -10px;
}
#amasty-shopby-product-list .products-grid {
  margin: 0;
}
#amasty-shopby-product-list .toolbar-bottom {
  margin-top: 0;
}
#amasty-shopby-product-list .toolbar-bottom .toolbar {
  margin-top: 30px;
}
.tb-products-grid,
.products-grid {
  margin: -10px;
}
.template-type-feat-prods .products-grid .product.item {
  padding: 0;
}
.tb-products-grid .product.item,
.products-grid .product.item {
  padding: 10px;
}
.page-header .product.item .inner {
  padding: 20px 13px 13px;
}
.products-related .product.item .inner {
  padding: 13px;
}
.product.item .inner {
  background-color: #ffffff;
  padding: 40px 13px 13px;
  position: relative;
}
.product.item .prod-info {
  margin-top: auto;
}
.product.item .product-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #434343;
  font-size: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
  display: block;
}
.product.item .curriculum {
  font-size: 11px;
  text-transform: uppercase;
  bottom: 12px;
  right: 12px;
  padding-right: 33px;
}
.cms-home.page-layout-1column .product.item .wrapper,
.catalog-category-view.page-layout-1column .product.item .wrapper {
  margin-bottom: 30px;
  padding-top: 20px;
  position: relative;
}
.catalog-category-view.page-layout-1column .commentary-accordion-wrapper .product.item .wrapper {
  margin-bottom: 0;
}
.product.item .mobile-arrow {
  top: 0;
  width: 15px;
  height: 10px;
  top: 3px;
}
.products-grid .product.item p {
  margin-bottom: 0;
}
.products-grid .product.item .product-photo-wrapper {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.products-grid .product.item .product-photo-wrapper img {
  max-height: 250px;
}
.catalog-category-view.page-layout-2columns-left .product.item .wrapper {
  margin-bottom: 0;
  position: relative;
  margin-top: 10px;
}
.catalog-category-view .product.item .shop {
  padding: 10px 25px;
}
.products-related .product.item .inner .wrapper {
  margin-bottom: 0;
}
.products-related .product.item .inner .content {
  padding-left: 20px;
}
.price-label {
  display: none;
}
.price-container .price {
  font-size: 20px;
  color: #979797;
}
.old-price .price-container .price {
  color: #979797;
  font-size: 15px;
  position: absolute;
  top: -11px;
  text-decoration: line-through;
}
.special-price .price-container .price {
  color: #979797;
  font-size: 20px;
}
.wrapper > .price {
  color: #979797;
  font-size: 25px;
}
.featured,
.new-arrival,
.coming-soon {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #979797;
  position: absolute;
  top: 10px;
  left: 12px;
  text-transform: uppercase;
}
.prod-info .featured {
  top: 0;
  left: 0;
  background-color: #737373;
  color: #ffffff;
  width: 100%;
  padding: 5px;
}
.new-arrival:before,
.coming-soon:before {
  position: relative;
  font-family: 'FontAwesome';
  content: '\f005';
  color: #979797;
  left: 0;
  padding-right: 4px;
}
.product-info-main .featured,
.product-info-main .new-arrival,
.product-info-main .coming-soon {
  position: static;
}
.product-info-main .market {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
  color: #bc9133;
  margin-top: 5px;
  display: block;
}
.columns .product-info-main .page-title-wrapper .page-title {
  font-size: 35px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 0;
}
.product-info-main .subtitle {
  font-weight: 700;
  color: #737373;
}
.product-info-main .author {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
  padding-top: 20px;
}
.product-info-main .author span {
  color: #bc9133;
}
.product-info-main .price-box {
  margin-top: 45px;
}
.product-info-main .genus {
  font-weight: 400;
  color: #737373;
  text-transform: none;
  margin-top: 5px;
}
.catalog-product-view .product-type-downloadable .product-options-wrapper {
  display: none;
}
.product-options-wrapper {
  margin-top: 45px;
}
.page-product-downloadable .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .product-info-main .product-options-bottom {
  float: none;
  width: 100%;
}
/*Override core m2 theme hiding qty box for downloadable products*/
.page-product-downloadable .product-options-bottom .field.qty {
  display: table-cell !important;
}
.page-product-downloadable .product-info-main .product-options-bottom .price-box {
  display: none;
}
.product-info-main .product.overview {
  background-color: transparent;
}
.product-info-main .product.overview .value {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 700;
  color: #737373;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.product-info-main .see-overview {
  color: #bc9133;
  display: inline-block;
  position: relative;
}
.product-info-main .see-overview:hover {
  color: #434343;
}
.product-info-main .see-overview .mobile-arrow {
  right: -30px;
  top: -2px;
}
.catalog-product-view .product.media > .ribbon-wrap {
  display: none;
}
.catalog-product-view .fotorama__stage__frame {
  text-align: left;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  left: 0%;
  transform: translate3d(0%, -50%, 0);
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: static;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__nav-wrap {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  position: static;
  padding-right: 16px;
  max-height: 590px;
  padding-left: 20px;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__thumb {
  background-color: #ffffff;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav.fotorama__nav--thumbs {
  width: 45px !important;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__thumb__arr {
  display: none;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav__frame--thumb {
  width: 45px;
  height: 60px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border-bottom: 3px solid #4c374b;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__thumb-border {
  display: none;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0;
  height: 60px !important;
  width: 45px !important;
  padding-bottom: 3px !important;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav,
.fotorama__nav__frame {
  margin-left: 0;
  margin-right: 0;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap--toggle-arrows .fotorama__arr.fotorama__arr--next {
  right: 0 !important;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap--toggle-arrows .fotorama__arr {
  display: none !important;
}
.fotorama__fullscreen-icon:focus:after {
  box-shadow: none;
}
.fotorama-item .fotorama__nav--dots .fotorama__nav__frame {
  width: 25px;
}
.fotorama-item .fotorama__dot {
  height: 12px;
  width: 12px;
  background-color: #ececec;
  border: 0;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.fotorama .fotorama__active .fotorama__dot,
.fotorama--fullscreen {
  background: rgba(255, 255, 255, 0.9);
}
.fotorama--fullscreen .fotorama__active .fotorama__dot {
  background-color: #bc9133;
}
.fotorama--fullscreen .fotorama__wrap {
  padding-left: 12px;
  padding-right: 12px;
  margin: auto;
  max-width: 1000px !important;
}
.fotorama__nav--dots {
  bottom: 20px;
}
.fotorama__stage .fotorama__fullscreen-icon:focus,
.fotorama__stage .fotorama__fullscreen-icon {
  -webkit-box-shadow: 0 0 3px 1px #bc9133;
  box-shadow: 0 0 3px 1px #bc9133;
  right: 3px;
  top: 3px;
}
.amazon-reviews > iframe {
  height: 600px;
}
.review-field-ratings label {
  padding-left: 0;
}
.review-control-vote label:before,
.rating-summary .rating-result > span:before {
  color: #bc9133;
}
.review-list .block.title {
  margin-bottom: 15px;
}
.review-list .review-item {
  border: 0;
  padding: 15px 0;
}
.review-list .rating-summary .rating-result > span:before {
  font-family: 'FontAwesome';
  content: '\f005' ' ' '\f005' ' ' '\f005' ' ' '\f005' ' ' '\f005';
  font-size: 22px;
  color: #000000;
  letter-spacing: -1px;
  z-index: 1;
}
.review-list .rating-summary .rating-result:before {
  content: '\f006' ' ' '\f006' ' ' '\f006' ' ' '\f006' ' ' '\f006';
  color: #979797;
  font-size: 22px;
  font-family: 'FontAwesome';
  letter-spacing: -1px;
}
.review-list .rating-summary .rating-result {
  width: 117px;
}
.review-list .label.rating-label {
  display: none;
}
.review-list .rating-summary .rating-result {
  margin-left: 0;
}
.review-list .review-title {
  margin-bottom: 5px;
}
.review-list .review-ratings {
  max-width: 100%;
  float: none;
  margin-bottom: 5px;
}
.review-list .review-ratings ~ .review-content,
.review-list .review-ratings ~ .review-details {
  margin-left: 0;
}
.review-list .review-content {
  margin-bottom: 10px;
}
.review-list .review-author {
  font-weight: 700;
}
.review-list .review-date {
  font-weight: 700;
  display: inline-block;
}
.review-list .review-date:before {
  content: '-';
  display: inline-block;
  margin: 0 3px;
}
.review-list .toolbar {
  margin-top: 30px;
}
.review-list .toolbar .limiter {
  margin-top: 15px;
}
.fieldset > .legend.h3,
.fieldset > .legend.foundry-popup .title,
.fieldset > .legend.product-add-form.product-type-grouped .grouped-section-title,
.fieldset > .legend.cat .cur-cat-details .title,
.fieldset > .legend.video .title,
.fieldset > .legend.review-list .block-title strong {
  font-size: 25px;
}
.review-add {
  background-color: #ececec;
  padding: 30px;
}
.review-add .review-form {
  max-width: 100%;
}
.fieldset.review-fieldset {
  margin-bottom: 30px;
}
.review-add .fieldset > .field:not(.choice) > .label {
  position: absolute;
}
.review-add .review-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.review-add .review-form .fieldset > .field:not(.review-field-text):not(.review-field-ratings) > .control {
  padding: 0 5px;
  background-color: #ffffff;
}
.review-add .review-field-ratings {
  padding: 0 5px;
  background-color: #ffffff;
}
.review-add .review-field-ratings .star-block .review-field-rating .label {
  padding-top: 8px;
  padding-bottom: 8px;
}
.review-add .star-block {
  background-color: #ffffff;
  padding: 6px 15px;
  border-bottom: 1px solid #ececec;
}
.review-add .review-control-vote:before {
  content: '\f006' ' ' '\f006' ' ' '\f006' ' ' '\f006' ' ' '\f006';
  font-size: 22px;
  color: #bc9133;
  font-family: 'FontAwesome';
  letter-spacing: -1px;
}
.review-add .fieldset > .field {
  margin-bottom: 0;
}
.review-add input[type="text"] {
  border: 0;
  padding-left: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2px;
}
.review-add textarea {
  border: 0;
  padding-left: 20px;
  max-height: 110px;
}
.review-form .actions-toolbar .primary {
  float: right;
}
.review-form .action.submit.primary {
  padding: 9px 27px;
  margin-right: 0;
  background-color: #bc9133;
  color: #ffffff;
  border-color: #bc9133;
}
.review-form .action.submit.primary:hover {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  color: #ffffff;
}
.field-error,
div.mage-error[generated] {
  margin-bottom: 15px;
  color: #ff0000;
}
.review-control-vote .rating-1:before {
  font-family: 'FontAwesome';
  content: '\f005';
  font-size: 22px;
  letter-spacing: -1px;
  z-index: 1;
}
.review-control-vote .rating-2:before {
  font-family: 'FontAwesome';
  content: '\f005' ' ' '\f005';
  font-size: 22px;
  letter-spacing: -1px;
  z-index: 1;
}
.review-control-vote .rating-3:before {
  font-family: 'FontAwesome';
  content: '\f005' ' ' '\f005' ' ' '\f005';
  font-size: 22px;
  letter-spacing: -1px;
  z-index: 1;
}
.review-control-vote .rating-4:before {
  font-family: 'FontAwesome';
  content: '\f005' ' ' '\f005' ' ' '\f005' ' ' '\f005';
  font-size: 22px;
  letter-spacing: -1px;
  z-index: 1;
}
.review-control-vote .rating-5:before {
  font-family: 'FontAwesome';
  content: '\f005' ' ' '\f005' ' ' '\f005' ' ' '\f005' ' ' '\f005';
  font-size: 22px;
  letter-spacing: -1px;
  z-index: 1;
}
.product-info-main .special-price .price-container .price {
  letter-spacing: .5px;
  color: #434343;
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.product-info-main .product-add-form .fieldset > .field > .label {
  padding-left: 10px;
}
.product-info-main .box-tocart {
  margin: 13px 0;
}
.product-info-main .box-tocart .input-text.qty {
  width: 35px;
  height: 35px;
  padding-left: 4px;
  padding-right: 4px;
}
.product-info-main .box-tocart .actions {
  padding-top: 0;
}
.product-info-main .box-tocart .action.tocart {
  font-size: 12px;
  letter-spacing: .2px;
  line-height: 0;
  height: 35px;
  padding: 16px 37px;
}
.product-info-main .stock {
  font-size: 14px;
  font-weight: bold;
  color: #979797;
}
.product-info-main .special_order {
  font-size: 14px;
  font-weight: bold;
  color: #979797;
}
.product-info-main .extras-ebooks {
  font-size: 12px;
  color: #979797;
  padding: 20px 0;
}
.product-info-main .extras-ebooks label {
  padding-left: 0;
  font-size: 14px;
}
.button.by-author.btn-trans,
.button.by-author.checkout-cart-index .cart-container .cart-promo .button {
  padding: 8px 28px;
  margin-top: 20px;
}
.button.by-author.btn-trans,
.button.view-all.btn-trans,
.button.by-author.checkout-cart-index .cart-container .cart-promo .button,
.button.view-all.checkout-cart-index .cart-container .cart-promo .button {
  border-color: #434343;
  color: #434343;
}
.button.by-author.btn-trans:hover,
.button.view-all.btn-trans:hover,
.button.by-author.checkout-cart-index .cart-container .cart-promo .button:hover,
.button.view-all.checkout-cart-index .cart-container .cart-promo .button:hover {
  background-color: #ececec;
  border-color: #ececec;
}
.product-info-main .prices-tier {
  display: none;
}
.prices-tier.items {
  padding: 30px 15px 10px;
  margin: 30px 0;
}
.product-info-main .old-price {
  position: relative;
}
.product-info-main .old-price .price-container .price {
  top: -60px;
  display: inline-block;
}
/*social icons*/
.product-info-main .share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-info-main .share label {
  color: #979797;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 8px;
}
.product-info-main .a2a_kit {
  display: inline-block;
}
.product-info-main .a2a_kit .a2a_svg {
  background-color: #bc9133 !important;
  border-radius: 33px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 2px;
}
.product-info-main .a2a_kit .a2a_svg:hover {
  background-color: #979797 !important;
  opacity: 1;
}
.product-info-main .a2a_default_style a:hover .a2a_svg {
  opacity: 1;
}
.specialorder_product_placeholder {
  padding-top: 12px;
}
.product.overview {
  background-color: #ececec;
  padding-top: 25px;
  padding-bottom: 15px;
}
.tab-bar-wrapper {
  background-color: #ececec;
  padding-top: 30px;
}
.tab-bar-wrapper .tab-bar .tab {
  padding: 17px;
  margin-right: 30px;
}
.tab-bar-wrapper .tab-bar .tab.active {
  background-color: #ffffff;
}
.tab-bar-wrapper .tab-bar .title {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 700;
  font-style: itlalic;
  padding-bottom: 7px;
  line-height: 22px;
}
.tab-bar-wrapper .tab-bar .subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #979797;
}
.tab-bodies {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mobile-tab-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px 15px 0;
  border-top: 2px solid #979797;
}
.mobile-tab-title:nth-child(1) {
  border: 0;
}
.mobile-tab-title .title {
  padding-right: 20px;
}
.mobile-tab-title .subtitle {
  font-size: 12px;
}
.mobile-tab-title .menu-item.material-icons {
  color: #434343;
  top: 18px;
}
.custom-product-tabs .block-title.title {
  margin-bottom: 35px;
}
.mobile-tab-title .minus {
  display: none;
}
.mobile-tab-title.active .minus {
  display: block !important;
}
.mobile-tab-title .add {
  display: block;
}
.mobile-tab-title.active .add {
  display: none !important;
}
.category-description i,
.category-description em,
.author .body i,
.author .body em {
  font-style: italic;
}
.category-description strong,
.category-description b,
.author .body strong,
.author .body b {
  font-weight: bold;
}
.overview .long-description {
  padding-right: 20px;
}
.sample-box > div:last-of-type {
  margin-bottom: 0;
}
.sample-wrapper {
  background-color: #ececec;
  padding: 0 24px 24px;
}
.samples .sample {
  background-color: #ececec;
  padding-left: 60px;
  position: relative;
}
.samples .sample .inner-sample {
  padding-bottom: 45px;
}
.samples > .title {
  font-size: 35px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  background-color: #ececec;
  padding: 24px 24px 15px;
}
.inner-sample > .title {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
}
.sample a {
  font-size: 12px;
}
.sample a:hover {
  text-decoration: none;
}
.video .title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.video iframe {
  height: 530px;
}
.samples .sample .icon {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 45px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.sample_chapter_video .icon,
.sample-type-sample-video .icon {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-video-sample.svg');
}
.sample_chapter_pdf .icon,
.sample-type-sample .icon {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-pdf-sample.svg');
}
.sample_chapter_audio .icon,
.sample-type-sample-audio .icon {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-audio-sample.svg');
}
.sample_chapter_image .icon,
.sample-type-sample-image .icon {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-image-sample.svg');
}
.sample_toc .icon,
.sample-type-table-of-contents .icon {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-pdf-sample.svg');
}
.item-number {
  margin-top: 15px;
}
.item-number label {
  font-size: 12px;
  font-weight: 700;
  color: #434343;
  padding-left: 0;
}
.item-number .value {
  color: #979797;
  font-size: 12px;
}
.min-qty {
  margin-top: -28px;
}
@media (max-width: 500px) {
  .min-qty {
    margin-top: 0px;
  }
}
.authors .author {
  margin-bottom: 50px;
}
.author .content {
  padding-right: 60px;
}
.author .title {
  margin-bottom: 20px;
}
.author .image {
  padding-top: 5px;
}
.review-list .block-title strong {
  margin-bottom: 35px;
}
iframe > body {
  font-family: 'Open Sans', sans-serif;
}
.firefox .review-add .review-field-ratings .review-field-rating .control {
  display: block;
  margin: 0;
  width: 130px;
}
.products-grid.products-related {
  padding: 35px 30px;
  background-color: #ececec;
  margin: 0;
}
.ie-11 .related .product.item .image {
  display: block !important;
}
.upsell {
  padding-top: 60px;
  padding-bottom: 60px;
}
.upsell .block-title .h3,
.upsell .block-title .foundry-popup .title,
.upsell .block-title .product-add-form.product-type-grouped .grouped-section-title,
.upsell .block-title .cat .cur-cat-details .title,
.upsell .block-title .video .title,
.upsell .block-title .review-list .block-title strong {
  color: #ffffff;
  margin-bottom: 35px;
}
.upsell .product.item .wrapper {
  margin-bottom: 0;
  position: relative;
  margin-top: 10px;
}
.order-form-fixed-addto {
  background-color: #4c374b;
  color: #ffffff;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -100%;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.order-form-fixed-addto .group-heading {
  padding-top: 8px;
  padding-bottom: 8px;
}
.order-form-fixed-addto .group-heading .title {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
}
.order-form-fixed-addto .group-totals {
  color: #ffffff;
}
.contentmanager-contenttype-standing-orders .order-form-fixed-addto .group-heading .title-section,
.contentmanager-contenttype-standing_orders .order-form-fixed-addto .group-heading .title-section {
  margin-bottom: 0;
}
/********************************************************************************************************************/
/**************************************Product Page (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px) {
  .video iframe {
    height: 50vw;
  }
  .tab-bar-wrapper {
    padding: 0;
  }
  .tab-bodies {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .tab-bodies .tab-body {
    padding: 20px 0 30px;
  }
  .samples > .title {
    font-size: 30px;
  }
  .catalog-product-view .column.main > .product.attribute.overview {
    margin-bottom: 30px;
  }
  .commentary-accordion-wrapper {
    margin-bottom: 40px;
  }
  .mobile-tab-title .subtitle {
    display: none;
  }
}
@media (max-width: 900px) {
  .overview .long-description {
    width: 60%;
  }
  .samples {
    width: 40%;
  }
  .catalog-product-view .column.main .product.media {
    padding-right: 15px;
  }
  .catalog-product-view .column.main .product-info-main {
    padding-left: 15px;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__nav-wrap {
    padding-left: 0;
  }
  .upsell .product.item {
    width: 33.333%;
  }
  .grouped-products .group-grid .item .inner .old-price .price-container .price {
    font-size: 13px;
    top: -11px;
  }
  .grouped-products .group-grid .item .inner .special-price .price-container .price {
    font-size: 15px;
  }
  .grouped-products .group-grid .item .inner .price-container.price-final_price .price {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-info-main {
    margin-bottom: 40px;
  }
  .tb-products-grid,
  .products-grid {
    margin: -6px;
  }
  .tb-products-grid .product.item,
  .products-grid .product.item {
    padding: 6px 0;
  }
  .author .content {
    padding-right: 30px;
  }
  .review-form .actions-toolbar .primary {
    float: none;
  }
  .review-list .block-title strong,
  .upsell .block-title .h3,
  .custom-product-tabs .block-title.title,
  .upsell .block-title .foundry-popup .title,
  .upsell .block-title .product-add-form.product-type-grouped .grouped-section-title,
  .upsell .block-title .cat .cur-cat-details .title,
  .upsell .block-title .video .title,
  .upsell .block-title .review-list .block-title strong {
    margin-bottom: 15px;
  }
  .products-grid.products-related {
    padding: 6px;
  }
  .catalog-product-view .column.main .product.media {
    width: 100%;
    padding-right: 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .product.media .fotorama__stage {
    overflow: visible;
  }
  .catalog-product-view .column.main .prod-detail-top {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__stage {
    max-height: 400px;
    margin-bottom: 20px;
  }
  .product-info-main .price-box {
    margin-top: 30px;
  }
  .upsell {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #amasty-shopby-product-list {
    margin: -6px;
    padding-left: 0;
  }
  .product-add-form.product-type-grouped form {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .cat .cur-cat-details .title {
    font-size: 30px;
  }
  .product-add-form.product-type-grouped .grouped-section-title {
    width: 52%;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__stage {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap > .fotorama__nav-wrap {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-bottom: 0;
    padding-right: 0;
  }
  .product.item .prod-info {
    width: 83%;
    padding-left: 25px;
    margin-top: 0;
  }
  .products-grid .product.item .product-photo-wrapper {
    width: 17%;
    max-width: initial;
  }
  .product.item .inner {
    padding: 30px 13px 10px;
  }
  .product.item.no-flags .inner {
    padding: 10px 13px;
  }
  .product.item .product-name {
    padding-bottom: 0;
  }
  .fieldset > .legend.h3,
  .fieldset > .legend.foundry-popup .title,
  .fieldset > .legend.product-add-form.product-type-grouped .grouped-section-title,
  .fieldset > .legend.cat .cur-cat-details .title,
  .fieldset > .legend.video .title,
  .fieldset > .legend.review-list .block-title strong {
    font-size: 20px;
  }
  .product-info-main .old-price .price-container .price {
    top: -56px;
  }
}
@media (max-width: 643px) {
  .overview .long-description {
    width: 100%;
    padding-right: 0;
  }
  .samples {
    width: 100%;
    margin-top: 20px;
  }
  .samples > .title {
    font-size: 20px;
  }
  .review-add {
    padding: 15px;
  }
  .review-add .star-block {
    padding: 6px 7px;
  }
  .review-add input[type="text"] {
    padding-left: 7px;
  }
  .review-add textarea {
    padding-left: 12px;
  }
  .products-related.products-grid .product.item {
    width: 100%;
  }
  .upsell .product.item {
    width: 50%;
  }
  .cat .outer-body .cur-cat-details {
    padding: 20px 0;
  }
  .cat .outer-body .grouped-products {
    padding-bottom: 10px;
  }
  .group-heading .title-section,
  .contentmanager-contenttype-standing-orders .group-heading .title-section,
  .contentmanager-contenttype-standing_orders .group-heading .title-section {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .group-heading .group-totals {
    margin-left: 0;
    margin-right: 0;
  }
  .curriculums .title-bar .totals {
    margin-right: 20px;
    padding-left: 20px;
  }
  #amasty-shopby-product-list {
    padding-left: 0;
  }
  .prod-info .featured {
    background-color: transparent;
    color: #737373;
    padding: 0;
  }
  .product.item .inner {
    padding: 10px;
  }
  .product.item .prod-info {
    width: 75%;
  }
  .tb-products-grid .product.item .product-photo-wrapper,
  .products-grid .product.item .product-photo-wrapper {
    width: 25%;
  }
  .product-add-form.product-type-grouped .group-heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-add-form.product-type-grouped .grouped-section-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .product-add-form.product-type-grouped .box-tocart {
    width: 100%;
    margin-left: auto;
  }
  .product-add-form.product-type-grouped .box-tocart .group-totals {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .product.item .product-name {
    font-size: 12px;
  }
  .price-container .price {
    font-size: 16px;
  }
  .special-price .price-container .price {
    font-size: 16px;
  }
  .product.item .wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }
  .product.item .product-name {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .old-price .price-container .price {
    font-size: 14px;
    top: -20px;
    display: none;
  }
  .tb-products-grid .product.item .product-photo-wrapper,
  .products-grid .product.item .product-photo-wrapper {
    max-width: 80px;
  }
  .author .image {
    display: none;
  }
  .author .content {
    width: 100%;
  }
  .mobile-tab-title .title {
    font-size: 17px;
  }
  .upsell .product.item {
    width: 100%;
  }
  .product.item .inner {
    padding: 10px;
  }
  .featured,
  .new-arrival,
  .coming-soon {
    position: static;
  }
  .product.item .shop {
    display: none;
  }
  .cat .cur-cat-details .title {
    font-size: 23px;
  }
  .curriculums .title-bar .button {
    margin-left: auto;
    position: absolute;
    right: 12px;
  }
  .curriculums .title-bar .totals {
    padding-left: 30px;
    font-size: 13px;
  }
  .curriculums .title-bar .wrapper {
    padding-right: 90px;
  }
  .commentary-accordion-wrapper {
    margin-bottom: 30px;
  }
}
/********************************************************************************************************************/
/*************************************************Cart Page**********************************************************/
/********************************************************************************************************************/
.checkout-cart-index .cart-summary > .checkout.methods {
  width: 100%;
  order: 0;
}
.checkout-cart-index .cart-summary > .summary {
  width: 100%;
  order: 1;
}
.checkout-cart-index .cart-summary > .block.shipping {
  width: 100%;
  order: 2;
}
.checkout-cart-index .cart-summary > .cart-totals {
  width: 100%;
  order: 3;
}
.checkout-cart-index .cart-summary > .block.discount {
  width: 100%;
  order: 4;
}
.checkout-cart-index .cart-summary > .cart-promo {
  width: 100%;
  order: 5;
}
.order-form-list {
  background-color: #ececec;
  padding-top: 45px;
  padding-bottom: 45px;
}
.order-form-list .order-form {
  padding-bottom: 50px;
}
.order-form-list .order-form .title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 25px;
  color: #bc9133;
  text-decoration: none;
}
.order-form-list .order-form .title:hover {
  color: #434343;
}
.order-form-list .order-form .title .due-date {
  line-height: 25px;
  padding-top: 5px;
}
.checkout-cart-index .column.main {
  background-color: #ececec;
}
.checkout-cart-index .cart-empty,
.checkout-cart-index .cart-container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.checkout-cart-index .cart-empty {
  display: block;
}
.checkout-cart-index .cart-container .cart-summary {
  padding: 0;
  background-color: #ffffff;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 216px;
  margin-bottom: auto;
}
.checkout-cart-index .cart-container .form-cart {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-right: 33px;
}
.checkout-cart-index .cart-container .checkout-methods-items {
  margin-top: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .checkout-methods-items li {
  padding: 0;
  padding: 10px 10px 20px 10px;
}
.checkout-cart-index .cart-container .checkout-methods-items li button.action.primary {
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 600;
  padding: 5px;
}
.checkout-cart-index .cart-container .summary.title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px 10px;
  font-size: 15px;
}
.checkout-cart-index .cart-container .block.shipping {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
  margin: 0 10px;
}
.checkout-cart-index .cart-container .block.shipping .title strong {
  font-size: 12px;
  color: #434343;
}
.checkout-cart-index .cart-container .block.shipping .title:after {
  font-family: 'Material Icons';
  content: '\e145';
  font-size: 20px;
  right: 6px;
  top: 6px;
}
.checkout-cart-index .cart-container .block.shipping.active .title:after {
  content: '\e15b';
  font-family: 'Material Icons';
  font-size: 20px;
  right: 6px;
  top: 6px;
}
.checkout-cart-index .cart-container .cart-totals {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  margin: 0 10px;
}
.checkout-cart-index .cart-container .cart-totals .totals {
  font-size: 12px;
  color: #434343;
}
.checkout-cart-index .cart-container .cart-totals .grand.totals {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-totals .grand.totals .mark strong {
  font-weight: 600;
}
.checkout-cart-index .cart-container .block.discount {
  margin: 0 10px;
}
.checkout-cart-index .cart-container .block.discount .coupon {
  margin: 0 0 15px;
}
.checkout-cart-index .cart-container .block.discount .primary {
  width: 100%;
}
.checkout-cart-index .cart-container .block.discount button.action.apply.primary {
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 600;
  padding: 5px;
  margin-right: 0;
}
.checkout-cart-index .cart-container .cart-promo {
  font-weight: 700;
  line-height: 20px;
  padding-top: 40px;
  background-color: #ececec;
}
.checkout-cart-index .cart-container .cart-promo .body {
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-promo .button {
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 600;
  padding: 5px;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #434343;
  color: #434343;
}
.checkout-cart-index .cart-container .cart-promo .button:hover {
  color: #ffffff;
  background-color: #737373;
}
.cart-summary .cart-totals,
.cart.item td.col.price span.price,
.cart.item td.col.subtotal span.price,
.cart-summary .action.primary.checkout {
  display: none;
}
.cart-summary .loading-mask,
.cart-summary .loading-mask .loader {
  opacity: 1 !important;
  background: #ffffff !important;
}
.checkout-cart-index .cart-summary .shipping-description {
  display: none;
}
.checkout-cart-index .cart-summary .shipping-title {
  font-weight: normal;
}
.action-towishlist,
.cart.table-wrapper .action-edit {
  display: none !important;
}
.checkout-cart-index .cart.table-wrapper {
  padding: 0 15px;
  background-color: #ffffff;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  width: 33%;
  padding-right: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  width: 100%;
  padding-left: 20px;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  display: table-cell;
  padding: 27px 0px 10px 20px;
}
.checkout-cart-index .checkout-cart-index .column form .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .price-including-tax .price,
.checkout-cart-index .cart.table-wrapper .price-excluding-tax .price {
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
  padding-left: 10px;
}
.cart-container .form-cart .action.update,
.cart-container .form-cart .action.clear {
  padding: 0;
  color: #434343;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.clear:hover {
  color: #bc9133;
  background-color: transparent;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action {
  padding: 0;
  color: #bc9133;
  background-color: transparent;
  font-weight: 400;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  color: #434343;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1.7;
}
.cart-container .form-cart .action.continue:hover {
  color: #bc9133;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue:before {
  line-height: 24px;
}
.cart-container .form-cart .action.update:before {
  font-size: 29px;
  position: relative;
  left: 6px;
  border: 0;
}
.button:active,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: none;
}
.form-cart .standing-order-details {
  padding: 25px 20px;
  background-color: #4c374b;
}
.form-cart .standing-order-details .title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  background-color: #4c374b;
  padding-bottom: 0;
}
.form-cart .standing-order-details .so-products {
  padding: 15px 0;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  list-style-position: inside;
}
.form-cart .standing-order-details .so-products .product {
  line-height: 1.8;
  font-weight: 600;
  padding: 0;
  font-size: 12px;
  display: list-item;
}
.form-cart .standing-order-details .message {
  color: #ffffff;
}
.form-cart .standing-order-details .wrapper {
  padding-right: 10px;
  width: 75%;
}
.form-cart .standing-order-details p {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
}
.form-cart .standing-order-details .action a {
  text-transform: uppercase;
  font-size: 11px;
}
.form-cart .standing-order-details .action .mobile-arrow {
  top: -3px;
  right: -26px;
}
.form-cart .standing-order-details .learn-more-wrap {
  margin-left: auto;
}
.form-cart .standing-order-details .learn-more {
  font-size: 12px;
  text-transform: uppercase;
}
.form-cart .standing-order-details a:hover {
  color: #ffffff;
  text-decoration: none;
}
.form-cart .cart .so-instructions {
  font-size: 12px;
  color: #979797;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.form-cart .cart .so-instructions:hover {
  color: #434343;
}
.cart.table-wrapper .cart.item.sto .product-item-photo {
  left: 5px;
}
.cart.item.sto {
  border-left: 5px solid #4c374b;
}
.cart.items.data.table {
  background-color: #ffffff;
}
.form-cart table > thead > tr > th,
.form-cart table > tbody > tr > th,
.form-cart table > tfoot > tr > th,
.form-cart table > thead > tr > td,
.form-cart table > tbody > tr > td,
.form-cart table > tfoot > tr > td {
  padding: 10px 10px;
}
.form-cart table > thead > tr > th {
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary {
  -webkit-transition: padding-top 0.2s linear;
  -moz-transition: padding-top 0.2s linear;
  -o-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
  padding-top: 0;
}
.checkout-cart-index .cart-container .cart-summary._sticky {
  padding-top: 30px;
}
.foundry-ebook-cart-popup .modal-inner-wrap {
  max-width: 550px;
}
.foundry-ebook-cart-popup .modal-footer {
  text-align: left !important;
  padding: 2rem 3rem;
  border-top: none !important;
}
/********************************************************************************************************************/
/******************************************Cart Page (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 767px) {
  .checkout-cart-index .cart-empty,
  .checkout-cart-index .cart-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions,
  .checkout-cart-index .cart-container .form-cart .actions {
    text-align: right;
  }
  .checkout-cart-index .cart-container .form-cart .action.update,
  .checkout-cart-index .cart-container .form-cart .action.clear {
    margin: 0 0 10px auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart {
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    min-height: 100px;
    display: block;
    padding: 27px 0 10px 60px;
  }
  .checkout-cart-index .form-cart .standing-order-details .wrapper {
    width: 60%;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    padding-left: 0;
  }
}
/********************************************************************************************************************/
/*********************************************Checkout Page**********************************************************/
/********************************************************************************************************************/
.page-layout-checkout {
  background-color: #ececec;
}
.page-layout-checkout .page-wrapper {
  margin-top: 20px;
}
.action.action-auth-toggle {
  color: #bc9133;
}
.action.action-auth-toggle:hover {
  color: #434343;
}
.checkout-container .opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.checkout-container .opc-progress-bar-item {
  width: 50%;
  padding-left: 0;
  padding-bottom: 10px;
}
.opc-progress-bar-item > span {
  color: #d7d7d7;
}
.opc-progress-bar-item:before {
  background: #d7d7d7;
}
.opc-progress-bar-item > span:before {
  background: #d7d7d7;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  line-height: 1.4;
}
.opc-progress-bar-item._active:before {
  background: #bc9133;
}
.opc-progress-bar-item._active > span:before {
  background: #bc9133;
}
.opc-block-summary > .title,
.opc-wrapper .step-title {
  font-family: 'Merriweather', serif;
  font-style: italic;
  padding-bottom: 5px;
}
.opc-block-summary {
  background-color: #ffffff;
  padding: 20px;
}
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  top: 0;
  left: 0;
  margin-left: 0;
}
.opc-wrapper .fieldset > .field:not(.choice) > .label {
  padding-left: 10px;
}
.opc-continue {
  font-size: 12px;
  padding: 5px 17px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  width: 100%;
  border-color: #d7d7d7;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #bc9133;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #bc9133;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  font-size: 12px;
  padding: 5px 17px;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #979797;
}
.checkout-container .checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-container .minicart-wrapper .action.showcart {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter-number {
  color: transparent;
}
.checkout-container .field input[type='checkbox'] {
  margin-right: 13px;
}
.checkout-container .payment-method-title.field.choice .label {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.checkout-container .checkout-billing-address .billing-address-details {
  padding-left: 5px;
}
.checkout-container .fieldset > .field.choice:before,
.checkout-container .fieldset > .field.no-label:before {
  width: 0;
  padding-right: 0;
}
.checkout-payment-method .checkout-billing-address .action-cancel {
  color: #434343;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  color: #bc9133;
}
.checkout-onepage-success .print {
  float: none;
}
.action.action-show-popup {
  display: block;
}
.checkout-onepage-success .actions-toolbar .action.primary {
  min-width: 282px;
}
.checkout-index-index .opc-block-summary .shipping-description,
.checkout-index-index .opc-block-shipping-information .shipping-description {
  display: none;
}
.checkout-index-index .opc-block-summary .shipping-title,
.checkout-index-index .opc-block-shipping-information .shipping-title {
  font-weight: normal;
}
.checkout-index-index #co-payment-form hr {
  display: none;
}
.swap-origin-wrapper {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
.checkout-index-index .checkout-billing-address {
  padding-top: 20px;
}
.checkout-index-index .checkout-billing-address .section-title {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  padding-bottom: 15px;
}
/********************************************************************************************************************/
/**************************************Checkout Page (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 767px) {
  .opc-progress-bar-item > span {
    font-size: 14px;
  }
}
/********************************************************************************************************************/
/*********************************************Account Pages**********************************************************/
/********************************************************************************************************************/
/*Login*/
.columns .login-container .block-customer-login,
.columns .login-container .block-new-customer {
  width: 35%;
}
.columns .login-container ul li {
  font-weight: 400;
  color: #737373;
}
.customer-account-login .page-main {
  background-color: #ececec;
}
.customer-account-login .columns {
  padding-top: 60px;
  padding-bottom: 90px;
}
.customer-account-createpassword .page-main,
.customer-account-forgotpassword .page-main {
  background-color: #ececec;
}
.customer-account-forgotpassword .columns .column.main,
.customer-account-createpassword .columns .column.main {
  padding-top: 60px;
  padding-bottom: 60px;
}
input[type="text"].fifty {
  width: 50%;
}
/*Account Create*/
.form-create-account .field-account_type {
  display: none;
}
.form-create-account .field-account_type_personal,
.form-create-account .field-account_type_organization {
  display: none;
}
.columns .account-create-wrapper .form-create-account {
  width: 67%;
  min-width: 0 !important;
}
.account-create-wrapper .form-create-account .field.street .additional > label {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
}
.customer-account-create .page-main {
  background-color: #ececec;
}
.account-type-select {
  padding-bottom: 40px;
}
.account-type-select .label {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
}
.account-type-select .types {
  padding-top: 20px;
}
.account-type-select .types .button {
  padding: 10px 48px;
  margin-right: 15px;
  background-color: #d7d7d7;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.account-type-select .types .button.active,
.account-type-select .types .button:hover {
  background-color: #bc9133;
}
.customer-account-create .page-main #group-fields-customer-attributes {
  width: 100%;
  display: block !important;
}
.account-create-wrapper {
  margin: -25px -25px 30px;
  padding-top: 60px;
}
.customer-account-create .contact-sidebar {
  padding: 25px;
  width: 33%;
}
.columns .account-create-wrapper .form-create-account {
  padding: 25px;
}
.password .password-strength-meter {
  height: auto;
  line-height: 25px;
}
.account .page-main {
  background-color: #ececec;
}
.account .page-title-wrapper .page-title {
  margin-right: auto;
}
.account .page.messages {
  margin-bottom: 0;
}
.page-layout-2columns-left.account .columns .column.main {
  padding-left: 50px;
}
.customer-account-create .page-main .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.customer-account-create .page-main .fieldset > .field {
  width: 50%;
  float: left;
}
.customer-account-create .page-main .fieldset.create.account div:first-of-type {
  width: 100%;
}
.customer-account-create .page-main .fieldset > .field.zip,
.customer-account-create .page-main .fieldset > .field.street + .field,
.customer-account-create .page-main .fieldset > .field.field-name-firstname,
.customer-account-create .page-main .fieldset > .field.password {
  padding-right: 10px;
}
.customer-account-create .page-main .fieldset > .field.telephone,
.customer-account-create .page-main .fieldset > .field.region,
.customer-account-create .page-main .fieldset > .field.field-name-lastname,
.customer-account-create .page-main .fieldset > .field.confirmation {
  padding-left: 10px;
}
.customer-account-create .page-main #group-fields-customer-attributes .field {
  width: 100%;
}
.customer-account-create .page-main .fieldset > .field.street,
.customer-account-create .page-main .fieldset > .field.country {
  width: 100%;
}
.customer-account-create .page-main .amorderattr_img_checkbox {
  display: block !important;
  padding-bottom: 5px;
}
body.account .sidebar .nav.items {
  padding-left: 0;
  margin-bottom: 0;
}
body.account .sidebar .nav.item {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body.account .sidebar .item .delimiter {
  display: none;
}
body.account .sidebar .nav.item a {
  border-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #979797;
  line-height: 1.4;
  padding: 7px 15px 7px 24px;
}
body.account .sidebar .nav.item.current strong {
  color: #434343;
  border-color: #bc9133;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 24px;
}
body.account .box-actions .action.edit {
  padding-right: 20px;
}
.customer-account-edit .field-customer_formal_name {
  display: none !important;
}
.customer-account-edit .field-customer_contact_name {
  display: none;
}
.customer-account-edit .user-defined {
  padding-top: 20px;
}
.customer-account-edit #group-fields-customer-attributes .step-title {
  display: none;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
  color: #434343;
  padding-bottom: 15px;
  margin-top: 0;
  display: inline-block;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #737373;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  font-weight: 600;
  font-size: 15px;
  color: #979797;
}
.account .column.main .block.block-dashboard-info .block-content .box.box-information {
  width: 100%;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.standing-order-details {
  background-color: #ffffff;
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
  color: #434343;
  font-weight: 600;
}
.account .table.table-reviews tbody tr td {
  padding-top: 40px;
  padding-bottom: 40px;
}
.account .table.table-reviews tbody tr {
  border-top: 1px solid #d1d1d1;
}
.account .table.table-reviews tbody tr:first-of-type {
  border-top: 0;
}
.account.sales-order-view .order-status {
  margin: 0 auto;
  display: block;
}
.account.sales-order-view .order-date {
  margin: 0 auto;
}
.account.sales-order-view .order-actions-toolbar {
  padding-bottom: 30px;
}
#instant-purchase {
  display: inline-block;
}
#instant-purchase .instant-purchase {
  padding: 8.5px 18px;
  margin-left: 5px;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account .column.main .toolbar.downloadable-products-toolbar .limiter-options {
  width: 80px;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager .toolbar-amount {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager .pages {
  width: 100%;
  position: static;
  text-align: left;
  margin-top: 15px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager .pages .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager .pages .items .item {
  margin-bottom: 2px;
}
.account .column.main .toolbar.downloadable-products-toolbar .pager .limiter {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 767px) {
  .account .column.main .toolbar.downloadable-products-toolbar .pager .pages {
    width: 100%;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .limiter-options {
    width: 80px;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .pager .pages .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .pager .pages .items .item {
    margin-bottom: 2px;
  }
}
@media (max-width: 500px) {
  .account .column.main .toolbar.downloadable-products-toolbar .pager .toolbar-amount {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .pager .limiter {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .pager .pages {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .account .column.main .toolbar.downloadable-products-toolbar .pager .pages .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
/********************************************************************************************************************/
/**************************************Account Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px) {
  .customer-account-create .contact-sidebar {
    width: 40%;
  }
  .customer-account-create .form-create-account {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .page-layout-2columns-left.account .columns .column.main {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .account .columns {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    padding-bottom: 0;
  }
  .customer-account-forgotpassword .columns .column.main,
  .customer-account-createpassword .columns .column.main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .customer-account-create .contact-sidebar {
    width: 100%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .customer-account-create .form-create-account {
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  #instant-purchase {
    display: block;
  }
  #instant-purchase .instant-purchase {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .columns .account-create-wrapper .form-create-account {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .account .table.table-reviews tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .customer-account-create .page-main .fieldset > .field.zip,
  .customer-account-create .page-main .fieldset > .field.street + .field,
  .customer-account-create .page-main .fieldset > .field.field-name-firstname,
  .customer-account-create .page-main .fieldset > .field.password {
    padding-right: 5px;
  }
  .customer-account-create .page-main .fieldset > .field.telephone,
  .customer-account-create .page-main .fieldset > .field.region,
  .customer-account-create .page-main .fieldset > .field.field-name-lastname,
  .customer-account-create .page-main .fieldset > .field.confirmation {
    padding-left: 5px;
  }
}
@media (max-width: 500px) {
  .account-type-select .types .button {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
