@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #050000;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #f16547;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #f16547; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #050000;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #969696;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.subheader {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #050000;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 1.75; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #5a5a5a;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #f16547;
  border-color: #cccccc;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: white;
    border-color: #999999;
    color: #f16547; }
  .button:active {
    background-color: white;
    border: 1px solid #999999;
    color: #f16547; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: white;
  border-color: white;
  color: #4f949e; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #4f949e;
    border-color: #4f949e;
    color: white; }
  .button--primary:active {
    background-color: #4f949e;
    border: 1px solid #4f949e;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 18px; }

.button--small {
  font-size: 16px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #969696;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #969696;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #969696;
    border-color: #969696;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #969696;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #cccccc;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #969696;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #8b714a;
    border-color: #8b714a; }
  .switch--checked .switch-toggle {
    background-color: #5a5a5a;
    border-color: #5a5a5a; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #969696;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #5a5a5a; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 1.2;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #5a5a5a; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #5a5a5a; }

.form-field--success .form-input-indicator > svg {
  fill: #5a5a5a; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #ce2b1e; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #ce2b1e; }

.form-field--error .form-input-indicator > svg {
  fill: #ce2b1e; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #8b714a; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #8b714a; }

.form-field--warning .form-input-indicator > svg {
  fill: #8b714a; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #969696;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #969696; }
  .breadcrumb.current {
    color: #969696;
    cursor: default; }
    .breadcrumb.current a {
      color: #969696;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #969696;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #969696;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #969696;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #969696;
  display: block;
  font-size: 18px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #050000; }

.tab.is-active .tab-title {
  color: #050000;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 18px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #f16547;
  font-size: 18px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #969696;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #969696;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #f16547; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #f16547;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #787878; }
  .alertBox--info svg {
    fill: #337ab7; }

.alertBox--success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: white; }
  .alertBox--success svg {
    fill: #5a5a5a; }

.alertBox--warning {
  background-color: #fbf8e5;
  border-color: #fbf8e5;
  color: white; }
  .alertBox--warning svg {
    fill: #8b714a; }

.alertBox--error {
  background-color: #fceeee;
  border-color: #fceeee;
  color: white; }
  .alertBox--error svg {
    fill: #ce2b1e; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #969696; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #050000;
    padding: 1.875rem;
    display: block;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 1.2; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #5a5a5a; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #ce2b1e; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #8b714a; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #969696;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #969696; }

.card-figcaption-button {
  background-color: #f4ad57;
  color: #274b4f; }
  .card-figcaption-button:hover {
    background-color: #f19627;
    color: #274b4f; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #969696; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #050000;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: #050000;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #f16547;
    border-color: #cccccc;
    color: white;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: white;
      border-color: #999999;
      color: #f16547; }
    .swal2-modal .swal2-styled:active {
      background-color: white;
      border: 1px solid #999999;
      color: #f16547; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: white;
    border-color: white;
    color: #4f949e; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #4f949e;
    border-color: #4f949e;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #4f949e;
    border-color: #4f949e;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #f16547; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #999999;
    color: #f16547; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

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

html * {
  outline: none !important;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  text-transform: capitalize;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #050000; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: inherit; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  touch-action: manipulation; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #969696;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-field {
  margin: 0 0 19px 0; }
  .form-field.form-field-radio {
    padding: 13px 0 0 0; }
    .form-field.form-field-radio .form-label {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0 25px 0 0;
      line-height: 20px; }
      .form-field.form-field-radio .form-label:last-child {
        display: inline-block;
        margin-bottom: 0; }
    .form-field.form-field-radio .form-radio + .form-label {
      font-size: 16px;
      color: #050000;
      padding-left: 23px; }
      .form-field.form-field-radio .form-radio + .form-label:before {
        width: 14px;
        height: 14px;
        border-color: #cecece; }
      .form-field.form-field-radio .form-radio + .form-label:after {
        width: 0;
        height: 0;
        border: 4px solid #274b4f;
        border-radius: 50%;
        top: 6px;
        left: 3px; }
  .form-field.form-field-radio2 {
    padding-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #e2e2e7; }
    .form-field.form-field-radio2 .form-label:first-child {
      display: block;
      margin-right: 0;
      margin-bottom: 16px; }

.form-select {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #969696;
  border: 1px solid #cbcbcb;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 3px;
  max-width: 100%;
  min-height: 46px;
  height: auto;
  line-height: 46px;
  padding: 0 15px;
  margin: 0; }
  .home-layout-2 .form-select {
    border-radius: 4px; }

.form-label {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #050000; }
  .form-label small {
    float: right;
    margin-top: 0.375rem; }

.form-input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #969696;
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
  border-radius: 3px;
  max-width: 100%;
  min-height: 46px;
  height: auto;
  line-height: 22px;
  padding: 0 15px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .home-layout-2 .form-input {
    border-radius: 4px; }
  .form-input[rows] {
    padding-top: 15px;
    padding-bottom: 15px; }
  .form-input::-webkit-input-placeholder {
    color: #969696;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease; }
  .form-input:-ms-input-placeholder {
    color: #969696;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease; }
  .form-input::placeholder {
    color: #969696;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease; }
  .form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }

.form-label--inlineSmall small {
  color: #969696;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal.modal--standard {
    width: 100%; }
  .modal.modal--filter .modal-close {
    top: 16px; }
    .modal.modal--filter .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--quickView .modal-close {
    top: 16px; }
    .modal.modal--quickView .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--quickShop .modal-close {
    top: 16px; }
    .modal.modal--quickShop .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--preview .modal-close {
    top: 16px; }
    .modal.modal--preview .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--bulk-pricing .modal-close {
    top: 16px; }
    .modal.modal--bulk-pricing .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--editOptions {
    border-radius: 3px;
    overflow-y: auto; }
    .modal.modal--editOptions .modal-close {
      top: 16px; }
      .modal.modal--editOptions .modal-close span {
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
        background-repeat: no-repeat; }
    .modal.modal--editOptions::-webkit-scrollbar {
      width: 5px; }
    .modal.modal--editOptions::-webkit-scrollbar-track {
      background: #fafafa; }
    .modal.modal--editOptions::-webkit-scrollbar-thumb {
      background: #969696; }
    .modal.modal--editOptions::-webkit-scrollbar-thumb:hover {
      background: #969696; }
  .modal.modal--previewMini {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    height: auto;
    width: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .modal.modal--previewMini .modal-header-title {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-align: center; }
    .modal.modal--previewMini .modal-body {
      padding: 15px; }
  .modal.modal--previewMini2 {
    min-height: 180px; }
    .modal.modal--previewMini2 .previewCartCheckout {
      margin-top: 0; }
  .modal.halo-ask-an-expert .modal-close {
    top: 16px; }
    .modal.halo-ask-an-expert .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  @media (min-width: 551px) {
    .modal.modal--previewMini {
      width: 400px;
      right: 35px;
      transform: translateY(-50%); }
      .modal.modal--previewMini .modal-header {
        padding-left: 30px;
        padding-right: 30px; }
      .modal.modal--previewMini .modal-header-title {
        text-align: left; }
      .modal.modal--previewMini .modal-body {
        padding: 30px; }
    .modal.modal--previewMini2 {
      min-height: 130px; } }
  @media (min-width: 768px) {
    .modal.modal--standard {
      width: 740px;
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .modal.modal--editOptions {
      max-width: 770px; } }

@media (min-width: 1025px) {
  .modal--medium {
    width: 100%;
    max-width: 970px; } }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding: 13px 20px;
  border: 0;
  background: #fafafa; }

.modal-header-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  text-align: left;
  border: 0;
  padding: 0 20px 0 0; }
  @media (min-width: 551px) {
    .modal-header-title {
      text-align: center;
      padding-right: 0; } }

.modal-close {
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 50;
  top: 17px;
  right: 20px;
  font-size: 0; }
  .modal-close .icon {
    width: 18px;
    height: 18px;
    fill: #5a5a5a; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }
  .modal-body::-webkit-scrollbar {
    width: 8px; }
  .modal-body::-webkit-scrollbar-track {
    background: #fafafa; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #969696; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #969696; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #050000;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: white;
      border-color: white;
      color: #4f949e; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #4f949e;
      border-color: #4f949e;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #4f949e;
      border-color: #4f949e;
      color: white; }

.has-activeModal.popup-normal .modal-background {
  display: block !important; }

.breadcrumb-wrapper {
  padding: 15px 0 10px 0;
  background-color: #ffffff;
  text-align: left; }

.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent; }

.breadcrumb {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  line-height: 25px;
  text-transform: capitalize; }
  .breadcrumb .breadcrumb-label {
    color: inherit;
    font-size: inherit; }
    .breadcrumb .breadcrumb-label .icon {
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      margin: 0 6px;
      position: relative;
      top: -1px;
      fill: #969696;
      stroke: transparent; }
  .breadcrumb.is-active .breadcrumb-label {
    color: inherit; }
  .breadcrumb:before {
    display: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #fafafa; }

.pagination {
  display: block;
  text-align: center;
  margin: 30px 0 0 0; }
  .pagination .pagination-info {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #050000; }
  @media (min-width: 768px) {
    .pagination {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
      .pagination .pagination-info {
        margin-bottom: 0;
        text-align: left; } }
  @media (min-width: 1025px) {
    .pagination {
      margin-top: 45px; } }

@media (min-width: 768px) {
  .page-blog .pagination {
    justify-content: flex-end; } }

.pagination-list {
  display: block;
  font-size: 0;
  margin: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px; }
  @media (min-width: 768px) {
    .pagination-list {
      display: inline-block;
      vertical-align: top; } }

.pagination-item {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  margin: 0; }
  .pagination-item .pagination-link {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #050000;
    min-width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent; }
    .home-layout-2 .pagination-item .pagination-link {
      border-radius: 4px; }
    .pagination-item .pagination-link:hover {
      color: #969696; }
  .pagination-item.pagination-item--current .pagination-link {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7; }
  .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
    padding-top: 0;
    padding-bottom: 0;
    border-color: white;
    background-color: white; }
  @media (min-width: 1025px) {
    .pagination-item.pagination-item--previous .pagination-link:hover, .pagination-item.pagination-item--next .pagination-link:hover {
      background-color: #4f949e;
      border-color: #4f949e; }
      .pagination-item.pagination-item--previous .pagination-link:hover .icon, .pagination-item.pagination-item--next .pagination-link:hover .icon {
        fill: white; } }

.pagination-item--previous .pagination-link,
.pagination-item--next .pagination-link {
  width: 46px;
  height: 46px;
  padding: 15px; }
  .pagination-item--previous .pagination-link .icon,
  .pagination-item--next .pagination-link .icon {
    display: inherit;
    margin: 0;
    width: 100%;
    height: 100%;
    fill: #4f949e; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #969696;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  user-select: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 36px;
  font-style: normal;
  border: 1px solid white;
  color: #4f949e;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .home-layout-2 .button {
    font-weight: 500;
    border-radius: 4px; }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
    color: white;
    border-color: #4f949e;
    background-color: #4f949e; }
    .home-layout-2 .button.button--primary:hover, .home-layout-2 .button.button--primary:focus, .home-layout-2 .button.button--primary:active {
      border-color: white; }
  .button.button--secondary {
    color: white;
    background-color: #f16547;
    border-color: #cccccc; }
    .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
      color: #f16547;
      border-color: #999999;
      background-color: white; }
  .button.button--transparent {
    color: #4f949e;
    border-color: #4f949e;
    background-color: transparent; }
    .home-layout-2 .button.button--transparent {
      color: white;
      border-color: #cccccc; }
    .button.button--transparent:hover, .button.button--transparent:focus, .button.button--transparent:active {
      color: white;
      border-color: #4f949e;
      background-color: #4f949e; }
      .home-layout-2 .button.button--transparent:hover, .home-layout-2 .button.button--transparent:focus, .home-layout-2 .button.button--transparent:active {
        color: #4f949e;
        border-color: white;
        background-color: white; }
  .button.disable {
    cursor: not-allowed;
    pointer-events: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #787878; }
    .button.disable:hover, .button.disable:focus, .button.disable:active {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #787878; }
  .button + .button {
    margin-left: 0; }
  @media (min-width: 1025px) {
    .button {
      height: 46px;
      line-height: 42px;
      padding-left: 30px;
      padding-right: 30px; }
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  pointer-events: none; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

.accordion--navList {
  border: 0;
  border-radius: 0; }
  .accordion--navList .accordion-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
  .accordion--navList .accordion-navigation {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .accordion--navList .accordion-navigation .accordion-title {
      font-size: 20px;
      font-weight: 400;
      margin: 0 0 22px 0;
      padding: 0;
      line-height: 1;
      text-transform: unset; }
    .accordion--navList .accordion-navigation .accordion-navigation-actions {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0; }
      .accordion--navList .accordion-navigation .accordion-navigation-actions .icon {
        vertical-align: top;
        width: 20px;
        height: 20px;
        stroke: transparent; }
  .accordion--navList .accordion-content {
    padding: 0;
    border: 0; }
    .accordion--navList .accordion-content .navList-item a {
      margin: 0;
      padding: 0 0 0 26px; }
      .accordion--navList .accordion-content .navList-item a .navList-action-close {
        position: absolute;
        float: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 20px;
        height: 20px;
        padding: 6px; }
        .accordion--navList .accordion-content .navList-item a .navList-action-close .icon {
          width: 100%;
          height: 100%; }
      .accordion--navList .accordion-content .navList-item a:before {
        background-color: white;
        border: solid #d0d0d0;
        border-width: 1px;
        width: 14px;
        height: 14px;
        top: 50%;
        bottom: auto;
        left: 0;
        margin: 0;
        border-radius: 0;
        transform: translateY(-50%);
        z-index: 11; }
      .accordion--navList .accordion-content .navList-item a:after {
        margin: 0;
        transform: translateY(-50%);
        z-index: 12; }
      .accordion--navList .accordion-content .navList-item a:hover:before {
        width: 14px; }
    .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item a {
      padding-left: 0; }
      .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item a > span {
        display: flex;
        align-items: center; }
      .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item a .rating--small {
        margin-right: 5px; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item a:hover > span {
      background-image: unset; } }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  padding: 12px 15px 13px 15px;
  margin: 0 0 30px 0; }
  .alertBox.alertBox--warning {
    color: #8b714a; }
    .alertBox.alertBox--warning .icon svg {
      fill: #8b714a; }
  .alertBox.alertBox--success {
    color: #5a5a5a; }
  .alertBox.alertBox--error {
    color: #ce2b1e; }
    .alertBox.alertBox--error .icon svg {
      fill: #ce2b1e; }
  .alertBox.alertBox--info {
    color: white; }
    .alertBox.alertBox--info .alertBox-close svg {
      fill: white; }
    .alertBox.alertBox--info .icon svg {
      fill: white; }

.alertBox-icon {
  padding: 0 10px 0 0; }
  .alertBox-icon .icon {
    height: 1.5625rem;
    width: 1.5625rem; }

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

.form-inlineMessage {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(206, 43, 30, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(90, 90, 90, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 15px; }

.form-select--small,
.form-select--date {
  background-position: right 7px top 13px;
  font-size: 14px;
  color: #969696;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0 25px 0 15px;
  background-size: 1.125rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #969696;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0; }

.form-field-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 16px;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1; }

.card {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  .card.card-custom {
    display: table;
    background: #ffffff; }
  @media (min-width: 1025px) {
    .card:hover .card-figure-button {
      opacity: 1;
      visibility: visible;
      top: 50%;
      pointer-events: auto; }
    .card:hover .card-body .card-body-button {
      z-index: 3;
      top: auto;
      bottom: calc(100% + 15px);
      height: auto;
      opacity: 1;
      overflow: visible;
      transition: all 0.3s ease, z-index 1.5s ease; }
    .card.card-hover:hover .card-link .card-image {
      opacity: 0;
      visibility: hidden; }
    .card.card-hover:hover .card-link .card-image-2 {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .card:hover .card-body .card-body-button {
      bottom: calc(100% + 10px); } }

.card-figure {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0; }

.card-custom .card-image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 85px;
  border: 0; }

.card-custom .card-link img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  left: 0;
  max-height: 100%;
  object-fit: cover; }

.card-custom .card-link:after {
  content: "";
  display: block;
  padding-bottom: 126%; }

.card-custom .card-content {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 85px);
  padding: 0 0 0 15px; }

.card-custom .card-title {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  top: -5px;
  margin-bottom: 0; }
  .home-layout-2 .card-custom .card-title {
    font-weight: 400; }
    .home-layout-2 .card-custom .card-title a {
      font-weight: 400; }
  .card-custom .card-title > a {
    margin-bottom: 0; }
  .card-custom .card-title .card-ellipsis {
    -webkit-line-clamp: 2; }

.card-custom .card-price {
  justify-content: flex-start;
  font-size: 14px; }
  .home-layout-2 .card-custom .card-price {
    font-weight: 600; }

.card-custom .card-option .form-field {
  margin-bottom: 15px;
  text-align: left; }

.card-custom .card-action {
  background: transparent !important;
  border: 0;
  margin-top: 16px;
  padding: 0 0 0 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #050000;
  width: 100%;
  text-align: left;
  transition: unset; }
  .card-custom .card-action span {
    position: relative; }
    .card-custom .card-action span:before, .card-custom .card-action span:after {
      content: "";
      position: absolute;
      display: block;
      line-height: 22px;
      background-color: #274b4f; }
    .card-custom .card-action span:before {
      top: 9px;
      right: calc(100% + 7px);
      width: 10px;
      height: 1px; }
    .card-custom .card-action span:after {
      top: 50%;
      right: calc(100% + 12px);
      width: 1px;
      height: 10px;
      transform: translateY(-50%); }

.card-custom.card-custom2 {
  margin-bottom: 35px; }
  .card-custom.card-custom2 .card-content {
    position: relative;
    top: -6px; }
  .card-custom.card-custom2 .card-price {
    font-size: 16px; }
  .card-custom.card-custom2 .card-action {
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
    padding-left: 12px;
    margin-left: 0;
    width: 135px;
    border: 1px solid white;
    color: #4f949e;
    background-color: white !important; }
    .card-custom.card-custom2 .card-action span {
      background-image: unset; }
      .card-custom.card-custom2 .card-action span:before {
        top: 10px; }
      .card-custom.card-custom2 .card-action span:before, .card-custom.card-custom2 .card-action span:after {
        background-color: #4f949e; }
    .home-layout-2 .card-custom.card-custom2 .card-action {
      color: #274b4f;
      border-color: #cccccc;
      background-color: #f4ad57 !important; }
      .home-layout-2 .card-custom.card-custom2 .card-action span:before, .home-layout-2 .card-custom.card-custom2 .card-action span:after {
        background-color: #274b4f; }

.card-custom.card-custom3 {
  margin-bottom: 33px; }
  .card-custom.card-custom3 .card-content {
    position: relative;
    top: -2px; }
  .card-custom.card-custom3 .card-price {
    margin-top: 4px;
    font-size: 16px; }

.card-custom + .card-custom {
  margin-top: 38px; }

@media (min-width: 1025px) {
  .card-custom .card-content {
    padding-left: 20px; }
  .card-custom .card-action:hover {
    color: #f16547; }
    .card-custom .card-action:hover span {
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
      .card-custom .card-action:hover span:before, .card-custom .card-action:hover span:after {
        background-color: #f16547; }
  .card-custom.card-custom2 .card-action:hover {
    color: white;
    border-color: #4f949e;
    background-color: #4f949e !important; }
    .card-custom.card-custom2 .card-action:hover span {
      background-image: unset; }
      .card-custom.card-custom2 .card-action:hover span:before, .card-custom.card-custom2 .card-action:hover span:after {
        background-color: white; }
  .home-layout-2 .card-custom.card-custom2 .card-action:hover {
    color: #274b4f;
    border-color: #f19627;
    background-color: #f19627 !important; }
    .home-layout-2 .card-custom.card-custom2 .card-action:hover span:before, .home-layout-2 .card-custom.card-custom2 .card-action:hover span:after {
      background-color: #274b4f; }
  .card-custom.card-custom3 .card-option .form-field {
    white-space: nowrap; } }

.card-link {
  display: block;
  position: relative; }
  .card-link .card-img-container {
    display: block;
    position: relative;
    max-width: 290px; }
    .card-link .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 124.13793%; }
    .card-link .card-img-container.card-img-container2 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-link .card-img-container.card-img-container2:after {
        width: auto; }
  .card-link .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
    border: 0;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition: all 0.3s ease; }
  .card-link .card-image-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: all .3s ease; }
    .card-link .card-image-2 img {
      display: inline-block;
      vertical-align: top;
      max-height: 100%;
      width: 100%; }
      .card-link .card-image-2 img.lazyload, .card-link .card-image-2 img.lazyloading {
        opacity: 0;
        top: auto;
        left: auto;
        transform: none;
        position: relative;
        transition: all .3s ease; }
  .card-link .card-no-image {
    width: auto; }
  @media (min-width: 551px) {
    .card-link .card-img-container {
      max-width: 100%; } }

.card-figure-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 1025px) {
    .card-figure-button {
      display: block;
      position: absolute;
      top: 100%;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease;
      z-index: 4; }
      .card-figure-button:focus-visible {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        top: 50%; } }

.card-quickview {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #274b4f;
  text-align: center;
  background-color: #ffffff;
  text-transform: capitalize;
  border-radius: 15px;
  width: 110px;
  padding: 0 10px; }
  @media (min-width: 1025px) {
    .card-quickview {
      display: block;
      padding-left: 5px;
      padding-right: 5px; }
      .card-quickview:hover {
        color: #f16547; }
      .home-layout-2 .card-quickview:hover {
        color: #274b4f;
        border-color: #f19627;
        background-color: #f19627; } }

.card-body {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0; }
  .card-body .card-body-content {
    display: block;
    position: relative;
    z-index: 2;
    padding: 12px 0 0 0;
    background-color: #ffffff;
    text-align: center; }
  .card-body .card-body-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 3;
    display: block;
    transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .card-body .card-body-button {
      z-index: 1;
      top: -56px;
      bottom: auto;
      height: 45px;
      opacity: 1;
      overflow: hidden;
      transition: all 0.3s ease, z-index 0s ease; } }

.card-text {
  margin: 0; }
  .card-text[data-test-info-type="brandName"] {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px; }

.card-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0; }
  .card-title > a {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    color: #274b4f;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 8px 0;
    text-transform: capitalize;
    text-decoration: none; }
    .card-title > a:hover {
      color: #274b4f; }
  .card-title .card-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
  @media (min-width: 551px) {
    .card-title .card-ellipsis {
      -webkit-line-clamp: 1; } }

.card-desc {
  display: none; }

.card-rating {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  line-height: 1; }
  .card-rating .rating--count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #969696; }

.card-price {
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: 12px 0 0 0;
  visibility: visible;
  color: #969696;
  font-size: 18px;
  font-weight: 400; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-price .price-section {
    margin-right: 10px; }
    .card-price .price-section.price-section--sale {
      color: #ce2b1e; }
    .card-price .price-section.price-section--withoutTax, .card-price .price-section.price-section--withTax {
      color: #ce2b1e; }
    .card-price .price-section.non-sale-price--withoutTax, .card-price .price-section.non-sale-price--withTax {
      text-decoration: line-through;
      color: #969696; }
      .home-layout-2 .card-price .price-section.non-sale-price--withoutTax, .home-layout-2 .card-price .price-section.non-sale-price--withTax {
        font-weight: 500;
        font-size: 14px; }
    .card-price .price-section.price-none + .price-section--withoutTax {
      color: #050000; }
    .card-price .price-section.price-none + .price-section--withTax {
      color: #050000; }
    .card-price .price-section.price-section--salebale {
      display: none; }
    .card-price .price-section:last-child {
      margin-right: 0; }
  .card-price p {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    line-height: 28px;
    margin: 0; }

.card-wishlist {
  display: block;
  text-align: center;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 5px;
  margin: 0 19px 19px auto;
  line-height: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 10, 0.05); }
  .card-wishlist .text {
    display: none;
    white-space: nowrap;
    font-size: 14px;
    color: #050000;
    font-weight: 400;
    width: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    right: calc(100% - 25px);
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    padding: 0 30px 0 10px;
    border-radius: 15px;
    transform: translateY(-50%);
    /*transition: $anchor-transition;*/ }
  .card-wishlist .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 1;
    position: relative;
    top: 3px;
    z-index: 5; }
  @media (min-width: 551px) {
    .card-wishlist .icon {
      left: 1px; } }
  @media (min-width: 1025px) {
    .card-wishlist .text {
      display: inline-block;
      vertical-align: top; }
    .card-wishlist:hover .text {
      width: auto;
      opacity: 1;
      visibility: visible;
      transition: all 0s ease; } }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .card-wishlist {
      margin-bottom: 10px;
      margin-right: 15px; } }

.card-action {
  margin: 0 auto;
  width: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  color: #274b4f;
  border: 1px solid #f4ad57;
  border-radius: 3px;
  background-color: #f4ad57;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .home-layout-2 .card-action {
    border-color: #cccccc;
    border-radius: 4px; }
  .card-action.card-out-of-stock {
    color: white;
    background: #5a5a5a;
    border-color: #5a5a5a;
    pointer-events: none; }
    .home-layout-2 .card-action.card-out-of-stock {
      color: #274b4f;
      opacity: 0.5; }
  .card-action:hover {
    color: #274b4f;
    border-color: #f4ad57;
    background-color: #f4ad57; }
  .card-action:active, .card-action:focus {
    color: #274b4f;
    border-color: #f19627;
    background-color: #f19627; }
  @media (min-width: 551px) {
    .card-action span {
      position: relative; }
      .card-action span:before, .card-action span:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #274b4f; }
      .card-action span:before {
        top: 10px;
        right: calc(100% + 8px);
        width: 11px;
        height: 1px; }
      .card-action span:after {
        top: 50%;
        right: calc(100% + 13px);
        width: 1px;
        height: 11px;
        transform: translateY(-50%); }
    .card-action.card-out-of-stock span:before, .card-action.card-out-of-stock span:after {
      display: none; } }
  @media (min-width: 1025px) {
    .card-action {
      padding: 10px;
      width: calc(100% - 30px); }
      .card-action:hover {
        color: #274b4f;
        border-color: #f19627;
        background-color: #f19627; } }

.card-option {
  margin: 16px 0 0 0; }
  .card-option .form-field {
    text-align: center;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .card-option .form-field .form-option {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      border: 0;
      margin: 0 9px 0 0;
      padding: 0;
      pointer-events: none; }
      .card-option .form-field .form-option .form-option-variant {
        position: relative;
        font-size: 0;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #dadada;
        background-color: #ffffff; }
        .card-option .form-field .form-option .form-option-variant:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          border-radius: 17px;
          background-color: rgba(255, 255, 255, 0);
          opacity: 1;
          visibility: visible;
          border: 2px solid #ffffff;
          transition: all 0.3s ease; }
        .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
      .card-option .form-field .form-option .form-option-tooltip {
        display: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: white;
        text-align: center;
        background: #050000;
        position: absolute;
        bottom: 100%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        border-radius: 3px;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: all 0.3s ease;
        white-space: nowrap; }
        .card-option .form-field .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid #050000;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      .card-option .form-field .form-option:last-of-type {
        margin-right: 0; }
    .card-option .form-field .showmore {
      display: inline-block;
      vertical-align: middle;
      color: #969696;
      margin: 0 0 0 8px;
      font-size: 14px;
      width: auto;
      text-align: center; }
    .card-option .form-field.form-field--size {
      margin-bottom: 0; }
      .card-option .form-field.form-field--size .form-option {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #969696; }
      .card-option .form-field.form-field--size + .form-field--size {
        display: none;
        margin-top: 0; }
    .card-option .form-field + .form-field {
      margin-top: 20px; }
  @media (min-width: 1025px) {
    .card-option .form-field .form-option {
      position: relative;
      pointer-events: auto; }
      .card-option .form-field .form-option .form-option-tooltip {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
      .card-option .form-field .form-option:hover .form-option-tooltip {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }

.card-details {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #050000;
  width: 100%;
  text-align: center;
  transition: unset; }
  .card-details .text {
    position: relative;
    color: #050000;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
    .card-details .text:before, .card-details .text:after {
      content: "";
      position: absolute;
      display: block;
      line-height: 22px;
      background-color: #050000; }
    .card-details .text:before {
      top: 9px;
      right: calc(100% + 7px);
      width: 10px;
      height: 1px; }
    .card-details .text:after {
      top: 50%;
      right: calc(100% + 12px);
      width: 1px;
      height: 10px;
      transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .card-details a:hover .text {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); }
      .card-details a:hover .text:before, .card-details a:hover .text:after {
        background-color: #f16547; } }

.card-compare {
  display: none; }
  .card-compare .compare {
    display: block;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    position: relative;
    color: #274b4f;
    text-transform: capitalize;
    cursor: pointer; }
  .card-compare input[type="checkbox"] {
    display: none; }
    .card-compare input[type="checkbox"]:checked + .compare {
      background-color: #4f949e;
      color: white; }
      .home-layout-2 .card-compare input[type="checkbox"]:checked + .compare {
        color: #4f949e;
        background-color: white; }
  @media (min-width: 1025px) {
    .card-compare {
      display: block;
      text-align: center;
      text-transform: capitalize;
      border-radius: 15px;
      width: 110px;
      margin: 10px 0 0 0;
      overflow: hidden; }
      .card-compare:hover .compare {
        color: #f16547; }
        .home-layout-2 .card-compare:hover .compare {
          color: #274b4f;
          border-color: #f19627;
          background-color: #f19627; } }

.lookbook-popup {
  display: none;
  position: relative; }
  .lookbook-popup .close-product {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 10;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px; }
    .lookbook-popup .close-product svg {
      fill: #4f949e;
      width: 14px;
      height: 14px; }
  .lookbook-popup .card {
    width: 250px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .lookbook-popup .card-body .card-body-content {
    padding: 10px; }
  .lookbook-popup .card-body .card-body-button {
    top: -56px !important;
    bottom: auto !important; }
  .lookbook-popup .card-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .lookbook-popup .card-title a {
      font-size: 14px;
      -webkit-line-clamp: 2; }
  .lookbook-popup .card-price {
    font-size: 16px;
    margin-top: 8px; }
  .lookbook-popup .card-option .form-field {
    margin-bottom: 12px; }
  .lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }
  @media (min-width: 551px) {
    .lookbook-popup .close-product {
      right: -30px;
      background: transparent; }
      .lookbook-popup .close-product svg {
        width: 16px;
        height: 16px;
        fill: #ffffff; }
    .lookbook-popup .card {
      width: 225px; }
    .lookbook-popup .card-body .card-body-content {
      padding: 10px 20px 15px 20px; } }

.home-layout-2 .halo-block .card .halo-badges,
.productGrid .product .card .halo-badges {
  left: auto;
  right: 0;
  align-items: flex-end; }

.home-layout-2 .halo-block .card .card-body .card-body-content,
.productGrid .product .card .card-body .card-body-content {
  text-align: left;
  padding-top: 15px; }

.home-layout-2 .halo-block .card .card-body .card-text,
.productGrid .product .card .card-body .card-text {
  color: #274b4f;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 1px; }

.home-layout-2 .halo-block .card .card-body .card-title > a,
.productGrid .product .card .card-body .card-title > a {
  font-weight: 400;
  margin-bottom: 7px; }
  .home-layout-2 .halo-block .card .card-body .card-title > a span,
  .productGrid .product .card .card-body .card-title > a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .home-layout-2 .halo-block .card .card-body .card-title > a:hover span,
  .productGrid .product .card .card-body .card-title > a:hover span {
    background-size: 100% 1px; }

.home-layout-2 .halo-block .card .card-body .card-price,
.productGrid .product .card .card-body .card-price {
  margin-top: 17px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 16px; }

.home-layout-2 .halo-block .card .card-body .card-option,
.productGrid .product .card .card-body .card-option {
  margin-top: 18px; }
  .home-layout-2 .halo-block .card .card-body .card-option .form-field,
  .productGrid .product .card .card-body .card-option .form-field {
    text-align: left; }
    @media (min-width: 768px) {
      .home-layout-2 .halo-block .card .card-body .card-option .form-field .form-option .form-option-variant,
      .productGrid .product .card .card-body .card-option .form-field .form-option .form-option-variant {
        width: 30px;
        height: 30px; } }

.home-layout-2 .halo-block .card .card-body .card-body-button,
.productGrid .product .card .card-body .card-body-button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  height: auto;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .home-layout-2 .halo-block .card .card-body .card-body-button,
    .productGrid .product .card .card-body .card-body-button {
      min-height: 45px; } }
  .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist,
  .productGrid .product .card .card-body .card-body-button .card-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 10px;
    background-color: #f7f8fa; }
    .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist .text,
    .productGrid .product .card .card-body .card-body-button .card-wishlist .text {
      display: none;
      z-index: 1; }
    .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist .icon,
    .productGrid .product .card .card-body .card-body-button .card-wishlist .icon {
      fill: #274b4f; }
    @media (max-width: 767px) {
      .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist,
      .productGrid .product .card .card-body .card-body-button .card-wishlist {
        display: none; } }
    @media (min-width: 1025px) {
      .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist:hover,
      .productGrid .product .card .card-body .card-body-button .card-wishlist:hover {
        color: #274b4f;
        border-color: #f19627;
        background-color: #f19627; }
        .home-layout-2 .halo-block .card .card-body .card-body-button .card-wishlist:hover .icon,
        .productGrid .product .card .card-body .card-body-button .card-wishlist:hover .icon {
          fill: white; } }
  .home-layout-2 .halo-block .card .card-body .card-body-button .card-action,
  .productGrid .product .card .card-body .card-body-button .card-action {
    position: static;
    width: calc(100% - 60px);
    margin-left: 0;
    margin-right: auto;
    padding: 8px 10px 9px;
    font-weight: 500; }
    .home-layout-2 .halo-block .card .card-body .card-body-button .card-action span:before, .home-layout-2 .halo-block .card .card-body .card-body-button .card-action span:after,
    .productGrid .product .card .card-body .card-body-button .card-action span:before,
    .productGrid .product .card .card-body .card-body-button .card-action span:after {
      content: none; }
    @media (max-width: 767px) {
      .home-layout-2 .halo-block .card .card-body .card-body-button .card-action,
      .productGrid .product .card .card-body .card-body-button .card-action {
        width: 100%; } }

.home-layout-2 .halo-block .card .card-body .card-text {
  color: #808080;
  font-weight: 400; }

@media (max-width: 400px) {
  .card-price.has-labelSale {
    flex-wrap: wrap; } }

@media (max-width: 400px) and (min-width: 325px) {
  .card-price.has-labelSale .card-label-sale {
    margin-top: 10px; } }

.card-label-sale {
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0 3px 3px 0;
  font-weight: 400;
  font-size: 14px;
  background: #ce2b1e;
  color: white; }
  .card-label-sale:before {
    top: 50%;
    width: 0;
    height: 0;
    content: "";
    right: 99%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ce2b1e;
    z-index: 1; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.account-navigation .navBar-item > a {
  transition: unset; }

.navBar-action-color--active {
  color: #f4ad57;
  background-image: linear-gradient(transparent 97%, #f4ad57 3%);
  background-repeat: repeat-x;
  background-position-y: 0; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
    width: 11px;
    height: 11px;
    left: 2px;
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked, .navList-action--checkbox.is-selected {
    color: #050000 !important;
    font-weight: 700 !important; }
    .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
      opacity: 1;
      transform: scale(1); }
    .navList-action--checkbox.is-checked:before, .navList-action--checkbox.is-selected:before {
      border-color: #050000 !important;
      background: #050000 !important; }
  @media (min-width: 1025px) {
    .navList-action--checkbox.is-checked:hover, .navList-action--checkbox.is-selected:hover {
      color: #f16547 !important; } }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #f16547; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #050000; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #969696;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #969696;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #969696; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  .loadingOverlay:before {
    content: '';
    background: url(../img/loading.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: unset; }
  @media (min-width: 551px) {
    .loadingOverlay:before {
      width: 200px;
      height: 200px; } }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease;
  fill: #5a5a5a;
  stroke: transparent; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #969696;
  font-size: 16px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #f16547;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #969696;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  position: absolute;
  top: -9px;
  right: -9px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  color: #050000;
  font-size: 14px;
  font-weight: 700; }
  .home-layout-2 .countPill {
    font-weight: 500; }
  .home-layout-2 .cartMobile .countPill {
    color: #fd6506;
    background-color: #fff; }
  @media (min-width: 1025px) {
    .countPill {
      right: -15px; } }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  display: none;
  padding: 0;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .navPages-container {
      display: block;
      font-size: 0;
      padding-left: 30px;
      padding-right: 30px;
      max-width: 1690px; } }
  @media (min-width: 1281px) {
    .navPages-container {
      padding-left: 60px;
      padding-right: 60px; } }

.navPages {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0; }
  .navPages ul {
    width: 100%;
    list-style: none;
    margin: 0; }
  @media (min-width: 1025px) {
    .navPages {
      background-color: transparent;
      text-align: left;
      font-size: 0; }
      .navPages.has-currency {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 100px); } }

.navPages-currency {
  display: none; }
  .navPages-currency .navPages-list {
    list-style: none;
    margin: 0;
    text-align: right; }
    .navPages-currency .navPages-list .navPages-item {
      padding: 0; }
      .navPages-currency .navPages-list .navPages-item > .navPages-action {
        padding-right: 0; }
        .navPages-currency .navPages-list .navPages-item > .navPages-action .flag {
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          height: 16px;
          margin: 0 4px 0 0; }
          .navPages-currency .navPages-list .navPages-item > .navPages-action .flag img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .navPages-currency .navPages-list .navPages-item > .navPage-subMenu {
        left: auto;
        right: 0;
        width: 225px;
        border-radius: 3px; }
  .navPages-currency .navPage-subMenu-list {
    padding: 0;
    margin: 0; }
    .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0 20px;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        border-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        color: #5a5a5a;
        justify-content: flex-start; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .flag {
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          height: 16px;
          margin: 0 8px 0 0; }
          .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .flag img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.navPages-action-active .text {
          background-image: linear-gradient(transparent 97%, #5a5a5a 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
        .home-layout-2 .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
          font-size: 14px; }
      .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block;
        width: 100%;
        background: #fafafa;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title .navPages-action {
          font-style: italic;
          font-weight: 400;
          color: #969696 !important; }
          .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title .navPages-action .text {
            background: transparent; }
  @media (min-width: 1025px) {
    .navPages-currency {
      display: inline-block;
      vertical-align: top;
      width: 100px; } }

.navPages-list .navPages-item {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .navPages-list .navPages-item .navPages-action {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .navPages-list .navPages-item .navPages-action .text {
      color: inherit;
      position: relative; }
  .navPages-list .navPages-item .navPages-action-moreIcon {
    display: none;
    transform: none;
    margin-left: .41667rem;
    transition: all 0.3s ease; }
  .navPages-list .navPages-item > .navPages-action {
    display: inline-block;
    vertical-align: top;
    color: #050000;
    padding: 15px 17px; }
    .navPages-list .navPages-item > .navPages-action .text {
      display: inline-block;
      vertical-align: top; }
    .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
      display: inline-block;
      vertical-align: top;
      height: 8px;
      width: 9px; }
      .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg {
        fill: #050000;
        stroke: #050000;
        width: 100%;
        height: 100%; }
  .navPages-list .navPages-item .navPage-subMenu {
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    z-index: 6;
    height: auto;
    margin: auto;
    width: 210px;
    padding: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
    transform: translate3d(0, 50px, 0);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
  .navPages-list .navPages-item:first-child > .navPages-action {
    padding-left: 0; }
  .navPages-list .navPages-item:hover > .navPages-action .text {
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  .navPages-list .navPages-item:hover > .has-subMenu + .navPage-subMenu {
    top: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }

.navPages-list .navPages-item.navPages-item-user .navPages-action .text .flag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px; }
  .navPages-list .navPages-item.navPages-item-user .navPages-action .text .flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.navPages-list .navPages-item.navPages-item-user > .navPages-action {
  font-weight: 400; }
  .navPages-list .navPages-item.navPages-item-user > .navPages-action .text > .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }

.navPages-list .navPages-item.navPages-item-user:last-child {
  border-bottom: 0; }

.navPage-subMenu-list .navPage-subMenu-item-child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%; }
  .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    width: 100%;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeef1; }
    .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
      position: relative;
      color: inherit;
      transition: unset; }
    .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
      display: block;
      margin: 0;
      transform: rotate(-90deg);
      position: absolute;
      right: 20px;
      transform: rotate(-90deg);
      opacity: 1;
      visibility: visible; }
      .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon svg {
        fill: #5a5a5a;
        stroke: #5a5a5a;
        height: 8px;
        width: 9px; }
    .home-layout-2 .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
      font-size: 14px; }
  .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu {
    top: 30px;
    height: auto;
    margin-left: 180px;
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu-list .navPage-subMenu-item-child:last-child {
    border-bottom: 0; }

@media (min-width: 1025px) {
  .navPage-subMenu-list {
    padding: 0 0 0 20px; }
    .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0 20px 0 0; }
      .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
        display: inherit;
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 1.625; }
        .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
          top: 50%;
          transform: translateY(-50%) rotate(-90deg); }
      .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-all {
        display: none; }
      .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
        color: #274b4f; }
        .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
          background-image: linear-gradient(transparent 97%, #274b4f 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
      .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu {
        color: #274b4f;
        padding-right: 10px; }
        .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu .navPages-action-moreIcon svg {
          fill: #274b4f;
          stroke: #274b4f; }
        .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
          top: -10px;
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
      .navPage-subMenu-list .navPage-subMenu-item-child:nth-child(n + 12):hover > .has-subMenu + .navPage-subMenu {
        top: auto;
        bottom: -10px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title {
        display: none; }
      .navPage-subMenu-list .navPage-subMenu-item-child.has-dropdown > .navPages-action {
        padding-right: 10px; } }

.halo-menu-mobile .navPages-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0; }

.halo-menu-mobile .navPages-list {
  overflow: hidden;
  position: relative; }

.halo-menu-mobile .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeef1; }
  .halo-menu-mobile .navPages-item .navPages-action {
    color: #5a5a5a;
    margin: 0;
    padding: 0 0 0 20px !important;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px; }
    .halo-menu-mobile .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
    .halo-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon {
      min-width: 40px;
      height: 45px;
      z-index: 10;
      top: auto;
      display: block;
      order: 0;
      text-align: center;
      font-size: 0;
      pointer-events: none;
      transform: none; }
      .halo-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #5a5a5a;
        stroke: #5a5a5a;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto;
        width: 10px;
        height: 6px;
        transition: all .5s ease;
        transform: rotate(-90deg); }
    .halo-menu-mobile .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-mobile .navPages-item > .navPages-action {
    font-weight: 700;
    line-height: 45px; }
    .halo-menu-mobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .halo-menu-mobile .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
  .halo-menu-mobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 700; }
  .halo-menu-mobile .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
  .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action {
    padding-right: 20px !important;
    font-weight: 700;
    color: #050000;
    background-color: #fafafa; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      position: relative;
      right: unset;
      transform: rotate(0);
      font-size: 16px;
      color: #050000; }
      .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: rotate(-270deg);
        margin: 0 10px 0 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top; }

.halo-menu-mobile .socialLinks {
  margin: 15px 0 0 0 !important; }

.halo-menu-mobile .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0; }
  .halo-menu-mobile .socialLinks-item svg {
    width: 19px;
    height: 19px;
    fill: #274b4f !important; }
    .home-layout-2 .halo-menu-mobile .socialLinks-item svg {
      fill: #000 !important; }
  .halo-menu-mobile .socialLinks-item + .socialLinks-item {
    margin-left: 15px !important; }

.halo-menu-mobile .is-open {
  border-bottom: 0; }
  .halo-menu-mobile .is-open > .navPages-action {
    display: none !important; }
  .halo-menu-mobile .is-open > .navPage-subMenu {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    margin: 0; }
    .halo-menu-mobile .is-open > .navPage-subMenu > .navPage-subMenu-list {
      padding-left: 0; }
      .halo-menu-mobile .is-open > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block; }
    .halo-menu-mobile .is-open > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }
    .halo-menu-mobile .is-open > .navPage-subMenu .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }

.halo-menu-mobile .is-hidden {
  display: none !important; }

@media (min-width: 1025px) {
  .halo-menu-mobile .navPages-container::-webkit-scrollbar {
    width: 8px; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-track {
    background: #fafafa; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-thumb {
    background: #969696; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-thumb:hover {
    background: #969696; }
  .halo-menu-mobile .halo-sidebar-close {
    display: none !important; } }

#halo-navigation-list {
  display: flex; }
  #halo-navigation-list > .navPages-item {
    flex-shrink: 0; }
  #halo-navigation-list .navPages-item-toggle > .navPages-action {
    cursor: pointer; }
  #halo-navigation-list .navPages-item-toggle .text svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    fill: #050000; }

#halo-navPages-dropdown .navPages-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 0 20px 0 0; }
  #halo-navPages-dropdown .navPages-item .navPages-action {
    width: 100%;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeef1; }
    #halo-navPages-dropdown .navPages-item .navPages-action .text {
      position: relative;
      color: inherit;
      transition: unset; }
    #halo-navPages-dropdown .navPages-item .navPages-action .navPages-action-moreIcon {
      display: block;
      margin: 0;
      position: absolute;
      right: 20px;
      transform: rotate(-90deg);
      opacity: 1;
      visibility: visible;
      width: auto;
      height: auto; }
      #halo-navPages-dropdown .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #5a5a5a;
        stroke: #5a5a5a;
        height: 8px;
        width: 9px; }
  #halo-navPages-dropdown .navPages-item .navPage-subMenu {
    margin-left: 0 !important;
    left: calc(-100% - 20px);
    top: -15px;
    height: auto;
    margin-left: 180px;
    transform: translate3d(0, 0, 0); }
  #halo-navPages-dropdown .navPages-item:last-child {
    border-bottom: 0; }

@media (min-width: 1025px) {
  #halo-navPages-dropdown .navPages-item:hover > .navPages-action {
    color: #274b4f; }
    #halo-navPages-dropdown .navPages-item:hover > .navPages-action .text {
      background-image: linear-gradient(transparent 97%, #274b4f 3%);
      background-repeat: repeat-x;
      background-position-y: -13px; } }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #969696;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #969696; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #5a5a5a; }
    .socialLinks .icon svg {
      fill: #5a5a5a;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #969696; }

.heroCarousel-wrapper {
  position: relative; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  white-space: nowrap;
  position: relative;
  margin-top: 0;
  margin-bottom: 0; }
  .heroCarousel.slick-dotted {
    margin-bottom: 0; }
  .heroCarousel.slick-initialized {
    max-height: 970px;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-arrow {
    width: 72px;
    height: 72px;
    padding: 17px;
    border-radius: 50%;
    fill: white;
    stroke: white;
    border: 2px solid white;
    transition: all 0.3s ease;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    cursor: pointer; }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 15px; }
    .heroCarousel .slick-arrow.slick-next {
      right: 15px; }
    .heroCarousel .slick-arrow.slick-disabled {
      opacity: 0.5 !important;
      cursor: default; }
    .heroCarousel .slick-arrow:hover {
      fill: white;
      stroke: white; }
  .heroCarousel .slick-dots {
    left: 0;
    right: 0;
    bottom: 10px; }
    .heroCarousel .slick-dots li {
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle;
      margin: 0 10px; }
      .heroCarousel .slick-dots li button {
        font-size: 0;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.9);
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
        .heroCarousel .slick-dots li button:before {
          display: none; }
      .heroCarousel .slick-dots li.slick-active button {
        border-color: rgba(255, 255, 255, 0.9);
        background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide .heroCarousel-subtitle {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-customLink {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-countdown {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-current .heroCarousel-subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-customLink {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-countdown {
    visibility: visible;
    animation-delay: 250ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp; }
  @media (min-width: 768px) {
    .heroCarousel {
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .heroCarousel .slick-dots {
      bottom: 30px; }
      .heroCarousel .slick-dots li {
        margin-left: 14px;
        margin-right: 14px; }
    .heroCarousel .slick-arrow.slick-next {
      right: 60px; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 60px; }
    .heroCarousel:hover .slick-arrow {
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1600px) {
    .heroCarousel .slick-dots {
      bottom: 43px; } }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide .heroCarousel-image {
    min-height: 360px;
    object-fit: cover; }
    .heroCarousel-slide .heroCarousel-image img {
      display: none; }
      .heroCarousel-slide .heroCarousel-image img.image-mobile {
        display: block;
        min-height: 360px;
        object-fit: cover; }
      .heroCarousel-slide .heroCarousel-image img.lazyload, .heroCarousel-slide .heroCarousel-image img.lazyloading {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        object-fit: scale-down; }
  @media (min-width: 551px) {
    .heroCarousel-slide .heroCarousel-image img {
      display: block; }
      .heroCarousel-slide .heroCarousel-image img.image-mobile {
        display: none; } }
  @media (min-width: 551px) and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image img {
      display: block; } }

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0 auto;
  padding-bottom: 8px; }
  .heroCarousel-content.heroCarousel-content--notEmpty {
    padding: 15px;
    max-width: 500px; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      right: unset;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 992px) {
    .heroCarousel-content {
      padding-left: 0;
      padding-right: 0; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      max-width: 450px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: 30px;
        text-align: left;
        transform: translateY(-50%); }
        .heroCarousel-content.heroCarousel-content--left .heroCarousel-countdown {
          justify-content: flex-start; }
      .heroCarousel-content.heroCarousel-content--center {
        left: 50%;
        transform: translate(-50%, -50%); }
      .heroCarousel-content.heroCarousel-content--right {
        left: auto;
        right: 30px;
        text-align: right;
        transform: translateY(-50%); }
        .heroCarousel-content.heroCarousel-content--right .heroCarousel-countdown {
          justify-content: flex-end; } }
  @media (min-width: 1600px) {
    .heroCarousel-content.heroCarousel-content--left {
      left: calc((100% - 1470px)/ 2); }
      .home-layout-2 .heroCarousel-content.heroCarousel-content--left {
        left: calc((100% - 1270px)/ 2); }
    .heroCarousel-content.heroCarousel-content--right {
      right: calc((100% - 1470px)/ 2); }
      .home-layout-2 .heroCarousel-content.heroCarousel-content--right {
        right: calc((100% - 1270px)/ 2); } }
  @media (min-width: 1920px) {
    .heroCarousel-content.heroCarousel-content--left {
      left: calc((100% - 1570px)/ 2); }
    .heroCarousel-content.heroCarousel-content--right {
      right: calc((100% - 1570px)/ 2); } }

.heroCarousel-subtitle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 22px;
  line-height: 2;
  margin: 0 0 10px 0;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 381px) {
    .heroCarousel-subtitle {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .heroCarousel-subtitle {
      margin-bottom: 18px; } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  color: #f8f8f8;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px 0; }
  .home-layout-2 .heroCarousel-title {
    font-weight: 700; }
  @media (min-width: 321px) {
    .heroCarousel-title {
      font-size: 30px; } }
  @media (min-width: 381px) {
    .heroCarousel-title {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 36px;
      margin-bottom: 25px; }
      .home-layout-2 .heroCarousel-title {
        margin-bottom: 17px; } }
  @media (min-width: 1600px) {
    .heroCarousel-title {
      margin-bottom: 30px; }
      .home-layout-2 .heroCarousel-title {
        font-size: 48px; } }
  @media (min-width: 1920px) {
    .heroCarousel-title {
      font-size: 40px; } }

.heroCarousel-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 15px 0;
  font-size: 18px;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: white; }
  .heroCarousel-countdown .num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center; }
    .heroCarousel-countdown .num span {
      display: block;
      width: 100%;
      font-size: 12px;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif; }
    .heroCarousel-countdown .num + .num {
      margin-left: 20px; }
  @media (min-width: 551px) {
    .heroCarousel-countdown {
      font-size: 20px; }
      .heroCarousel-countdown .num {
        width: 60px;
        height: 60px; } }
  @media (min-width: 992px) {
    .heroCarousel-countdown {
      font-size: 22px; }
      .heroCarousel-countdown .num {
        width: 72px;
        height: 72px; }
        .heroCarousel-countdown .num span {
          font-size: 14px; } }
  @media (min-width: 1025px) {
    .heroCarousel-countdown {
      margin-bottom: 45px;
      font-size: 24px; }
      .heroCarousel-countdown .num {
        width: 75px;
        height: 75px; } }

.heroCarousel-description {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  color: white; }
  @media (min-width: 381px) {
    .heroCarousel-description {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      margin-bottom: 22px; }
      .home-layout-2 .heroCarousel-description {
        margin-bottom: 17px; } }
  @media (min-width: 1280px) {
    .home-layout-2 .heroCarousel-description {
      max-width: 345px; } }

.heroCarousel-customLink {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  padding: 0; }
  .heroCarousel-customLink li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .heroCarousel-customLink li a {
      display: block;
      padding: 10px;
      color: white;
      line-height: 1.75;
      transition: unset; }
    .heroCarousel-customLink li span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .heroCarousel-customLink li span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -1px;
        height: 1px;
        display: block;
        background: white; }
  @media (min-width: 551px) {
    .heroCarousel-customLink li a {
      padding: 0px 24px 15px 24px; }
    .heroCarousel-customLink li:first-child a {
      padding-left: 0; } }
  @media (min-width: 1025px) {
    .heroCarousel-customLink li:hover a {
      color: #f16547; }
    .heroCarousel-customLink li:hover span:before {
      background: #f16547; } }
  @media (min-width: 1600px) {
    .heroCarousel-customLink {
      padding-bottom: 12px; } }

.heroCarousel-action {
  margin: 10px 0 0 0; }
  .heroCarousel-action .button {
    min-width: 200px; }
    .heroCarousel-action .button.button--large {
      min-width: 250px; }
    .heroCarousel-action .button + .button {
      margin-top: 10px; }
    .home-layout-2 .heroCarousel-action .button {
      min-width: 180px; }
  @media (min-width: 551px) {
    .heroCarousel-action {
      margin: 18px 0 0 0; }
      .heroCarousel-action .button + .button {
        margin-left: 30px;
        margin-top: 0; } }

.heroCarousel-custom {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  min-width: unset !important;
  width: 50px !important;
  transform: translateY(-50%);
  margin: 0 !important;
  display: none !important; }
  .heroCarousel-custom:before, .heroCarousel-custom:after {
    content: " ";
    display: table; }
  .heroCarousel-custom:after {
    clear: both; }
  .heroCarousel-custom .slick-dots {
    width: 50px;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset; }
    .heroCarousel-custom .slick-dots li {
      padding: 0;
      width: 100%;
      height: auto;
      margin: 0;
      text-align: right; }
      .heroCarousel-custom .slick-dots li + li {
        margin-top: 15px; }
      .heroCarousel-custom .slick-dots li .slick-dots-item {
        border: none;
        background: none;
        color: white;
        border: none;
        background: none;
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 26px; }
        .heroCarousel-custom .slick-dots li .slick-dots-item:before {
          content: '';
          background: white;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: -4px;
          height: 1px;
          display: none;
          top: auto; }
      .heroCarousel-custom .slick-dots li.slick-active .slick-dots-item {
        border: none;
        background: none; }
        .heroCarousel-custom .slick-dots li.slick-active .slick-dots-item:before {
          display: block; }
  @media (min-width: 551px) {
    .heroCarousel-custom {
      display: block !important; } }
  @media (min-width: 1025px) {
    .heroCarousel-custom {
      right: 30px; }
      .heroCarousel-custom.heroCarousel-customRight {
        right: auto;
        left: 30px; }
      .heroCarousel-custom .slick-dots li + li {
        margin-top: 30px; } }
  @media (min-width: 1600px) {
    .heroCarousel-custom {
      right: calc((100% - 1470px)/ 2); }
      .heroCarousel-custom.heroCarousel-customRight {
        left: calc((100% - 1470px)/ 2); } }
  @media (min-width: 1920px) {
    .heroCarousel-custom {
      right: calc((100% - 1570px)/ 2); }
      .heroCarousel-custom.heroCarousel-customRight {
        left: calc((100% - 1570px)/ 2); } }

.writeReview-productDetails {
  text-align: center; }
  .writeReview-productDetails .product-brand {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 28px;
    margin: 15px 0 0 0; }
    .writeReview-productDetails .product-brand + .product-title {
      margin-top: 0; }
  .writeReview-productDetails .product-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.625;
    margin-bottom: 0;
    margin-top: 15px; }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-right: 15px;
      margin-top: 10px; } }

.writeReview-form {
  margin-top: 30px; }
  .writeReview-form .form-label {
    line-height: 25px; }
    .writeReview-form .form-label small {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 25px;
      margin-top: 0;
      text-transform: capitalize; }
  .writeReview-form .form-select {
    color: #050000;
    height: 50px; }
  .writeReview-form .form-input {
    height: 50px; }
    .writeReview-form .form-input[rows] {
      height: 135px; }
  .writeReview-form .button {
    min-width: 207px;
    height: 50px;
    line-height: 50px; }
  @media (min-width: 768px) {
    .writeReview-form {
      position: relative;
      top: -5px;
      margin-top: 10px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 124.47552%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 18px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName .return-itemTitle {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 25px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  display: block; }

.return-itemName .definitionList .definitionList-label,
.return-itemName .definitionList .definitionList-description {
  font-size: 16px;
  color: #050000; }

.return-itemName .definitionList .definitionList-label {
  float: left;
  font-weight: 700;
  margin: 0 0.375rem 0 0; }

.return-itemName .definitionList .definitionList-description {
  font-weight: 400;
  margin: 0; }

.return-itemPrice {
  font-size: 16px;
  font-weight: 700;
  color: #050000;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 -8px;
  width: auto !important; }
  .productCarousel .slick-dots {
    bottom: -45px; }
  .productCarousel:not(.slick-initialized) .productCarousel-slide {
    display: none; }

.productCarousel-slide {
  margin: 0;
  padding: 0 8px; }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      padding-left: 15px;
      padding-right: 15px; } }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.quickView .productView--quickView {
  padding-top: 0; }

.quickView .halo-productView-left {
  display: flex;
  width: 100%; }

.quickView .halo-productView-right {
  width: 100%; }
  .quickView .halo-productView-right .productView-details {
    width: 100%; }

.quickView .productView-image-wrapper {
  width: calc(100% - 95px); }

.quickView .productView-thumbnail-wrapper {
  order: -1;
  width: 100px;
  padding: 0 30px 0 0;
  margin-top: 0; }
  .quickView .productView-thumbnail-wrapper .productView-for {
    padding-left: 0;
    padding-right: 0;
    margin-top: -6px; }
    .quickView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
      white-space: unset;
      overflow: unset; }
      .quickView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
        width: 100%; }
  .quickView .productView-thumbnail-wrapper .slick-arrow.slick-prev {
    left: 25px;
    top: -43px;
    transform: rotate(90deg); }
  .quickView .productView-thumbnail-wrapper .slick-arrow.slick-next {
    right: unset;
    top: auto;
    bottom: -43px;
    left: 25px;
    transform: rotate(90deg); }
  .quickView .productView-thumbnail-wrapper.arrows-visible {
    display: flex;
    align-items: center; }
    .quickView .productView-thumbnail-wrapper.arrows-visible .productView-for {
      margin-top: 0; }

.quickView .productView-thumbnail {
  padding: 6px 0; }
  .quickView .productView-thumbnail .productView-thumbnail-link:after {
    padding-bottom: 122%; }

.quickView .productView-countDown .num {
  color: #050000; }

.quickView .productView-bottomInfo .productView-shortDesc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis; }

.quickView [data-product-attribute] .form-option .form-option-expanded {
  display: none; }

.quickView [data-product-attribute] .form-option:hover .form-option-expanded {
  display: block; }

@media (min-width: 992px) {
  .quickView .halo-productView-left {
    width: calc(100% - 490px); }
  .quickView .halo-productView-right {
    width: 490px; } }

.productView-reviews-wrapper {
  position: relative;
  display: block; }
  .productView-reviews-wrapper .productReview-total {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.625;
    color: #050000;
    text-align: center; }
  .productView-reviews-wrapper .pagination {
    margin-top: 0; }
  .productView-reviews-wrapper .button-createReview {
    margin: 30px 0 0 0; }
    .productView-reviews-wrapper .button-createReview .button {
      width: 100%; }
  @media (min-width: 768px) {
    .productView-reviews-wrapper .productReview-total {
      text-align: left; }
    .productView-reviews-wrapper .pagination {
      position: absolute;
      bottom: 0;
      right: 0; }
    .productView-reviews-wrapper .button-createReview {
      margin-top: 11px; }
      .productView-reviews-wrapper .button-createReview .button {
        min-width: 230px;
        width: auto; } }

.productReviews-list {
  display: block;
  margin: 28px 0 0 0;
  list-style: none; }

.productReview {
  display: block;
  width: 100%;
  padding: 32px 0 30px 0; }
  .productReview + .productReview {
    border-top: 1px solid #e2e2e7; }
  .productReview:first-child {
    border-top: 1px solid #e2e2e7; }

.productReview-title {
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: none; }

.productReview-author {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  color: #969696;
  margin: 10px 0 0 0; }

.productReview-title-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
  .home-layout-2 .productReview-title-text {
    font-weight: 700; }

.productReview-rating {
  display: inline-block;
  margin: 0 0 0 20px; }
  .productReview-rating.rating--small {
    font-size: 0; }
    .productReview-rating.rating--small .icon {
      width: 16px;
      height: 16px;
      vertical-align: unset; }
  .productReview-rating .icon + .icon {
    margin-left: 4px; }

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

.productReview-body {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #050000;
  line-height: 1.625;
  margin: 11px 0 0 0; }

.productAttributes-message {
  margin-top: 15px;
  margin-bottom: 15px; }

.productView-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }
  .productView-video iframe {
    width: 100% !important;
    height: 100% !important; }

.productView-product {
  display: block;
  position: relative;
  margin: 17px 0 0 0; }

.productView-brand {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 4px 0; }
  .productView-brand a {
    color: #969696; }
  @media (min-width: 1025px) {
    .productView-brand a:hover {
      color: #969696; } }

.productView-title {
  color: #274b4f;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .productView-title {
      font-size: 24px; } }

.productView-topInfo {
  display: block; }
  .productView-topInfo .productView-rating {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .productView-topInfo .productView-rating .icon {
      width: 16px;
      height: 16px; }
      .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 2px; }
    .productView-topInfo .productView-rating .productView-reviewLink {
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      color: #050000;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px;
      text-transform: capitalize; }
      .productView-topInfo .productView-rating .productView-reviewLink a {
        display: block;
        color: inherit; }
  .productView-topInfo .productView-soldProduct {
    display: block;
    margin: 6px 0 0 0; }
    .productView-topInfo .productView-soldProduct .icon {
      width: 16px;
      height: 16px;
      top: -5px;
      position: relative;
      fill: #ce2b1e; }
    .productView-topInfo .productView-soldProduct span {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 28px;
      color: #ce2b1e;
      margin: 0 0 0 5px; }
  @media (min-width: 1025px) {
    .productView-topInfo .productView-rating .productView-reviewLink a:hover {
      color: #f16547; }
    .productView-topInfo .productView-soldProduct {
      display: inline-block;
      vertical-align: top;
      margin-left: 25px;
      margin-top: 0; } }

.productView-info {
  display: table;
  margin: 6px 0 17px 0; }
  .productView-info .productView-info-item {
    display: block;
    margin: 0; }
    .productView-info .productView-info-item span {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      color: #050000; }
      .productView-info .productView-info-item span.productView-info-name {
        text-transform: uppercase;
        min-width: 100px; }
      .productView-info .productView-info-item span.productView-info-value {
        font-style: italic;
        text-transform: capitalize;
        padding-left: 15px; }

.productView-countDown {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 25px;
  margin: 2px 0 18px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top; }
  .productView-countDown svg {
    display: none;
    margin: 0 11px 0 0;
    fill: #050000;
    stroke: #050000; }
  .productView-countDown span:not(.num) {
    display: block;
    background-image: linear-gradient(transparent 97%, #a0a0a0 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
  .productView-countDown .num {
    color: #050000;
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 321px) {
    .productView-countDown svg {
      display: inline-block;
      vertical-align: middle; }
    .productView-countDown span:not(.num) {
      display: inline-block;
      margin-right: 6px; } }

.productView-price {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  position: relative; }
  .productView-price .price-section {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #202020; }
    .productView-price .price-section.price-section--withoutTax, .productView-price .price-section.price-section--withTax {
      color: #ce2b1e; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.rrp-price--withTax {
      margin: 0 0 5px 0; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section.non-sale-price--withTax {
      display: inline-block;
      vertical-align: bottom;
      color: #505050;
      margin: 0 8px 0 0; }
      .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax,
      .productView-price .price-section.non-sale-price--withoutTax + .price-section--withTax, .productView-price .price-section.non-sale-price--withTax + .price-section--withoutTax,
      .productView-price .price-section.non-sale-price--withTax + .price-section--withTax {
        display: inline-block;
        vertical-align: bottom; }
    .productView-price .price-section.price-none {
      margin: 0; }
      .productView-price .price-section.price-none + .price-section--withoutTax,
      .productView-price .price-section.price-none + .price-section--withTax {
        margin-left: 8px;
        color: #202020; }
      .productView-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax,
      .productView-price .price-section.price-none[style="display: none;"] + .price-section--withTax {
        margin-left: 0; }
    .productView-price .price-section.price-section--salebale {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 21px;
      font-size: 14px !important;
      font-weight: 400;
      line-height: 22px;
      height: 22px;
      padding: 0 7px;
      text-transform: capitalize;
      background: #ce2b1e;
      color: white; }
      .productView-price .price-section.price-section--salebale:before {
        content: "";
        position: absolute;
        border: 11px solid transparent;
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        border-right-color: #ce2b1e; }
  .productView-price > p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    color: #050000;
    margin-bottom: 0; }
  .productView-price .price-section--saving {
    color: #969696;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin: 5px 0 0 0; }
  @media (min-width: 1025px) {
    .productView-price {
      margin-bottom: 26px; } }

.productView-messages {
  font-size: 14px;
  font-weight: 400;
  color: #050000;
  line-height: 1.625;
  margin: 5px 0;
  text-align: left; }

.productView-bottomInfo {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 25px;
  margin: 5px 0 15px 0;
  text-align: left;
  position: relative; }
  .productView-bottomInfo .productView-shortDesc {
    display: block;
    overflow: hidden;
    max-height: 300px; }
  .productView-bottomInfo .productView-moreDesc {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    padding: 10px 0 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
    .productView-bottomInfo .productView-moreDesc a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 700;
      font-style: italic;
      line-height: 35px;
      text-transform: unset;
      color: #050000;
      padding: 0;
      transition: unset;
      width: auto;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: -8px; }
      .productView-bottomInfo .productView-moreDesc a:after {
        content: ">";
        position: absolute;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        top: 7px;
        right: -13px; }
        .home-layout-2 .productView-bottomInfo .productView-moreDesc a:after {
          font-weight: 400;
          right: -16px; }
  .productView-bottomInfo p {
    margin-bottom: 0; }
    .productView-bottomInfo p + p {
      margin-top: 30px; }
    .productView-bottomInfo p + ul,
    .productView-bottomInfo p + ol {
      margin-top: 18px; }
  .productView-bottomInfo strong {
    font-weight: 400; }
  .productView-bottomInfo h1,
  .productView-bottomInfo h2,
  .productView-bottomInfo h3,
  .productView-bottomInfo h4,
  .productView-bottomInfo h5,
  .productView-bottomInfo h6 {
    line-height: 1.5;
    margin-bottom: 20px; }
  .productView-bottomInfo ul,
  .productView-bottomInfo ol {
    margin: 0 0 20px 20px; }
    .productView-bottomInfo ul li,
    .productView-bottomInfo ol li {
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      list-style: inherit;
      line-height: 35px;
      color: #050000; }
  .productView-bottomInfo ul {
    list-style: disc outside; }
  .productView-bottomInfo blockquote {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 15px;
    margin: 13px 0 40px 0;
    color: #050000;
    background: #fafafa;
    border-radius: 3px;
    text-align: left;
    border: none;
    line-height: 1.75; }
    .home-layout-2 .productView-bottomInfo blockquote {
      border-radius: 4px; }
    .productView-bottomInfo blockquote p {
      margin-bottom: 8px; }
  @media (min-width: 1025px) {
    .productView-bottomInfo .productView-moreDesc a:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.productView-options {
  position: relative;
  width: auto;
  margin: 0 0 17px 0; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  .productView-options .productView-releaseDate {
    font-size: 16px;
    color: #050000;
    line-height: 28px;
    margin: 0 0 28px 0; }
  .productView-options .productView-optionsLabel {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #969696;
    margin: 0 0 20px 0; }
  .productView-options .productView-optionsStock {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    color: #ce2b1e;
    position: relative;
    top: -3px; }
  .productView-options .productView-sizeChart {
    display: block;
    margin: 0 0 -20px 0; }
    .productView-options .productView-sizeChart .productView-sizeChartlink {
      display: flex;
      align-items: center;
      transition: unset; }
      .productView-options .productView-sizeChart .productView-sizeChartlink .icon {
        position: relative;
        width: 28px;
        height: 28px;
        transform: rotate(225deg);
        margin: 0 10px 0 0;
        fill: #050000;
        transition: unset; }
      .productView-options .productView-sizeChart .productView-sizeChartlink .text {
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.625;
        text-transform: capitalize;
        color: #050000;
        transition: unset; }
  .productView-options .form {
    width: auto;
    position: relative;
    margin: 0; }
  .productView-options .form-field {
    font-size: 0;
    margin: 0;
    padding: 0; }
    .productView-options .form-field > .form-label {
      line-height: 25px; }
      .productView-options .form-field > .form-label small {
        color: #050000;
        margin-left: 0;
        float: none; }
      .productView-options .form-field > .form-label [data-option-value] {
        color: #969696;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 28px;
        text-transform: capitalize;
        margin: 0 0 0 5px; }
      .productView-options .form-field > .form-label [data-product-stock] {
        color: #969696;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-transform: capitalize;
        margin: 0 0 0 5px; }
    .productView-options .form-field.form-field--stock {
      margin-top: 15px; }
    .productView-options .form-field + .form-field {
      margin-top: 15px; }
  .productView-options [data-product-attribute="input-text"] .form-input {
    height: auto; }
  .productView-options [data-product-attribute="input-checkbox"] .form-checkbox + .form-label {
    color: #050000; }
  .productView-options [data-product-attribute="set-radio"] .form-radio + .form-label {
    color: #050000; }
  .productView-options [data-product-attribute="set-select"] .form-select {
    max-width: 200px;
    margin-bottom: 7px; }
  .productView-options [data-product-attribute="textarea"] .form-input {
    line-height: unset;
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options input[type="file"] {
    font-size: 14px; }
  @media (min-width: 1025px) {
    .productView-options .productView-releaseDate {
      margin-bottom: 20px; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .icon {
      fill: #f16547; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .text {
      color: #f16547; }
    .productView-options [data-product-attribute="set-select"] .form-select {
      margin-bottom: 10px; } }

.productView-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 65px 0 0;
  margin: 20px 0 0 0; }
  .productView-actions .form-field--increments {
    margin: 0 0 15px 0;
    padding-right: 15px; }
    .productView-actions .form-field--increments .form-label {
      display: block;
      padding-bottom: 2px; }
    .productView-actions .form-field--increments .form-input--incrementTotal {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      text-align: left;
      width: 90px;
      background-color: #ffffff;
      border: 1px solid #c5c5cf;
      padding: 10px 10px 10px 19px;
      line-height: 1;
      max-width: 100%;
      height: 50px;
      margin: 0;
      min-height: 50px;
      -webkit-appearance: none;
      -moz-appearance: none; }
  .productView-actions .form-action {
    margin: 0;
    width: 100%; }
    .productView-actions .form-action .button {
      width: 100%;
      height: 50px;
      line-height: 50px;
      color: #274b4f;
      border: 1px solid #f4ad57;
      background-color: #f4ad57; }
      .home-layout-2 .productView-actions .form-action .button {
        color: #274b4f;
        border-color: #f19627;
        background-color: #f19627; }
      .productView-actions .form-action .button:active, .productView-actions .form-action .button:focus {
        border-color: #f19627;
        background-color: #f19627; }
      .productView-actions .form-action .button[disabled] {
        color: #787878;
        background: #e5e5e5;
        border-color: #e5e5e5; }
    .productView-actions .form-action .form-action-text {
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      background: #fceeee;
      color: #ce2b1e;
      text-align: left;
      border-radius: 3px;
      padding: 0 15px; }
      .home-layout-2 .productView-actions .form-action .form-action-text {
        border-radius: 4px; }
      .productView-actions .form-action .form-action-text .icon {
        width: 24px;
        height: 24px;
        fill: #ce2b1e;
        margin: 0 5px 0 0; }
      .productView-actions .form-action .form-action-text .text {
        display: inline-block;
        vertical-align: middle; }
  .productView-actions.productView-actions--buyItNow {
    margin-top: 15px;
    padding-right: 0; }
    .productView-actions.productView-actions--buyItNow .form-action {
      width: 100%; }
      .productView-actions.productView-actions--buyItNow .form-action .button {
        color: white;
        border-color: #274b4f;
        background-color: #274b4f; }
        .productView-actions.productView-actions--buyItNow .form-action .button:active, .productView-actions.productView-actions--buyItNow .form-action .button:focus {
          color: #274b4f;
          border-color: #f19627;
          background-color: #f19627; }
        .productView-actions.productView-actions--buyItNow .form-action .button[disabled] {
          background: #e5e5e5;
          border-color: #e5e5e5;
          color: #787878; }
        .home-layout-2 .productView-actions.productView-actions--buyItNow .form-action .button {
          color: #274b4f;
          border-color: #274b4f;
          background-color: white; }
          .home-layout-2 .productView-actions.productView-actions--buyItNow .form-action .button:active, .home-layout-2 .productView-actions.productView-actions--buyItNow .form-action .button:focus {
            color: white;
            border-color: #f19627;
            background-color: #f19627; }
          @media (min-width: 1025px) {
            .home-layout-2 .productView-actions.productView-actions--buyItNow .form-action .button:hover {
              color: white;
              border-color: #f19627;
              background-color: #f19627; } }
  @media (min-width: 768px) {
    .productView-actions {
      flex-wrap: nowrap; }
      .productView-actions .form-field--increments {
        margin-bottom: 0; }
        .productView-actions .form-field--increments .form-input--incrementTotal {
          width: 100px; }
      .productView-actions .form-action {
        width: calc(100% - 115px); }
        .productView-actions .form-action.form-action2 {
          width: 100%; } }
  @media (min-width: 1025px) {
    .productView-actions .form-field--increments .form-input--incrementTotal {
      width: 100px; }
    .productView-actions .form-action {
      width: calc(100% - 115px); }
      .productView-actions .form-action .button:hover {
        color: #274b4f;
        border-color: #f19627;
        background-color: #f19627; }
        .home-layout-2 .productView-actions .form-action .button:hover {
          color: #f19627;
          background-color: #274b4f; } }

.form-wishlist[data-wishlist-add] {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .form-wishlist[data-wishlist-add] .dropdown-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #f7f7f9; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .text {
      display: none; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      position: relative;
      top: 1px;
      z-index: 5;
      margin: 0;
      fill: #193753; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open {
      background-color: #4f949e; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open .icon {
        fill: white; }
      .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open {
        background-color: white; }
        .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open .icon {
          fill: white; }
  .form-wishlist[data-wishlist-add] [data-dropdown-content] {
    outline: 0;
    width: 100%;
    z-index: 5;
    text-align: left;
    white-space: normal;
    line-height: 22px;
    min-width: 235px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #c5c5cf;
    top: calc(100% + 6px) !important;
    left: auto !important;
    right: 0 !important;
    margin: 0;
    padding: 0;
    background: #f7f7f9; }
    .form-wishlist[data-wishlist-add] [data-dropdown-content] li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%;
      padding: 4px 0 2px 0;
      line-height: unset; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li a,
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li input {
        text-transform: capitalize;
        font-size: 16px;
        border: 0;
        color: #050000;
        line-height: 2.25;
        height: auto;
        padding: 0;
        text-align: center;
        width: 100%;
        background: transparent; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li + li {
        border-top: 1px solid #c5c5cf; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li:hover a,
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li:hover input {
        color: #050000; }
  .form-wishlist[data-wishlist-add].form-wishlist-custom {
    bottom: 65px; }
  @media (min-width: 1025px) {
    .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus {
      background-color: #4f949e; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover .icon, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus .icon {
        fill: white; }
      .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover, .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus {
        background-color: white; }
        .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover .icon, .home-layout-2 .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus .icon {
          fill: white; } }

.productView-ViewingProduct {
  display: flex;
  margin: 0 0 16px 0;
  padding: 0;
  white-space: nowrap;
  align-items: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #050000; }
  .productView-ViewingProduct .icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    fill: #050000; }

.productView-securityImage {
  display: block;
  margin: 8px 0 0 0; }
  .productView-securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .productView-securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 5px; }
      .productView-securityImage ul li:last-child {
        margin-right: 0; }
  .productView-securityImage img {
    max-height: 100px; }
    .productView-securityImage img.lazyload, .productView-securityImage img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
  @media (min-width: 992px) {
    .productView-securityImage ul li {
      margin-right: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1025px) {
    .productView-securityImage ul {
      overflow: visible; } }

.productView-share {
  display: flex;
  align-items: center; }
  .productView-share .productView-shareLabel {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #050000;
    line-height: 25px;
    margin: 0 10px 0 0; }
  .productView-share .socialLinks .socialLinks-item {
    margin-right: 14px;
    margin-bottom: 0; }
  .productView-share .socialLinks .icon {
    width: 15px;
    height: 15px; }
    .productView-share .socialLinks .icon svg {
      fill: #2d394a; }
  @media (min-width: 1025px) {
    .productView-share .icon:hover svg, .productView-share .icon:focus svg {
      fill: #4f949e; }
      .home-layout-2 .productView-share .icon:hover svg, .home-layout-2 .productView-share .icon:focus svg {
        fill: #f16547; }
    .productView-share .icon:active svg {
      fill: #4f949e; }
      .home-layout-2 .productView-share .icon:active svg {
        fill: #f16547; } }

.productView-infoTabs {
  display: block;
  border-top: 1px solid #e2e2e7;
  border-bottom: 1px solid #e2e2e7;
  padding: 14px 0;
  margin: 0 0 14px 0; }
  .productView-infoTabs .productView-infoTab {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0; }
    .productView-infoTabs .productView-infoTab .item {
      display: inline-block;
      vertical-align: top;
      min-width: 150px; }
    .productView-infoTabs .productView-infoTab a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      transition: unset; }
      .productView-infoTabs .productView-infoTab a .icon {
        width: 26px;
        height: 26px;
        fill: #f16547;
        transition: unset;
        margin: 0 11px 0 0; }
      .productView-infoTabs .productView-infoTab a .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        text-transform: uppercase;
        color: #050000; }
  @media (min-width: 551px) {
    .productView-infoTabs .productView-infoTab {
      display: flex; }
      .productView-infoTabs .productView-infoTab .item {
        flex: 1;
        min-width: unset; }
        .productView-infoTabs .productView-infoTab .item:first-child a {
          justify-content: flex-start; }
        .productView-infoTabs .productView-infoTab .item:last-child a {
          justify-content: flex-end; }
      .productView-infoTabs .productView-infoTab a {
        justify-content: center; } }
  @media (min-width: 1025px) {
    .productView-infoTabs .productView-infoTab a:hover .icon {
      fill: #f16547; }
    .productView-infoTabs .productView-infoTab a:hover .text {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: -7px; } }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-tabs .card .card-header {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: 0; }

.productView-tabs .card .card-body {
  padding: 4px 0 0 0; }

.productView-tabs .card .collapse {
  position: relative;
  display: none; }

.productView-tabs .card .title {
  width: 100%;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #050000;
  border-bottom: 1px solid #e2e2e7;
  border-radius: 0;
  text-transform: unset;
  text-align: left;
  padding: 15px 45px 15px 0;
  margin: 0;
  background: transparent; }
  .productView-tabs .card .title.no-customTab {
    border-bottom: none; }
  .productView-tabs .card .title.collapsed {
    position: relative;
    border-bottom: 0; }
    .productView-tabs .card .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.productView-tabs .card .icon-plus {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #96a7a9;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: #ffffff; }
  .productView-tabs .card .icon-plus:before, .productView-tabs .card .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translate(50%, -50%);
    background: #050000; }
  .productView-tabs .card .icon-plus:before {
    width: 2px;
    height: 16px; }
  .productView-tabs .card .icon-plus:after {
    width: 16px;
    height: 2px; }

.productView-tabs .card:last-child .title {
  border-bottom: 0; }

@media (min-width: 992px) {
  .productView-tabs .card .card-body {
    padding-right: 36px; }
  .productView-tabs .card .title {
    padding-top: 19px;
    padding-bottom: 22px; } }

@media (min-width: 1400px) {
  .productView-tabs .card .card-body {
    max-height: 395px;
    overflow-y: auto; }
    .productView-tabs .card .card-body::-webkit-scrollbar {
      width: 5px; }
    .productView-tabs .card .card-body::-webkit-scrollbar-track {
      background: #fafafa; }
    .productView-tabs .card .card-body::-webkit-scrollbar-thumb {
      background: #969696; }
    .productView-tabs .card .card-body::-webkit-scrollbar-thumb:hover {
      background: #969696; } }

#halo-productView-tabs .tabs-contents.is-loading .loadingOverlay {
  display: block; }

#halo-productView-tabs .tab-content.is-active .loadingOverlay {
  display: block;
  position: relative;
  height: 120px; }
  @media (min-width: 551px) {
    #halo-productView-tabs .tab-content.is-active .loadingOverlay {
      height: 150px; } }

#halo-productView-tabs .toggle-content {
  padding-bottom: 28px; }

@media (min-width: 768px) {
  #halo-productView-tabs .tab-content {
    min-height: 350px; }
  #halo-productView-tabs .toggle-content {
    margin-top: 28px;
    max-height: 350px;
    overflow: auto; }
    #halo-productView-tabs .toggle-content::-webkit-scrollbar {
      width: 8px; }
    #halo-productView-tabs .toggle-content::-webkit-scrollbar-track {
      background: #fafafa; }
    #halo-productView-tabs .toggle-content::-webkit-scrollbar-thumb {
      background: #969696; }
    #halo-productView-tabs .toggle-content::-webkit-scrollbar-thumb:hover {
      background: #969696; } }

#halo-productView-about {
  min-height: 145px; }
  #halo-productView-about .loadingOverlay {
    display: block; }
  #halo-productView-about .page-not-found {
    padding-top: 35px;
    padding-bottom: 25px;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1600px; }
    @media (min-width: 1025px) {
      #halo-productView-about .page-not-found {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1690px; } }
  #halo-productView-about .search-form {
    display: none; }

.productView-description p {
  margin-bottom: 0; }
  .productView-description p + p {
    margin-top: 27px; }
  .productView-description p + ul,
  .productView-description p + ol {
    margin-top: 18px; }
  .productView-description p.link-wrapper {
    margin-top: 17px; }

.productView-description strong {
  font-weight: 700; }

.productView-description h1,
.productView-description h2,
.productView-description h3,
.productView-description h4,
.productView-description h5,
.productView-description h6 {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 20px; }

.productView-description ul,
.productView-description ol {
  margin: 0 0 20px 20px; }
  .productView-description ul li,
  .productView-description ol li {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    list-style: inherit;
    line-height: 35px;
    color: #050000; }

.productView-description ul {
  list-style: disc outside; }

.productView-description blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 13px 0 40px 0;
  color: #050000;
  background: #fafafa;
  border-radius: 3px;
  text-align: left;
  border: none;
  line-height: 1.75;
  padding: 35px 40px 36px 40px;
  border-left: 5px solid #f4ad57; }
  .home-layout-2 .productView-description blockquote {
    border-radius: 4px;
    border-left: 5px solid #fd6506; }
  .productView-description blockquote p {
    font-size: 16px;
    margin-bottom: 8px; }

.productView-description table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0; }
  .productView-description table tr {
    background: transparent; }
    .productView-description table tr:nth-child(odd) {
      background: #fafafa; }
  .productView-description table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 8px 14px;
    text-align: left;
    color: #050000; }
    .productView-description table td.tb-title {
      color: #050000;
      font-weight: 700; }

.productView-description a.link {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
  text-transform: unset;
  color: #050000;
  padding: 0px;
  transition: unset;
  width: auto;
  background-image: linear-gradient(transparent 97%, #050000 3%);
  background-repeat: repeat-x;
  background-position-y: -8px; }
  .productView-description a.link:after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    top: 7px;
    right: -13px; }

.halo-custom-tab .scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  margin: 30px 0 0 0; }

.halo-custom-tab p {
  font-style: italic; }

.halo-custom-tab table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0; }
  .halo-custom-tab table tr {
    background: transparent; }
    .halo-custom-tab table tr:nth-child(odd) {
      background: #fafafa; }
  .halo-custom-tab table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 8px 14px;
    text-align: left;
    color: #050000; }
    .halo-custom-tab table td.tb-title {
      color: #050000;
      font-weight: 700; }

.productView-lookbook {
  display: block;
  margin: 0;
  padding: 0; }
  .productView-lookbook .item {
    position: relative; }
    .productView-lookbook .item .image {
      width: 100%;
      position: relative;
      max-height: 620px;
      overflow: hidden; }
      .productView-lookbook .item .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 100%;
        max-width: none;
        transform: translate(-50%, -50%);
        object-fit: cover; }
        .home-layout-2 .productView-lookbook .item .image img {
          object-fit: contain; }
        .productView-lookbook .item .image img.lazyload, .productView-lookbook .item .image img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
      .productView-lookbook .item .image:after {
        content: '';
        display: block;
        padding-bottom: 80%; }
    .productView-lookbook .item .content {
      position: absolute;
      z-index: 6;
      pointer-events: auto; }
    .productView-lookbook .item .item-point {
      width: 32px;
      height: 32px;
      color: #ffffff;
      font-size: 36px;
      font-weight: 400;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      background-color: white; }
      .productView-lookbook .item .item-point:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 50%;
        opacity: .3;
        background-color: white;
        animation: zoom-animation 1.4s ease-in-out infinite; }
  .productView-lookbook .slick-dots {
    bottom: 10px; }
    .productView-lookbook .slick-dots li button {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.9); }
    .productView-lookbook .slick-dots li.slick-active button {
      border-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9); }
  .productView-lookbook:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .productView-lookbook:not(.slick-initialized) > .item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      overflow: hidden; }
  .productView-lookbook.slick-slider {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .productView-lookbook .slick-dots {
      bottom: 27px; } }
  @media (min-width: 1025px) {
    .productView-lookbook .item .image:after {
      padding-bottom: 120%; } }
  @media (min-width: 1400px) {
    .productView-lookbook .item .image:after {
      padding-bottom: 92.5%; } }

.productView-nextProducts {
  display: none; }
  .productView-nextProducts .next-prev-icons {
    display: inline-block;
    vertical-align: top; }
  .productView-nextProducts .prev-icon,
  .productView-nextProducts .next-icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0;
    transition: unset; }
    .productView-nextProducts .prev-icon .text,
    .productView-nextProducts .next-icon .text {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 25px;
      color: #050000; }
    .productView-nextProducts .prev-icon:after,
    .productView-nextProducts .next-icon:after {
      position: absolute;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      top: 2px;
      color: #050000; }
      .home-layout-2 .productView-nextProducts .prev-icon:after, .home-layout-2
      .productView-nextProducts .next-icon:after {
        font-weight: 400; }
    .productView-nextProducts .prev-icon.disable,
    .productView-nextProducts .next-icon.disable {
      opacity: 0;
      visibility: hidden; }
  .productView-nextProducts .prev-icon:after {
    content: "<";
    left: -16px; }
  .productView-nextProducts .next-icon {
    margin-left: 35px; }
    .productView-nextProducts .next-icon:after {
      content: ">";
      right: -16px; }
  .productView-nextProducts .next-prev-modal {
    display: none;
    position: absolute;
    top: calc(100% - 6px);
    left: auto;
    right: -16px;
    z-index: 3;
    padding-top: 10px; }
    .productView-nextProducts .next-prev-modal.is-active {
      display: block; }
  .productView-nextProducts .next-prev-content {
    display: none;
    width: 340px;
    padding: 0 15px 0 0;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05); }
    .productView-nextProducts .next-prev-content .card-image {
      width: 70px; }
    .productView-nextProducts .next-prev-content .card-content {
      padding-top: 16px;
      padding-left: 20px;
      width: calc(100% - 70px); }
    .productView-nextProducts .next-prev-content .card-title {
      top: unset; }
      .productView-nextProducts .next-prev-content .card-title a {
        font-size: 14px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
    .productView-nextProducts .next-prev-content .card-price {
      margin-top: 8px; }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block;
      position: absolute;
      top: -72px;
      right: 0;
      z-index: 10; }
      .productView-nextProducts .next-prev-icons > a:hover .text, .productView-nextProducts .next-prev-icons > a:active .text, .productView-nextProducts .next-prev-icons > a:focus .text {
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.halo-compareColors {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: block;
  z-index: 2; }
  .halo-compareColors .halo-compareColors-link {
    display: flex;
    align-items: center; }
    .halo-compareColors .halo-compareColors-link .icon {
      display: inherit;
      width: 24px;
      height: 24px;
      margin: 0 10px 0 0; }
      .halo-compareColors .halo-compareColors-link .icon img {
        width: 100%;
        height: 100%; }
    .halo-compareColors .halo-compareColors-link .text {
      color: #050000;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
  @media (min-width: 1025px) {
    .halo-compareColors {
      bottom: 26px; }
      .halo-compareColors .halo-compareColors-link:hover .text {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.halo-compareColors-swatch {
  margin: 0 0 15px 0; }
  .halo-compareColors-swatch .form-option {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    overflow: visible;
    border: 0;
    padding: 0; }
    .halo-compareColors-swatch .form-option .form-option-variant {
      padding: 0;
      font-size: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #c6c6d0;
      min-width: unset; }
      .halo-compareColors-swatch .form-option .form-option-variant:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: all 0.3s ease;
        border-radius: 50%;
        border: 3px solid #ffffff;
        background-color: rgba(255, 255, 255, 0); }
      .halo-compareColors-swatch .form-option .form-option-variant.form-option-variant--color2 {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        overflow: hidden; }
        .halo-compareColors-swatch .form-option .form-option-variant.form-option-variant--color2 span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
      .halo-compareColors-swatch .form-option .form-option-variant.form-option-variant--color3 {
        display: flex;
        justify-content: center;
        overflow: hidden; }
        .halo-compareColors-swatch .form-option .form-option-variant.form-option-variant--color3 span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
    .halo-compareColors-swatch .form-option.show-color .form-option-variant:before {
      box-shadow: 0 0 0px 1px #5e5e5e; }
  @media (min-width: 1025px) {
    .halo-compareColors-swatch {
      margin-bottom: 20px; } }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -15px;
  -webkit-overflow-scrolling: touch; }
  .halo-compareColors-image .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    .halo-compareColors-image .item .color {
      display: block;
      width: 100%;
      height: 210px;
      margin: 0 0 10px 0;
      border: 0;
      border-radius: 0; }
      .halo-compareColors-image .item .color.color2, .halo-compareColors-image .item .color.color3 {
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
    .halo-compareColors-image .item .color2,
    .halo-compareColors-image .item .color3 {
      border: 1px solid #e6e6e6;
      width: 100%;
      height: 150px;
      margin: 0 0 15px 0; }
      .halo-compareColors-image .item .color2 span,
      .halo-compareColors-image .item .color3 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
    .halo-compareColors-image .item .title {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      color: #787878;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern .image {
      display: block;
      width: 100%;
      margin: 0 0 15px 0;
      border: 0;
      border-radius: 0; }
    .halo-compareColors-image .item.item-partern img {
      width: 100%; }
  .halo-compareColors-image::-webkit-scrollbar {
    width: 4px;
    height: 8px; }
  .halo-compareColors-image::-webkit-scrollbar-track {
    background: #fafafa; }
  .halo-compareColors-image::-webkit-scrollbar-thumb {
    background: #969696; }
  .halo-compareColors-image::-webkit-scrollbar-thumb:hover {
    background: #969696; }
  @media (min-width: 551px) {
    .halo-compareColors-image .item {
      width: 33.33333333333%; } }
  @media (min-width: 1025px) {
    .halo-compareColors-image .item {
      width: 20%; }
      .halo-compareColors-image .item.item-partern {
        width: 16.6666667%; } }

.halo-compareColors-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #969696;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0 0 0; }

.productView-notifyMe {
  display: block;
  padding: 6px 0 0 0; }
  .productView-notifyMe .form-field {
    display: flex;
    flex-wrap: wrap; }
  .productView-notifyMe .form-label {
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    color: #050000; }
  .productView-notifyMe .form-input {
    width: calc(100% - 170px);
    height: 50px; }
  .productView-notifyMe .button {
    width: 155px;
    margin: 0 0 0 15px;
    height: 50px; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse;
  border-radius: 3px;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 120px 0; }
  @media (max-width: 1024px) {
    .compareTable {
      display: none; } }

.compareText {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.75;
  letter-spacing: .02em;
  color: #969696; }
  @media (min-width: 801px) {
    .compareText {
      display: none; } }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-item {
    font-size: 16px;
    font-weight: 400;
    color: #050000; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 1025px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable th, .compareTable td {
  border: 1px solid #ececec;
  border-spacing: 0px; }

.compareTable thead {
  text-align: center; }
  .compareTable thead .compareTable-heading {
    text-align: center; }
  .compareTable thead .compareTable-headingText {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #050000; }

.compareTable .compareTable-item.text-center,
.compareTable .compareTable-heading.text-center {
  width: 150px; }

.compareTable-product {
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    border: none;
    text-align: center; }
    .compareTable-product .card .card-img-container .card-image {
      border: 0;
      width: 50%; }
    .compareTable-product .card .card-img-container:before {
      content: none; }
    .compareTable-product .card .card-img-container:after {
      padding-bottom: 75%; }
    .compareTable-product .card .card-body {
      text-align: center; }
      .compareTable-product .card .card-body .card-brand {
        margin: 15px 0 5px 0;
        color: #969696; }
      .compareTable-product .card .card-body .card-figcaption-group {
        margin-top: 20px; }
      .compareTable-product .card .card-body .card-title {
        margin-bottom: 10px; }
      .compareTable-product .card .card-body .card-price {
        justify-content: center; }
  .compareTable-product .compareTable-removeProduct {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .compareTable-product .compareTable-removeProduct .icon {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      fill: #4f949e; }
  @media (min-width: 1025px) {
    .compareTable-product .compareTable-removeProduct:hover {
      background-color: #4f949e; }
      .compareTable-product .compareTable-removeProduct:hover .icon {
        fill: white; } }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #969696; }
  .toggleLink:hover {
    color: #969696; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }
  .toggleLink.toggleLink-viewMore {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 35px;
    text-transform: unset;
    padding: 0;
    transition: unset;
    width: auto;
    color: #050000; }
    .toggleLink.toggleLink-viewMore span.toggleLink-text {
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: 0;
      display: inline;
      font-size: inherit;
      font-weight: inherit; }
    .toggleLink.toggleLink-viewMore:after {
      content: ">";
      position: absolute;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      top: 7px;
      right: -10px; }
  @media (min-width: 1025px) {
    .toggleLink:hover {
      color: #f16547; }
      .toggleLink:hover span.toggleLink-text {
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.toggleLink-text {
  font-size: 16px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

#facetedSearch {
  padding: 20px 20px 100px 20px; }
  @media (min-width: 1025px) {
    #facetedSearch {
      padding: 0; } }

.facetedSearch-navList {
  display: block; }

.navList.facetedSearch-optionColumns {
  margin: 15px 0 0 0; }
  .navList.facetedSearch-optionColumns .navList-item {
    width: 100%; }
  @media (min-width: 768px) {
    .navList.facetedSearch-optionColumns {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0;
      left: 0;
      display: block; }
      .navList.facetedSearch-optionColumns .navList-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 15px; } }
  @media (min-width: 1025px) {
    .navList.facetedSearch-optionColumns .navList-item {
      width: 33.3333333%; } }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: white;
  border-radius: 3px;
  color: #4f949e;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.5rem;
    width: 0.5rem;
    display: inline-block;
    fill: #4f949e;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px; }
  .facetLabel:hover, .facetLabel:focus {
    color: white;
    background-color: #4f949e; }
    .facetLabel:hover .icon, .facetLabel:focus .icon {
      fill: white; }

.page-type-cart .modal-close {
  top: 16px; }
  .page-type-cart .modal-close span {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
    background-repeat: no-repeat; }

.page-type-cart .modal-content .form-actions .button {
  min-width: 150px; }

.page-cart.has-calculate-shipping [data-cart-status] .alertBox.Upsell.Banner, .page-cart.has-calculate-shipping [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.page-cart.has-calculate-shipping .halo-free-shipping-message {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .shipping-message {
    font-style: italic; }

.halo-cart-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf8e5;
  padding: 12px 15px 13px 15px;
  color: #8b714a;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 35px 0;
  border-radius: 3px; }
  .halo-cart-notification .time {
    font-weight: 700; }
  .halo-cart-notification .icon {
    display: none;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0; }
    .halo-cart-notification .icon svg {
      fill: #8b714a;
      stroke: transparent; }
  @media (min-width: 768px) {
    .halo-cart-notification .icon {
      display: inline-block; } }

.cart-content-wrapper {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .cart-content-wrapper .cart-content-item {
    display: block; }
    .cart-content-wrapper .cart-content-item[data-cart-totals] {
      max-width: 370px;
      padding: 20px 0 0 0; }
  @media (min-width: 1280px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 300px);
        padding-right: 30px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 300px;
        padding-top: 0; } }
  @media (min-width: 1400px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 370px);
        padding-right: 70px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 370px; } }

.cart {
  display: block;
  width: 100%;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    .cart {
      display: table;
      border-collapse: collapse;
      border-spacing: 0; } }

.cart-header {
  display: none;
  text-align: left;
  width: 100%; }
  .cart-header .cart-header-item {
    font-size: 16px;
    font-weight: 700;
    color: #050000;
    line-height: 1.625;
    padding: 11px 15px 11px 15px;
    background-color: #fafafa; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group; }
      .cart-header .cart-header-item.cart-header-info {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .cart-header .cart-header-item.cart-header-remove {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; } }
  @media (min-width: 1025px) {
    .cart-header .cart-header-item {
      padding-left: 30px;
      padding-right: 30px; }
      .cart-header .cart-header-item.cart-header-quantity {
        text-align: center; }
      .cart-header .cart-header-item.cart-header-total {
        text-align: right; } }

.cart-list {
  display: block;
  text-align: left;
  width: 100%; }
  .cart-list .cart-item-spacer {
    height: 15px; }
  .cart-list .cart-item {
    display: block;
    border: 1px solid #e6e6e6;
    margin: 0; }
    .cart-list .cart-item .cart-item-block {
      display: inline-block;
      vertical-align: middle;
      padding: 20px;
      font-size: 16px; }
      .cart-list .cart-item .cart-item-block p {
        font-size: 16px;
        font-weight: 400;
        color: #969696;
        line-height: 1.625;
        margin: 0;
        text-align: center; }
      .cart-list .cart-item .cart-item-block.cart-item-total {
        text-align: right;
        display: none; }
        .cart-list .cart-item .cart-item-block.cart-item-total .cart-item-value {
          font-weight: 700;
          color: #050000; }
      .cart-list .cart-item .cart-item-block.cart-item-price {
        width: 40%;
        margin: 0;
        padding-top: 0; }
      .cart-list .cart-item .cart-item-block.cart-item-quantity {
        width: 30%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .cart-list .cart-item .cart-item-block.cart-item-remove {
        padding: 0;
        width: 30%;
        height: 36px;
        text-align: center; }
      .cart-list .cart-item .cart-item-block .cart-item-edit {
        color: #f16547; }
        .cart-list .cart-item .cart-item-block .cart-item-edit svg {
          fill: #f16547;
          display: inline-block;
          vertical-align: -2px; }
    .cart-list .cart-item .cart-item-wrapper {
      display: flex; }
      .cart-list .cart-item .cart-item-wrapper .cart-item-block-left {
        padding: 0 15px 0 0;
        flex: 5rem 0 0; }
    .cart-list .cart-item .cart-item-image {
      display: block;
      margin: 0 auto; }
    .cart-list .cart-item .cart-item-name {
      margin: 0; }
      .cart-list .cart-item .cart-item-name > a {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 6px 0;
        line-height: 1.75;
        text-transform: capitalize;
        text-decoration: none; }
    .cart-list .cart-item .definitionList {
      margin: 0; }
      .cart-list .cart-item .definitionList:before, .cart-list .cart-item .definitionList:after {
        content: " ";
        display: table; }
      .cart-list .cart-item .definitionList:after {
        clear: both; }
      .cart-list .cart-item .definitionList .definitionList-key,
      .cart-list .cart-item .definitionList .definitionList-value {
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-right: 0;
        margin-bottom: 0;
        text-transform: capitalize; }
      .cart-list .cart-item .definitionList .definitionList-key {
        color: #969696; }
      .cart-list .cart-item .definitionList .definitionList-value {
        margin-left: 5px; }
    .cart-list .cart-item a[data-item-edit] {
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      transition: unset;
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .cart-list .cart-item .cart-item-options {
      margin: 9px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
      .cart-list .cart-item .cart-item-options .cart-item-option-title,
      .cart-list .cart-item .cart-item-options .cart-item-option-description {
        font-weight: 400;
        font-size: 16px;
        color: #050000;
        line-height: 26px;
        margin: 0; }
      .cart-list .cart-item .cart-item-options .cart-item-option-description {
        margin-left: 5px; }
        .cart-list .cart-item .cart-item-options .cart-item-option-description + .cart-item-option-title {
          margin-left: 5px; }
      .cart-list .cart-item .cart-item-options a {
        font-weight: 700;
        color: inherit;
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0;
        transition: unset; }
    .cart-list .cart-item .cart-item-value {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      line-height: 1.625; }
  @media (min-width: 321px) {
    .cart-list .cart-item .cart-item-block.cart-item-price {
      width: 30%;
      margin-left: 80px; }
    .cart-list .cart-item .cart-item-block.cart-item-remove {
      width: calc(40% - 80px); } }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; }
      .cart-list .cart-item {
        display: table-row;
        border-radius: 3px; }
        .cart-list .cart-item .cart-item-block {
          display: table-cell !important;
          padding: 10px !important;
          margin: 0 !important;
          width: auto !important; }
          .cart-list .cart-item .cart-item-block .cart-item-wrapper .cart-item-block-left {
            padding-right: 30px;
            flex: 8rem 0 0; }
          .cart-list .cart-item .cart-item-block.cart-item-info {
            padding-right: 0;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
          .cart-list .cart-item .cart-item-block.cart-item-remove {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
        .cart-list .cart-item .cart-item-name > a {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; } }
  @media (min-width: 1025px) {
    .cart-list .cart-item .cart-item-block {
      padding: 30px !important; }
    .cart-list .cart-item a[data-item-edit]:hover {
      background-image: linear-gradient(transparent 97%, #f16547 3%); }
    .cart-list .cart-item .cart-item-options a:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

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

.cart-item-quantity .form-increment input {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c5c5cf;
  border-radius: 3px;
  padding: 10px;
  line-height: 16px;
  max-width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

@media (min-width: 768px) {
  .cart-item-quantity .form-increment input {
    width: 100px; } }

.cart-remove {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  float: none;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  transition: background-color 0.15s ease; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  @media (min-width: 768px) {
    .cart-remove {
      float: right; } }

.cart-totals {
  list-style: none;
  margin: 0; }
  .cart-totals .cart-total {
    display: block;
    padding: 0 0 1px 0; }
    .cart-totals .cart-total:before, .cart-totals .cart-total:after {
      content: " ";
      display: table; }
    .cart-totals .cart-total:after {
      clear: both; }
    .cart-totals .cart-total .cart-total-label {
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      line-height: 1.625;
      text-align: left;
      padding: 11px 0;
      float: left; }
      .cart-totals .cart-total .cart-total-label a {
        font-weight: 400;
        font-style: italic;
        transition: unset;
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    .cart-totals .cart-total .cart-total-value {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      line-height: 1.625;
      text-align: right;
      padding: 11px 0;
      float: right; }
      .cart-totals .cart-total .cart-total-value p[translate] {
        font-size: 16px;
        font-weight: 400;
        color: #050000;
        margin: 0; }
    .cart-totals .cart-total .form-label {
      font-weight: 400;
      color: #050000;
      margin: 0;
      line-height: 50px; }
    .cart-totals .cart-total .form-input {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 50px;
      line-height: 50px;
      margin: 0; }
    .cart-totals .cart-total .form-select {
      display: inline-block;
      vertical-align: top;
      background-position: right 0.3125rem top 0.8em;
      background-size: 1.25rem 1.25rem;
      height: 50px;
      line-height: 50px;
      width: 100%;
      padding: 0 15px;
      font-size: 16px;
      font-weight: 400;
      color: #050000; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left; }
    .cart-totals .cart-total + .cart-total {
      border-top: 1px solid #c5c5cf; }
    .cart-totals .cart-total.cart-total-subtotal .cart-total-value {
      font-size: 20px;
      font-weight: 700;
      color: #050000;
      line-height: 1.2; }
    .cart-totals .cart-total.cart-total-grandtotal .cart-total-value {
      font-size: 20px;
      font-weight: 700;
      color: #050000;
      line-height: 1.2; }
  @media (min-width: 1025px) {
    .cart-totals .cart-total .cart-total-label a:hover {
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  position: relative;
  color: #f16547;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(transparent 97%, #f16547 3%);
  background-repeat: repeat-x;
  background-position-y: -3px; }
  @media (min-width: 1025px) {
    .coupon-code-add:hover,
    .coupon-code-cancel:hover,
    .shipping-estimate-show:hover,
    .shipping-estimate-hide:hover,
    .gift-certificate-add:hover,
    .gift-certificate-cancel:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.shipping-estimator {
  display: block;
  width: 100%;
  float: left;
  margin: 18px 0 0 0; }

.estimator-form {
  display: block;
  margin: 0; }
  .estimator-form:before, .estimator-form:after {
    content: " ";
    display: table; }
  .estimator-form:after {
    clear: both; }
  .estimator-form dl {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0; }
    .estimator-form dl + dl {
      margin-top: 15px; }
  .estimator-form .estimator-form-label {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    margin: 0; }
  .estimator-form .estimator-form-input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px);
    margin: 0; }
  .estimator-form .shipping-estimate-submit {
    width: calc(100% - 130px);
    float: right;
    margin: 15px 0;
    height: 50px;
    line-height: 50px;
    background: #050000;
    border-color: #050000;
    color: white; }

.shipping-quotes {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #050000;
  margin: 0 0 15px 0; }
  .shipping-quotes form:before, .shipping-quotes form:after {
    content: " ";
    display: table; }
  .shipping-quotes form:after {
    clear: both; }
  .shipping-quotes ul {
    list-style: none;
    margin: 0; }
  .shipping-quotes .estimator-form-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    background: #fafafa;
    border-radius: 3px; }
    .shipping-quotes .estimator-form-row dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
    .shipping-quotes .estimator-form-row .estimator-form-label,
    .shipping-quotes .estimator-form-row .estimator-form-input {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000;
      margin: 0; }
    .shipping-quotes .estimator-form-row .shipping-quote {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }
    .shipping-quotes .estimator-form-row .estimator-form-label-text {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
    .shipping-quotes .estimator-form-row .estimator-form-input--price {
      width: 30%;
      text-align: right; }
    .shipping-quotes .estimator-form-row + .estimator-form-row {
      margin-top: 15px; }
  .shipping-quotes .select-shipping-quote,
  .shipping-quotes .estimator-form-toggleUPSRate {
    width: calc(100% - 130px);
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 15px 0 0 0; }

.coupon-form,
.cart-gift-certificate-form {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: calc(100% - 130px) !important;
    margin: 21px 0 0 0 !important;
    border-color: #c5c5cf; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 115px;
    margin: 21px 0 34px 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0; }

.cart-actions {
  display: block;
  margin: 13px 0 0 0; }
  .cart-actions .button {
    width: 100%;
    height: 50px;
    line-height: 50px; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.625;
  color: #969696;
  float: none !important;
  margin: 0 0 0.5rem 0;
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  margin: 0 auto;
  text-align: center; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 0; }

.cart-secure-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 0 5px 0;
  margin: 0;
  text-align: center; }
  .cart-secure-image .secure-image-label {
    font-size: 14px;
    font-weight: 400;
    color: #b4b4b4;
    line-height: 28px;
    margin: 0 0 15px 0;
    text-transform: uppercase; }
  .cart-secure-image .secure-image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 25px 0; }
    .cart-secure-image .secure-image img {
      width: 100%; }
    .cart-secure-image .secure-image + .secure-image {
      margin-left: 25px; }
  @media (min-width: 768px) {
    .cart-secure-image {
      text-align: left; } }

.cart-content-empty {
  text-align: center;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  margin: 0; }

.addressList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 40px 0 0; }
  @media (min-width: 768px) {
    .addressList {
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .addressList {
      justify-content: flex-start; } }

.address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0; }
  .address + .address {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .address {
      max-width: calc(50% - 25px);
      margin-right: 30px;
      margin-bottom: 30px;
      justify-content: center;
      padding: 20px 25px; }
      .address + .address {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .address {
      max-width: 300px; } }

.address-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize; }

.address-details {
  list-style-type: none;
  margin: 0; }
  .address-details.address-details--postal {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000; }

.address-addNew {
  display: block;
  text-align: center; }
  .address-addNew .address-symbol {
    display: block;
    margin: 0 0 10px 0;
    text-align: center; }
    .address-addNew .address-symbol svg {
      width: 40px;
      height: 40px; }

.panel--address {
  position: relative;
  width: 100%; }
  .panel--address .panel-body {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0; }
  .panel--address form .form-actions {
    display: block;
    margin: 20px 0 0; }
    .panel--address form .form-actions .button {
      vertical-align: top; }
      .panel--address form .form-actions .button + .button {
        margin-top: 20px; }
  .panel--address.panel--newAddress {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .panel--address form .form-actions {
      display: block; }
      .panel--address form .form-actions .button {
        vertical-align: top; }
        .panel--address form .form-actions .button + .button {
          margin-top: 0; } }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.halo-free-shipping-message {
  padding: 0 20px 23px 20px; }
  .modal--previewMini .halo-free-shipping-message {
    padding: 0 0 25px 0;
    margin-top: -10px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: #ededed; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      color: #ffffff;
      -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-50 .progress-meter {
      background-color: #ce2b1e; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-90 .progress-meter {
      background-color: #ffcb47; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-100 .progress-meter {
      background-color: #69c69c; }
  .halo-free-shipping-message .shipping-message {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 20px;
    margin: 0; }
    .halo-free-shipping-message .shipping-message b {
      font-weight: 400; }
  .halo-free-shipping-message .shipping-message-100 {
    text-align: center;
    padding: 7px 0;
    margin: 0;
    border-radius: 3px;
    color: #050000;
    font-weight: 700;
    background: #fafafa; }
    .halo-free-shipping-message .shipping-message-100 span {
      font-size: 16px; }
  @media (min-width: 1025px) {
    .halo-free-shipping-message {
      padding-left: 25px;
      padding-right: 25px; } }

.halo-cart {
  position: relative; }
  @media (min-width: 1025px) {
    .halo-cart {
      padding-right: 15px; } }

.dropdown-cart {
  display: none;
  position: absolute; }
  @media (min-width: 1025px) {
    .dropdown-cart {
      position: absolute;
      top: calc(100% + 20px);
      right: 0;
      padding: 0;
      z-index: 20;
      text-align: left;
      border-radius: 3px;
      width: 370px;
      background-color: #ffffff;
      border: 1px solid #e5e5e5;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01); }
      .dropdown-cart:before {
        content: " ";
        position: absolute;
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-bottom: solid #fff 10px;
        top: -10px;
        left: auto;
        right: 16px;
        height: 0;
        z-index: 6; } }

@media (min-width: 1025px) {
  .openCartDropdown .dropdown-cart {
    display: block; }
    .openCartDropdown .dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown .dropdown-cart.is-loading .loadingOverlay:before {
        width: 100px;
        height: 100px; }
  .openCartDropdown #halo-cart-sidebar {
    right: -101%; } }

.openCartSidebar {
  overflow: hidden; }
  .openCartSidebar #halo-cart-sidebar {
    right: 0;
    z-index: 105; }
  .openCartSidebar .halo-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.previewCart-header {
  position: relative;
  padding: 16px 25px 14px 25px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .previewCart-header .title {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase; }
  .previewCart-header .text {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #050000; }
  .previewCart-header .cart-quantity {
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #050000;
    line-height: 25px;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 1025px) {
    .previewCart-header {
      padding: 10px 25px; } }

.previewCart-body {
  display: block;
  position: relative;
  height: calc(100% - 52px); }
  .previewCart-body.has-free-shipping .halo-free-shipping-message {
    padding-bottom: 0; }
  .previewCart-body.has-free-shipping .previewCart .previewCartItem:first-child {
    border-top: 0; }

.previewCart {
  margin: 0;
  padding: 0 25px 30px 25px;
  height: 100%; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 400px); }
    .previewCart .previewCartList::-webkit-scrollbar {
      width: 5px; }
    .previewCart .previewCartList::-webkit-scrollbar-track {
      background: #fafafa; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb {
      background: #969696; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
      background: #969696; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e7; }
    .previewCart .previewCartItem:first-child {
      border-top: 1px solid #e2e2e7; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .previewCart .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .previewCart .previewCartItem-image:after {
      padding-bottom: 120%; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 75px);
    padding: 0 0 0 20px;
    position: relative; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0;
    position: relative;
    top: -8px; }
    .previewCart .previewCartItem-name > a {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 11px 0;
      line-height: 24px;
      text-transform: capitalize; }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 14px;
    line-height: 20px;
    color: #969696;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 2px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: white; }
  .previewCart .previewCartItem-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #050000;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .previewCart .previewCartItem-price p {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      line-height: 1.625;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      margin: 0 0 8px 0;
      color: #050000;
      font-size: 14px;
      font-weight: 400;
      font-style: italic; }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: 100px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: left;
        width: 100%;
        padding: 10px;
        border: 1px solid #c5c5cf;
        font-weight: 400;
        font-size: 16px;
        min-height: unset;
        height: 36px; }
  .previewCart .previewCartItem-remove {
    margin: 15px 0 0 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    transition: unset; }
    .previewCart .previewCartItem-remove svg {
      width: 12px;
      height: 12px;
      margin: 0 10px 0 0;
      transition: unset; }
    .previewCart .previewCartItem-remove span {
      font-size: 14px;
      font-weight: 400;
      color: #050000;
      line-height: 20px;
      position: relative;
      top: -1px; }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 15px 0; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: #050000;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: #050000;
      font-size: 16px;
      line-height: 30px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    margin: 0;
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 15px 0 0 0; }
      .home-layout-2 .previewCart .previewCartAction .previewCartAction-viewCart .button {
        color: #274b4f;
        border-color: #cccccc;
        background-color: white; }
        @media (min-width: 1025px) {
          .home-layout-2 .previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
            background: white;
            border-color: white;
            color: white; } }
    .previewCart .previewCartAction a {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
      .previewCart .previewCartAction a.button--checkout {
        background: #050000;
        border-color: #050000;
        color: white; }
        .home-layout-2 .previewCart .previewCartAction a.button--checkout {
          border-color: white;
          background-color: white; }
          @media (min-width: 1025px) {
            .home-layout-2 .previewCart .previewCartAction a.button--checkout:hover {
              color: white;
              background-color: #4f949e; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
  @media (min-width: 376px) {
    .previewCart .previewCartItem-remove {
      position: absolute;
      margin: 0;
      top: auto;
      bottom: 0;
      height: 36px;
      left: 145px;
      width: calc(100% - 145px);
      line-height: 20px;
      display: flex;
      align-items: center;
      transition: unset; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartList {
      max-height: calc(100vh - 400px); }
    .previewCart .previewCartItem-remove:hover svg {
      fill: #ce2b1e; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.previewCart-emptyBody {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding: 3rem;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left; }
  .previewCartView .productView-brand {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    margin-bottom: 3px; }
  .previewCartView .productView-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px; }
  .previewCartView .productView-price {
    font-size: 16px;
    color: #050000;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }
  .previewCartView .productView-info-name {
    color: #969696; }
  .previewCartView .productView-info-value {
    color: #050000;
    margin: 0 0 0 5px; }
  .previewCartView.previewCartView2 {
    width: 100%;
    padding: 0; }
    .previewCartView.previewCartView2 .productView-image {
      width: 80px;
      display: inline-block;
      vertical-align: top; }
    .previewCartView.previewCartView2 .productView-details {
      width: calc(100% - 80px);
      padding-left: 15px;
      padding-top: 0;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
    .previewCartView.previewCartView2 .productView-title {
      margin-bottom: 7px; }
      .previewCartView.previewCartView2 .productView-title > a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
    .previewCartView.previewCartView2 .productView-info {
      justify-content: flex-start; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 992px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #969696;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 3px; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: #050000; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #050000; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000;
    margin: 15px 0 20px 0; }
  .previewCartCheckout.previewCartCheckout2 {
    width: 100%;
    text-align: center; }
    .previewCartCheckout.previewCartCheckout2 .button {
      width: auto; }
      .previewCartCheckout.previewCartCheckout2 .button + .button {
        margin-top: 15px; }
  @media (min-width: 551px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 0 0 15px; }
      .previewCartCheckout.previewCartCheckout2 {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .previewCartCheckout.previewCartCheckout2 .button {
          width: calc(100% - 150px); }
          .previewCartCheckout.previewCartCheckout2 .button + .button {
            margin-top: 0;
            margin-left: 15px;
            width: 135px; } }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0;
      width: 280px; } }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: block; } }

.product-edit-detail {
  display: block;
  padding: 30px 20px 20px 20px; }
  .product-edit-detail .product-edit {
    display: table;
    width: 100%; }
  .product-edit-detail .product-edit-image,
  .product-edit-detail .product-edit-content {
    display: table-cell;
    vertical-align: middle; }
  .product-edit-detail .product-edit-image {
    width: 80px; }
  .product-edit-detail .product-edit-content {
    padding-left: 20px; }
  .product-edit-detail .product-edit-brand {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    color: #969696; }
  .product-edit-detail .product-edit-title {
    display: block;
    line-height: 1.625;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0; }
  .product-edit-detail .product-edit-variant {
    font-size: 14px;
    line-height: 28px;
    color: #969696;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0; }
    .product-edit-detail .product-edit-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding: 30px; } }

.product-edit-info {
  overflow-y: auto; }
  .product-edit-info .product-edit-change {
    min-width: 700px; }
  .product-edit-info table {
    margin: 0;
    width: 100%; }
  .product-edit-info thead {
    display: none; }
    .product-edit-info thead th {
      border: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 25px;
      padding: 7px;
      color: #050000;
      background-color: #fafafa;
      text-transform: uppercase;
      text-align: left; }
      .product-edit-info thead th:first-child {
        padding-left: 30px; }
      .product-edit-info thead th.text-right {
        text-align: right; }
  .product-edit-info tbody tr {
    border-bottom: 1px solid #e2e2e7; }
  .product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    min-width: 140px; }
    .product-edit-info tbody td:first-child {
      padding-left: 20px;
      min-width: 150px; }
    .product-edit-info tbody td:last-child {
      padding-right: 20px;
      min-width: 0; }
    .product-edit-info tbody td[data-cart-edit-item-price] {
      min-width: 90px; }
    .product-edit-info tbody td .form-field {
      margin-bottom: 0; }
      .product-edit-info tbody td .form-field[data-product-attribute="date"] {
        min-width: 255px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-file"] {
        text-align: left; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] .form-fileDescription {
          display: none; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label {
          display: block; }
          .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label input {
            margin-left: 8px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-checkbox"] {
        min-width: 165px; }
      .product-edit-info tbody td .form-field[data-product-attribute="textarea"] {
        min-width: 200px; }
        .product-edit-info tbody td .form-field[data-product-attribute="textarea"] .form-input {
          min-height: 65px;
          max-height: 65px; }
    .product-edit-info tbody td .form-select {
      border-color: #c5c5cf;
      color: #050000;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
  .product-edit-info .form {
    margin: 0; }
  .product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 120px; }
    .product-edit-info .form-increment .form-input--incrementTotal {
      width: 100%;
      padding: 0 36px;
      border: 1px solid #cbcbcb;
      height: 40px;
      padding: 0 10px;
      font-size: 16px;
      font-weight: 400; }
  .product-edit-info .cart-edit-price .price {
    display: block;
    min-width: 80px; }
  .product-edit-info .cart-edit-remove a {
    font-size: 40px;
    margin: 0;
    position: relative;
    top: 7px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #050000;
    font-weight: 200;
    display: inline-block; }
  .product-edit-info .product-edit-change:nth-child(1) thead {
    display: table-header-group; }
  .product-edit-info .product-edit-change:nth-child(1) .cart-edit-remove a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  @media (min-width: 1025px) {
    .product-edit-info tbody td:first-child {
      padding-left: 30px; }
    .product-edit-info tbody td:last-child {
      padding-right: 30px; } }

.product-edit-action .product-add-more {
  margin: 15px 0 0 0;
  padding: 0 15px 15px 15px; }
  .product-edit-action .product-add-more .product-addmore-button {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: unset;
    line-height: 1.625;
    position: relative;
    margin: 0 0 0 20px;
    color: #050000;
    transition: unset; }
    .product-edit-action .product-add-more .product-addmore-button:before {
      content: "";
      position: absolute;
      top: 10px;
      width: 9px;
      height: 1px;
      right: calc(100% + 6px);
      display: block;
      background-color: #000000; }
    .product-edit-action .product-add-more .product-addmore-button:after {
      content: "";
      top: 50%;
      width: 1px;
      height: 10px;
      right: calc(100% + 10px);
      display: block;
      position: absolute;
      background-color: #000000;
      transform: translateY(-50%); }

.product-edit-action .product-edit-button .button {
  width: 100%;
  border-radius: 0; }
  .product-edit-action .product-edit-button .button:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #969696;
    border-radius: 100%;
    border-top: 2px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s; }
  .product-edit-action .product-edit-button .button.loading {
    pointer-events: none;
    font-size: 0; }
    .product-edit-action .product-edit-button .button.loading:before {
      display: inline-block;
      vertical-align: middle; }
  .product-edit-action .product-edit-button .button[disabled] {
    pointer-events: none; }

@media (min-width: 1025px) {
  .product-edit-action .product-add-more .product-addmore-button:hover {
    color: #f16547;
    background-image: linear-gradient(transparent 97%, #f16547 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
    .product-edit-action .product-add-more .product-addmore-button:hover:after, .product-edit-action .product-add-more .product-addmore-button:hover:before {
      background: #f16547; } }

.maintenanceNotice {
  background-color: #fbf8e5;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "DM Serif Display";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-row {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .login-row {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 53px; } }

.login-form {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }
  .login-form .form-field {
    margin-bottom: 0; }
    .login-form .form-field + .form-field {
      margin-top: 20px; }
  .login-form .form-input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0; }
  .login-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .login-form .form-actions .button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
    .login-form .form-actions .forgot-password {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      line-height: 1.625;
      margin: 15px 0 0 0;
      width: auto;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      transition: unset; }
  @media (min-width: 768px) {
    .login-form {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px;
      margin-bottom: 0; }
      .login-form .form-field {
        max-width: 530px; }
      .login-form .form-actions {
        margin-top: 25px; } }
  @media (min-width: 992px) {
    .login-form .form-actions {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left; }
      .login-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 160px; }
      .login-form .form-actions .forgot-password {
        margin-left: 30px;
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .login-form .form-actions .forgot-password:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.new-customer {
  display: block;
  width: 100%; }
  .new-customer .panel {
    background: #fafafa;
    padding: 30px; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background: transparent;
    padding: 0;
    margin: 0; }
  .new-customer .panel-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 25px 0; }
  .new-customer .new-customer-intro {
    font-size: 16px;
    font-weight: 400;
    color: #050000;
    line-height: 1.625; }
  .new-customer .new-customer-fact-list {
    margin: 0;
    list-style-position: inside; }
    .new-customer .new-customer-fact-list .new-customer-fact {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      line-height: 35px; }
  .new-customer a {
    display: inline-block;
    vertical-align: top;
    margin: 37px 0 0 0;
    height: 50px;
    line-height: 50px;
    min-width: 220px; }
  @media (min-width: 768px) {
    .new-customer {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px; } }
  @media (min-width: 1025px) {
    .new-customer .panel {
      padding: 66px 15px 70px 68px; } }

#haloSearchCategory {
  width: 100%;
  position: relative;
  background: #f8f8f8;
  transition: all 0.3s ease; }
  #haloSearchCategory .halo-select-category {
    z-index: 2;
    height: 100%;
    height: 46px;
    border: none;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 28px 0 20px;
    background-color: transparent;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
    #haloSearchCategory .halo-select-category::-ms-expand {
      display: none; }
  #haloSearchCategory .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    fill: #3c3c3c; }
  @media (min-width: 1025px) {
    #haloSearchCategory {
      width: auto;
      min-width: 212px;
      border-radius: 3px 0 0 3px; } }

#quickSearch {
  display: block;
  margin: 0 auto;
  z-index: 21;
  position: relative; }
  #quickSearch .form {
    margin: 0; }
  #quickSearch .form-fieldset {
    border: 0;
    margin: 0;
    width: 100%;
    position: relative; }
  #quickSearch .form-field {
    display: flex;
    flex-wrap: nowrap;
    margin: 0; }
  #quickSearch .form-input {
    border-radius: 0;
    border-color: #ffffff;
    border-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px; }
  #quickSearch .button {
    border-radius: 0;
    min-width: 46px;
    height: 46px;
    padding: 0;
    background-color: #f7c34a;
    border-color: #f7c34a; }
    #quickSearch .button svg {
      width: 23px;
      height: 23px;
      fill: #4f949e;
      position: relative;
      top: -1px; }
    .home-layout-2 #quickSearch .button {
      background-color: white;
      border-color: white; }
      .home-layout-2 #quickSearch .button svg {
        fill: white; }
  @media (min-width: 1025px) {
    #quickSearch .button {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      #quickSearch .button:focus svg, #quickSearch .button:hover svg {
        fill: white; }
      #quickSearch .button:active {
        fill: white; } }

.halo-search-mobile #quickSearch {
  padding: 15px; }
  .halo-search-mobile #quickSearch .form-field {
    flex-wrap: wrap; }
  .halo-search-mobile #quickSearch .form-input {
    display: inline-block;
    width: calc(100% - 46px);
    border-color: #cbcbcb;
    border-radius: 3px;
    border-left: 1px solid #cbcbcb;
    border-right: 0; }
  .halo-search-mobile #quickSearch .button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.halo-search-mobile #haloSearchCategory {
  width: 100%;
  margin-bottom: 10px; }

.halo-search-mobile .haloQuickSearchResults {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: unset;
  max-height: unset;
  overflow: unset; }

.halo-search-mobile .productGrid {
  overflow-x: auto; }
  .halo-search-mobile .productGrid .product {
    width: 200px; }

.haloQuickSearchResults {
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 25px;
  display: none;
  position: absolute;
  top: auto; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    padding: 3rem;
    border: 1px solid transparent; }
  .haloQuickSearchResults::-webkit-scrollbar {
    width: 8px; }
  .haloQuickSearchResults::-webkit-scrollbar-track {
    background: #fafafa; }
  .haloQuickSearchResults::-webkit-scrollbar-thumb {
    background: #969696; }
  .haloQuickSearchResults::-webkit-scrollbar-thumb:hover {
    background: #969696; }
  .haloQuickSearchResults.is-open {
    display: block; }
  @media (min-width: 1025px) {
    .haloQuickSearchResults {
      max-height: calc(100vh - 150px); } }
  @media (min-width: 1025px) and (max-width: 1299px) {
    .haloQuickSearchResults .productGrid .product {
      width: 250px; } }

.quickResults-wrapper .quickResults-item {
  text-align: center; }
  .quickResults-wrapper .quickResults-item + .quickResults-item {
    margin-top: 20px; }
  .quickResults-wrapper .quickResults-item.quickResults-product {
    position: relative; }
    .quickResults-wrapper .quickResults-item.quickResults-product.is-loading {
      padding-top: 50px;
      padding-bottom: 70px; }
      .quickResults-wrapper .quickResults-item.quickResults-product.is-loading .loadingOverlay {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px; }

.quickResults-wrapper .quickResults-title {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left; }

.quickResults-wrapper .productGrid-search {
  list-style: none;
  margin: 0;
  text-align: left;
  font-size: 0;
  letter-spacing: 0; }
  .quickResults-wrapper .productGrid-search .search-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    font-size: 16px; }
  .quickResults-wrapper .productGrid-search .link {
    display: block;
    color: #969696;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 5px 12px;
    cursor: pointer;
    pointer-events: auto; }
  .quickResults-wrapper .productGrid-search .icon {
    vertical-align: -2px;
    pointer-events: none;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    fill: #969696; }

.quickResults-wrapper .productGrid {
  white-space: nowrap; }
  .quickResults-wrapper .productGrid .product {
    margin-bottom: 30px; }

.quickResults-wrapper .card-option .form-field {
  justify-content: center;
  align-items: center; }
  .quickResults-wrapper .card-option .form-field + .form-field {
    margin-top: 20px !important; }

@media (min-width: 1025px) {
  .quickResults-wrapper .productGrid-search .link:hover {
    color: white;
    background-color: #4f949e; }
    .quickResults-wrapper .productGrid-search .link:hover .icon {
      fill: white; } }

.search-suggestion {
  display: block;
  position: relative;
  margin: 0 0 27px 0;
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 1.625; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 27px 0;
  line-height: 20px;
  text-transform: unset; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-transform: unset;
  padding: 0;
  list-style: none;
  margin: 0; }
  .category-suggestion-list .category-suggestion {
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400; }
    .category-suggestion-list .category-suggestion > a {
      color: #050000;
      transition: unset; }
  @media (min-width: 1025px) {
    .category-suggestion-list {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .category-suggestion-list .category-suggestion {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .category-suggestion-list .category-suggestion > a:hover {
          color: #f16547;
          background-image: linear-gradient(transparent 97%, #f16547 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }

.search-refine {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: unset;
  color: #050000;
  padding: 0;
  transition: unset;
  width: auto;
  margin: 0 0 0 10px;
  background-image: linear-gradient(transparent 97%, #050000 3%);
  background-repeat: repeat-x;
  background-position-y: -3px; }
  .search-refine:after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    top: 5px;
    right: -10px; }
  @media (min-width: 1025px) {
    .search-refine:hover {
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.page-type-search .navBar--sub {
  margin-bottom: 45px; }

@media (max-width: 767px) {
  .page-type-search .account-navigation {
    display: flex;
    justify-content: center; }
  .page-type-search .navBar--sub {
    margin-bottom: 25px; } }

#search-results-content .actionBar {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2rem 0; }
  #search-results-content .actionBar .form-field {
    border: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
  #search-results-content .actionBar .form-label {
    display: none;
    vertical-align: middle;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-right: 14px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
    color: #050000; }
  #search-results-content .actionBar .form-select {
    border: 1px solid #c5c5cf;
    padding-left: 15px;
    color: #050000;
    min-width: 150px; }

#search-results-content > ul {
  margin-left: 0; }

@media (min-width: 551px) {
  #search-results-content .actionBar .form-select {
    min-width: 175px; } }

@media (min-width: 992px) {
  #search-results-content .actionBar .form-label {
    display: inline-block; } }

@media (min-width: 1025px) {
  #search-results-content .actionBar .form-select {
    min-width: 192px; } }

.navBar--account {
  display: block; }
  .navBar--account .navBar-section {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    float: none;
    margin: 0 -10px 2px -10px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto; }
    .navBar--account .navBar-section .navBar-item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0;
      margin: 0 10px 0 0;
      width: 220px;
      float: none; }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #050000;
        background-color: #f8f8f8;
        border: 1px solid #f8f8f8;
        padding: 11px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 3px; }
      .navBar--account .navBar-section .navBar-item:first-child {
        margin-left: 10px; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        color: white;
        border-color: #4f949e;
        background-color: #4f949e; }
        .home-layout-2 .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          color: #000000;
          border: 1px solid #000000;
          background-color: #ffffff;
          text-decoration: none; }
  .navBar--account.navBar--account2 .navBar-section {
    border: 1px solid #dcdce3;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-left: 0;
    margin-right: 0; }
    .navBar--account.navBar--account2 .navBar-section .navBar-item {
      border-radius: 0;
      background-color: #f8f8f8;
      margin-left: 0;
      margin-right: 0; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item .navBar-action {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #969696;
        background-color: #f8f8f8; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item.is-active {
        background-color: #ffffff; }
        .navBar--account.navBar--account2 .navBar-section .navBar-item.is-active .navBar-action {
          background-color: #ffffff !important;
          color: #050000 !important; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item + .navBar-item {
        border-left: 1px solid #dcdce3; }
  @media (min-width: 768px) {
    .navBar--account.navBar--account2 .navBar-section {
      width: 100%; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item {
        width: calc(100%/3);
        padding-left: 0;
        padding-right: 0; }
        .navBar--account.navBar--account2 .navBar-section .navBar-item .navBar-action:hover {
          background-color: #ffffff !important;
          color: #050000 !important;
          text-decoration: underline;
          text-underline-position: under; } }
  @media (min-width: 1025px) {
    .navBar--account .navBar-section {
      white-space: unset;
      overflow: unset;
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 0; }
      .navBar--account .navBar-section .navBar-item {
        width: calc(100%/6);
        margin-top: 10px;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px; }
        .navBar--account .navBar-section .navBar-item .navBar-action {
          border-radius: 0; }
          .navBar--account .navBar-section .navBar-item .navBar-action:hover {
            color: white;
            border-color: #4f949e;
            background-color: #4f949e; }
            .home-layout-2 .navBar--account .navBar-section .navBar-item .navBar-action:hover {
              color: #000000;
              border: 1px solid #000000;
              background-color: #ffffff;
              text-decoration: none; }
        .navBar--account .navBar-section .navBar-item:nth-child(-n+6) {
          margin-top: 0; }
        .navBar--account .navBar-section .navBar-item:first-child {
          margin-left: 0; }
          .navBar--account .navBar-section .navBar-item:first-child .navBar-action {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
        .navBar--account .navBar-section .navBar-item:nth-child(6) .navBar-action {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; } }

.account-heading {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #c5c5cf;
  margin: 0;
  padding-bottom: 1rem; }

.account-description {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  margin: 30px 0 0 0; }
  .account-description + .account-list.account-list2 {
    margin-top: 15px; }

.account-list {
  list-style: none;
  margin: 0; }
  .account-list + .account-heading {
    margin-top: 40px;
    margin-bottom: 30px; }
  .account-list.account-list2 {
    list-style-type: decimal;
    list-style-position: inside; }

.account-listItem {
  border-bottom: 1px solid #c5c5cf;
  padding: 44px 0 39px 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  position: relative;
  width: 100px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 125%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding: 0 0 50px 0;
  position: relative; }
  .account-product-body .definitionList {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }

.account-product-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 5px 0;
  text-transform: capitalize; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-description {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 30px;
  margin: 0; }
  .account-product-description + .account-product-details {
    margin-top: 29px; }

.account-product-subtitle {
  color: #999999;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #050000; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }
  .account-product-description + .definitionList .definitionList-value,
  .account-product-description + .definitionList .definitionList-key {
    color: #050000; }

.account-product-title + .definitionList .definitionList-value,
.account-product-title + .definitionList .definitionList-key {
  color: #050000; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 50%; }
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 35px; } }
  @media (min-width: 1600px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 70px; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #050000;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
  line-height: 35px;
  margin: 0; }
  .account-product-detail-heading + span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #050000;
    line-height: 35px; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #050000; }

.account-orderTotal-key {
  color: #050000;
  float: left; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #c5c5cf;
  font-weight: 700;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #5a5a5a;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  height: 22px;
  text-transform: capitalize;
  margin: 15px 0 0 0;
  padding: 1px 8px; }
  @media (min-width: 551px) {
    .account-orderStatus-label {
      margin-top: 0; } }

.account-orderStatus-action {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0 0 15px;
  text-align: right; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-top: 0;
      margin-left: 0; } }

.account .pagination {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  margin-top: 23px; }

.account .pagination-list--small .pagination-item {
  font-size: 16px;
  font-weight: 400;
  color: #050000; }

.account-sidebar-block {
  font-size: 18px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }
  .account-sidebar-block .definitionList .definitionList-key,
  .account-sidebar-block .definitionList .definitionList-value {
    font-size: 16px;
    font-weight: 400;
    color: #050000; }
  .account-sidebar-block .definitionList .order-payments-description,
  .account-sidebar-block .definitionList .order-payments-value {
    font-size: 16px;
    font-weight: 400;
    color: #050000; }
  .account-sidebar-block .definitionList .order-payments-description,
  .account-sidebar-block .definitionList .definitionList-key {
    font-weight: 700; }

.account-order-address {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }
  .account-order-address li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #969696;
  font-size: 18px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #969696; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e4e4e4; }

.icon--ratingFull svg {
  fill: #ffc50a; }

.rating--small {
  display: inline-block;
  vertical-align: top;
  line-height: 1; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem; }
    .rating--small .icon + .icon {
      margin-left: 4px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 8.375rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 40px 0 0.75rem; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0; }
  @media (min-width: 768px) {
    .paymentMethodsGrid {
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .paymentMethodsGrid {
      justify-content: flex-start; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.1875rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 18px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 16px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  min-height: 11.625rem;
  height: 100%;
  align-content: center;
  flex-wrap: wrap; }
  .newPaymentMethod-icon {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center; }
    .newPaymentMethod-icon svg {
      width: 40px;
      height: 40px; }
  .newPaymentMethod-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 auto;
    text-align: center; }

.paymentMethodForm {
  margin: 0 0 40px 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm-column:first-child .form-field {
        margin-bottom: 0.75rem; } }
  .paymentMethodForm-subheading {
    display: flex; }
  .paymentMethodForm-cards-icon {
    margin-right: 0.1875rem;
    width: 2.125rem; }
  .paymentMethodForm-inputs {
    position: relative; }
    @media (min-width: 551px) {
      .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
      .paymentMethodForm-inputs:first-child {
        width: 70%; } }
  .paymentMethodForm-inputs-icon {
    position: absolute;
    right: 0.5625rem;
    top: 2.4375rem; }
    .paymentMethodForm-inputs-icon.icon {
      fill: #999999;
      height: 1.3125rem;
      width: 1.3125rem; }
  .paymentMethodForm-details {
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .paymentMethodForm-details {
        display: inline-block;
        margin: 0 3rem 0 0; } }
  .paymentMethodForm-details-term {
    font-weight: 400;
    margin-bottom: 0.75rem; }
  .paymentMethodForm-details-description {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px; }

.category-header-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px; }
  .category-header-image img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 1025px) {
    .category-header-image {
      min-height: unset; }
      .category-header-image img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: contain; } }

.category-header-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }
  .category-header-content .title {
    font-size: 23px;
    font-weight: 400;
    color: white;
    line-height: 1; }
  .category-header-content .desc {
    font-style: italic;
    color: white;
    padding: 2px 0 0 0; }
  @media (min-width: 1025px) {
    .category-header-content .title {
      font-size: 40px; }
    .category-header-content .desc {
      width: 100%;
      max-width: 465px; } }

.compare-link {
  pointer-events: none;
  display: none; }
  .compare-link .button {
    background: #ffffff;
    overflow: unset;
    border-color: #c5c5cf;
    box-shadow: 0 0 10px rgba(0, 0, 10, 0.05); }
    .compare-link .button .countPill {
      right: -9px; }
      .home-layout-2 .compare-link .button .countPill {
        color: #ffffff; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      top: auto;
      bottom: 130px;
      right: 45px;
      z-index: 100;
      pointer-events: auto;
      transform: translateY(-50%); }
      .compare-link .button {
        display: none; }
        .compare-link .button.show {
          display: block; } }

.skip-to-main-link {
  background: white;
  color: #050000;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }
  .has-stickyNavPages .skip-to-main-link {
    display: none; }

.halo-top-bar-promotion {
  display: block;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 0;
  z-index: 20; }
  .halo-top-bar-promotion .text {
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    color: black;
    text-transform: uppercase; }
    .halo-top-bar-promotion .text span {
      display: block;
      color: black;
      transition: unset; }
    .home-layout-2 .halo-top-bar-promotion .text {
      font-size: 14px;
      text-transform: capitalize;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
  @media (min-width: 551px) {
    .halo-top-bar-promotion {
      padding-top: 8px;
      padding-bottom: 8px; }
      .home-layout-2 .halo-top-bar-promotion {
        padding-bottom: 9px; }
      .halo-top-bar-promotion .text a {
        display: inline; } }
  @media (min-width: 1025px) {
    .halo-top-bar-promotion .text span {
      display: inline-block; }
      .halo-top-bar-promotion .text span:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0px; } }

.header {
  background-color: white;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease; }

.halo-middleHeader {
  z-index: 11;
  padding: 10px 0;
  position: relative; }
  .halo-middleHeader .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
    .halo-middleHeader .container > .middleHeader-item {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      padding: 0; }
      .halo-middleHeader .container > .middleHeader-item > .items {
        display: block;
        width: 100%; }
        .halo-middleHeader .container > .middleHeader-item > .items:not(.item--logo) {
          width: auto; }
        .halo-middleHeader .container > .middleHeader-item > .items.item--quicksearch {
          display: none; }
        .halo-middleHeader .container > .middleHeader-item > .items.item--wishlist {
          display: none; }
        .halo-middleHeader .container > .middleHeader-item > .items + .items:not(.item--logo) {
          margin-left: 15px; }
      .halo-middleHeader .container > .middleHeader-item.text-center {
        flex: 1; }
        @media (max-width: 550px) {
          .halo-middleHeader .container > .middleHeader-item.text-center {
            padding-left: 15px; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .halo-middleHeader .container > .middleHeader-item.text-center {
            padding-left: 15px;
            padding-right: 15px; } }
  .halo-middleHeader .navUser-action {
    padding: 0; }
    .halo-middleHeader .navUser-action .navUser-icon {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .halo-middleHeader .navUser-action .navUser-icon svg {
        width: 25px;
        height: 25px;
        fill: #050000;
        margin: 0; }
    .halo-middleHeader .navUser-action.myAccountMobile {
      display: block; }
    .halo-middleHeader .navUser-action.cartDesktop {
      display: none; }
      .halo-middleHeader .navUser-action.cartDesktop .countPill {
        background-color: #fff; }
        .home-layout-2 .halo-middleHeader .navUser-action.cartDesktop .countPill {
          color: #fd6506; }
    .halo-middleHeader .navUser-action.cartMobile {
      display: block; }
  .halo-middleHeader .myAccount {
    display: none;
    color: #050000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0; }
  .halo-middleHeader .myAccount-link {
    display: none;
    color: #050000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
    .halo-middleHeader .myAccount-link a {
      display: inline;
      color: #050000;
      transition: unset; }
  @media (min-width: 768px) {
    .halo-middleHeader .container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 50px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .halo-middleHeader .container > .middleHeader-item > .items.item--account {
      margin-left: 0 !important; } }
  @media (min-width: 1025px) {
    .halo-middleHeader {
      padding: 20px 0; }
      .halo-middleHeader .container > .middleHeader-item > .items {
        text-align: left; }
        .halo-middleHeader .container > .middleHeader-item > .items.item--quicksearch {
          display: block;
          flex-grow: 1; }
          .halo-middleHeader .container > .middleHeader-item > .items.item--quicksearch + .items {
            margin-left: 34px !important; }
        .halo-middleHeader .container > .middleHeader-item > .items.item--wishlist {
          display: block; }
        .halo-middleHeader .container > .middleHeader-item > .items + .items:not(.item--logo) {
          margin-left: 27px; }
        .halo-middleHeader .container > .middleHeader-item > .items.item--account {
          position: relative; }
      .halo-middleHeader .container > .middleHeader-item.text-left {
        display: none; }
      .halo-middleHeader .container > .middleHeader-item.text-center {
        padding-right: 30px;
        width: 250px;
        flex: unset; }
      .halo-middleHeader .container > .middleHeader-item.text-right {
        width: calc(100% - 250px); }
      .halo-middleHeader .navUser-action .navUser-icon svg {
        width: 27px;
        height: 27px; }
      .halo-middleHeader .navUser-action.cartDesktop {
        display: block; }
      .halo-middleHeader .navUser-action.cartMobile {
        display: none; }
      .halo-middleHeader .navUser-action.myAccountMobile {
        display: none; }
      .halo-middleHeader .myAccount {
        display: block; }
      .halo-middleHeader .myAccount-link {
        display: block; }
        .halo-middleHeader .myAccount-link a:hover {
          color: #f16547;
          background-image: linear-gradient(transparent 97%, #f16547 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
        .home-layout-2 .halo-middleHeader .myAccount-link a:hover {
          color: white;
          background-image: linear-gradient(transparent 97%, white 3%); } }
  @media (min-width: 1600px) {
    .halo-middleHeader .container > .middleHeader-item.text-center {
      padding-right: 50px; } }

.halo-bottomHeader {
  position: relative; }

.header-logo {
  font-size: 0;
  text-align: left;
  margin: 0; }
  .header-logo .header-logo__link {
    color: white;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center; }
    .header-logo .header-logo__link:before, .header-logo .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo .header-logo__link:after {
      clear: both; }
    .header-logo .header-logo__link .header-logo-text {
      display: block;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 0 auto;
      text-transform: uppercase;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
      @media (min-width: 551px) {
        .header-logo .header-logo__link .header-logo-text {
          font-size: 22px; } }
  .header-logo .header-logo-image-container {
    display: block;
    position: relative;
    width: 100%; }
  .header-logo .header-logo-image {
    max-height: 30px; }
  .header-logo .header-logo-image-unknown-size {
    max-height: 30px; }
  @media (min-width: 1025px) {
    .header-logo .header-logo__link {
      text-align: left; }
      .header-logo .header-logo__link .header-logo-text {
        font-size: 28px;
        overflow: unset;
        white-space: normal;
        display: inline-block; }
    .header-logo .header-logo-image {
      margin-left: 0;
      margin-right: 0;
      max-height: none; }
    .header-logo .header-logo-image-unknown-size {
      max-height: 45px; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: #050000;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -10px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -10px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; } }
  @media (min-width: 1025px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon {
      height: 2px; } }

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: .5s;
  animation-fill-mode: both;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .header-sticky.is-sticky .halo-top-bar-promotion,
  .header-sticky.is-sticky .halo-bottomHeader {
    display: none; }

@media (min-width: 1025px) {
  .header-sticky.is-sticky {
    z-index: 103; }
    .header-sticky.is-sticky .container > .middleHeader-item .items.item--hamburger {
      margin-right: 30px; }
    .header-sticky.is-sticky .container > .middleHeader-item .items.item--searchMobile {
      display: none; }
    .header-sticky.is-sticky .container > .middleHeader-item.text-left {
      display: block; } }

@media (min-width: 1025px) {
  .home-layout-2 #menu > .navPages > .navPages-list > .navPages-item > .navPages-action {
    padding-top: 4px;
    padding-bottom: 12px; }
  .home-layout-2 #menu .navPages-currency .navPages-item-user .navPages-action {
    padding-top: 4px;
    padding-bottom: 12px; } }

.body {
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.page {
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .page.page-listing {
    display: block;
    padding-bottom: 120px; }
  .page.page-brands {
    padding-bottom: 100px; }
  .page.page-blog {
    padding-bottom: 110px; }
  @media (min-width: 1025px) {
    .page.page-listing .page-sidebar {
      position: sticky;
      top: 20px; } }

.page-header {
  display: block;
  margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .page-header {
      margin-bottom: 50px; } }

.page-heading {
  position: relative;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  font-size: 23px;
  font-style: normal;
  font-weight: 400; }
  .home-layout-2 .page-heading {
    font-weight: 600; }
  .page-heading span {
    font-weight: 400; }
  .page-heading[data-cart-page-title] span {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #949494;
    line-height: 25px;
    margin: 0 0 0 10px; }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: 30px; } }

.page-description {
  margin: 5px 0 0 0; }
  .page-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000;
    margin: 0; }
    .page-description p + p {
      margin-top: 10px; }
  .page-description a {
    color: #050000;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: 0;
    transition: unset; }
  @media (min-width: 1025px) {
    .page-description {
      margin-top: 15px; }
      .page-description p + p {
        margin-top: 15px; }
      .page-description a:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 320px;
  transition: all .5s ease;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  .page-sidebar .page-sidebar-close {
    display: block;
    text-align: right;
    opacity: 1;
    font-weight: 700;
    padding: 13px 20px 12px 20px;
    text-transform: uppercase;
    color: #050000;
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10; }
    .page-sidebar .page-sidebar-close .close {
      color: inherit;
      font-size: inherit; }
    .page-sidebar .page-sidebar-close .icon {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: auto;
      font-size: 22px;
      font-weight: 700;
      line-height: 22px;
      position: relative;
      top: -2px; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
  @media (max-width: 1024px) {
    .page-sidebar.is-open {
      left: 0;
      z-index: 105; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 270px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 270px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; } }
  @media (min-width: 1600px) {
    .page-sidebar + .page-content {
      padding-left: 70px; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      color: #050000;
      text-transform: capitalize;
      pointer-events: none;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 13px;
      border: 1px solid #f7f7f7;
      border-radius: 3px;
      fill: #5a5a5a;
      stroke: transparent;
      pointer-events: none;
      background: #f7f7f7; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 14px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.page-content {
  padding: 0;
  position: relative; }
  .page-content .page-no-products {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #050000; }
  .page-content .page-no-result {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #050000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.footer {
  background-color: #274b4f;
  border: 0;
  padding: 45px 0 5px 0; }
  @media (min-width: 1025px) {
    .footer {
      padding-top: 65px;
      padding-bottom: 32px; } }

.footer-subscription {
  margin: 0 0 30px 0; }
  .footer-subscription .footer-info-heading {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px; }
    .home-layout-2 .footer-subscription .footer-info-heading {
      font-weight: 600; }
  .footer-subscription .footer-info-text {
    max-width: unset;
    text-align: center;
    margin: 0 0 22px 0; }
  .footer-subscription .form {
    width: 100%;
    max-width: 770px;
    margin: 0 auto; }
  .footer-subscription .form-field {
    margin: 0; }
  .footer-subscription .form-prefixPostfix .form-input {
    border-color: #ffffff; }
  .footer-subscription .form-prefixPostfix .button {
    margin: 15px 0 0 0;
    height: 46px; }
    .home-layout-2 .footer-subscription .form-prefixPostfix .button {
      color: #ffffff;
      font-weight: 600;
      background-color: #fd6506;
      border-color: #fd6506; }
      @media (min-width: 1025px) {
        .home-layout-2 .footer-subscription .form-prefixPostfix .button:hover {
          color: #fd6506;
          background-color: #ffffff;
          border-color: #fd6506; } }
  @media (min-width: 551px) {
    .footer-subscription .footer-info-heading {
      font-size: 28px; }
    .footer-subscription .form-prefixPostfix {
      flex-wrap: nowrap; }
      .footer-subscription .form-prefixPostfix .form-input,
      .footer-subscription .form-prefixPostfix .button {
        width: auto; }
      .footer-subscription .form-prefixPostfix .form-input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .footer-subscription .form-prefixPostfix .button {
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .footer-subscription {
      margin-bottom: 50px; } }

.footer-top {
  display: block;
  padding: 0 0 20px 0; }
  .footer-top .footer-top-wrapper {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -8px; }
  @media (min-width: 768px) {
    .footer-top {
      margin: 0 0 12px 0; } }
  @media (min-width: 1025px) {
    .footer-top .footer-top-wrapper {
      width: auto;
      min-width: 100%;
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      flex-wrap: nowrap;
      align-items: start;
      justify-content: space-between; } }

.footer-info-col {
  display: block;
  padding: 0 8px;
  margin: 0 0 20px 0;
  text-align: left; }
  @media (min-width: 768px) {
    .footer-info-col {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .footer-info-col {
      width: 33.33333333%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      padding-left: 15px;
      padding-right: 15px;
      width: 20%;
      margin-bottom: 0; } }

.footer-info-col--mobile .footer-info-heading {
  color: white;
  border-bottom: 1px solid #477968;
  pointer-events: auto; }
  .footer-info-col--mobile .footer-info-heading:before, .footer-info-col--mobile .footer-info-heading:after {
    content: "";
    background-color: white;
    position: absolute;
    top: 50%;
    transition: all .5s ease;
    z-index: 2;
    transform: translateY(-50%) rotate(0); }
  .footer-info-col--mobile .footer-info-heading:before {
    right: 5px;
    width: 2px;
    height: 12px; }
  .footer-info-col--mobile .footer-info-heading:after {
    right: 0;
    width: 12px;
    height: 2px; }
  .footer-info-col--mobile .footer-info-heading.is-clicked:before {
    transform: translateY(-50%) rotate(90deg); }
  .footer-info-col--mobile .footer-info-heading.is-clicked:after {
    transform: translateY(-50%) rotate(180deg); }

.footer-info-col--mobile .footer-info-wrapper {
  display: none;
  padding-top: 20px; }

@media (min-width: 768px) {
  .footer-info-col--mobile .footer-info-wrapper {
    display: block !important;
    margin: 0;
    padding: 0; } }

.footer-info-heading {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  pointer-events: none;
  text-transform: capitalize;
  color: white; }
  .home-layout-2 .footer-info-heading {
    font-weight: 600; }
  @media (min-width: 768px) {
    .footer-info-heading {
      border-bottom: 0 !important;
      pointer-events: none !important;
      margin-bottom: 20px;
      font-size: 20px; }
      .footer-info-heading:after, .footer-info-heading:before {
        display: none; } }

.footer-social-media .socialLinks {
  display: block;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 5px 0 0 0; }
  .footer-social-media .socialLinks .icon--rss {
    text-align: center; }
    .footer-social-media .socialLinks .icon--rss svg {
      margin-top: -2px;
      margin-right: -2px; }
  .footer-social-media .socialLinks .icon--stumbleupon svg {
    width: 20px;
    height: 20px;
    margin-top: -1px; }

.footer-social-media .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 14px 0;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  width: 36px;
  height: 36px; }
  .footer-social-media .socialLinks-item .icon {
    width: 100%;
    height: 100%;
    padding: 8px; }
    .footer-social-media .socialLinks-item .icon svg {
      width: 100%;
      height: 100%;
      fill: #274b4f; }
  .footer-social-media .socialLinks-item:last-child {
    margin-right: 0; }

@media (min-width: 1025px) {
  .footer-social-media .socialLinks-item:hover {
    background: #f16547;
    border-color: #f16547; }
  .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--facebook {
    background: #4867AA;
    border-color: #4867AA; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--facebook svg {
      fill: #ffffff; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--facebook:hover svg {
      fill: #4867AA; }
  .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--twitter {
    background: #1D9BF0;
    border-color: #1D9BF0; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--twitter svg {
      fill: #ffffff; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--twitter:hover svg {
      fill: #1D9BF0; }
  .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--pinterest {
    background: #BD081C;
    border-color: #BD081C; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--pinterest svg {
      fill: #ffffff; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--pinterest:hover svg {
      fill: #BD081C; }
  .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border-color: #e33f5f; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--instagram svg {
      fill: #ffffff; }
    .home-layout-2 .footer-social-media .socialLinks-item.socialLinks-item--instagram:hover svg {
      fill: #e33f5f; }
  .home-layout-2 .footer-social-media .socialLinks-item:hover {
    background: #ffffff; } }

.footer-info-text {
  display: block; }
  .footer-info-text p {
    font-size: 16px;
    line-height: 1.75;
    color: white;
    margin: 0; }
  @media (min-width: 1025px) {
    .footer-info-text {
      margin-top: -5px;
      max-width: 235px; } }

.footer-info-list {
  list-style: none;
  margin: 0 0 20px 0; }
  .footer-info-list li {
    display: block;
    margin: 0; }
    .footer-info-list li .footer-info-icon {
      display: inline-block;
      vertical-align: top;
      margin: 0 13px 0 0;
      font-size: 16px;
      line-height: 2.25; }
      .footer-info-list li .footer-info-icon svg {
        width: 19px;
        height: 24px;
        fill: white; }
    .footer-info-list li address {
      font-size: 16px;
      color: white;
      line-height: 1.75;
      font-style: normal;
      display: inline-block;
      vertical-align: top;
      margin: 5px 0 2px 0; }
    .footer-info-list li a {
      font-size: 16px;
      color: white;
      line-height: 2.25;
      transition: unset;
      display: inline-block;
      vertical-align: top; }
  @media (min-width: 1025px) {
    .footer-info-list {
      margin-top: -7px; }
      .footer-info-list li a:hover {
        background-image: linear-gradient(transparent 97%, white 3%);
        background-repeat: repeat-x;
        background-position-y: -5px; }
      .home-layout-2 .footer-info-list li a:hover {
        color: #5a5a5a;
        background-image: linear-gradient(transparent 97%, #5a5a5a 3%); }
      .footer-info-list.footer-info-list-2 li {
        display: flex; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

@media (min-width: 1025px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-bottom {
  display: block;
  padding: 20px 0 0 0;
  border-top: 1px solid #477968; }
  .footer-bottom .footer-bottom-item {
    text-align: center;
    margin: 0 0 10px 0; }
    .footer-bottom .footer-bottom-item .footer-copyright p {
      color: white;
      line-height: 2.25;
      margin: 0; }
    .footer-bottom .footer-bottom-item .footer-copyright a {
      color: white;
      display: inline-block;
      vertical-align: top;
      transition: unset; }
    .footer-bottom .footer-bottom-item .footer-copyright.footer-site-info {
      text-align: center; }
  @media (min-width: 1025px) {
    .footer-bottom .footer-bottom-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center; }
    .footer-bottom .footer-bottom-item {
      width: 33.33333333%;
      text-align: left;
      margin-bottom: 15px; }
      .footer-bottom .footer-bottom-item .footer-copyright a:hover {
        color: white;
        background-image: linear-gradient(transparent 97%, white 3%);
        background-repeat: repeat-x;
        background-position-y: -5px; }
      .home-layout-2 .footer-bottom .footer-bottom-item .footer-copyright a:hover {
        color: #5a5a5a;
        background-image: linear-gradient(transparent 97%, #5a5a5a 3%); } }

.footer-payment-icons {
  padding: 0 0 15px 0;
  text-align: center; }
  .footer-payment-icons svg {
    width: 100%;
    max-width: 40px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px; }
    .footer-payment-icons svg + svg {
      margin-left: 10px; }
    .footer-payment-icons svg.amazonpay {
      background: #ff9e13;
      fill: #ffffff;
      padding: 7px 5px 5px 5px; }
    .footer-payment-icons svg.googlepay {
      padding: 3px 6px 0 6px;
      background: #ffffff; }
    .footer-payment-icons svg.klarna {
      padding: 0 2px;
      background: #ffffff; }
    .footer-payment-icons svg.western-union {
      background: #f7de4b; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      text-align: right;
      padding-bottom: 0; }
      .footer-payment-icons img {
        margin-bottom: 0; }
        .footer-payment-icons img + img {
          margin-left: 15px; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding: 0;
  margin: auto; }

.page-full-width .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1690px; }
  @media (min-width: 1025px) {
    .page-full-width .container {
      padding-left: 30px;
      padding-right: 30px; }
      .page-full-width .container.container-custom2 {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1281px) {
    .page-full-width .container {
      padding-left: 60px;
      padding-right: 60px; } }

.page-full-width .page-container {
  position: relative;
  background-color: #ffffff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  @media (min-width: 1025px) {
    .page-full-width .page-container {
      z-index: 2; } }
  .page-full-width .page-container .container {
    max-width: 1690px; }

@media (max-width: 1024px) {
  .halo-block .container.container-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .halo-block.halo-banners2 .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 550px) {
  .halo-block.halo-banners .container {
    padding-left: 0;
    padding-right: 0; } }

.blog {
  display: block;
  position: relative;
  width: 100%; }

.blog-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 4px 0; }
  .home-layout-2 .blog-title {
    font-weight: 600; }

.blog-date,
.blog-author {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #969696;
  text-align: left;
  margin: 0; }

.blog-date + .addthis_toolbox {
  margin-top: 9px; }
  .blog-date + .addthis_toolbox .socialLinks .socialLinks-item {
    margin-right: 14px;
    margin-bottom: 5px; }
  .blog-date + .addthis_toolbox .socialLinks .icon {
    width: 15px;
    height: 15px; }
    .blog-date + .addthis_toolbox .socialLinks .icon svg {
      fill: #2d394a; }

@media (min-width: 1025px) {
  .blog-date + .addthis_toolbox .socialLinks .icon:hover svg {
    fill: #f16547; } }

.halo-blog {
  font-size: 0;
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
  text-align: left;
  display: block; }
  .halo-blog .halo-blog-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0; }
    .halo-blog .halo-blog-item .blog-image {
      display: block;
      position: relative; }
      .halo-blog .halo-blog-item .blog-image > a {
        display: block;
        overflow: hidden; }
        .halo-blog .halo-blog-item .blog-image > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 66.01942%; }
      .halo-blog .halo-blog-item .blog-image img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
        transition: all .7s ease; }
    .halo-blog .halo-blog-item .blog-content {
      margin: 24px 0 0 0; }
    .halo-blog .halo-blog-item .blog-header {
      margin: 0 0 19px 0; }
    .halo-blog .halo-blog-item .blog-body {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000; }
      .halo-blog .halo-blog-item .blog-body > a {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        color: #050000;
        line-height: 1.625;
        text-transform: unset;
        padding: 0;
        transition: unset;
        width: auto;
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .halo-blog .halo-blog-item .blog-body > a:after {
          content: ">";
          position: absolute;
          font-size: 20px;
          font-weight: 700;
          line-height: 1;
          top: 4px;
          right: -10px; }
          .home-layout-2 .halo-blog .halo-blog-item .blog-body > a:after {
            font-weight: 400;
            right: -15px; }
    .halo-blog .halo-blog-item:last-child {
      margin-bottom: 0; }
  .halo-blog + .pagination {
    padding-bottom: 10px; }
  @media (min-width: 1025px) {
    .halo-blog .halo-blog-item {
      width: 100%;
      margin-bottom: 50px; }
      .halo-blog .halo-blog-item .blog-image > a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: '';
        visibility: hidden;
        background-color: rgba(2, 15, 6, 0.35);
        transition: all .5s ease; }
      .halo-blog .halo-blog-item .blog-image > a:hover img {
        transform: scale3d(1.1, 1.1, 1); }
      .halo-blog .halo-blog-item .blog-image > a:hover:before {
        opacity: 1;
        visibility: visible; }
      .halo-blog .halo-blog-item .blog-body > a:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%); }
      .halo-blog .halo-blog-item:first-child {
        margin-top: 0; } }

.halo-blog-detail {
  text-align: left;
  display: block; }
  .halo-blog-detail .blog-body p {
    margin-bottom: 0; }
    .halo-blog-detail .blog-body p + p {
      margin-top: 27px; }
    .halo-blog-detail .blog-body p + ul,
    .halo-blog-detail .blog-body p + ol {
      margin-top: 18px; }
    .halo-blog-detail .blog-body p a:not(.button--primary) {
      font-style: italic;
      color: #050000;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .halo-blog-detail .blog-body strong {
    font-weight: 700; }
  .halo-blog-detail .blog-body h1,
  .halo-blog-detail .blog-body h2,
  .halo-blog-detail .blog-body h3,
  .halo-blog-detail .blog-body h4,
  .halo-blog-detail .blog-body h5,
  .halo-blog-detail .blog-body h6 {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 20px; }
  .halo-blog-detail .blog-body h3 {
    font-size: 16px; }
  .halo-blog-detail .blog-body ul,
  .halo-blog-detail .blog-body ol {
    margin: 0 0 20px 20px; }
    .halo-blog-detail .blog-body ul li,
    .halo-blog-detail .blog-body ol li {
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      list-style: inherit;
      line-height: 35px;
      color: #050000; }
      .halo-blog-detail .blog-body ul li a,
      .halo-blog-detail .blog-body ol li a {
        font-style: italic;
        color: #050000;
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-blog-detail .blog-body ul {
    list-style: disc outside; }
  .halo-blog-detail .blog-body blockquote {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 13px 0 40px 0;
    color: #050000;
    background: #fafafa;
    border-radius: 3px;
    text-align: left;
    border: none;
    line-height: 1.75;
    padding: 35px 40px 36px 40px;
    border-left: 5px solid #f4ad57; }
    .home-layout-2 .halo-blog-detail .blog-body blockquote {
      border-left: 5px solid #fd6506; }
    .halo-blog-detail .blog-body blockquote p {
      font-size: 16px;
      margin-bottom: 8px; }
  .halo-blog-detail .blog-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin: 0; }
    .halo-blog-detail .blog-body table tr {
      background: transparent; }
      .halo-blog-detail .blog-body table tr:nth-child(odd) {
        background: #fafafa; }
    .halo-blog-detail .blog-body table td {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75;
      padding: 8px 14px;
      text-align: left;
      color: #050000; }
      .halo-blog-detail .blog-body table td.tb-title {
        color: #050000;
        font-weight: 700; }
  .halo-blog-detail .blog .blog-image {
    display: block;
    position: relative;
    overflow: hidden; }
    .halo-blog-detail .blog .blog-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 66.01942%; }
    .halo-blog-detail .blog .blog-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  .halo-blog-detail .blog .blog-content {
    margin: 24px 0 0 0; }
  .halo-blog-detail .blog .blog-header {
    margin: 0 0 19px 0; }
  .halo-blog-detail .blog .blog-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000; }
  .halo-blog-detail .blog .blog-footer {
    display: block;
    margin: 42px 0 0 0;
    border-top: 1px solid #c5c5cf;
    padding: 36px 0 0 0; }
  .halo-blog-detail .blog .blog-tags {
    display: block;
    margin: 0;
    list-style: none; }
  .halo-blog-detail .blog .blog-tag {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease; }
    .halo-blog-detail .blog .blog-tag span {
      font-style: italic; }
    .halo-blog-detail .blog .blog-tag a {
      display: block;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      padding: 9px 20px;
      color: #787878; }
    .halo-blog-detail .blog .blog-tag:not(.blog-tag-title) {
      background: #f7f7f7;
      border: 1px solid #f7f7f7;
      border-radius: 20px;
      line-height: 1; }
  @media (min-width: 1025px) {
    .halo-blog-detail .blog .blog-tag:not(.blog-tag-title):hover {
      background: #4f949e;
      border: 1px solid #4f949e; }
      .halo-blog-detail .blog .blog-tag:not(.blog-tag-title):hover a {
        color: white; }
      .home-layout-2 .halo-blog-detail .blog .blog-tag:not(.blog-tag-title):hover {
        background: #ffffff;
        border: 1px solid #000000; }
        .home-layout-2 .halo-blog-detail .blog .blog-tag:not(.blog-tag-title):hover .link {
          color: #232323; } }

.halo-blog-lookbook {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0; }
  .halo-blog-lookbook .blog-lookbook-gallery,
  .halo-blog-lookbook .blog-lookbook-content {
    width: 100%;
    position: relative; }
  .halo-blog-lookbook .lookbook-slider {
    display: block;
    margin: 0;
    padding: 0; }
    .halo-blog-lookbook .lookbook-slider .item {
      position: relative; }
      .halo-blog-lookbook .lookbook-slider .item .image {
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center; }
        .halo-blog-lookbook .lookbook-slider .item .image img.lazyload, .halo-blog-lookbook .lookbook-slider .item .image img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
      .halo-blog-lookbook .lookbook-slider .item .content {
        position: absolute;
        z-index: 6;
        pointer-events: auto; }
      .halo-blog-lookbook .lookbook-slider .item .item-point {
        width: 32px;
        height: 32px;
        color: #ffffff;
        font-size: 36px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        pointer-events: auto;
        position: relative;
        background-color: white; }
        .halo-blog-lookbook .lookbook-slider .item .item-point:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          border-radius: 50%;
          opacity: .3;
          background-color: white;
          animation: zoom-animation 1.4s ease-in-out infinite; }
    .halo-blog-lookbook .lookbook-slider:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0; }
      .halo-blog-lookbook .lookbook-slider:not(.slick-initialized) > .item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        overflow: hidden; }
    .halo-blog-lookbook .lookbook-slider.slick-slider {
      margin-bottom: 0; }
  .halo-blog-lookbook .slick-dots {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    bottom: 10px; }
    .halo-blog-lookbook .slick-dots li button {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.9); }
    .halo-blog-lookbook .slick-dots li.slick-active button {
      border-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9); }
  .halo-blog-lookbook .lookbook-info {
    position: relative;
    width: 100%;
    height: 100%; }
    .halo-blog-lookbook .lookbook-info .image {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
      .halo-blog-lookbook .lookbook-info .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .halo-blog-lookbook .lookbook-info .image img.lazyload, .halo-blog-lookbook .lookbook-info .image img.lazyloading {
          width: auto;
          height: auto;
          margin: auto; }
    .halo-blog-lookbook .lookbook-info .content {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 15px; }
    .halo-blog-lookbook .lookbook-info .sub-heading {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      color: white;
      text-transform: uppercase;
      margin: 0; }
    .halo-blog-lookbook .lookbook-info .heading {
      font-size: 24px;
      color: white;
      margin: 0 0 7px 0;
      position: relative;
      top: -5px; }
    .halo-blog-lookbook .lookbook-info .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 1.625;
      color: white;
      margin: 0 0 40px 0; }
    .halo-blog-lookbook .lookbook-info .button {
      border-color: #ffffff;
      background: #ffffff;
      color: #f0bc93;
      min-width: 216px; }
  @media (min-width: 768px) {
    .halo-blog-lookbook .blog-lookbook-gallery,
    .halo-blog-lookbook .blog-lookbook-content {
      width: 50%; }
    .halo-blog-lookbook .slick-dots {
      bottom: 27px; }
    .halo-blog-lookbook .lookbook-info .content {
      padding-left: 30px;
      padding-right: 30px; }
    .halo-blog-lookbook .lookbook-info .heading {
      font-size: 32px; } }
  @media (min-width: 1025px) {
    .halo-blog-lookbook .slick-dots li {
      margin-left: 15px;
      margin-right: 15px; }
    .halo-blog-lookbook .lookbook-info .content {
      padding-left: 70px;
      padding-right: 70px; }
    .halo-blog-lookbook .lookbook-info .heading {
      font-size: 40px; }
      .halo-blog-lookbook .lookbook-info .heading span:before {
        top: 33px; }
    .halo-blog-lookbook .lookbook-info .button:hover {
      background: transparent;
      color: white; } }

.sidebarBlock {
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #c5c5cf; }
  .sidebarBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .sidebarBlock#featured-products {
    margin-bottom: 35px;
    position: relative; }
  .sidebarBlock#allCategories {
    padding-bottom: 35px; }
  .sidebarBlock#advertisement-image {
    padding-bottom: 35px; }

.sidebarBlock-heading {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 22px 0;
  line-height: 1;
  text-transform: unset; }
  .home-layout-2 .sidebarBlock-heading {
    font-weight: 600; }

.brandGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px; }
  .brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0; }
    .brandGrid .brand .card-figure .image {
      position: relative;
      display: block;
      overflow: hidden;
      border: 1px solid #e6e6e6; }
      .brandGrid .brand .card-figure .image img.lazyload, .brandGrid .brand .card-figure .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
      .brandGrid .brand .card-figure .image:after {
        padding-bottom: 100%; }
    .brandGrid .brand .card-body {
      text-align: center;
      margin: 20px 0 0; }
      .brandGrid .brand .card-body .link {
        font-size: 16px;
        font-weight: 400;
        color: #050000;
        transition: unset; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card-figure .image:hover img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .brandGrid .brand .card-figure .image:hover:before {
        opacity: 1;
        visibility: visible; }
      .brandGrid .brand .card-body .link:hover {
        color: #f16547; }
        .brandGrid .brand .card-body .link:hover span {
          background-image: linear-gradient(transparent 97%, #f16547 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }
  @media (min-width: 1280px) {
    .brandGrid .brand {
      width: 20%; } }
  @media (min-width: 1600px) {
    .brandGrid .brand {
      width: 16.6666666%; } }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #969696;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #4f949e;
      background-color: #4f949e; }
      .haloAZBrandsTable li.is-active a {
        color: white; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #4f949e;
          background-color: #4f949e; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -8px;
  list-style: none;
  text-align: left; }
  .productGrid .product {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 25px 0;
    white-space: normal; }
  @media (min-width: 551px) {
    .productGrid .product {
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .productGrid .product {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      .productGrid .product {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-bottom: 0; }
        .productGrid .product:nth-child(-n+3) {
          margin-top: 0; }
      .productGrid.col-4 .product {
        width: 25% !important; }
        .productGrid.col-4 .product:nth-child(-n+4) {
          margin-top: 0; }
      .productGrid.col-5 .product {
        width: 25% !important; }
        .productGrid.col-5 .product:nth-child(-n+4) {
          margin-top: 0; } }
  @media (min-width: 1280px) {
    .productGrid.col-5 .product {
      width: 20% !important; }
      .productGrid.col-5 .product:nth-child(-n+5) {
        margin-top: 0; } }

.productList {
  display: block;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left; }
  .productList .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    white-space: normal; }
  .productList .card {
    background-color: #ffffff;
    text-align: left; }
  .productList .card-body .card-body-content {
    text-align: left; }
  .productList .card-body .card-option .form-field {
    text-align: left;
    margin-bottom: 0; }
    .productList .card-body .card-option .form-field + .form-field {
      margin-top: 19px; }
  .productList .card-body .card-body-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    transform: none;
    margin: 21px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .productList .card-body .card-wishlist {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: unset;
    order: 2;
    width: 46px;
    height: 46px; }
    .productList .card-body .card-wishlist .text {
      display: none;
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      line-height: 1.625;
      height: auto;
      white-space: unset;
      border-radius: 0; }
    .productList .card-body .card-wishlist .icon {
      top: 1px; }
  .productList .card-body .card-action {
    width: calc(100% - 61px);
    margin: 0;
    order: -1;
    padding-top: 9px;
    padding-bottom: 9px; }
  .productList .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  .productList .card-option .form-field .form-option {
    margin-right: 7px; }
    .productList .card-option .form-field .form-option > span {
      width: 30px;
      height: 30px; }
      .productList .card-option .form-field .form-option > span:after {
        border-radius: 50%; }
  .productList .card-option .form-field .showmore {
    font-size: 16px; }
  .productList .card-desc {
    display: block;
    margin: 15px 0;
    line-height: 1.75;
    color: #050000;
    font-size: 16px;
    font-weight: 400; }
  .productList .card-price {
    justify-content: flex-start; }
  @media (min-width: 551px) {
    .productList .card {
      width: 100%;
      display: table; }
    .productList .card-figure {
      display: table-cell;
      vertical-align: top;
      width: 200px; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 30px;
      width: calc(100% - 200px); }
      .productList .card-body .card-body-content {
        padding-top: 0;
        position: relative;
        top: -7px; } }
  @media (min-width: 768px) {
    .productList .card-body .card-body-button {
      justify-content: flex-start; }
    .productList .card-body .card-wishlist {
      width: auto;
      height: auto;
      border-radius: 0;
      box-shadow: unset;
      background-color: unset;
      margin: 0 0 0 15px; }
      .productList .card-body .card-wishlist .text {
        display: block;
        width: auto;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: unset;
        padding-left: unset;
        padding-right: unset;
        order: 2; }
      .productList .card-body .card-wishlist .icon {
        order: -1;
        line-height: 1;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 10, 0.05);
        width: 36px;
        height: 36px;
        padding: 8px;
        top: unset;
        left: unset;
        margin: 0 15px 0 0; }
    .productList .card-body .card-action {
      max-width: 250px; } }
  @media (min-width: 1025px) {
    .productList .card-hover:hover .card-link .card-image {
      opacity: 1;
      visibility: visible; }
    .productList .card-hover:hover .card-link .card-image-2 {
      opacity: 0;
      visibility: hidden; }
    .productList .card-hover .card-figure:hover .card-link .card-image {
      opacity: 0;
      visibility: hidden; }
    .productList .card-hover .card-figure:hover .card-link .card-image-2 {
      opacity: 1;
      visibility: visible; }
    .productList .card:hover .card-figure-button {
      opacity: 0;
      visibility: hidden;
      top: 100%;
      pointer-events: none; }
    .productList .card .card-figure:hover .card-figure-button {
      opacity: 1;
      visibility: visible;
      top: 50%;
      pointer-events: auto; }
    .productList .card-figure {
      width: 390px; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 70px;
      width: calc(100% - 390px); }
      .productList .card-body .card-body-button {
        margin-top: 30px; }
      .productList .card-body .card-wishlist {
        margin-left: 30px; }
        .productList .card-body .card-wishlist:hover .text {
          background-image: linear-gradient(transparent 97%, #050000 3%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .productList .card-title > a {
      font-size: 16px; }
    .productList .card-option {
      margin-top: 26px; }
      .productList .card-option .form-field {
        display: flex;
        align-items: center; }
        .productList .card-option .form-field > .form-option {
          margin-right: 10px; }
          .productList .card-option .form-field > .form-option span {
            width: 40px;
            height: 40px; }
    .productList .card-desc {
      margin-bottom: 20px; } }
  @media (min-width: 1280px) {
    .productList .product {
      margin-bottom: 70px; } }

.product-view-top {
  padding: 10px 0 30px 0; }
  .product-view-top .breadcrumbs + .alertBox {
    margin-top: 10px; }

.productView {
  display: block;
  position: relative;
  padding: 12px 0 0 0; }
  @media (min-width: 992px) {
    .productView {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: 42px; } }

.halo-productView-left {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin: 0 auto 50px auto;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .halo-productView-left {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .halo-productView-left {
      width: 570px; } }

.halo-productView-right {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0  auto 50px auto;
  transition: all 0.3s ease; }
  .halo-productView-right .productView-details {
    display: block;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .halo-productView-right {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-left: 30px; } }
  @media (min-width: 1600px) {
    .halo-productView-right {
      width: calc(100% - 570px); }
      .halo-productView-right .productView-details {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .halo-productView-right .productView-details + .productView-details {
          padding-left: 30px;
          padding-top: 10px; } }

.productView-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-size: 16px; }
  .productView-image-wrapper .productView-nav {
    display: block;
    margin: 0; }
    .productView-image-wrapper .productView-nav:not(.slick-initialized) {
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      display: block;
      white-space: nowrap; }
      .productView-image-wrapper .productView-nav:not(.slick-initialized) > div,
      .productView-image-wrapper .productView-nav:not(.slick-initialized) > figure {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
    .productView-image-wrapper .productView-nav.slick-slider--playvideo + .halo-compareColors {
      display: none; }
    .productView-image-wrapper .productView-nav.slick-slider--playvideo + .halo-zoom + .halo-compareColors {
      display: none; }
  .productView-image-wrapper .halo-zoom {
    display: none; }
    .productView-image-wrapper .halo-zoom + .halo-compareColors {
      bottom: 20px; }
  @media (min-width: 1025px) {
    .productView-image-wrapper .halo-zoom {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 17px 0 0 0; }
      .productView-image-wrapper .halo-zoom .icon {
        width: 15px;
        height: 15px;
        fill: #999999;
        margin: 0 10px 0 0; }
      .productView-image-wrapper .halo-zoom .text {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        color: #999999;
        line-height: 24px; }
      .productView-image-wrapper .halo-zoom + .halo-compareColors {
        bottom: 65px; } }

.productView-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0; }
  .productView-image .productView-img-container {
    position: relative;
    margin: auto;
    max-width: none;
    width: 100%; }
    .productView-image .productView-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 124.47552%; }
    .productView-image .productView-img-container > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .productView-image .productView-img-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      width: 100%;
      max-width: none;
      transform: translate(-50%, -50%);
      object-fit: cover; }
      .home-layout-2 .productView-image .productView-img-container img {
        object-fit: contain; }

.noImage .productView-image .productView-img-container:after {
  padding-bottom: 100%; }

.productView-thumbnail-wrapper {
  display: block;
  padding: 0;
  margin: 13px 0 0 0;
  position: relative; }
  .productView-thumbnail-wrapper .productView-for {
    display: block;
    position: relative;
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
    padding: 0 55px; }
    .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
      white-space: nowrap;
      overflow: hidden;
      padding-left: 0;
      padding-right: 0; }
      .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
        display: inline-block;
        vertical-align: top;
        width: 20%; }
  .productView-thumbnail-wrapper .slick-arrow {
    width: 25px;
    height: 25px;
    fill: #193753; }
    .productView-thumbnail-wrapper .slick-arrow.slick-prev {
      left: -4px; }
    .productView-thumbnail-wrapper .slick-arrow.slick-next {
      right: -4px; }

.productView-thumbnail {
  padding: 0 7px;
  display: block;
  width: 100%;
  margin: 0 !important; }
  .productView-thumbnail .productView-thumbnail-link {
    display: block;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent; }
    .productView-thumbnail .productView-thumbnail-link:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 125%; }
    .productView-thumbnail .productView-thumbnail-link img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      width: 100%;
      max-width: none;
      display: inline-block;
      vertical-align: top;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      object-fit: cover; }
      .home-layout-2 .productView-thumbnail .productView-thumbnail-link img {
        object-fit: contain; }
      .productView-thumbnail .productView-thumbnail-link img.lazyload, .productView-thumbnail .productView-thumbnail-link img.lazyloading {
        width: auto;
        height: auto;
        margin: 0 auto; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #5a5a5a;
      margin: auto; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      display: none;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      color: #050000;
      text-transform: uppercase;
      margin: 5px 0 0 0;
      width: 100%;
      text-align: center; }
    .productView-thumbnail .productView-thumbnail-link:hover {
      border-color: white; }
      .productView-thumbnail .productView-thumbnail-link:hover img {
        opacity: .5; }
  .slick-current .productView-thumbnail .productView-thumbnail-link {
    border-color: #193753; }
    .slick-current .productView-thumbnail .productView-thumbnail-link img {
      opacity: .5; }
  @media (min-width: 551px) {
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      display: block; } }
  @media (min-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      width: 44px;
      height: 44px; } }
  @media (min-width: 1025px) {
    .slick-slide .productView-thumbnail:hover .productView-thumbnail-link {
      border-color: #193753; }
      .slick-slide .productView-thumbnail:hover .productView-thumbnail-link img {
        opacity: .5; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      width: 36px;
      height: 36px; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      font-size: 14px;
      margin-top: 3px; } }

.productView-more {
  display: block;
  background: #e7ede8;
  padding: 15px 0; }
  .productView-more .productView-moreWrapper {
    background: #ffffff;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    .productView-more .productView-moreWrapper .productView-moreItem {
      position: relative;
      display: block;
      width: 100%; }
      .productView-more .productView-moreWrapper .productView-moreItem:first-child {
        padding: 15px; }
  @media (min-width: 992px) {
    .productView-more {
      padding-top: 50px;
      padding-bottom: 50px; }
      .productView-more .productView-moreWrapper {
        flex-wrap: nowrap;
        flex-direction: unset; }
        .productView-more .productView-moreWrapper .productView-moreItem {
          width: 50%; }
          .productView-more .productView-moreWrapper .productView-moreItem:first-child {
            padding: 24px 55px 30px 55px; }
            .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body {
              max-height: 380px;
              overflow-y: auto; }
              .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body::-webkit-scrollbar {
                width: 8px; }
              .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body::-webkit-scrollbar-track {
                background: #fafafa; }
              .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body::-webkit-scrollbar-thumb {
                background: #969696; }
              .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body::-webkit-scrollbar-thumb:hover {
                background: #969696; }
          .productView-more .productView-moreWrapper .productView-moreItem.no-more {
            width: 100%; } }
  @media (min-width: 1199px) {
    .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body {
      max-height: 405px; }
      .productView-more .productView-moreWrapper .productView-moreItem:first-child .card .card-body.has-warranty.has-customTab {
        max-height: 350px; }
    .productView-more .productView-moreWrapper .productView-moreItem:first-child #halo-custom-tab .card-body {
      max-height: 405px; }
      .productView-more .productView-moreWrapper .productView-moreItem:first-child #halo-custom-tab .card-body.has-warranty {
        max-height: 315px; } }
  @media (min-width: 1400px) {
    .productView-more .productView-moreWrapper .productView-moreItem:first-child {
      max-height: 620px; } }
  @media (min-width: 1600px) {
    .productView-more {
      padding-top: 100px;
      padding-bottom: 100px; }
      .productView-more .productView-moreWrapper .productView-moreItem {
        width: calc(100% - 670px); }
        .productView-more .productView-moreWrapper .productView-moreItem + .productView-moreItem {
          width: 670px; } }

.halo-bundle-products {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 0 20px 0; }
  .halo-bundle-products .halo-block-header {
    text-align: center; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left {
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    width: 100%;
    margin: 50px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -15px;
    width: auto; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: auto;
        opacity: 0;
        visibility: hidden; }
  .halo-bundle-products .halo-product-item {
    padding: 0 15px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        opacity: .6;
        z-index: 1; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 16px;
    height: 16px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      background-color: #a0a0a0;
      position: absolute;
      top: 50%; }
    .halo-bundle-products .icon-plus:before {
      width: 16px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 16px;
      left: auto;
      right: 7px;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;';
      transition: all 0.3s ease; }
    .halo-bundle-products .halo-product-container:before {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 130%; }
  .halo-bundle-products .halo-product-content {
    padding: 33px 0 0 0; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 6px;
      border-radius: 0;
      width: 15px;
      height: 15px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 7px;
      left: 2px;
      width: 11px; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-name {
    color: #274b4f;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
    .halo-bundle-products .halo-detail-name .subtitle {
      position: absolute;
      top: -31px;
      color: #787878;
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      background-image: linear-gradient(transparent 97%, #d6d6d6 3%);
      background-repeat: repeat-x;
      background-position-y: -4px; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 23px; }
  .halo-bundle-products .halo-detai-price {
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin: 9px 0 0 0;
    display: flex;
    justify-content: flex-start; }
    .halo-bundle-products .halo-detai-price > p {
      margin-bottom: 0; }
    .halo-bundle-products .halo-detai-price .price-section {
      margin-right: 10px; }
      .halo-bundle-products .halo-detai-price .price-section.price-section--sale {
        color: #ce2b1e; }
      .halo-bundle-products .halo-detai-price .price-section.price-section--withoutTax {
        color: #ce2b1e; }
      .halo-bundle-products .halo-detai-price .price-section.non-sale-price--withoutTax, .halo-bundle-products .halo-detai-price .price-section.non-sale-price--withTax {
        text-decoration: line-through;
        color: #050000; }
      .halo-bundle-products .halo-detai-price .price-section.price-section--salebale {
        display: none; }
      .halo-bundle-products .halo-detai-price .price-section.price-none + .price-section--withoutTax {
        color: #050000; }
      .halo-bundle-products .halo-detai-price .price-section.price-none + .price-section--withTax {
        color: #050000; }
      .halo-bundle-products .halo-detai-price .price-section:last-child {
        margin-right: 0; }
  .halo-bundle-products .halo-toggle-options {
    margin: 16px 0 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 35px;
    text-transform: unset;
    color: #050000;
    padding: 0;
    transition: unset;
    width: auto;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: -8px; }
    .halo-bundle-products .halo-toggle-options:after {
      content: ">";
      position: absolute;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      top: 7px;
      right: -13px; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 101;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      z-index: 10;
      line-height: 1;
      text-align: center;
      pointer-events: auto;
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 100%;
        height: 100%; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      font-style: italic;
      line-height: 1.75;
      color: #f08584; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 20px;
      color: #ce2b1e;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0 0 15px 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label small {
        color: #050000;
        float: none;
        margin-left: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
        color: #969696;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        text-transform: capitalize;
        margin: 0 0 0 5px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 0; }
      .halo-bundle-products .halo-detail-options .form-field:last-child {
        margin-bottom: 0; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 270px;
    margin: 0;
    display: block;
    text-align: left; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      line-height: 1.625;
      margin: 0 0 18px 0; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 20px;
      font-weight: 700;
      color: #050000;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 50px;
      line-height: 50px; }
  .halo-bundle-products .slick-dots {
    bottom: -45px; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      padding-top: 63px;
      padding-bottom: 72px; }
      .halo-bundle-products .halo-block-header {
        text-align: left; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 320px);
        max-width: 1100px; }
      .halo-bundle-products .bundle-product-right {
        width: 290px;
        margin-top: 0; }
      .halo-bundle-products .halo-product-list {
        margin-left: -25px;
        margin-right: -25px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 25px;
        padding-right: 25px; }
      .halo-bundle-products .icon-plus {
        left: -32px; }
      .halo-bundle-products .halo-product-total {
        max-width: 100%;
        text-align: center; }
      .halo-bundle-products .halo-toggle-options:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.productView-tabs {
  position: relative;
  overflow: hidden; }
  .productView-tabs .productView-tabs-image {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
    height: 150px;
    display: none; }
    .productView-tabs .productView-tabs-image.noImage {
      background: #e7ede8; }
  .productView-tabs .productView-tab {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  .productView-tabs .productView-tab-header {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
    background: #ffffff; }
    .productView-tabs .productView-tab-header .title {
      font-weight: 400;
      font-size: 24px;
      line-height: 25px;
      margin: 0;
      text-transform: inherit;
      padding: 15px 0; }
  .productView-tabs .tabs {
    border: 0;
    text-align: center;
    display: none; }
  .productView-tabs .tab {
    border: 0;
    background: #f7f7f7;
    min-width: 235px; }
    .productView-tabs .tab.is-active {
      background-color: white; }
    .productView-tabs .tab:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .productView-tabs .tab:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .productView-tabs .tab-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    color: #4f949e !important;
    padding-top: 12px;
    padding-bottom: 12px; }
  .productView-tabs .tab:not(.is-active) .tab-title {
    color: white !important; }
  .productView-tabs .tabs-contents {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 33px 0; }
    .productView-tabs .tabs-contents.is-loading {
      padding-top: 55px;
      padding-bottom: 50px; }
    .productView-tabs .tabs-contents .toggle-content.is-open {
      position: relative; }
      .productView-tabs .tabs-contents .toggle-content.is-open .loadingOverlay {
        display: block;
        position: relative;
        height: 120px; }
        @media (min-width: 551px) {
          .productView-tabs .tabs-contents .toggle-content.is-open .loadingOverlay {
            height: 150px; } }
  .productView-tabs .tab-content {
    padding-top: 19px;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease; }
    .productView-tabs .tab-content:before, .productView-tabs .tab-content:after {
      content: " ";
      display: table; }
    .productView-tabs .tab-content:after {
      clear: both; }
    .productView-tabs .tab-content + .tab-content .toggle-title {
      border-top: 1px solid #e6e6e6; }
  .productView-tabs .toggle-title {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #050000;
    display: block;
    padding: 15px 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative; }
    .productView-tabs .toggle-title:before, .productView-tabs .toggle-title:after {
      content: " ";
      display: table; }
    .productView-tabs .toggle-title:after {
      clear: both; }
  .productView-tabs .toggleLink {
    width: 100%;
    color: inherit;
    display: block;
    padding: 0;
    text-transform: none;
    line-height: inherit;
    position: static; }
    .productView-tabs .toggleLink .icon-plus {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 0;
      width: 36px;
      height: 36px;
      border: 1px solid #96a7a9;
      border-radius: 50%;
      z-index: 2;
      pointer-events: none;
      transform: translateY(-50%);
      background: #ffffff; }
      .productView-tabs .toggleLink .icon-plus:before, .productView-tabs .toggleLink .icon-plus:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 2;
        transition: all 0.3s ease;
        transform: translate(50%, -50%);
        background: #050000; }
      .productView-tabs .toggleLink .icon-plus:before {
        width: 2px;
        height: 16px; }
      .productView-tabs .toggleLink .icon-plus:after {
        width: 16px;
        height: 2px; }
    .productView-tabs .toggleLink.is-open .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }
  .productView-tabs .toggle-content p {
    margin-bottom: 20px; }
    .productView-tabs .toggle-content p:last-child {
      margin-bottom: 0; }
  .productView-tabs .toggle-content a {
    font-weight: 700;
    transition: unset;
    color: #050000;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  @media (min-width: 768px) {
    .productView-tabs .productView-tabs-image {
      height: 750px;
      display: block; }
    .productView-tabs .productView-tab {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding-top: 50px;
      padding-left: 55px;
      padding-right: 55px;
      max-width: calc(100% - 110px);
      background: #ffffff; }
    .productView-tabs .productView-tab-header {
      background: transparent;
      margin-bottom: 38px; }
      .productView-tabs .productView-tab-header .title {
        padding-top: 0;
        padding-bottom: 0; }
    .productView-tabs .tabs {
      display: flex;
      justify-content: center; }
    .productView-tabs .tab-content {
      display: none; }
      .productView-tabs .tab-content.is-active {
        display: block; }
    .productView-tabs .toggle-contents {
      max-height: 400px;
      overflow-y: auto;
      overflow-x: hidden; }
    .productView-tabs .toggle-title {
      display: none; }
    .productView-tabs .toggle-content {
      display: block; } }
  @media (min-width: 992px) {
    .productView-tabs .productView-tab {
      max-width: 930px; } }
  @media (min-width: 1025px) {
    .productView-tabs .productView-tabs-image {
      background-attachment: fixed; }
    .productView-tabs .productView-tab-header {
      font-size: 28px; }
    .productView-tabs .toggle-content a:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.productView-more-2 {
  display: block; }
  @media (min-width: 1025px) {
    .productView-more-2 + .halo-block {
      padding-top: 72px !important; } }

.halo-badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .halo-badges.halo-badges-right {
    left: auto;
    right: 0;
    align-items: flex-end; }

.halo-badge {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 5px 0;
  text-transform: capitalize; }
  .halo-badge.sale-badge {
    background: #ce2b1e;
    color: white; }
  .halo-badge.soldOut-badge {
    background: #5a5a5a;
    color: white; }
  .halo-badge.new-badge {
    background: #48ade8;
    color: white; }
  .halo-badge.custom-badge {
    background: #ffc50a;
    color: white; }
  .halo-badge:last-child {
    margin-bottom: 0; }
  .home-layout-2 .halo-badge {
    border-radius: 3px; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

[data-product-attribute] .form-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0;
  padding: 0; }
  [data-product-attribute] .form-option .form-option-variant {
    min-width: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #c6c6d0;
    font-size: 0;
    margin: 0;
    position: relative; }
    [data-product-attribute] .form-option .form-option-variant:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      transition: all 0.3s ease;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0);
      opacity: 1;
      visibility: visible;
      border: 2px solid #ffffff; }
  [data-product-attribute] .form-option .form-option-expanded {
    display: none;
    background-color: white;
    border: 1px solid #dadada;
    left: calc(100% + 5px);
    padding: 4px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0; }
    [data-product-attribute] .form-option .form-option-expanded .form-option-image {
      display: block;
      height: 100px;
      width: 100px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  [data-product-attribute] .form-option.form-option-swatch {
    border: 0;
    box-shadow: none;
    position: relative;
    overflow: visible; }
    [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
      background-color: #ffffff;
      background-size: auto; }
      [data-product-attribute] .form-option.form-option-swatch .form-option-variant:after {
        border-width: 3px; }
    [data-product-attribute] .form-option.form-option-swatch .form-option-variant--color2 {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      [data-product-attribute] .form-option.form-option-swatch .form-option-variant--color2 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
  [data-product-attribute] .form-option.form-option-rectangle {
    border: 0;
    box-shadow: none; }
    [data-product-attribute] .form-option.form-option-rectangle .form-option-variant {
      font-size: 16px;
      font-weight: 400;
      color: #050000;
      display: flex;
      align-items: center;
      justify-content: center; }
      [data-product-attribute] .form-option.form-option-rectangle .form-option-variant.form-option-length {
        min-width: 40px;
        width: auto;
        padding-left: 5px;
        padding-right: 5px; }
  [data-product-attribute] .form-option.unavailable {
    position: relative;
    /*pointer-events: none;*/
    background: transparent; }
    [data-product-attribute] .form-option.unavailable .form-option-variant {
      opacity: .3; }
      [data-product-attribute] .form-option.unavailable .form-option-variant:before {
        content: "";
        top: 18px;
        left: -10px;
        height: 1px;
        opacity: 1;
        z-index: 5;
        border: none;
        position: absolute;
        visibility: visible;
        width: calc(150% - 1px);
        background-color: #ecab9c;
        transform: rotate(-45deg); }
    [data-product-attribute] .form-option.unavailable.form-option-rectangle .form-option-variant {
      opacity: 1;
      background: #f7f7f9;
      border-color: #f7f7f9; }
      [data-product-attribute] .form-option.unavailable.form-option-rectangle .form-option-variant:after {
        display: none; }

[data-product-attribute] .form-radio:checked + .form-option.form-option-swatch .form-option-variant:after {
  box-shadow: 0 0 0px 1px #5e5e5e; }

[data-product-attribute] .form-radio:checked + .form-option.form-option-rectangle .form-option-variant {
  font-weight: 700;
  color: #193753; }
  [data-product-attribute] .form-radio:checked + .form-option.form-option-rectangle .form-option-variant:after {
    box-shadow: 0 0 0px 1px #5e5e5e; }

@media (min-width: 1025px) {
  [data-product-attribute] .form-option {
    margin-right: 10px;
    margin-bottom: 10px; }
    [data-product-attribute] .form-option .form-option-expanded {
      display: block; }
    [data-product-attribute] .form-option:hover .form-option-expanded {
      opacity: 1;
      transform: translate(-50%, 0);
      visibility: visible;
      z-index: 5000; } }

.account {
  display: block;
  margin: 0; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .account-body {
      margin-bottom: 20px; } }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-content .alertBox {
    margin-top: 30px; }
  .account-content .productGrid {
    margin-top: 30px; }
    .account-content .productGrid .product .form {
      text-align: center;
      margin-bottom: 0; }
  .account-content .account-row {
    margin: 30px 0 0 0; }
  .account-content.account-content2 {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 1025px) {
    .account-content .productGrid .card-body .card-body-button {
      top: 0; }
    .account-content .productGrid .card:hover .card-body .card-body-button {
      top: -60px; }
      .home-layout-2 .account-content .productGrid .card:hover .card-body .card-body-button {
        top: 0; } }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

.account-content--fixedSmall {
  padding-top: 45px; }
  .account-content--fixedSmall .account-product-title {
    font-size: 16px;
    text-transform: capitalize; }
  .account-content--fixedSmall.account-content2 {
    width: 100%; }
  @media (min-width: 1025px) {
    .account-content--fixedSmall {
      width: 50%; } }

.account-sidebar {
  padding-top: 45px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

[data-create-account-form],
.new-password-form {
  margin: 0; }
  [data-create-account-form] .form-row,
  .new-password-form .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-create-account-form] .form-row .form-field,
    .new-password-form .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-create-account-form] .form-row .form-label small,
    .new-password-form .form-row .form-label small {
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
    [data-create-account-form] .form-row .form-input,
    [data-create-account-form] .form-row .form-select,
    .new-password-form .form-row .form-input,
    .new-password-form .form-row .form-select {
      height: 50px;
      line-height: 50px;
      margin-bottom: 0; }
  [data-create-account-form] .form-actions,
  .new-password-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-create-account-form] .form-actions .button,
    .new-password-form .form-actions .button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media (min-width: 768px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-create-account-form] .form-actions,
    .new-password-form .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-create-account-form] .form-actions .button,
      .new-password-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 190px; } }
  @media (min-width: 1600px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; } }

[data-address-form],
[data-edit-account-form],
[data-payment-method-form] {
  margin: 40px 0 0; }
  [data-address-form] .form-row,
  [data-edit-account-form] .form-row,
  [data-payment-method-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-address-form] .form-row .form-field,
    [data-edit-account-form] .form-row .form-field,
    [data-payment-method-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-address-form] .form-row .form-label small,
    [data-edit-account-form] .form-row .form-label small,
    [data-payment-method-form] .form-row .form-label small {
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
    [data-address-form] .form-row .form-input,
    [data-address-form] .form-row .form-select,
    [data-edit-account-form] .form-row .form-input,
    [data-edit-account-form] .form-row .form-select,
    [data-payment-method-form] .form-row .form-input,
    [data-payment-method-form] .form-row .form-select {
      height: 50px;
      line-height: 50px;
      margin-bottom: 0; }
  [data-address-form] .form-field--textarea .form-label small,
  [data-edit-account-form] .form-field--textarea .form-label small,
  [data-payment-method-form] .form-field--textarea .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize; }
  [data-address-form] .form-actions,
  [data-edit-account-form] .form-actions,
  [data-payment-method-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-address-form] .form-actions .button,
    [data-edit-account-form] .form-actions .button,
    [data-payment-method-form] .form-actions .button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media (min-width: 768px) {
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-address-form] .form-actions,
    [data-edit-account-form] .form-actions,
    [data-payment-method-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-address-form] .form-actions .button,
      [data-edit-account-form] .form-actions .button,
      [data-payment-method-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 190px; } }
  @media (min-width: 1600px) {
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; } }

[data-message-account-form],
[data-account-return-form] {
  margin: 0; }
  [data-message-account-form] .form-row,
  [data-account-return-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-message-account-form] .form-row .form-field,
    [data-account-return-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-message-account-form] .form-row .form-label small,
    [data-account-return-form] .form-row .form-label small {
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
    [data-message-account-form] .form-row .form-input,
    [data-message-account-form] .form-row .form-select,
    [data-account-return-form] .form-row .form-input,
    [data-account-return-form] .form-row .form-select {
      height: 50px;
      line-height: 50px;
      margin-bottom: 0; }
  [data-message-account-form] .form-field--textarea .form-label small,
  [data-account-return-form] .form-field--textarea .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize; }
  [data-message-account-form] .form-actions,
  [data-account-return-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-message-account-form] .form-actions .button,
    [data-account-return-form] .form-actions .button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media (min-width: 768px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-message-account-form] .form-actions,
    [data-account-return-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-message-account-form] .form-actions .button,
      [data-account-return-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 190px; } }
  @media (min-width: 1600px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; } }

[data-account-wishlist-form] {
  margin: 40px auto 0 auto; }
  [data-account-wishlist-form] .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize; }
  [data-account-wishlist-form] .form-input,
  [data-account-wishlist-form] .form-select {
    height: 50px;
    line-height: 50px; }

[data-add-giftcertificates-form] {
  margin: 40px auto 0 auto;
  max-width: 34.375rem; }
  [data-add-giftcertificates-form] .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize; }
  [data-add-giftcertificates-form] .form-input,
  [data-add-giftcertificates-form] .form-select {
    height: 50px;
    line-height: 50px; }

[data-giftcertificates-form] {
  margin: 40px 0 0 0; }
  [data-giftcertificates-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-giftcertificates-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-giftcertificates-form] .form-row .form-label small {
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
    [data-giftcertificates-form] .form-row .form-input,
    [data-giftcertificates-form] .form-row .form-select {
      height: 50px;
      line-height: 50px;
      margin-bottom: 0; }
    [data-giftcertificates-form] .form-row .form-field--textarea .form-input {
      min-height: 150px;
      line-height: inherit; }
    [data-giftcertificates-form] .form-row .form-radio + .form-label {
      color: #050000; }
    [data-giftcertificates-form] .form-row .form-field--checkbox {
      margin-bottom: 0; }
      [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label {
        color: #050000; }
        [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label:before {
          top: 5px; }
        [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label:after {
          top: 6px; }
      [data-giftcertificates-form] .form-row .form-field--checkbox + .form-field--checkbox {
        margin-top: 5px; }
    [data-giftcertificates-form] .form-row .form-field-group {
      border-color: #f8f8f8;
      background-color: #f8f8f8;
      padding: 17px 22px 10px 22px; }
  [data-giftcertificates-form] .form-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    [data-giftcertificates-form] .form-column + .form-column {
      margin-top: 15px; }
  [data-giftcertificates-form] .form-actions {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%; }
    [data-giftcertificates-form] .form-actions .button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
      [data-giftcertificates-form] .form-actions .button + .button {
        margin-top: 15px;
        margin-left: 0; }
  @media (min-width: 768px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
      [data-giftcertificates-form] .form-row .form-column .form-field {
        width: 100%; }
    [data-giftcertificates-form] .form-column {
      width: 50%; }
      [data-giftcertificates-form] .form-column + .form-column {
        margin-top: 0; }
    [data-giftcertificates-form] .form-actions {
      text-align: right; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: 190px; }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: calc(50% - 220px);
          margin-left: 15px;
          margin-top: 0; } }
  @media (min-width: 1600px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; }
    [data-giftcertificates-form] .form-actions {
      padding-top: 10px; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(50% - 260px);
        margin-left: 30px; } }

.forgot-password-text,
.new-password-text {
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 1.625;
  margin: 0 0 20px 0; }

.forgot-password-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .forgot-password-form .form-input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0; }
  .forgot-password-form .button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .forgot-password-form .button {
      width: auto;
      margin-left: 20px;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .forgot-password-form {
      max-width: 970px; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

#consent-manager {
  background-color: white !important;
  z-index: 97 !important; }
  #consent-manager div {
    background-color: transparent;
    color: #969696; }
    #consent-manager div p {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 1.75;
      color: #050000; }
      #consent-manager div p a {
        text-decoration: none;
        color: #050000;
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      border-color: #050000;
      background: #f16547;
      border-width: 1px;
      border-radius: 3px;
      margin: 0;
      height: 44px;
      line-height: 44px;
      padding: 0 30px; }
      #consent-manager div button + button {
        color: #4f949e;
        background-color: white;
        border-color: white;
        margin-left: 15px; }
  #consent-manager > div {
    width: 100% !important;
    max-width: 1600px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto !important; }
    #consent-manager > div > div {
      padding-left: 0;
      padding-right: 0; }
      #consent-manager > div > div > div {
        flex-wrap: wrap !important;
        margin-top: 0 !important; }
        #consent-manager > div > div > div > div {
          margin-top: 0; }
          #consent-manager > div > div > div > div + div {
            margin-top: 10px;
            text-align: left; }
  @media (min-width: 1025px) {
    #consent-manager > div {
      padding-left: 30px !important;
      padding-right: 30px !important;
      max-width: 1690px !important; }
      #consent-manager > div > div {
        padding-top: 30px;
        padding-bottom: 30px; }
        #consent-manager > div > div > div {
          flex-wrap: nowrap !important;
          align-items: center !important; }
          #consent-manager > div > div > div > div {
            width: 70%; }
            #consent-manager > div > div > div > div + div {
              margin-top: 0;
              width: 30%;
              text-align: right; } }
  @media (min-width: 1600px) {
    #consent-manager > div {
      padding-left: calc((100% - 1570px)/ 2) !important;
      padding-right: calc((100% - 1570px)/ 2) !important;
      max-width: 1920px !important; }
      #consent-manager > div > div {
        padding-top: 45px;
        padding-bottom: 45px; }
        #consent-manager > div > div > div > div {
          width: 1030px; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: calc(100% - 1030px);
            text-align: right; } }

[data-consent-manager-dialog] h2 {
  font-weight: 400; }

[data-consent-manager-dialog] div {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }
  [data-consent-manager-dialog] div table {
    font-size: 16px;
    font-weight: 400; }
  [data-consent-manager-dialog] div button {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #050000;
    border-color: #050000;
    background: #f16547;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 30px; }
    [data-consent-manager-dialog] div button + button {
      color: #4f949e;
      background-color: white;
      border-color: white;
      margin-left: 15px; }
    [data-consent-manager-dialog] div button[aria-label="Cancel"] {
      border: 0; }

#consent-manager-update-banner {
  background-color: white !important;
  color: #969696 !important;
  z-index: 99 !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  #consent-manager-update-banner a {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
    color: #969696 !important;
    margin: 0; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding-left: 75px !important;
      padding-right: 75px !important; } }

.slick-track {
  margin-left: auto;
  margin-right: auto; }

.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, -50%);
  border: none;
  z-index: 10;
  padding: 0;
  margin: 0; }
  .slick-arrow.slick-prev {
    left: 0px; }
  .slick-arrow.slick-next {
    right: 0px; }
  .slick-arrow.slick-disabled {
    opacity: .25; }
  .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
    background: transparent;
    color: transparent; }
  @media (min-width: 1025px) {
    .slick-arrow.slick-arrow-large {
      height: 40px;
      width: 40px; }
      .slick-arrow.slick-arrow-large.slick-prev {
        left: -15px; }
      .slick-arrow.slick-arrow-large.slick-next {
        right: -15px; } }
  @media (min-width: 1280px) {
    .slick-arrow.slick-arrow-large.slick-prev {
      left: -30px; }
    .slick-arrow.slick-arrow-large.slick-next {
      right: -30px; } }
  @media (min-width: 1600px) {
    .slick-arrow.slick-arrow-large.slick-prev {
      left: -60px; }
    .slick-arrow.slick-arrow-large.slick-next {
      right: -60px; } }
  @media (min-width: 1920px) {
    .slick-arrow.slick-arrow-large.slick-prev {
      left: -75px; }
    .slick-arrow.slick-arrow-large.slick-next {
      right: -75px; } }

.slick-dots {
  bottom: -30px;
  vertical-align: middle; }
  .slick-dots li {
    margin: 0 10px;
    padding: 0;
    width: auto;
    height: auto; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      opacity: 1;
      border: 1px solid #b5b5b5;
      background-color: transparent;
      transition: all 0.3s ease; }
      .slick-dots li button:before {
        display: none; }
    .slick-dots li:only-child {
      display: none; }
    .slick-dots li.slick-active button {
      opacity: 1;
      border-color: #5a5a5a;
      background-color: #5a5a5a; }
  @media (min-width: 551px) {
    .slick-dots li button {
      width: 10px;
      height: 10px; } }

.heading-with-line span {
  position: relative;
  z-index: 2; }
  .heading-with-line span:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: -1;
    background: #f4ad57; }
    .home-layout-2 .heading-with-line span:before {
      background: #fd6506; }

.heading-with-line.heading-with-line2 span:before {
  top: 23px;
  width: calc(100% + 15px); }

.image-with-border {
  display: block;
  overflow: hidden; }
  .image-with-border img {
    display: block;
    width: auto;
    margin: 0 auto; }
    .image-with-border img.lazyload, .image-with-border img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
  @media (min-width: 1025px) {
    .image-with-border img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .image-with-border:before, .image-with-border:after {
      position: absolute;
      content: '';
      opacity: 0;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .image-with-border:before {
      border-top: 1px solid #dadada;
      border-bottom: 1px solid #dadada;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      transform-origin: 0 0; }
    .image-with-border:after {
      border-right: 1px solid #dadada;
      border-left: 1px solid #dadada;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: 100% 0; }
    .image-with-border:hover:before, .image-with-border:hover:after {
      opacity: 1;
      transform: scale(1); } }

.image-with-overlay {
  display: block;
  overflow: hidden;
  position: relative; }
  .image-with-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0); }
    .image-with-overlay img.lazyload, .image-with-overlay img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
    .image-with-overlay img.lazyloaded {
      width: auto;
      height: auto;
      min-width: 100%;
      transition: all .7s ease; }
  .image-with-overlay:after {
    content: '';
    display: block;
    padding-bottom: 80%; }
  @media (min-width: 1025px) {
    .image-with-overlay:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      visibility: hidden;
      background-color: rgba(2, 15, 6, 0.35);
      transition: all .5s ease; } }

.halo-background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(59, 59, 59, 0.7); }

.has-activeNavPages .halo-background,
.openAuthSidebar .halo-background {
  z-index: 102;
  opacity: 1;
  display: block;
  visibility: visible; }

@media (min-width: 1025px) {
  .has-activeNavPages,
  .openAuthSidebar {
    overflow: auto; }
    .has-activeNavPages .halo-background,
    .openAuthSidebar .halo-background {
      z-index: 102;
      opacity: 0;
      visibility: hidden;
      display: none; }
    .has-activeNavPages.has-stickyNavPages,
    .openAuthSidebar.has-stickyNavPages {
      overflow: hidden; }
      .has-activeNavPages.has-stickyNavPages .halo-background,
      .openAuthSidebar.has-stickyNavPages .halo-background {
        z-index: 102;
        opacity: 1;
        display: block;
        visibility: visible; } }

.openSearchMobile {
  overflow: hidden; }
  .openSearchMobile #halo-search-mobile {
    left: 0;
    z-index: 105; }
  .openSearchMobile .halo-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.openMenuPC .halo-background {
  z-index: 21;
  opacity: 1;
  display: block;
  visibility: visible; }

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

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

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

.padding-top-0 {
  padding-top: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-top-40 {
  padding-top: 40px; }

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

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.halo-back-to-top {
  position: fixed;
  top: auto;
  bottom: 30%;
  right: 10px;
  z-index: 101;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.5s ease;
  border: 1px solid white;
  color: #4f949e;
  background-color: white;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%; }
  .halo-back-to-top a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    text-align: center; }
  .halo-back-to-top .icon {
    fill: #4f949e;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-180deg); }
  .halo-back-to-top.is-visible {
    display: block; }
  .halo-back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: white;
    animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-back-to-top:hover {
    color: white;
    border-color: #4f949e;
    background-color: #4f949e; }
    .halo-back-to-top:hover .icon {
      fill: white; }
  @media (min-width: 551px) {
    .halo-back-to-top {
      right: 15px;
      border-radius: 0;
      padding: 2px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      width: auto;
      height: auto; }
      .halo-back-to-top a {
        display: block;
        width: 100%;
        height: auto; }
      .halo-back-to-top .icon {
        width: 32px;
        height: 32px; }
      .halo-back-to-top:before {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-back-to-top {
      right: 45px; }
      .halo-back-to-top .icon {
        width: 35px;
        height: 35px; } }

.halo-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  .halo-toolbar .page-sidebar-mobile-wrapper {
    margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .has-stickyToolbar .halo-toolbar.sticky-down {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px 15px;
      background: #ffffff;
      z-index: 100;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      animation-name: fadeInDown;
      animation-duration: .5s;
      animation-fill-mode: both; }
    .has-stickyNavPages.has-stickyToolbar .halo-toolbar.sticky-down {
      top: 50px; } }
  @media (min-width: 1025px) {
    .halo-toolbar {
      margin-bottom: 45px; } }

.toolbar-wrapper {
  display: flex;
  justify-content: space-between;
  width: auto;
  text-align: right;
  padding: 0; }
  .toolbar-wrapper .toolbar-item {
    display: block;
    font-size: 0;
    letter-spacing: 0; }
  .toolbar-wrapper .view-as-btn {
    display: flex;
    align-items: center; }
    .toolbar-wrapper .view-as-btn .form-label {
      display: inline-block;
      vertical-align: middle;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-right: 14px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1; }
    .toolbar-wrapper .view-as-btn .form-group {
      display: flex;
      align-items: center;
      overflow: hidden; }
    .toolbar-wrapper .view-as-btn .btn-view {
      display: block;
      width: 46px;
      height: 46px;
      padding: 16px;
      background: #f7f7f7;
      padding-top: 0;
      padding-bottom: 0; }
      .toolbar-wrapper .view-as-btn .btn-view svg {
        width: 100%;
        height: 100%;
        fill: #c5c5cf; }
      .toolbar-wrapper .view-as-btn .btn-view.grid-view {
        border-radius: 3px 0 0 3px; }
      .toolbar-wrapper .view-as-btn .btn-view.list-view {
        border-radius: 0 3px 3px 0; }
      .toolbar-wrapper .view-as-btn .btn-view.current-view {
        background: white; }
        .toolbar-wrapper .view-as-btn .btn-view.current-view svg {
          fill: #4f949e; }
  .toolbar-wrapper .actionBar {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .toolbar-wrapper .actionBar .form-field {
      border: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
    .toolbar-wrapper .actionBar .form-label {
      display: none;
      vertical-align: middle;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-right: 14px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1;
      color: #050000; }
    .toolbar-wrapper .actionBar .form-select {
      border: 1px solid #c5c5cf;
      padding-left: 15px;
      color: #050000;
      font-size: 14px; }
    .toolbar-wrapper .actionBar[data-show-products] {
      display: none; }
  .toolbar-wrapper:not(.toolbar-mobile) {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      display: flex;
      justify-content: center;
      width: 100%; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        display: none; }
  @media (min-width: 551px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 175px; }
    .toolbar-wrapper .actionBar + .actionBar {
      margin-left: 15px; }
    .toolbar-wrapper .actionBar[data-show-products] {
      display: inline-block; } }
  @media (min-width: 992px) {
    .toolbar-wrapper .actionBar .form-label {
      display: inline-block; }
    .toolbar-wrapper .actionBar + .actionBar {
      margin-left: 30px; }
    .toolbar-wrapper .actionBar[data-show-products] {
      display: inline-block; } }
  @media (min-width: 1025px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 192px; }
    .toolbar-wrapper .actionBar + .actionBar {
      margin-left: 31px; }
    .toolbar-wrapper:not(.toolbar-mobile) {
      padding-left: 0;
      padding-right: 0; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
        justify-content: flex-end;
        width: 535px; }
        .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
          display: block;
          width: calc(100% - 535px); }
    .toolbar-wrapper.toolbar-mobile {
      display: none; } }
  @media (min-width: 1200px) {
    .toolbar-wrapper .actionBar + .actionBar {
      margin-left: 56px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      width: 560px; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        width: calc(100% - 560px); } }

#halo-newsletter-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition: all 0.3s ease;
  background-color: rgba(59, 59, 59, 0.7);
  opacity: 1;
  display: block;
  overflow: visible;
  z-index: 1050; }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    max-width: calc(100% - 30px); }
    @media (min-width: 551px) {
      #halo-newsletter-popup .newsletter-popup-container {
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));
        max-width: 940px; } }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 700px; }
        #halo-newsletter-popup .newsletter-popup-container.noImage {
          max-width: 470px; } }
    @media (min-width: 1025px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 970px; } }
  #halo-newsletter-popup.hide {
    display: none !important;
    opacity: 0;
    overflow: hidden; }

.newsletter-popup-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  max-height: 90vh;
  overflow-y: auto;
  max-width: 470px;
  position: relative;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .newsletter-popup-inner {
      max-width: 940px; } }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: transparent; }
    .newsletter-popup-inner [data-close-newsletter-popup] svg {
      fill: #5a5a5a;
      width: 20px;
      height: 20px; }
  .newsletter-popup-inner .newsletter-right {
    width: 100%;
    padding: 30px 15px;
    text-align: center; }
  .newsletter-popup-inner .newsletter-left {
    display: none; }
  .newsletter-popup-inner .newsletter-heading {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: none; }
    .home-layout-2 .newsletter-popup-inner .newsletter-heading {
      font-weight: 600; }
  .newsletter-popup-inner .newsletter-message {
    display: block;
    margin: 0 auto;
    color: #050000;
    font-style: italic;
    line-height: 1.75; }
    .home-layout-2 .newsletter-popup-inner .newsletter-message {
      font-style: normal; }
    .newsletter-popup-inner .newsletter-message span {
      display: block; }
  .newsletter-popup-inner #popupSubcribeForm {
    margin-top: 10px;
    margin-bottom: 10px; }
    .newsletter-popup-inner #popupSubcribeForm .form {
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-input {
      width: 100%;
      text-align: center;
      margin: 0 0 15px 0;
      border-color: #c5c5cf;
      height: 46px;
      line-height: 46px; }
    .newsletter-popup-inner #popupSubcribeForm input[type="submit"] {
      display: block;
      width: 100%;
      height: 46px;
      line-height: 46px; }
  .newsletter-popup-inner .form-show-again {
    margin: 15px 0;
    line-height: 20px; }
    .newsletter-popup-inner .form-show-again form input {
      display: none; }
    .newsletter-popup-inner .form-show-again form label {
      cursor: pointer;
      font-size: 14px;
      font-style: italic;
      position: relative;
      line-height: 30px;
      color: #050000;
      display: inline-block;
      vertical-align: top;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: -5px; }
  .newsletter-popup-inner .newsletter-socials {
    text-align: center; }
    .newsletter-popup-inner .newsletter-socials .socialLinks-item {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
      .newsletter-popup-inner .newsletter-socials .socialLinks-item svg {
        width: 19px;
        height: 19px;
        fill: #050000; }
      .newsletter-popup-inner .newsletter-socials .socialLinks-item + .socialLinks-item {
        margin-left: 15px; }
  @media (min-width: 551px) {
    .newsletter-popup-inner .newsletter-right {
      padding: 30px; }
    .newsletter-popup-inner .newsletter-heading {
      font-size: 24px;
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    .newsletter-popup-inner {
      display: flex;
      align-items: stretch; }
      .newsletter-popup-inner .newsletter-right {
        width: 50%;
        padding: 50px 30px; }
        .newsletter-popup-inner .newsletter-right.noImage {
          width: 100%; }
      .newsletter-popup-inner .newsletter-left {
        width: 50%;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .newsletter-popup-inner .newsletter-left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 1s ease; }
          .newsletter-popup-inner .newsletter-left img.lazyload, .newsletter-popup-inner .newsletter-left img.lazyloading {
            width: auto;
            height: auto;
            margin: 0 auto; }
        .newsletter-popup-inner .newsletter-left:before {
          content: "";
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 9;
          background: rgba(32, 32, 32, 0.3);
          transition-duration: 0.7s; } }
  @media (min-width: 1025px) {
    .newsletter-popup-inner {
      overflow: visible; }
      .newsletter-popup-inner [data-close-newsletter-popup] {
        top: 30px;
        right: 30px; }
        .newsletter-popup-inner [data-close-newsletter-popup] svg {
          width: 23px;
          height: 23px; }
      .newsletter-popup-inner .newsletter-left:hover img {
        transform: scale3d(1.1, 1.1, 1); }
      .newsletter-popup-inner .newsletter-left:hover:before {
        opacity: 1; }
      .newsletter-popup-inner .newsletter-right {
        padding: 110px 75px 102px 75px; }
      .newsletter-popup-inner .newsletter-heading {
        font-size: 28px;
        margin: 0 0 24px 0; }
      .newsletter-popup-inner .form-show-again {
        margin-bottom: 34px; }
        .newsletter-popup-inner .form-show-again form label:hover {
          color: #f16547;
          background-image: linear-gradient(transparent 97%, #f16547 3%); }
      .newsletter-popup-inner #popupSubcribeForm {
        margin-top: 21px;
        margin-bottom: 15px; }
      .newsletter-popup-inner .newsletter-socials {
        text-align: center; }
        .newsletter-popup-inner .newsletter-socials .socialLinks-item:hover svg {
          fill: #f16547; } }

#halo-recently-bought-popup {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  transition: all 0.5s ease; }
  @media (min-width: 551px) {
    #halo-recently-bought-popup {
      left: 15px;
      right: auto;
      bottom: 15px;
      max-width: 405px; } }
  @media (min-width: 1025px) {
    #halo-recently-bought-popup {
      left: 40px;
      bottom: 40px;
      right: auto; } }

.halo-recently-bought {
  display: block;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  border-radius: 0;
  position: relative;
  animation-duration: 1s;
  transition: all 1s ease;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    top: 18px;
    right: 18px;
    line-height: 1;
    padding: 0; }
    .halo-recently-bought [data-close-recently-bought] svg {
      fill: #5a5a5a;
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: top; }
  .halo-recently-bought .recently-bought-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden; }
  .halo-recently-bought .product-image {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 100px;
    font-size: 16px;
    position: relative; }
    .halo-recently-bought .product-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 100%;
      height: auto;
      object-fit: cover;
      transform: translate(-50%, -50%);
      border: 0; }
  .halo-recently-bought .product-info {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px 10px 20px; }
    .halo-recently-bought .product-info .text {
      display: block;
      margin: 0;
      color: #787878;
      font-size: 14px;
      line-height: 24px; }
    .halo-recently-bought .product-info .product-name {
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      line-height: 1.5;
      display: block;
      text-transform: capitalize;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
      .home-layout-2 .halo-recently-bought .product-info .product-name {
        font-weight: 400;
        color: #0a6cdc; }
    .halo-recently-bought .product-info .info {
      margin: 5px 0 0 0;
      font-size: 14px;
      color: #787878;
      line-height: 20px; }
  @media (min-width: 551px) {
    .halo-recently-bought {
      max-width: 405px; }
      .halo-recently-bought .product-info {
        padding: 10px 50px 10px 20px; } }

.halo-auth-popup {
  width: 100%;
  z-index: 5;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  display: none; }
  @media (min-width: 1025px) {
    .halo-auth-popup {
      position: absolute;
      left: 50%;
      top: calc(100% + 17px);
      right: auto;
      width: 320px;
      transform: translateX(-50%);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .halo-auth-popup:before {
        content: " ";
        position: absolute;
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-bottom: solid #fff 10px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        height: 0;
        z-index: 6; }
      .halo-auth-popup.is-open {
        display: block; } }
  @media (min-width: 1600px) {
    .halo-auth-popup {
      left: -30px;
      transform: unset; }
      .halo-auth-popup:before {
        left: 32px;
        transform: unset; } }

.login-form-popup .halo-popup-content {
  padding: 20px; }

.login-form-popup .form {
  margin: 0;
  position: relative;
  top: -2px; }
  .login-form-popup .form .form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #050000; }
    .login-form-popup .form .form-label em {
      display: none; }
  .login-form-popup .form .form-field {
    margin: 0; }
    .login-form-popup .form .form-field + .form-field {
      margin-top: 15px; }
  .login-form-popup .form .form-input {
    margin-bottom: 0;
    height: 46px; }
  .login-form-popup .form .form-actions {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
  .login-form-popup .form .button {
    width: 100%;
    margin: 0; }
    .login-form-popup .form .button.create-account {
      background: #050000;
      border-color: #050000;
      color: white; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #050000;
    margin: 9px 0 19px 0;
    transition: unset; }

.login-form-popup.is-loading {
  z-index: 20; }
  .login-form-popup.is-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../img/loading.svg);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: unset;
    z-index: 20; }

@media (min-width: 1025px) {
  .login-form-popup .halo-popup-content {
    padding: 25px; }
  .login-form-popup .form .form-field + .form-field {
    margin-top: 19px; }
  .login-form-popup .form .forgot-password:hover {
    color: #f16547;
    background-image: linear-gradient(transparent 97%, #f16547 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; } }

.account-popup .account-dropdown {
  list-style: none;
  margin: 0; }
  .account-popup .account-dropdown .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeef1; }
  .account-popup .account-dropdown .account-action {
    width: 100%;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: all 0.3s ease; }
  .account-popup .account-dropdown .text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 20px 10px; }

@media (min-width: 1025px) {
  .account-popup .halo-popup-content {
    padding: 0 20px; }
  .account-popup .account-dropdown .account-item:last-child {
    border-bottom: 0; }
  .account-popup .account-dropdown .account-item:hover .text {
    color: #274b4f;
    background-image: linear-gradient(transparent 97%, #274b4f 3%);
    background-repeat: no-repeat;
    background-position-y: 0; }
  .account-popup .account-dropdown .text {
    display: inherit;
    padding: 0; } }

.lst-seen-widget {
  position: fixed;
  top: 50%;
  right: -130px;
  width: 80px;
  z-index: 99;
  user-select: none;
  color: #050000;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  transition: right 0.5s ease 0s;
  transform: translateY(-50%);
  box-shadow: none; }
  .lst-seen-widget .collapse-icon {
    position: absolute;
    top: -1px;
    left: -22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 28px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    border-right: 0;
    box-shadow: none; }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      fill: #050000; }
  .lst-seen-widget .top {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(73px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    border-bottom: 1px solid #e2e2e7;
    transition: all 0.25s ease 0s; }
    .lst-seen-widget .top .cart-icon {
      position: relative; }
      .lst-seen-widget .top .cart-icon svg {
        width: 25px;
        height: 25px;
        fill: #050000; }
    .lst-seen-widget .top .cart-quantity {
      position: absolute;
      top: -9px;
      right: -15px;
      height: 22px;
      width: 22px;
      line-height: 22px;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      border-radius: 50%;
      color: #050000;
      background-color: white; }
      .home-layout-2 .lst-seen-widget .top .cart-quantity {
        color: #ffffff; }
  .lst-seen-widget .in-content {
    padding: 15px 0;
    border-radius: 3px;
    transition: all 0.3s ease; }
    .lst-seen-widget .in-content .title {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #050000;
      line-height: 18px;
      padding: 0 5px;
      position: relative;
      text-transform: capitalize;
      text-align: center; }
    .lst-seen-widget .in-content .products-grid {
      width: 100%;
      padding: 0;
      margin: 0 auto; }
    .lst-seen-widget .in-content .no-products {
      display: flex;
      justify-content: center;
      align-items: center; }
      .lst-seen-widget .in-content .no-products svg {
        width: 46px;
        height: 46px;
        opacity: .1;
        margin: 0 0 15px 0; }
      .lst-seen-widget .in-content .no-products .text {
        font-size: 12px;
        color: #050000;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        padding: 0 10px; }
  .lst-seen-widget .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(-40px);
    transition: all .3s ease 0s;
    border-top: 1px solid #e7e7e7; }
    .lst-seen-widget .bottom svg {
      width: 18px;
      height: 14px;
      transform: rotate(-90deg); }
    .lst-seen-widget .bottom .text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: .02em;
      margin: 0 0 0 4px;
      text-transform: capitalize; }
  .lst-seen-widget.is-show-widget {
    right: 3px; }
  @media (min-width: 551px) {
    .lst-seen-widget.is-show-widget {
      right: 15px; } }
  @media (min-width: 1025px) {
    .lst-seen-widget.is-show-widget {
      right: 45px; } }

.wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 100;
  background: #fff;
  transform: translateY(-50%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .wrap-icons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #050000; }
    .wrap-icons > div + div {
      border-top: 1px solid #e7e7e7; }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    stroke: transparent; }
  .wrap-icons.collapsed {
    right: 0; }

.recently-viewed-products-sidebar .products-grid {
  position: relative; }
  .recently-viewed-products-sidebar .products-grid .item {
    padding: 5px 0;
    height: unset;
    height: 101px;
    position: relative; }
    .recently-viewed-products-sidebar .products-grid .item > a {
      display: flex;
      align-items: center;
      width: auto;
      height: 100%;
      padding: 0 15px; }
      .recently-viewed-products-sidebar .products-grid .item > a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .recently-viewed-products-sidebar .products-grid .slick-arrow {
    width: 10px;
    height: 10px;
    stroke: transparent; }
    .recently-viewed-products-sidebar .products-grid .slick-arrow.slick-next {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .recently-viewed-products-sidebar .products-grid .slick-arrow.slick-prev {
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
  .recently-viewed-products-sidebar .products-grid .slick-list {
    height: 100%; }
    .recently-viewed-products-sidebar .products-grid .slick-list .slick-slide:not(.slick-active) {
      pointer-events: none; }

.recently-viewed-products-sidebar.slided-up .lst-seen-widget .top {
  opacity: 1;
  height: 50px;
  visibility: visible;
  transform: translateY(0); }

.recently-viewed-products-sidebar.slided-up .lst-seen-widget .in-content {
  border-radius: 0; }

.recently-viewed-products-sidebar.slided-up .lst-seen-widget .bottom {
  opacity: 1;
  height: 40px;
  visibility: visible;
  transform: translateY(0); }

.recently-viewed-products-sidebar.has-arrow .products-grid {
  padding-top: 15px;
  padding-bottom: 15px; }

.recently-viewed-products-sidebar .products-grid .second-info {
  display: none; }

.recently-viewed-products-sidebar .products-grid:not(.slick-initialized) .product-info {
  margin-top: 0 !important; }

.recently-viewed-products-sidebar .products-grid:hover .product-info {
  visibility: visible !important;
  opacity: 1 !important; }

.lst-seen-widget .product-info {
  position: absolute;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 270px;
  height: 101px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  display: flex;
  border: 1px solid #e5e5e5;
  border-right: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.01);
  border-radius: 3px; }
  .lst-seen-widget .product-info .first {
    width: 170px;
    padding: 7px 15px 15px 15px;
    background: #ffffff;
    border: 0; }
  .lst-seen-widget .product-info .second {
    width: 100px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: 0; }
  .lst-seen-widget .product-info .product-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    color: #193753;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin: 0;
    padding: 0; }
  .lst-seen-widget .product-info .prod-price {
    display: block;
    color: #193753;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  .lst-seen-widget .product-info .price-section {
    display: inline-block;
    vertical-align: top;
    color: #050000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0; }
    .lst-seen-widget .product-info .price-section.price-section--withoutTax, .lst-seen-widget .product-info .price-section.price-section--withTax {
      color: #ce2b1e; }
    .lst-seen-widget .product-info .price-section.rrp-price--withoutTax, .lst-seen-widget .product-info .price-section.rrp-price--withTax {
      margin: 0 0 5px 0; }
    .lst-seen-widget .product-info .price-section.non-sale-price--withoutTax, .lst-seen-widget .product-info .price-section.non-sale-price--withTax {
      display: inline-block;
      vertical-align: bottom;
      color: #787878;
      margin: 0 5px 0 0; }
      .lst-seen-widget .product-info .price-section.non-sale-price--withoutTax + .price-section--withoutTax,
      .lst-seen-widget .product-info .price-section.non-sale-price--withoutTax + .price-section--withTax, .lst-seen-widget .product-info .price-section.non-sale-price--withTax + .price-section--withoutTax,
      .lst-seen-widget .product-info .price-section.non-sale-price--withTax + .price-section--withTax {
        display: inline-block;
        vertical-align: bottom; }
    .lst-seen-widget .product-info .price-section.price-none {
      margin: 0; }
      .lst-seen-widget .product-info .price-section.price-none + .price-section--withoutTax,
      .lst-seen-widget .product-info .price-section.price-none + .price-section--withTax {
        margin-left: 5px;
        color: #787878; }
      .lst-seen-widget .product-info .price-section.price-none[style="display: none;"] + .price-section--withoutTax,
      .lst-seen-widget .product-info .price-section.price-none[style="display: none;"] + .price-section--withTax {
        margin-left: 0; }
    .lst-seen-widget .product-info .price-section.price-section--salebale {
      display: none; }
  .lst-seen-widget .product-info .button {
    display: inline;
    margin: 4px 0 0 0;
    padding: 5px 0 0 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #050000;
    line-height: 24px;
    border: 0;
    background: transparent;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
    .lst-seen-widget .product-info .button.button--sold-out {
      pointer-events: none;
      cursor: none; }

.halo-ask-an-expert-btn {
  display: block;
  position: fixed;
  right: 10px;
  top: auto;
  bottom: 100px;
  z-index: 98;
  width: 100%;
  max-width: 40px;
  border-radius: 0; }
  .halo-ask-an-expert-btn.noImage {
    max-width: 40px;
    border-radius: 50%;
    overflow: unset; }
    .halo-ask-an-expert-btn.noImage .ask-an-expert-link {
      display: inline-block; }
      .halo-ask-an-expert-btn.noImage .ask-an-expert-link .icon {
        display: inline-block; }
  .halo-ask-an-expert-btn .ask-an-expert-link {
    display: block; }
    .halo-ask-an-expert-btn .ask-an-expert-link img {
      display: none;
      width: 100%;
      border-radius: 5px; }
      .halo-ask-an-expert-btn .ask-an-expert-link img.lazyload, .halo-ask-an-expert-btn .ask-an-expert-link img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
    .halo-ask-an-expert-btn .ask-an-expert-link .icon {
      display: inline-block;
      vertical-align: top;
      width: 40px;
      height: 40px;
      text-align: center;
      background: white;
      border-radius: 50%;
      padding: 10px; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon svg {
        width: 100%;
        height: 100%;
        fill: #4f949e; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 50%;
        opacity: .3;
        background-color: #f4ad57;
        animation: zoom-animation 1.4s ease-in-out infinite; }
        .home-layout-2 .halo-ask-an-expert-btn .ask-an-expert-link .icon:before {
          background-color: #fd6506; }
  @media (min-width: 551px) {
    .halo-ask-an-expert-btn {
      max-width: 220px;
      border-radius: 2px;
      overflow: hidden;
      bottom: 90px; }
      .halo-ask-an-expert-btn .ask-an-expert-link img {
        display: block;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-ask-an-expert-btn {
      right: 40px;
      bottom: 40px; } }

.halo-ask-an-expert .modal-header {
  background: transparent; }

.halo-ask-an-expert .halo-ask-an-expert-logo {
  display: block;
  padding: 20px;
  text-align: center;
  background: #fafafa; }
  .home-layout-2 .halo-ask-an-expert .halo-ask-an-expert-logo {
    background: white; }
  .halo-ask-an-expert .halo-ask-an-expert-logo > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    overflow: hidden; }
    .halo-ask-an-expert .halo-ask-an-expert-logo > a img {
      display: block;
      width: 100%;
      max-width: 165px;
      margin: 0 auto; }
      .halo-ask-an-expert .halo-ask-an-expert-logo > a img.lazyload, .halo-ask-an-expert .halo-ask-an-expert-logo > a img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }

.halo-ask-an-expert .modal-body {
  padding-top: 20px;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: auto; }
  .halo-ask-an-expert .modal-body::-webkit-scrollbar {
    width: 8px; }
  .halo-ask-an-expert .modal-body::-webkit-scrollbar-track {
    background: #fafafa; }
  .halo-ask-an-expert .modal-body::-webkit-scrollbar-thumb {
    background: #969696; }
  .halo-ask-an-expert .modal-body::-webkit-scrollbar-thumb:hover {
    background: #969696; }

.halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050000;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 15px 0; }
  .halo-ask-an-expert .halo-ask-an-expert-subtitle span {
    border-bottom: 1px solid #bec9ca; }

.halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #050000;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 2px 0 0 0; }
  .halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px; }

.halo-ask-an-expert #halo-ask-an-expert-form {
  margin: 32px auto 0 auto;
  max-width: 500px; }

.halo-ask-an-expert .form-field-checkbox {
  position: relative; }
  .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] {
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] + .form-label {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      color: #050000;
      padding-left: 25px;
      margin-bottom: 0;
      position: relative; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"]:checked {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
  .halo-ask-an-expert .form-field-checkbox span {
    border-bottom: 1px solid #050000;
    color: #050000; }

.halo-ask-an-expert .form-field-radio {
  position: relative; }
  .halo-ask-an-expert .form-field-radio span {
    border-bottom: 1px solid #050000;
    color: #050000; }

.halo-ask-an-expert .form-actions {
  text-align: center;
  margin-top: 19px; }
  .halo-ask-an-expert .form-actions .button {
    width: 100%;
    margin-bottom: 80px; }

.halo-product-show-more {
  display: block;
  text-align: center;
  margin: 30px 0 0 0; }
  .halo-product-show-more .button {
    border-color: #c5c5cf;
    width: 285px;
    margin: auto;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #050000; }
    .halo-product-show-more .button svg {
      width: 16px;
      height: 16px;
      fill: #5d5d5d;
      vertical-align: -2px;
      margin: 0 5px 0 0; }
    .halo-product-show-more .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid #c5c5cf;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
    .halo-product-show-more .button.loading {
      pointer-events: none;
      font-size: 0; }
      .halo-product-show-more .button.loading svg {
        display: none; }
      .halo-product-show-more .button.loading:before {
        display: inline-block;
        vertical-align: middle; }
    .halo-product-show-more .button.disable {
      box-shadow: unset;
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #787878; }
  @media (min-width: 1025px) {
    .halo-product-show-more {
      margin-top: 55px; }
      .halo-product-show-more .button:hover, .halo-product-show-more .button:focus, .halo-product-show-more .button:active {
        fill: white; } }

.sticky-add-to-cart {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 10px;
  left: auto;
  right: 10px;
  z-index: 98;
  pointer-events: none;
  transition: all 0.3s ease;
  width: auto;
  padding: 0;
  background: transparent;
  box-shadow: unset; }
  .sticky-add-to-cart .sticky-product-close {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    z-index: 10;
    display: none;
    width: 15px;
    height: 15px; }
    .sticky-add-to-cart .sticky-product-close .icon {
      width: 100%;
      height: 100%;
      fill: #5a5a5a; }
  .sticky-add-to-cart .sticky-product-expand {
    display: block;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 10px; }
    .sticky-add-to-cart .sticky-product-expand .icon {
      width: 100%;
      height: 100%;
      vertical-align: top;
      fill: #4f949e; }
    .sticky-add-to-cart .sticky-product-expand:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: .3;
      background-color: white;
      animation: zoom-animation 1.4s ease-in-out infinite; }
  .sticky-add-to-cart .sticky-product {
    display: none;
    width: 100%;
    font-size: 0;
    letter-spacing: 0; }
    .sticky-add-to-cart .sticky-product .sticky-image {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 80px;
      overflow: hidden; }
      .sticky-add-to-cart .sticky-product .sticky-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: contain; }
      .sticky-add-to-cart .sticky-product .sticky-image:before {
        content: '';
        display: block;
        padding-bottom: 139%; }
    .sticky-add-to-cart .sticky-product .sticky-content {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 20px;
      width: calc(100% - 80px);
      position: relative;
      top: -8px; }
  .sticky-add-to-cart .sticky-brand {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0; }
  .sticky-add-to-cart .sticky-title {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    margin: 0 0 17px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis; }
  .sticky-add-to-cart .sticky-price {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    position: relative; }
    .sticky-add-to-cart .sticky-price .price-section {
      font-size: 16px;
      font-weight: 700;
      line-height: 25px;
      color: #202020; }
      .sticky-add-to-cart .sticky-price .price-section.price-section--withoutTax, .sticky-add-to-cart .sticky-price .price-section.price-section--withTax {
        color: #ce2b1e; }
      .sticky-add-to-cart .sticky-price .price-section.rrp-price--withoutTax, .sticky-add-to-cart .sticky-price .price-section.rrp-price--withTax {
        margin: 0 0 5px 0; }
      .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withoutTax, .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withTax {
        display: inline-block;
        vertical-align: bottom;
        color: #505050;
        margin: 0 8px 0 0; }
        .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax,
        .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withoutTax + .price-section--withTax, .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withTax + .price-section--withoutTax,
        .sticky-add-to-cart .sticky-price .price-section.non-sale-price--withTax + .price-section--withTax {
          display: inline-block;
          vertical-align: bottom; }
      .sticky-add-to-cart .sticky-price .price-section.price-none {
        margin: 0; }
        .sticky-add-to-cart .sticky-price .price-section.price-none + .price-section--withoutTax,
        .sticky-add-to-cart .sticky-price .price-section.price-none + .price-section--withTax {
          margin-left: 8px;
          color: #202020; }
        .sticky-add-to-cart .sticky-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax,
        .sticky-add-to-cart .sticky-price .price-section.price-none[style="display: none;"] + .price-section--withTax {
          margin-left: 0; }
      .sticky-add-to-cart .sticky-price .price-section.price-section--salebale {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 21px;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 22px;
        height: 22px;
        padding: 0 7px;
        text-transform: capitalize;
        background: #ce2b1e;
        color: white; }
        .sticky-add-to-cart .sticky-price .price-section.price-section--salebale:before {
          content: "";
          position: absolute;
          border: 11px solid transparent;
          top: 50%;
          right: 100%;
          transform: translateY(-50%);
          border-right-color: #ce2b1e; }
    .sticky-add-to-cart .sticky-price .price-section--saving {
      color: #969696;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 25px;
      margin: 5px 0 0 0; }
  .sticky-add-to-cart .sticky-form {
    margin: 0; }
  .sticky-add-to-cart .sticky-options {
    margin: 0 0 20px 0;
    position: relative; }
    .sticky-add-to-cart .sticky-options .sticky-options-label {
      white-space: nowrap;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      line-height: 1.5;
      color: #050000;
      padding: 0 17px 9px 0;
      border-bottom: 1px solid #787878;
      cursor: pointer;
      text-transform: capitalize; }
      .sticky-add-to-cart .sticky-options .sticky-options-label .icon {
        position: absolute;
        top: 9px;
        right: 0;
        width: 10px;
        height: 10px;
        color: #050000;
        background: #ffffff; }
      .sticky-add-to-cart .sticky-options .sticky-options-label .text {
        display: block;
        overflow: hidden; }
        .sticky-add-to-cart .sticky-options .sticky-options-label .text span + span:before {
          content: '/';
          display: inline;
          margin: 0 2px; }
        .sticky-add-to-cart .sticky-options .sticky-options-label .text span.option-price:before {
          content: '-';
          margin-left: 5px;
          margin-right: 5px; }
      .sticky-add-to-cart .sticky-options .sticky-options-label.option-hidden .text {
        position: relative;
        padding-right: 55px; }
        .sticky-add-to-cart .sticky-options .sticky-options-label.option-hidden .text:before {
          content: 'Sold out';
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 20px;
          position: absolute;
          right: 0;
          top: 2px;
          padding: 0 5px;
          background: #5a5a5a;
          color: white; }
    .sticky-add-to-cart .sticky-options .sticky-options-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #ffffff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
      border-radius: 0;
      z-index: 100;
      max-height: 200px;
      overflow-y: auto; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item {
        font-size: 16px;
        font-weight: 400;
        cursor: default;
        border-bottom: 1px solid #c5c5cf;
        color: #050000;
        line-height: 40px;
        display: block;
        padding: 0px 15px;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        cursor: pointer; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item .option-itemWrapper {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item span + span:before {
          content: '/';
          display: inline;
          margin: 0 2px; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item span.option-price:before {
          content: '-';
          margin-left: 5px;
          margin-right: 5px; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item:last-child {
          border-bottom: 0; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item.is-select {
          color: #f4ad57;
          font-weight: 700; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar {
        width: 4px; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar-track {
        background: #fafafa; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar-thumb {
        background: #969696; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar-thumb:hover {
        background: #969696; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown.is-open {
        display: block; }
  .sticky-add-to-cart .sticky-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 61px 0 0; }
  .sticky-add-to-cart .form-action {
    width: 100%; }
    .sticky-add-to-cart .form-action .button {
      width: 100%;
      height: 50px;
      line-height: 50px;
      color: #274b4f;
      border: 1px solid #f4ad57;
      background-color: #f4ad57; }
      .home-layout-2 .sticky-add-to-cart .form-action .button {
        border-color: #cccccc; }
        .home-layout-2 .sticky-add-to-cart .form-action .button:hover {
          color: #274b4f; }
      .sticky-add-to-cart .form-action .button:before {
        content: '';
        display: none;
        width: 20px;
        height: 20px;
        border: 2px solid #969696;
        border-radius: 100%;
        border-top: 2px solid transparent;
        -webkit-animation: load-animate infinite linear 1s;
        animation: load-animate infinite linear 1s; }
      .sticky-add-to-cart .form-action .button.loading {
        pointer-events: none;
        font-size: 0; }
        .sticky-add-to-cart .form-action .button.loading:before {
          display: inline-block;
          vertical-align: middle; }
      .sticky-add-to-cart .form-action .button:active .sticky-add-to-cart .form-action .button:focus {
        border-color: #f19627;
        background-color: #f19627; }
      .sticky-add-to-cart .form-action .button[disabled] {
        cursor: not-allowed;
        pointer-events: none;
        background: #e5e5e5;
        border-color: #e5e5e5;
        color: #969696;
        outline: 0 !important; }
        .sticky-add-to-cart .form-action .button[disabled]:hover, .sticky-add-to-cart .form-action .button[disabled]:focus, .sticky-add-to-cart .form-action .button[disabled]:active {
          background: #e5e5e5;
          border-color: #e5e5e5;
          color: #969696; }
      .sticky-add-to-cart .form-action .button[disabled2] {
        background: #e5e5e5;
        border-color: #e5e5e5;
        color: #969696;
        outline: 0 !important; }
        .sticky-add-to-cart .form-action .button[disabled2]:hover, .sticky-add-to-cart .form-action .button[disabled2]:focus, .sticky-add-to-cart .form-action .button[disabled2]:active {
          background: #e5e5e5;
          border-color: #e5e5e5;
          color: #969696; }
    .sticky-add-to-cart .form-action .form-action-text {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      height: 50px;
      line-height: 50px;
      color: #274b4f;
      display: inline-block;
      vertical-align: top;
      background: #fceeee;
      color: #ce2b1e;
      text-align: center; }
      .sticky-add-to-cart .form-action .form-action-text .icon {
        width: 24px;
        height: 24px;
        fill: #ce2b1e;
        margin: 0 5px 0 0; }
      .sticky-add-to-cart .form-action .form-action-text .text {
        display: inline-block;
        vertical-align: middle; }
  .sticky-add-to-cart .sticky-wishlist {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #f7f7f9;
    font-size: 0;
    letter-spacing: 0; }
    .sticky-add-to-cart .sticky-wishlist .text {
      display: none; }
    .sticky-add-to-cart .sticky-wishlist .icon {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      position: relative;
      top: 1px;
      z-index: 5;
      margin: 0;
      fill: #193753; }
  .sticky-add-to-cart.show-sticky {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .sticky-add-to-cart.hidden-sticky {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important; }
  .sticky-add-to-cart.show-full-sticky {
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    max-width: 470px;
    background: #ffffff; }
    .sticky-add-to-cart.show-full-sticky .sticky-product-close {
      display: block; }
    .sticky-add-to-cart.show-full-sticky .sticky-product-expand {
      display: none; }
    .sticky-add-to-cart.show-full-sticky .sticky-product {
      display: block; }
  @media (min-width: 551px) {
    .sticky-add-to-cart {
      left: auto !important;
      right: 15px !important;
      width: 100%;
      background: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 15px;
      max-width: 470px;
      background: #ffffff; }
      .sticky-add-to-cart .sticky-product-close {
        display: block; }
      .sticky-add-to-cart .sticky-product-expand {
        display: none; }
      .sticky-add-to-cart .sticky-product {
        display: block; } }
  @media (min-width: 1025px) {
    .sticky-add-to-cart {
      padding: 30px;
      top: 15px !important;
      right: 45px !important; }
      .sticky-add-to-cart .sticky-product .sticky-image {
        width: 90px; }
      .sticky-add-to-cart .sticky-product .sticky-content {
        width: calc(100% - 90px); }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item:hover {
        color: #f16547; }
      .sticky-add-to-cart .form-action .button:hover {
        border-color: #f19627;
        background-color: #f19627; }
      .sticky-add-to-cart .sticky-wishlist:hover, .sticky-add-to-cart .sticky-wishlist:focus {
        background-color: #4f949e; }
        .sticky-add-to-cart .sticky-wishlist:hover .icon, .sticky-add-to-cart .sticky-wishlist:focus .icon {
          fill: white; } }

.has-stickyNavPages .sticky-add-to-cart {
  top: 60px; }
  .has-stickyNavPages .sticky-add-to-cart.show-full-sticky {
    top: 51px; }

@media (min-width: 551px) {
  .has-stickyNavPages .sticky-add-to-cart {
    top: 51px !important; } }

@media (min-width: 1025px) {
  .has-stickyNavPages .sticky-add-to-cart {
    top: 86px !important; } }

.before-you-leave-banner {
  position: relative;
  display: block; }
  .before-you-leave-banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .before-you-leave-banner .content {
    width: 100%;
    padding: 20px 15px 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative; }
    .before-you-leave-banner .content * {
      width: 100%;
      text-align: center; }
    .before-you-leave-banner .content.noImage {
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      top: auto;
      left: auto;
      bottom: auto; }
    .before-you-leave-banner .content .store-logo {
      display: block;
      margin: 0 0 16px 0;
      width: 100%;
      text-align: center;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: uppercase;
      line-height: 32px; }
      .before-you-leave-banner .content .store-logo img {
        width: auto;
        height: auto;
        max-height: 45px; }
    .before-you-leave-banner .content .title {
      color: white;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 12px 0;
      text-transform: unset; }
      .home-layout-2 .before-you-leave-banner .content .title {
        font-weight: 600; }
    .before-you-leave-banner .content .desc1 {
      color: white;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin: 0 0 10px 0; }
    .before-you-leave-banner .content .heading1 {
      color: white;
      font-size: 32px;
      font-weight: 400;
      font-style: italic;
      line-height: 1;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
      @media (min-width: 551px) {
        .before-you-leave-banner .content .heading1 {
          font-size: 40px; } }
    .before-you-leave-banner .content .desc2 {
      color: white;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      padding: 0;
      margin: 0 0 10px 0; }
    .before-you-leave-banner .content .heading2 {
      color: white;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    .before-you-leave-banner .content .button {
      width: 100%;
      height: 46px;
      line-height: 46px;
      display: none; }
  @media (min-width: 321px) {
    .before-you-leave-banner .content .button {
      display: inline-block; } }
  @media (min-width: 768px) {
    .before-you-leave-banner .content .store-logo {
      margin-bottom: 36px; }
    .before-you-leave-banner .content .heading1 {
      margin-bottom: 20px; }
    .before-you-leave-banner .content .desc1 {
      margin-bottom: 18px; }
    .before-you-leave-banner .content .heading2 {
      margin-bottom: 48px; }
    .before-you-leave-banner .content .desc2 {
      margin-bottom: 15px;
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1025px) {
    .before-you-leave-banner .content {
      padding: 30px; }
    .home-layout-2 .before-you-leave-banner .button:hover {
      background: 0 0;
      border-color: white;
      color: white; } }

.before-you-leave-tab .tabs-wrapper {
  padding: 16px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6; }
  .before-you-leave-tab .tabs-wrapper .tabs {
    border: 0; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab {
      display: inline-block;
      border: 0;
      margin: 0; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab-title {
      padding: 0;
      margin: 0;
      color: #050000;
      font-size: 14px;
      font-weight: 700;
      line-height: 25px;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab-title .count {
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 0 10px;
        color: #4f949e;
        background-color: white;
        border-radius: 50%;
        text-align: center; }

.before-you-leave-tab .tabs-contents {
  padding: 20px;
  margin: 0; }
  .before-you-leave-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 3px 0 12px 0; }
    .home-layout-2 .before-you-leave-tab .tabs-contents .tab-content .card .card-text {
      font-weight: 600;
      text-transform: capitalize; }
    .home-layout-2 .before-you-leave-tab .tabs-contents .tab-content .card .card-title > a {
      font-weight: 400; }
    .home-layout-2 .before-you-leave-tab .tabs-contents .tab-content .card .card-price {
      font-weight: 600; }
  .before-you-leave-tab .tabs-contents .slick-arrow {
    top: auto;
    bottom: -20px;
    width: 24px;
    height: 24px; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev {
      left: 0; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next {
      right: 0; }
  .before-you-leave-tab .tabs-contents .slick-dots {
    bottom: -7px; }
  .before-you-leave-tab .tabs-contents .slick-slider {
    margin-bottom: 0; }
  .before-you-leave-tab .tabs-contents.is-hidden {
    display: none; }

.before-you-leave-tab .before-you-leave-search .search-icon {
  display: inline-block; }
  .before-you-leave-tab .before-you-leave-search .search-icon .icon {
    width: 20px;
    height: 20px;
    fill: #4f949e; }
    .before-you-leave-tab .before-you-leave-search .search-icon .icon.icon-search {
      display: block; }
    .before-you-leave-tab .before-you-leave-search .search-icon .icon.icon-close {
      display: none; }

.before-you-leave-tab .before-you-leave-search .form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 5;
  margin: 0; }

.before-you-leave-tab .before-you-leave-search .form-field {
  margin: 0;
  position: relative; }

.before-you-leave-tab .before-you-leave-search .form-input {
  border-radius: 0;
  border-color: #e6e6e6;
  border-width: 0 1px 1px 0;
  height: 61px;
  line-height: 61px; }

.before-you-leave-tab .before-you-leave-search button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 15px; }
  .before-you-leave-tab .before-you-leave-search button[type="submit"] .icon {
    width: 20px;
    height: 20px;
    fill: #4f949e; }

.before-you-leave-tab .before-you-leave-search .productGrid {
  overflow: auto; }
  .before-you-leave-tab .before-you-leave-search .productGrid .product {
    width: 200px; }

.before-you-leave-tab .before-you-leave-search.is-open {
  height: 20px; }
  .before-you-leave-tab .before-you-leave-search.is-open .search-icon .icon.icon-search {
    display: none; }
  .before-you-leave-tab .before-you-leave-search.is-open .search-icon .icon.icon-close {
    display: block; }
  .before-you-leave-tab .before-you-leave-search.is-open .form {
    display: block; }
  .before-you-leave-tab .before-you-leave-search.is-open .haloQuickSearchResults {
    top: calc(100% + 1px);
    left: 0;
    border-bottom: 1px solid #e6e6e6; }

.before-you-leave-tab .product-slider .card-title {
  margin-top: 3px; }

.before-you-leave-tab .product-slider .card-option .form-field {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .before-you-leave-tab .before-you-leave-search .form-input {
    height: 58px;
    line-height: 58px; } }

@media (min-width: 1025px) {
  .before-you-leave-tab .tabs-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-tab .tabs-contents {
    padding: 30px; }
  .before-you-leave-tab .before-you-leave-search .form {
    width: calc(100% - 75px); }
  .before-you-leave-tab .before-you-leave-search button[type="submit"] {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-tab .before-you-leave-search .productGrid .product {
    width: 250px; }
  .before-you-leave-tab .before-you-leave-search .productGrid::-webkit-scrollbar {
    height: 8px; }
  .before-you-leave-tab .before-you-leave-search .productGrid::-webkit-scrollbar-track {
    background: #fafafa; }
  .before-you-leave-tab .before-you-leave-search .productGrid::-webkit-scrollbar-thumb {
    background: #969696; }
  .before-you-leave-tab .before-you-leave-search .productGrid::-webkit-scrollbar-thumb:hover {
    background: #969696; } }

.before-you-leave-back {
  width: 100%;
  padding: 0 20px 17px 20px; }
  .before-you-leave-back .button {
    width: 100%;
    color: white;
    border-color: #93a5a7;
    background: #93a5a7; }
    .before-you-leave-back .button:active {
      color: white;
      border-color: #4f949e;
      background-color: #4f949e; }
    .home-layout-2 .before-you-leave-back .button {
      border-color: white;
      background-color: white; }
      .home-layout-2 .before-you-leave-back .button:active {
        color: #274b4f;
        border-color: #cccccc;
        background-color: white; }
  .before-you-leave-back.is-hidden {
    display: none; }
  @media (min-width: 1025px) {
    .before-you-leave-back {
      padding-left: 30px;
      padding-right: 30px; }
      .before-you-leave-back .button:hover, .before-you-leave-back .button:focus {
        color: white;
        border-color: #4f949e;
        background-color: #4f949e; }
      .home-layout-2 .before-you-leave-back .button:hover, .home-layout-2 .before-you-leave-back .button:focus {
        color: #274b4f;
        border-color: #cccccc;
        background-color: white; } }

.navPages-list-megamenu .navPages-item.has-megamenu {
  position: static; }

.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  transition-property: transform, opacity, visibility; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar {
    width: 5px; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-track {
    background: #fafafa; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb {
    background: #969696; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb:hover {
    background: #969696; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: 100%;
  margin: 0;
  box-shadow: unset;
  background-color: transparent; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  border-bottom: 0;
  transition: transform ease .3s;
  display: block;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
    display: none; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) {
  padding: 0 !important;
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    background-color: transparent; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  padding: 25px 15px 15px 15px;
  background-color: #fafafa; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  padding: 32px 0 0 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 11px 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
    margin-top: 0 !important; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
    object-fit: contain; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container:after {
    padding-bottom: 70%; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
    background: transparent !important;
    border: 0;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #050000;
    width: 100%;
    text-align: center;
    transition: unset; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
      position: relative; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #274b4f; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
        top: 9px;
        right: calc(100% + 7px);
        width: 10px;
        height: 1px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
        top: 50%;
        right: calc(100% + 12px);
        width: 1px;
        height: 10px;
        transform: translateY(-50%); }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
    fill: #5a5a5a;
    top: 50px;
    width: 24px;
    height: 24px;
    transform: none; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    margin-bottom: 15px; }
  .home-layout-2 .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-text {
    text-transform: capitalize;
    color: #274b4f;
    font-weight: 700; }
  .home-layout-2 .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-title > a {
    font-weight: 400; }
  .home-layout-2 .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-price {
    font-weight: 600; }
  .home-layout-2 .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-action {
    font-weight: 500; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: white;
  color: #4f949e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.625;
  padding: 15px 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown .num {
    font-weight: 700; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 23px !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 75%;
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 700;
    color: #050000;
    padding-left: 15px;
    margin-bottom: 4px;
    transform: unset !important; }
    .home-layout-2 .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
      font-weight: 500; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      background-image: unset; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }
  .navPages-list-megamenu .imageArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .navPages-list-megamenu .imageArea img {
    width: 100%; }
    .navPages-list-megamenu .imageArea img.lazyload, .navPages-list-megamenu .imageArea img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.navPages-list-megamenu .style-1 .megamenu-left-item {
  width: 235px; }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  width: calc(100% - 235px);
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 38px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: block; }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: 0; }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  width: 170px; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: calc(100% - 170px);
  padding-top: 38px;
  padding-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .navPages-list-megamenu .style-2 .megamenu-right-item .item {
    width: 50%;
    padding: 0 0 0 30px; }

.navPages-list-megamenu .style-3 > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-3 .cateArea {
  display: block; }
  .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
  .navPages-list-megamenu .style-3 .cateArea.columns-3 > .navPage-subMenu-list > li {
    width: 33.333333%; }
  .navPages-list-megamenu .style-3 .cateArea.columns-4 > .navPage-subMenu-list > li {
    width: 25%; }
  .navPages-list-megamenu .style-3 .cateArea.columns-5 > .navPage-subMenu-list > li {
    width: 20%; }

.navPages-list-megamenu .style-3 .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 9px 0 13px 0; }
  .navPages-list-megamenu .style-3 .image img {
    width: 100%; }
    .navPages-list-megamenu .style-3 .image img.lazyload, .navPages-list-megamenu .style-3 .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.navPages-list-megamenu .style-4 .itemArea .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%; }
  .navPages-list-megamenu .style-4 .itemArea .image img {
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
    .navPages-list-megamenu .style-4 .itemArea .image img.lazyload, .navPages-list-megamenu .style-4 .itemArea .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.navPages-list-megamenu .style-4 .leftArea {
  width: 31%; }

.navPages-list-megamenu .style-4 .centerArea {
  width: 34%; }
  .navPages-list-megamenu .style-4 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-4 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-4 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-4 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-4 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-4 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
      font-weight: 700;
      color: #050000;
      padding-left: 15px;
      margin-bottom: 4px;
      transform: unset !important; }
      .home-layout-2 .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
        font-weight: 500; }
      .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
        background-image: unset; }
        .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
          display: none !important; }

.navPages-list-megamenu .style-4 .rightArea {
  width: 35%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-left-item {
    width: 180px; }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-right-item {
    width: calc(100% - 180px);
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 38px; }
  .navPages-list-megamenu .style-4 .rightArea .item {
    display: block;
    width: 100%; }
    .navPages-list-megamenu .style-4 .rightArea .item + .item {
      margin-top: 15px; }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-title {
    text-align: center; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 100%;
  top: -15px;
  margin: 0;
  padding: 3px 6px 2px 6px;
  transform: translateX(-50%); }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: #ffffff;
    border-color: #ce2b1e;
    background-color: #ce2b1e; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: #ffffff;
    border-color: #48ade8;
    background-color: #48ade8; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: #ffffff;
    border-color: #f4ad57;
    background-color: #f4ad57; }
    .home-layout-2 .navPages-list-megamenu .navPages-label.hot-label {
      border-color: #fd6506;
      background-color: #fd6506; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:after {
    border-color: #dadada; }
  .navPages-list-megamenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    transform: translateX(15px); }
    .navPages-list-megamenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
      background-position-y: 0px; }
      .navPages-list-megamenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text:before {
        content: '>';
        display: block;
        position: absolute;
        left: -15px;
        top: 50%;
        font-size: 20px;
        font-weight: 700;
        line-height: inherit;
        transform: translateY(-50%); }
  .navPages-list-megamenu .imageArea .image:before, .navPages-list-megamenu .imageArea .image:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: opacity .35s, transform .35s; }
  .navPages-list-megamenu .imageArea .image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0; }
  .navPages-list-megamenu .imageArea .image:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0; }
  .navPages-list-megamenu .imageArea .image:hover:before, .navPages-list-megamenu .imageArea .image:hover:after {
    opacity: 1;
    transform: scale(1); }
  .navPages-list-megamenu .style-3 .image:before, .navPages-list-megamenu .style-3 .image:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: opacity .35s, transform .35s; }
  .navPages-list-megamenu .style-3 .image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0; }
  .navPages-list-megamenu .style-3 .image:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0; }
  .navPages-list-megamenu .style-3 .image:hover:before, .navPages-list-megamenu .style-3 .image:hover:after {
    opacity: 1;
    transform: scale(1); }
  .navPages-list-megamenu .style-3 .navPage-subMenu-item-child:hover .image + .navPage-subMenu {
    pointer-events: auto; }
  .navPages-list-megamenu .style-4 .itemArea .image:before, .navPages-list-megamenu .style-4 .itemArea .image:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: opacity .35s, transform .35s; }
  .navPages-list-megamenu .style-4 .itemArea .image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0; }
  .navPages-list-megamenu .style-4 .itemArea .image:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0; }
  .navPages-list-megamenu .style-4 .itemArea .image:hover:before, .navPages-list-megamenu .style-4 .itemArea .image:hover:after {
    opacity: 1;
    transform: scale(1); }
  .navPages-list-megamenu .style-4 .centerArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    transform: translateX(15px); }
    .navPages-list-megamenu .style-4 .centerArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
      background-position-y: 0px; }
      .navPages-list-megamenu .style-4 .centerArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text:before {
        content: '>';
        display: block;
        position: absolute;
        left: -15px;
        font-size: 20px;
        font-weight: 700; } }

@media (min-width: 1920px) {
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
    width: 35%;
    padding-left: calc((100vw - 1615px)/ 2); }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 65%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item {
    padding-left: 65px;
    padding-right: calc((100vw - 1590px)/ 2); }
  .navPages-list-megamenu .style-2 .megamenu-right-item {
    padding-right: calc((100vw - 1590px)/ 2); }
  .navPages-list-megamenu .style-4 .itemArea .image {
    height: auto; }
    .navPages-list-megamenu .style-4 .itemArea .image img {
      height: auto;
      object-fit: contain; }
  .navPages-list-megamenu .style-4 .leftArea {
    width: calc(65% - 625px); }
  .navPages-list-megamenu .style-4 .centerArea {
    width: 625px; }
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list {
      padding-left: 40px !important; }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-right-item {
    padding-left: 25px;
    padding-right: calc((100vw - 1605px)/ 2); } }

.halo-menu-megamenu .has-megamenu .megamenu-product-list {
  /*display: none;*/
  padding: 30px 0 0 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 11px 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider {
    margin-bottom: 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
    margin-top: 0 !important; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
    object-fit: contain; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container:after {
    padding-bottom: 70%; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
    background: transparent !important;
    border: 0;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #050000;
    width: 100%;
    text-align: center;
    transition: unset; }
    .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
      position: relative; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before, .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #274b4f; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
        top: 9px;
        right: calc(100% + 7px);
        width: 10px;
        height: 1px; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
        top: 50%;
        right: calc(100% + 12px);
        width: 1px;
        height: 10px;
        transform: translateY(-50%); }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
    fill: #5a5a5a;
    top: 50px;
    width: 24px;
    height: 24px;
    transform: none; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -8px; }
    .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
      padding: 0 8px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin: 0 0 15px 0; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image img {
        width: auto;
        margin: 0 auto; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:nth-child(n+3) {
        margin-bottom: 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .slick-dots {
    bottom: 0; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu {
  display: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-left: 0; }
  .halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu .navPage-subMenu-list {
    padding-left: 0; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child.is-open > .navPage-subMenu {
  display: block; }

.halo-menu-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: white;
  color: #4f949e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.625;
  padding: 15px 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown {
    display: block;
    text-align: center; }
    .halo-menu-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown .num {
      font-weight: 700; }

.halo-menu-megamenu .cateArea {
  max-width: 100% !important; }
  .halo-menu-megamenu .cateArea > .navPage-subMenu-list {
    padding-left: 0; }
    .halo-menu-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
      font-weight: 700; }

.halo-menu-megamenu .imageArea {
  max-width: 100% !important; }
  .halo-menu-megamenu .imageArea .megamenu-left-item,
  .halo-menu-megamenu .imageArea .megamenu-right-item {
    padding: 15px 15px 0 20px; }
  .halo-menu-megamenu .imageArea .image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .halo-menu-megamenu .imageArea .image img {
      width: 100%; }
      .halo-menu-megamenu .imageArea .image img.lazyload, .halo-menu-megamenu .imageArea .image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }

.halo-menu-megamenu .style-1 .cateArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.halo-menu-megamenu .style-1 .imageArea .image img {
  margin-top: 18px;
  margin-bottom: 20px; }

.halo-menu-megamenu .style-2 .cateArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.halo-menu-megamenu .style-2 .item {
  display: block;
  width: 100%;
  margin: 0 0 15px 0; }

.halo-menu-megamenu .style-2 .image {
  text-align: center; }
  .halo-menu-megamenu .style-2 .image img {
    width: auto;
    margin: 0 auto; }
    .halo-menu-megamenu .style-2 .image img.lazyload, .halo-menu-megamenu .style-2 .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.halo-menu-megamenu .style-3 .container {
  padding-left: 0;
  padding-right: 0; }

.halo-menu-megamenu .style-3 .image {
  display: none;
  text-align: center;
  padding: 15px 0; }
  .halo-menu-megamenu .style-3 .image img {
    width: auto; }
    .halo-menu-megamenu .style-3 .image img.lazyload, .halo-menu-megamenu .style-3 .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.halo-menu-megamenu .style-3 .navPage-subMenu-item-child.is-open {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .halo-menu-megamenu .style-3 .navPage-subMenu-item-child.is-open .image {
    display: block; }

.halo-menu-megamenu .style-4 > .navPage-subMenu {
  display: flex;
  flex-wrap: wrap; }

.halo-menu-megamenu .style-4 .itemArea .image {
  display: block;
  text-align: center; }
  .halo-menu-megamenu .style-4 .itemArea .image img {
    width: auto; }
    .halo-menu-megamenu .style-4 .itemArea .image img.lazyload, .halo-menu-megamenu .style-4 .itemArea .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.halo-menu-megamenu .style-4 .leftArea {
  width: 100%; }

.halo-menu-megamenu .style-4 .centerArea {
  width: 100%;
  order: -1; }
  .halo-menu-megamenu .style-4 .centerArea > .navPage-subMenu-list {
    padding-left: 0; }

.halo-menu-megamenu .style-4 .rightArea {
  width: 100%; }
  .halo-menu-megamenu .style-4 .rightArea .megamenu-right-item {
    padding: 15px 15px 0 20px; }
  .halo-menu-megamenu .style-4 .rightArea .item {
    display: block;
    width: 100%;
    margin: 0 0 15px 0; }

.halo-menu-megamenu .style-4 .megamenu-product-list {
  /*display: none;*/
  width: 250px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto; }
  .halo-menu-megamenu .style-4 .megamenu-product-list .megamenu-title {
    text-align: center; }

.halo-menu-megamenu .navPages-label {
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 0 10px;
  padding: 3px 6px 2px 6px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  text-transform: capitalize; }
  .halo-menu-megamenu .navPages-label.sale-label {
    color: #ffffff;
    border-color: #ce2b1e;
    background-color: #ce2b1e; }
  .halo-menu-megamenu .navPages-label.new-label {
    color: #ffffff;
    border-color: #48ade8;
    background-color: #48ade8; }
  .halo-menu-megamenu .navPages-label.hot-label {
    color: #ffffff;
    border-color: #f4ad57;
    background-color: #f4ad57; }
    .home-layout-2 .halo-menu-megamenu .navPages-label.hot-label {
      border-color: #fd6506;
      background-color: #fd6506; }

.quickShop {
  padding: 2.25rem 0 0 0; }
  .quickShop .productView-options .form-field > .form-label {
    font-weight: 500; }

.halo-quickShop {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 2.25rem; }
  .halo-quickShop .halo-productView-left,
  .halo-quickShop .halo-productView-right {
    width: 100%;
    display: block;
    margin-bottom: 0; }
  .halo-quickShop .halo-productView-left {
    display: none; }
  .halo-quickShop .productView-image-wrapper img[role="presentation"] {
    display: none !important; }
  .halo-quickShop .productView-details {
    width: 100%; }
  .halo-quickShop .productView-product {
    margin-top: 5px; }
  .halo-quickShop .productView-brand {
    margin-bottom: 0; }
    .home-layout-2 .halo-quickShop .productView-brand {
      font-weight: 700;
      text-transform: capitalize; }
      .home-layout-2 .halo-quickShop .productView-brand a {
        color: #274b4f; }
  .halo-quickShop .productView-title {
    font-size: 16px;
    line-height: 1.625;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-bottom: 0; }
    .home-layout-2 .halo-quickShop .productView-title {
      font-weight: 400; }
  .halo-quickShop .productView-topInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 0 0; }
  .halo-quickShop .productView-rating {
    width: auto; }
  .halo-quickShop .productView-ratingCount {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 1;
    margin: 0 0 0 7px; }
  .halo-quickShop .productView-price {
    margin-top: 8px;
    margin-bottom: 0; }
    .halo-quickShop .productView-price .price-section {
      font-size: 18px;
      font-weight: 400; }
      .home-layout-2 .halo-quickShop .productView-price .price-section {
        font-weight: 600; }
  @media (min-width: 551px) {
    .halo-quickShop .halo-productView-left,
    .halo-quickShop .halo-productView-right {
      display: inline-block;
      vertical-align: top; }
    .halo-quickShop .halo-productView-left {
      width: 100px; }
    .halo-quickShop .halo-productView-right {
      width: calc(100% - 100px);
      padding: 0 0 0 30px; }
    .halo-quickShop .productView-image-wrapper {
      display: block; } }

.halo-quickShop-action {
  display: block;
  margin: 20px 0 0 0; }
  .halo-quickShop-action .productAttributes-message {
    width: calc(100% - 60px);
    margin: 5px auto 0 auto;
    padding: 5px 15px 6px 15px; }
  .halo-quickShop-action .productView-options {
    margin-bottom: 0; }
  .halo-quickShop-action [data-product-option-change] {
    padding: 0 2.25rem; }
    .halo-quickShop-action [data-product-option-change] .form-option-expanded {
      display: none; }
  .halo-quickShop-action .productView-actions {
    width: 100%;
    padding-right: 0; }
    .halo-quickShop-action .productView-actions.productView-actions--buyItNow {
      display: none; }
  .halo-quickShop-action .form-field--increments {
    display: none; }
  .halo-quickShop-action .form-action {
    width: 100%; }
    .halo-quickShop-action .form-action .button {
      border-radius: 0; }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 44px);
  transition: all .5s ease, z-index 0s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  background-color: #ffffff; }
  .halo-sidebar .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: white; }
    .halo-sidebar .halo-sidebar-close svg {
      fill: #4f949e;
      width: 16px;
      height: 16px; }
  .halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px; }
    .halo-sidebar .halo-sidebar-wrapper .halo-popup-header {
      font-weight: 500;
      color: #969696;
      position: relative;
      background-color: #f3f3f3;
      padding: 16px 20px 14px 20px; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .title {
        color: inherit;
        text-transform: unset;
        line-height: 1;
        margin: 0; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close {
        position: absolute;
        top: 50%;
        opacity: 1;
        right: 20px;
        color: #969696;
        font-size: 24px;
        font-weight: 400;
        line-height: 22px;
        transform: translateY(-50%); }
        .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close svg {
          width: 12px;
          height: 12px;
          fill: #969696;
          stroke: #969696; }
  .halo-sidebar.halo-sidebar-left {
    left: -101%; }
    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
      left: auto;
      right: -44px; }
  .halo-sidebar.halo-sidebar-right {
    right: -101%; }
    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
      left: -44px; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-leave-sidebar {
      max-width: 470px;
      width: 100%; }
      .halo-sidebar.halo-leave-sidebar .halo-sidebar-close {
        display: flex; } }

.openAuthSidebar {
  overflow: hidden; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0; }

.has-activeNavPages .halo-menu-mobile {
  left: 0;
  z-index: 103; }

@media (min-width: 1025px) {
  .has-activeNavPages .halo-menu-mobile {
    left: -101%; }
  .has-activeNavPages.has-stickyNavPages .halo-menu-mobile {
    left: 0; } }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .all-categories-list .navPages-item a {
      font-size: 16px;
      font-weight: 700;
      line-height: 44px;
      text-transform: unset;
      color: #050000;
      z-index: 11;
      transition: unset; }
      .home-layout-2 .all-categories-list .navPages-item a {
        font-weight: 500; }
    .all-categories-list .navPages-item.is-clicked > .icon-dropdown {
      border-bottom: 1px solid #e6e6e6; }
    .all-categories-list .navPages-item + .navPages-item {
      border-top: 1px solid #e6e6e6; }
    .all-categories-list .navPages-item:first-child {
      border-top: 1px solid #e6e6e6; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px; }
    .all-categories-list .navPage-subMenu-item.is-clicked > .icon-dropdown {
      border-bottom: 1px solid #e6e6e6; }
    .all-categories-list .navPage-subMenu-item + .navPage-subMenu-item {
      border-top: 1px solid #e6e6e6; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-action {
    font-weight: 400;
    color: #050000; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 44px;
    cursor: pointer; }
  .all-categories-list .icon-plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease; }
    .all-categories-list .icon-plus:before, .all-categories-list .icon-plus:after {
      content: "";
      background-color: #acacac;
      top: 50%;
      position: absolute;
      transition: all .5s ease; }
    .all-categories-list .icon-plus:before {
      width: 14px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .all-categories-list .icon-plus:after {
      width: 2px;
      height: 14px;
      left: auto;
      right: 6px;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:before {
    transform: translate3D(-100%, -50%, 0) rotate(180deg); }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg); }
  @media (min-width: 1025px) {
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a:hover {
      color: #050000; } }

.navList {
  list-style-type: none;
  margin: 0; }
  .navList .navList-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .navList .navList-item a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 35px;
      text-transform: unset;
      color: #050000;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a.is-active {
        color: #f16547; }
        .navList .navList-item a.is-active > span {
          background-image: linear-gradient(transparent 97%, #f16547 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .navList .navList-item.view-all a {
      color: #050000;
      font-weight: 700;
      font-style: italic;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: -8px; }
      .navList .navList-item.view-all a:after {
        content: ">";
        position: absolute;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        top: 7px;
        right: -10px; }
      .home-layout-2 .navList .navList-item.view-all a {
        font-weight: 400; }
        .home-layout-2 .navList .navList-item.view-all a:after {
          content: none; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: #f16547; }
      .navList .navList-item a:hover > span {
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.products-list {
  display: block;
  margin: 0 0 13px 0; }
  .products-list .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-style: italic;
    color: #050000;
    transition: unset; }
  @media (min-width: 1025px) {
    .products-list .link:hover {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; } }

.advertisement-image {
  position: relative; }
  .advertisement-image .image {
    display: block;
    text-align: center; }
    .advertisement-image .image img {
      width: 100%; }
      .advertisement-image .image img.lazyload, .advertisement-image .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: 0; }
  @media (min-width: 1025px) {
    .advertisement-image .image:before, .advertisement-image .image:after {
      position: absolute;
      content: '';
      opacity: 0;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      z-index: 1;
      transition: opacity 0.35s, transform 0.35s; }
    .advertisement-image .image:before {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: scale(0, 1);
      transform-origin: 0 0; }
    .advertisement-image .image:after {
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      transform: scale(1, 0);
      transform-origin: 100% 0; }
    .advertisement-image .image:hover:before, .advertisement-image .image:hover:after {
      opacity: 1;
      transform: scale(1); } }

.advertisement-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #050000;
  margin: 0 0 25px; }
  .advertisement-content p:last-child {
    margin-bottom: 0; }

.openSidebar {
  overflow: hidden; }
  .openSidebar .halo-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    display: block;
    z-index: 102; }

.recentPosts-list {
  display: block;
  margin: 0;
  padding: 0; }
  .recentPosts-list .item {
    display: block;
    width: 100%;
    margin: 0 0 23px 0; }
    .recentPosts-list .item .date {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      margin: 0 0 5px 0;
      color: #969696; }
    .recentPosts-list .item .title {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin: 0;
      text-transform: capitalize;
      position: relative;
      top: -4px; }
      .recentPosts-list .item .title .link {
        transition: unset; }
    .recentPosts-list .item:last-child {
      margin-bottom: 3px; }
  @media (min-width: 1025px) {
    .recentPosts-list .item .title .link:hover {
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
      .home-layout-2 .recentPosts-list .item .title .link:hover {
        background-image: linear-gradient(transparent 97%, #f16547 3%);
        color: #f16547; } }

.tags-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0; }
  .tags-list .tags-list-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    line-height: 1;
    transition: all 0.3s ease; }
    .tags-list .tags-list-item .link {
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 9px 20px;
      color: #787878; }
    .tags-list .tags-list-item:nth-child(n+10) {
      display: none; }
  @media (min-width: 1025px) {
    .tags-list .tags-list-item:hover {
      background-color: #4f949e;
      border: 1px solid #4f949e; }
      .tags-list .tags-list-item:hover .link {
        color: white; }
      .home-layout-2 .tags-list .tags-list-item:hover {
        background: #ffffff;
        border: 1px solid #000000; }
        .home-layout-2 .tags-list .tags-list-item:hover .link {
          color: #232323; } }

.openBeforeYouLeave {
  overflow: hidden; }
  .openBeforeYouLeave .halo-leave-sidebar {
    right: 0;
    z-index: 105; }
  .openBeforeYouLeave .halo-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    display: block;
    z-index: 103; }

[data-content-region="home_below_products_by_category"] + .halo-block-product-banners {
  padding-top: 19px; }
  [data-content-region="home_below_products_by_category"] + .halo-block-product-banners .halo-block-header {
    margin-top: 0 !important; }

.halo-block-product-banners .loadingOverlay,
.halo-block-product-banners2 .loadingOverlay {
  display: block; }

#halo-portfolio-product .loadingOverlay {
  display: block; }

[data-category-id] .loadingOverlay {
  display: block; }

.halo-block {
  display: block;
  position: relative; }
  .halo-block .halo-block-header {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 48px 0;
    text-align: center; }
    .halo-block .halo-block-header .title {
      font-weight: 400;
      font-size: 24px;
      line-height: 25px;
      margin: 0; }
      .home-layout-2 .halo-block .halo-block-header .title {
        font-weight: 700; }
    .halo-block .halo-block-header .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000;
      margin: 15px 0 25px 0; }
  .halo-block .halo-block-footer {
    text-align: center;
    padding: 30px 0; }
    .halo-block .halo-block-footer .button {
      min-width: 160px; }
    .halo-block .halo-block-footer .link {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      color: #050000;
      line-height: 1.625;
      text-transform: unset;
      padding: 0;
      transition: unset;
      width: auto;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
      .halo-block .halo-block-footer .link:after {
        content: ">";
        position: absolute;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        top: 4px;
        right: -15px; }
  .halo-block.halo-block-reviews {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e7; }
    .halo-block.halo-block-reviews .halo-block-header {
      margin-bottom: 17px; }
  .halo-block.halo-block-icon-text {
    background: #fafafa; }
    .home-layout-2 .halo-block.halo-block-icon-text {
      background-color: #f7f8fa; }
      .home-layout-2 .halo-block.halo-block-icon-text .icon-with-text {
        justify-content: flex-start;
        max-width: 100%; }
        .home-layout-2 .halo-block.halo-block-icon-text .icon-with-text .title {
          font-weight: 600; }
    .halo-block.halo-block-icon-text .halo-row {
      padding: 38px 0 31px 0;
      margin: 0;
      display: block;
      white-space: nowrap;
      overflow: auto;
      font-size: 0;
      letter-spacing: 0; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        margin: 0 15px 2px 0;
        overflow: hidden; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-item {
        margin: 0;
        padding: 0; }
  .halo-block.halo-block-icon-text2 {
    background: #ffffff; }
    .halo-block.halo-block-icon-text2 .halo-row {
      padding-top: 75px;
      padding-bottom: 75px; }
  .halo-block.halo-block-post {
    background: #fafafa; }
    .halo-block.halo-block-post .halo-block-header {
      margin-top: 16px; }
    .halo-block.halo-block-post .halo-row {
      padding: 0;
      margin: 0; }
      .halo-block.halo-block-post .halo-row .halo-row-item {
        margin: 0;
        padding: 0 8px;
        outline: none; }
      .halo-block.halo-block-post .halo-row:not(.slick-initialized) {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0; }
        .halo-block.halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
          display: inline-block;
          vertical-align: top;
          width: 33.3333333%;
          overflow: hidden; }
  .halo-block.halo-top-brands .halo-block-header {
    margin-top: 5px;
    margin-bottom: 36px; }
    .home-layout-2 .halo-block.halo-top-brands .halo-block-header {
      margin-bottom: 25px; }
      .home-layout-2 .halo-block.halo-top-brands .halo-block-header .title {
        font-weight: 700; }
        @media (min-width: 1025px) {
          .home-layout-2 .halo-block.halo-top-brands .halo-block-header .title {
            font-size: 20px; } }
  .halo-block.halo-top-brands .halo-row {
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    letter-spacing: 0; }
    .halo-block.halo-top-brands .halo-row .halo-row-slider {
      display: inline-block;
      vertical-align: top;
      width: 210px;
      overflow: auto;
      margin: 0 0 2px 0;
      padding: 0 0 0 15px; }
    .halo-block.halo-top-brands .halo-row .halo-row-item {
      margin: 0;
      padding: 0; }
      .home-layout-2 .halo-block.halo-top-brands .halo-row .halo-row-item .image-with-border {
        border: 1px solid #e2e5e7;
        border-radius: 4px; }
        .home-layout-2 .halo-block.halo-top-brands .halo-row .halo-row-item .image-with-border img {
          max-height: 68px; }
        .home-layout-2 .halo-block.halo-top-brands .halo-row .halo-row-item .image-with-border:before, .home-layout-2 .halo-block.halo-top-brands .halo-row .halo-row-item .image-with-border:after {
          content: none; }
        .home-layout-2 .halo-block.halo-top-brands .halo-row .halo-row-item .image-with-border:hover {
          border-color: #2d2d2d;
          -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2); }
  .halo-block.halo-banners .halo-block-header {
    margin-top: 7px; }
  .halo-block.halo-banners2 .halo-block-header {
    margin-top: 7px; }
  .halo-block.halo-banners2 .halo-block-footer .button {
    margin-bottom: 5px; }
  .halo-block.halo-block-product .halo-block-header {
    margin-top: 26px; }
  .halo-block.halo-block-product .slick-dots {
    bottom: -45px; }
  .halo-block.halo-block-product2 {
    padding-bottom: 45px; }
  .halo-block.halo-block-product-tabs .halo-block-header {
    margin-bottom: 18px; }
  .halo-block.halo-block-special-product .halo-block-header {
    margin-top: 0 !important; }
    .halo-block.halo-block-special-product .halo-block-header .title {
      color: #ce2b1e; }
  @media (min-width: 768px) {
    .halo-block.halo-block-reviews {
      padding-top: 40px;
      padding-bottom: 40px; }
      .halo-block.halo-block-reviews .halo-block-header {
        text-align: left;
        margin-bottom: 32px; } }
  @media (min-width: 992px) {
    .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
      width: 400px; } }
  @media (min-width: 1025px) {
    .halo-block .halo-block-header .title {
      font-size: 28px; }
    .halo-block .halo-block-header .desc {
      margin-bottom: 40px; }
    .halo-block .halo-block-footer {
      padding-top: 45px;
      padding-bottom: 45px; }
      .halo-block .halo-block-footer .link:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%); }
    .halo-block.halo-block-reviews {
      padding-top: 97px;
      padding-bottom: 100px; }
    .halo-block.halo-block-icon-text .halo-row {
      width: auto;
      min-width: 100%;
      overflow: visible;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
        width: 25%;
        overflow: hidden;
        margin: 0; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
    .halo-block.halo-block-post .halo-block-header {
      margin-top: 36px; }
    .halo-block.halo-block-post .halo-row {
      width: auto;
      padding: 0;
      min-width: 100%;
      overflow: visible;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-block.halo-block-post .halo-row .halo-row-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
    .home-layout-2 .halo-block.halo-top-brands {
      padding-bottom: 15px; }
    .halo-block.halo-top-brands .halo-row {
      overflow: hidden;
      white-space: normal;
      width: auto;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-block.halo-top-brands .halo-row .halo-row-slider {
        width: 20%;
        margin-bottom: 0;
        padding-left: 0; }
      .halo-block.halo-top-brands .halo-row .halo-row-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px; }
    .halo-block.halo-banners2 .halo-block-header {
      margin-top: 42px; }
    .halo-block.halo-block-product .halo-block-header {
      margin-top: 46px; }
    .halo-block.halo-block-product .slick-dots {
      bottom: -65px; }
      .halo-block.halo-block-product .slick-dots li {
        margin-left: 15px;
        margin-right: 15px; }
    .halo-block.halo-block-product2 {
      padding-bottom: 125px; } }

.icon-with-text {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  max-width: 300px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left; }
  .icon-with-text .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px; }
    .icon-with-text .icon svg {
      fill: white;
      stroke: white; }
  .icon-with-text .content {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    white-space: normal; }
    .icon-with-text .content .title {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      margin: 0; }
    .icon-with-text .content .desc {
      margin: 0;
      font-size: 16px;
      color: #050000;
      line-height: 1.625; }
  .icon-with-text.icon-with-text2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px; }
    .icon-with-text.icon-with-text2 .icon {
      width: 75px;
      height: 75px;
      overflow: hidden;
      margin: 0 0 5px 0; }
      .icon-with-text.icon-with-text2 .icon svg {
        fill: #050000;
        stroke: transparent;
        margin: 0 0 0 -20px; }
    .icon-with-text.icon-with-text2 .content {
      padding-left: 0; }
      .icon-with-text.icon-with-text2 .content .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px; }
    .icon-with-text.icon-with-text2 .desc {
      color: #050000; }
  @media (min-width: 1025px) {
    .icon-with-text.icon-with-text2 {
      padding-left: 0; } }

.productCarousel-tabs .tabs {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto; }
  .productCarousel-tabs .tabs .tab {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 2px 15px;
    background: 0;
    border: 0;
    float: none; }
    .productCarousel-tabs .tabs .tab:first-child {
      margin-left: 0; }
    .productCarousel-tabs .tabs .tab.is-active .tab-title {
      color: #050000;
      font-weight: 700;
      border-color: #050000; }
  .productCarousel-tabs .tabs .tab-title {
    color: #050000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.productCarousel-tabs .tabs-contents {
  position: relative; }

.productCarousel-tabs .loadingOverlay:before {
  top: 100%; }

@media (min-width: 551px) {
  .productCarousel-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    white-space: unset;
    overflow-x: hidden;
    margin-bottom: 14px; }
    .productCarousel-tabs .tabs .tab {
      width: auto;
      margin-left: 0;
      margin-bottom: 0; }
      .productCarousel-tabs .tabs .tab.is-active .tab-title span {
        border-bottom: 1px solid #050000; }
    .productCarousel-tabs .tabs .tab-title {
      padding-left: 25px;
      padding-right: 25px;
      line-height: 1.625;
      border: 0;
      border-radius: 0;
      white-space: unset;
      overflow: unset;
      text-overflow: unset; } }

.productCarousel-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; }
  .productCarousel-wrapper .productCarousel {
    width: auto;
    max-width: inherit;
    min-width: auto; }
  .productCarousel-wrapper .productBanner {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 15px 0; }
  .productCarousel-wrapper .bannerContent {
    overflow: hidden;
    position: relative;
    height: 250px; }
  .productCarousel-wrapper .image {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; }
    .productCarousel-wrapper .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      height: 100%;
      max-height: 100%;
      width: 100%;
      max-width: 100%; }
      .productCarousel-wrapper .image img.lazyload, .productCarousel-wrapper .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
  .productCarousel-wrapper .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 35px; }
    .productCarousel-wrapper .content .sub-heading {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
    .productCarousel-wrapper .content .heading {
      font-size: 24px;
      font-weight: 400;
      line-height: 25px;
      color: #ffffff;
      margin: 0 0 5px 0; }
    .productCarousel-wrapper .content .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #ffffff;
      margin: 0 0 10px 0; }
    .productCarousel-wrapper .content .button {
      border-color: #ffffff;
      background: #ffffff;
      color: #f0bc93;
      min-width: 142px; }
  @media (min-width: 768px) {
    .productCarousel-wrapper {
      flex-direction: unset; }
      .productCarousel-wrapper .productCarousel {
        width: 100% !important;
        max-width: calc(100% - 290px); }
      .productCarousel-wrapper .productBanner {
        max-width: 290px;
        margin-bottom: 0; }
      .productCarousel-wrapper .bannerContent {
        overflow: unset;
        height: auto; }
      .productCarousel-wrapper .image img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        height: auto;
        object-fit: unset; }
      .productCarousel-wrapper .content .heading {
        font-size: 32px;
        margin: 0 0 25px 0; }
      .productCarousel-wrapper .content .desc {
        margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .productCarousel-wrapper .bannerContent:before, .productCarousel-wrapper .bannerContent:after {
      position: absolute;
      content: '';
      opacity: 0;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      z-index: 1;
      transition: opacity 0.35s, transform 0.35s; }
    .productCarousel-wrapper .bannerContent:before {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: scale(0, 1);
      transform-origin: 0 0; }
    .productCarousel-wrapper .bannerContent:after {
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      transform: scale(1, 0);
      transform-origin: 100% 0; }
    .productCarousel-wrapper .bannerContent:hover:before, .productCarousel-wrapper .bannerContent:hover:after {
      opacity: 1;
      transform: scale(1); }
    .productCarousel-wrapper .content .button:hover {
      background: transparent;
      color: #ffffff; } }

.halo-short-faqs {
  display: block; }
  .halo-short-faqs .short-faqs-left,
  .halo-short-faqs .short-faqs-right {
    width: 100%; }
  .halo-short-faqs .short-faqs-left {
    display: block;
    margin: 0 0 25px 0; }
    .halo-short-faqs .short-faqs-left .image-wrapper {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 10px auto; }
      .halo-short-faqs .short-faqs-left .image-wrapper img.lazyload, .halo-short-faqs .short-faqs-left .image-wrapper img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .halo-short-faqs .short-faqs-left .content-wrapper {
      width: 100%;
      margin: 0;
      padding: 0;
      max-width: 100%; }
    .halo-short-faqs .short-faqs-left .subtitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      color: #f4ad57;
      text-transform: uppercase;
      margin: 0 0 5px 0;
      display: block; }
      .home-layout-2 .halo-short-faqs .short-faqs-left .subtitle {
        color: #fd6506; }
    .halo-short-faqs .short-faqs-left .title {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.8;
      text-transform: unset;
      margin-bottom: 20px; }
      .halo-short-faqs .short-faqs-left .title br {
        display: none; }
    .halo-short-faqs .short-faqs-left .desc {
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      color: #050000;
      line-height: 1.625;
      margin: 0 0 30px 0; }
      .halo-short-faqs .short-faqs-left .desc span {
        display: block;
        margin: 0 0 30px 0; }
        .halo-short-faqs .short-faqs-left .desc span:last-child {
          margin-bottom: 0; }
    .halo-short-faqs .short-faqs-left .signature {
      display: block;
      width: 155px;
      margin: 0 0 12px 0; }
      .halo-short-faqs .short-faqs-left .signature img.lazyload, .halo-short-faqs .short-faqs-left .signature img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .halo-short-faqs .short-faqs-left .name {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.8;
      text-transform: unset;
      margin-bottom: 0; }
    .halo-short-faqs .short-faqs-left .company {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: #969696;
      position: relative;
      top: -8px; }
  .halo-short-faqs .short-faqs-right {
    position: relative; }
    .halo-short-faqs .short-faqs-right .subtitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      color: #f4ad57;
      text-transform: uppercase;
      margin: 0 0 15px 0;
      display: block; }
      .home-layout-2 .halo-short-faqs .short-faqs-right .subtitle {
        color: #fd6506; }
    .halo-short-faqs .short-faqs-right .card {
      margin-bottom: 15px; }
      .halo-short-faqs .short-faqs-right .card:last-child {
        margin-bottom: 0; }
    .halo-short-faqs .short-faqs-right .card-header {
      border: 0;
      position: relative;
      background-color: #f2f2f2;
      padding: 0; }
    .halo-short-faqs .short-faqs-right .card-body {
      padding: 27px 0 25px 0; }
    .halo-short-faqs .short-faqs-right .title {
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      color: #050000;
      border: 1px solid #dcdcdc;
      border-radius: 3px;
      text-transform: unset;
      text-align: left;
      padding: 12px 45px 13px 15px;
      margin: 0 0 1px 0;
      background: #ffffff; }
      .halo-short-faqs .short-faqs-right .title.collapsed {
        position: relative; }
        .halo-short-faqs .short-faqs-right .title.collapsed:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          z-index: 2;
          width: 5px;
          height: calc(100% + 2px);
          transition: all 0.3s ease;
          background-color: #f4ad57;
          border-radius: 3px 0 0 3px; }
          .home-layout-2 .halo-short-faqs .short-faqs-right .title.collapsed:before {
            background-color: #fd6506; }
        .halo-short-faqs .short-faqs-right .title.collapsed + .icon-plus:before {
          transform: translateY(-50%) rotate(90deg); }
    .halo-short-faqs .short-faqs-right .icon-plus {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      z-index: 2;
      pointer-events: none;
      transform: translateY(-50%);
      background: #fafafa; }
      .halo-short-faqs .short-faqs-right .icon-plus:before, .halo-short-faqs .short-faqs-right .icon-plus:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 2;
        transition: all 0.3s ease;
        transform: translate(50%, -50%);
        background: #050000; }
      .halo-short-faqs .short-faqs-right .icon-plus:before {
        width: 2px;
        height: 16px; }
      .halo-short-faqs .short-faqs-right .icon-plus:after {
        width: 16px;
        height: 2px; }
    .halo-short-faqs .short-faqs-right .collapse {
      position: relative;
      display: none; }
    .halo-short-faqs .short-faqs-right .faqs-paragraph-footer {
      text-align: right;
      margin: 15px 0 0 0;
      padding: 11px 13px 30px 0; }
    .halo-short-faqs .short-faqs-right .link {
      font-size: 16px;
      font-style: italic;
      color: #050000; }
      .halo-short-faqs .short-faqs-right .link span {
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
      .halo-short-faqs .short-faqs-right .link:after {
        content: ">";
        position: absolute;
        font-size: 20px;
        line-height: 1;
        top: 2px;
        right: -13px; }
  @media (min-width: 551px) {
    .halo-short-faqs {
      display: flex;
      justify-content: space-between; }
      .halo-short-faqs .short-faqs-left,
      .halo-short-faqs .short-faqs-right {
        width: 50%; }
      .halo-short-faqs .short-faqs-left {
        margin-bottom: 0; }
        .halo-short-faqs .short-faqs-left .image-wrapper {
          margin: 10px auto 10px auto; }
        .halo-short-faqs .short-faqs-left .content-wrapper {
          padding-right: 20px; }
      .halo-short-faqs .short-faqs-right .title {
        padding-left: 25px; } }
  @media (min-width: 992px) {
    .halo-short-faqs .short-faqs-left {
      display: flex;
      flex-wrap: nowrap; }
      .halo-short-faqs .short-faqs-left .image-wrapper {
        margin: 10px 0 0 0; }
      .halo-short-faqs .short-faqs-left .content-wrapper {
        width: calc(100% - 130px);
        margin-left: 45px;
        max-width: 70%;
        padding-right: 20px; }
      .halo-short-faqs .short-faqs-left .title br {
        display: inherit; } }
  @media (min-width: 1025px) {
    .halo-short-faqs {
      padding: 50px 0 26px 0; } }

.halo-recent-post .item {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.1), 0 1px 2px -2px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  width: 100%;
  overflow: hidden; }
  .home-layout-2 .halo-recent-post .item {
    box-shadow: none; }

.halo-recent-post .item-image {
  display: block;
  margin: 0 -1px; }
  .halo-recent-post .item-image a {
    display: block;
    overflow: hidden; }
    .halo-recent-post .item-image a:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 66%; }
    .halo-recent-post .item-image a img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;';
      transition: all .7s ease; }

.halo-recent-post .item-content {
  padding: 26px 35px 32px;
  background: #ffffff; }
  .halo-recent-post .item-content .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px; }
    .halo-recent-post .item-content .title a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
  .halo-recent-post .item-content .date {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #969696;
    text-align: left;
    margin: 0 0 12px 0; }
  .halo-recent-post .item-content .summary {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000;
    padding: 0 0 12px 0; }
  .halo-recent-post .item-content .link {
    font-size: 16px;
    font-weight: 400;
    color: #050000;
    line-height: 1.625;
    transition: unset; }
    .halo-recent-post .item-content .link:after {
      content: ">";
      position: absolute;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      top: 1px;
      right: -15px; }

.halo-recent-post .slick-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid white;
  fill: #4f949e;
  background-color: white;
  padding: 12px;
  border-radius: 3px;
  opacity: 1 !important; }

@media (max-width: 1024px) {
  .halo-recent-post:not(.slick-slider) {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin: 0 -15px !important;
    padding: 0 0 0 15px !important; }
    .halo-recent-post:not(.slick-slider) .halo-row-slider {
      padding: 0;
      margin: 0 15px 0 0;
      white-space: normal;
      width: auto !important; }
      .halo-recent-post:not(.slick-slider) .halo-row-slider .halo-row-item {
        width: 400px;
        padding: 0;
        border: 1px solid #ebebeb; } }

@media (max-width: 550px) {
  .halo-recent-post:not(.slick-slider) .halo-row-slider .halo-row-item {
    width: 300px; } }

@media (min-width: 1025px) {
  .halo-recent-post .item-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    content: '';
    visibility: hidden;
    background-color: rgba(2, 15, 6, 0.35);
    transition: all .5s ease; }
  .halo-recent-post .item-image a:hover img {
    transform: scale3d(1.1, 1.1, 1); }
  .halo-recent-post .item-image a:hover:before {
    opacity: 1;
    visibility: visible; }
  .halo-recent-post .item-content .link:hover {
    color: #f16547;
    background-image: linear-gradient(transparent 97%, #f16547 3%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  .halo-recent-post .slick-arrow:hover {
    fill: white;
    border-color: #4f949e;
    background-color: #4f949e; } }

.halo-about-us {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .halo-about-us .about-us-left,
  .halo-about-us .about-us-right {
    width: 100%;
    overflow: hidden; }
    .halo-about-us .about-us-left .title,
    .halo-about-us .about-us-right .title {
      font-size: 24px;
      font-weight: 400;
      line-height: 25px;
      margin: 0;
      text-transform: inherit;
      padding: 15px 0;
      text-align: center; }
  .halo-about-us .about-us-left {
    background: #fafafa;
    padding: 0 15px; }
    .halo-about-us .about-us-left .content {
      padding: 25px 0px 30px; }
    .halo-about-us .about-us-left .content-bottom {
      display: flex;
      flex-wrap: wrap;
      margin: 42px 0 0 0; }
    .halo-about-us .about-us-left .desc {
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 1.625;
      margin: 0 0 23px 0; }
    .halo-about-us .about-us-left ul {
      list-style: outside disc;
      margin: 0 0 0 15px; }
      .halo-about-us .about-us-left ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.625;
        color: #050000; }
        .halo-about-us .about-us-left ul li + li {
          margin-top: 13px; }
      .halo-about-us .about-us-left ul a {
        font-style: italic;
        color: #050000;
        background-image: linear-gradient(transparent 97%, #050000 3%);
        background-repeat: repeat-x;
        background-position-y: 0;
        transition: unset; }
      .halo-about-us .about-us-left ul .bold {
        font-weight: 700; }
    .halo-about-us .about-us-left .image-wrapper {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 0 25px 0; }
      .halo-about-us .about-us-left .image-wrapper img {
        width: 86px;
        border-radius: 50%; }
    .halo-about-us .about-us-left .content-wrapper {
      display: block;
      width: 100%;
      text-align: center; }
      .halo-about-us .about-us-left .content-wrapper .name {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 0; }
      .halo-about-us .about-us-left .content-wrapper .company {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        color: #969696;
        line-height: 26px;
        margin: 0;
        position: relative;
        top: -5px; }
  .halo-about-us .about-us-right {
    background: #fcead5;
    position: relative; }
    .halo-about-us .about-us-right .content {
      padding: 25px 0px 30px; }
    .halo-about-us .about-us-right .items {
      display: block;
      overflow: auto;
      white-space: nowrap; }
    .halo-about-us .about-us-right .item {
      width: 40%;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 2px 0; }
      .halo-about-us .about-us-right .item:first-child {
        margin-left: 15px; }
    .halo-about-us .about-us-right .image-with-border {
      text-align: center; }
      .halo-about-us .about-us-right .image-with-border img {
        width: 100%; }
        .halo-about-us .about-us-right .image-with-border img.lazyload, .halo-about-us .about-us-right .image-with-border img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
  @media (min-width: 321px) {
    .halo-about-us .about-us-left {
      flex-wrap: nowrap;
      align-items: center; }
      .halo-about-us .about-us-left .image-wrapper {
        width: 86px;
        margin-bottom: 0;
        margin-right: 25px; }
      .halo-about-us .about-us-left .content-wrapper {
        width: calc(100% - 111px);
        text-align: left;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap; }
        .halo-about-us .about-us-left .content-wrapper .name {
          width: 100%; } }
  @media (min-width: 768px) {
    .halo-about-us .about-us-right .items {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
    .halo-about-us .about-us-right .item {
      width: 33.3333333%;
      padding: 10px;
      margin-right: 0;
      margin-bottom: 0; }
      .halo-about-us .about-us-right .item:first-child {
        margin-left: 0; } }
  @media (min-width: 992px) {
    .halo-about-us {
      flex-direction: unset; }
      .halo-about-us .about-us-left,
      .halo-about-us .about-us-right {
        width: 50%; }
        .halo-about-us .about-us-left .title,
        .halo-about-us .about-us-right .title {
          text-align: left;
          font-size: 28px;
          margin-bottom: 16px; }
      .halo-about-us .about-us-right .title {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1025px) {
    .halo-about-us .about-us-left {
      padding-left: 0;
      padding-right: 0; }
      .halo-about-us .about-us-left .content {
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 82px;
        padding-bottom: 100px; }
      .halo-about-us .about-us-left ul a:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%); }
    .halo-about-us .about-us-right .title {
      padding-left: 0;
      padding-right: 0; }
    .halo-about-us .about-us-right .content {
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 82px; }
    .halo-about-us .about-us-right .items {
      margin-left: -10px;
      margin-right: -10px;
      width: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1600px) {
    .halo-about-us .about-us-left .content {
      padding-left: 0;
      padding-right: 0;
      max-width: 700px;
      margin-left: calc((200% - 1570px)/ 2); }
    .halo-about-us .about-us-right .content {
      padding-left: 0;
      padding-right: 0;
      max-width: 670px;
      margin-right: calc((200% - 1570px)/ 2); } }

.sitemap-list {
  margin: 0; }
  .sitemap-list li a {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.625;
    transition: unset; }
  .sitemap-list li h3 {
    font-weight: 400; }
  .sitemap-list > li {
    list-style: none; }
    .sitemap-list > li + li {
      margin-top: 20px; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.halo-spacial-product {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .halo-spacial-product:before, .halo-spacial-product:after {
    content: " ";
    display: table; }
  .halo-spacial-product:after {
    clear: both; }
  .halo-spacial-product .loadingOverlay {
    display: block; }
  .halo-spacial-product .productView {
    padding-top: 0; }
  .halo-spacial-product .halo-productView-left {
    width: 100%; }
  .halo-spacial-product .halo-productView-right {
    width: 100%;
    margin-bottom: 0; }
    .halo-spacial-product .halo-productView-right .productView-details {
      width: 100%; }
  .halo-spacial-product .productView-countDown {
    margin-top: 17px; }
    .halo-spacial-product .productView-countDown .num {
      color: #050000; }
  .halo-spacial-product .productView-bottomInfo .productView-shortDesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
  .halo-spacial-product [data-product-attribute] .form-option .form-option-expanded {
    display: none; }
  .halo-spacial-product [data-product-attribute] .form-option:hover .form-option-expanded {
    display: block; }
  @media (min-width: 992px) {
    .halo-spacial-product .halo-productView-left {
      display: flex;
      width: calc(100% - 450px);
      padding: 0 30px 0 0; }
    .halo-spacial-product .halo-productView-right {
      width: 450px; }
    .halo-spacial-product .productView-image-wrapper {
      width: calc(100% - 95px); }
    .halo-spacial-product .productView-thumbnail-wrapper {
      order: -1;
      width: 100px;
      padding: 0 30px 0 0;
      margin-top: 0; }
      .halo-spacial-product .productView-thumbnail-wrapper .productView-for {
        padding-left: 0;
        padding-right: 0;
        margin-top: -6px; }
        .halo-spacial-product .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
          white-space: unset;
          overflow: unset; }
          .halo-spacial-product .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
            width: 100%; }
      .halo-spacial-product .productView-thumbnail-wrapper .slick-arrow.slick-prev {
        left: 25px;
        top: -43px;
        transform: rotate(90deg); }
      .halo-spacial-product .productView-thumbnail-wrapper .slick-arrow.slick-next {
        right: unset;
        top: auto;
        bottom: -43px;
        left: 25px;
        transform: rotate(90deg); }
      .halo-spacial-product .productView-thumbnail-wrapper.arrows-visible {
        display: flex;
        align-items: center; }
        .halo-spacial-product .productView-thumbnail-wrapper.arrows-visible .productView-for {
          margin-top: 0; }
    .halo-spacial-product .productView-thumbnail {
      padding: 6px 0; }
      .halo-spacial-product .productView-thumbnail .productView-thumbnail-link:after {
        padding-bottom: 122%; } }
  @media (min-width: 1025px) {
    .halo-spacial-product {
      padding-bottom: 50px; } }
  @media (min-width: 1400px) {
    .halo-spacial-product .productView-image-wrapper {
      width: 100%; }
    .halo-spacial-product .productView-thumbnail-wrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100px; } }
  @media (min-width: 1600px) {
    .halo-spacial-product .halo-productView-left {
      padding-right: 50px; } }
  @media (min-width: 1920px) {
    .halo-spacial-product .halo-productView-left {
      padding-right: 110px; } }

.halo-banners.halo-banners2 {
  background-color: #fafafa; }

#halo_instagram .halo-banners.halo-banners2 {
  background: #ffffff; }

#halo_instagram .halo-block-footer .button {
  min-width: 200px; }

@media (min-width: 1025px) {
  #halo_instagram .halo-block-footer .button {
    margin-bottom: 25px; } }

.halo-image-collection {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  padding: 0 15px; }
  .halo-image-collection > .item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: auto; }
  .halo-image-collection .image-collection {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 300px;
    position: relative; }
    .halo-image-collection .image-collection .image-with-overlay:after {
      padding-bottom: 80%; }
    .halo-image-collection .image-collection .content-wrapper {
      position: absolute;
      top: auto;
      left: 35px;
      bottom: 35px;
      z-index: 3;
      width: calc(100% - 70px);
      padding: 0;
      display: block;
      text-align: left; }
    .halo-image-collection .image-collection .subtitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      text-transform: uppercase;
      color: white; }
    .halo-image-collection .image-collection .title {
      font-size: 24px;
      font-weight: 400;
      line-height: 25px;
      text-transform: capitalize;
      color: #f8f8f8;
      margin: 7px 0 18px 0; }
    .halo-image-collection .image-collection .button {
      min-width: 158px; }
    .halo-image-collection .image-collection.half-height .image-with-overlay img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .halo-image-collection .item-child {
    display: inline-block;
    vertical-align: top;
    width: 300px; }
    .halo-image-collection .item-child + .item-child {
      margin-left: 16px; }
    .halo-image-collection .item-child.two-item-child {
      width: 600px;
      margin-right: 15px; }
      .halo-image-collection .item-child.two-item-child .image-collection {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        padding: 0; }
  @media (min-width: 551px) {
    .halo-image-collection {
      margin-left: -8px;
      margin-right: -8px;
      white-space: unset;
      overflow: unset;
      padding-left: 0;
      padding-right: 0; }
      .halo-image-collection > .item {
        vertical-align: middle;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px; }
        .halo-image-collection > .item + .item {
          margin-top: 16px; }
      .halo-image-collection .image-collection {
        display: block;
        width: 100%;
        position: relative;
        margin-right: 0; }
        .halo-image-collection .image-collection.half-height .image-with-overlay img {
          width: auto;
          height: auto;
          object-fit: unset; }
        .halo-image-collection .image-collection.half-height .image-with-overlay:after {
          padding-bottom: calc(40% - 8px); }
      .halo-image-collection .item-child {
        display: block;
        width: auto; }
        .halo-image-collection .item-child + .item-child {
          margin-left: 0;
          margin-top: 16px; }
        .halo-image-collection .item-child.two-item-child {
          display: block;
          font-size: 0;
          letter-spacing: 0;
          margin-left: -8px;
          margin-right: -8px;
          width: auto; }
          .halo-image-collection .item-child.two-item-child .image-collection {
            width: 50%;
            padding-left: 8px;
            padding-right: 8px; }
            .halo-image-collection .item-child.two-item-child .image-collection .content-wrapper {
              left: 43px;
              width: calc(100% - 86px); } }
  @media (min-width: 992px) {
    .halo-image-collection > .item {
      width: 50%; }
      .halo-image-collection > .item + .item {
        margin-top: 0; }
    .halo-image-collection .image-collection .image-with-overlay:after {
      padding-bottom: calc(105% + 2px); }
    .halo-image-collection .image-collection.half-height .image-with-overlay:after {
      padding-bottom: calc(53% - 10px); } }
  @media (min-width: 1025px) {
    .halo-image-collection {
      margin-left: -15px;
      margin-right: -15px; }
      .halo-image-collection > .item {
        padding-left: 15px;
        padding-right: 15px; }
      .halo-image-collection .image-collection .title {
        font-size: 32px;
        margin-bottom: 34px; }
      .halo-image-collection .image-collection.half-height .image-with-overlay:after {
        padding-bottom: calc(53% - 16px); }
      .halo-image-collection .image-collection:hover .image-with-overlay img.lazyloaded {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .halo-image-collection .image-collection:hover .image-with-overlay:before {
        opacity: 1;
        visibility: visible; }
      .halo-image-collection .item-child + .item-child {
        margin-top: 30px; }
      .halo-image-collection .item-child.two-item-child {
        margin-left: -15px;
        margin-right: -15px; }
        .halo-image-collection .item-child.two-item-child .image-collection {
          padding-left: 15px;
          padding-right: 15px; }
          .halo-image-collection .item-child.two-item-child .image-collection .content-wrapper {
            left: 50px;
            width: calc(100% - 100px); } }

#halo_top2_banners .halo-image-collection .item .image-collection .image-with-overlay:before {
  border-radius: 4px; }

#halo_top2_banners .halo-image-collection .item .image-collection .content-wrapper {
  bottom: 50%;
  transform: translateY(50%); }

#halo_top2_banners .halo-image-collection .item .image-collection .title {
  margin-top: 0;
  font-weight: 700;
  color: #050000;
  margin-bottom: 10px; }

#halo_top2_banners .halo-image-collection .item .image-collection .subtitle {
  font-size: 16px;
  display: block;
  color: #050000;
  text-transform: none; }

#halo_top2_banners .halo-image-collection .item .image-collection .button {
  margin-top: 20px;
  min-width: 140px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  font-weight: 500; }

@media (min-width: 551px) {
  #halo_top2_banners .halo-image-collection {
    margin-top: 30px; }
    #halo_top2_banners .halo-image-collection > .item:first-child .image-collection .image-with-overlay:after {
      padding-bottom: 89.47368421052635%; }
    #halo_top2_banners .halo-image-collection > .item:last-child .image-collection .image-with-overlay:after {
      padding-bottom: 51.06382978723405%; } }

@media (min-width: 992px) {
  #halo_top2_banners .halo-image-collection > .item .image-collection .title {
    font-size: 30px; }
  #halo_top2_banners .halo-image-collection > .item .image-collection .button {
    height: 45px; }
  #halo_top2_banners .halo-image-collection > .item:first-child {
    width: 37.5%; }
  #halo_top2_banners .halo-image-collection > .item:last-child {
    width: 62.5%; } }

@media (max-width: 1024px) {
  #halo_top2_banners .halo-image-collection > .item .image-collection .title {
    font-size: 24px; } }

#home2_bottom_banners .halo-image-collection > .item .image-collection .image-with-overlay:before {
  border-radius: 4px; }

#home2_bottom_banners .halo-image-collection > .item .image-collection .content-wrapper {
  top: 30px;
  left: 30px;
  bottom: auto;
  max-width: calc(100% - 60px); }
  @media (min-width: 1200px) {
    #home2_bottom_banners .halo-image-collection > .item .image-collection .content-wrapper {
      max-width: calc(100% - 100px);
      top: 75px;
      left: 50px; } }

#home2_bottom_banners .halo-image-collection > .item .image-collection .title {
  margin-top: 0;
  font-weight: 700;
  color: #050000;
  margin-bottom: 10px;
  line-height: 1.2; }
  @media (min-width: 1025px) {
    #home2_bottom_banners .halo-image-collection > .item .image-collection .title {
      font-size: 30px; } }

#home2_bottom_banners .halo-image-collection > .item .image-collection .subtitle {
  font-size: 16px;
  display: block;
  color: #050000;
  text-transform: none; }

#home2_bottom_banners .halo-image-collection > .item .image-collection .button {
  margin-top: 20px;
  min-width: 140px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  font-weight: 500;
  min-width: 160px; }
  @media (min-width: 1200px) {
    #home2_bottom_banners .halo-image-collection > .item .image-collection .button {
      margin-top: 25px; } }

@media (min-width: 551px) {
  #home2_bottom_banners .halo-image-collection > .item {
    width: 33.3333%;
    margin-top: 0; } }

#home2_bottom_banners .halo-image-collection > .item .image-collection .image-with-overlay:after {
  padding-bottom: 93.99999999999996%; }

@media (max-width: 767px) {
  #home2_bottom_banners .halo-image-collection {
    overflow: auto;
    white-space: nowrap; }
    #home2_bottom_banners .halo-image-collection .item {
      width: auto;
      display: inline-block;
      vertical-align: top;
      margin-top: 0; }
    #home2_bottom_banners .halo-image-collection .image-collection {
      width: 300px; }
    #home2_bottom_banners .halo-image-collection .content-wrapper {
      white-space: normal; } }

@media (max-width: 550px) {
  #home2_bottom_banners .halo-image-collection {
    overflow: unset;
    white-space: normal; }
    #home2_bottom_banners .halo-image-collection .item {
      width: 100%;
      display: block; }
      #home2_bottom_banners .halo-image-collection .item .image-collection {
        width: 100%;
        margin-right: 0; }
      #home2_bottom_banners .halo-image-collection .item + .item {
        margin-top: 15px; }
      #home2_bottom_banners .halo-image-collection .item:last-child .image-collection {
        margin-right: 0; } }

.halo-image-collection2 {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  padding: 0 15px; }
  .halo-image-collection2 .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    margin: 0 15px 2px 0;
    white-space: normal;
    padding: 0; }
    .halo-image-collection2 .item:last-child {
      margin-right: 0; }
  .halo-image-collection2 .image-collection2 {
    position: relative; }
    .halo-image-collection2 .image-collection2 .image-with-overlay:after {
      padding-bottom: 100%; }
    .halo-image-collection2 .image-collection2 .content-wrapper {
      position: absolute;
      top: auto;
      left: 35px;
      bottom: 35px;
      z-index: 3;
      width: calc(100% - 70px);
      padding: 0;
      display: block;
      text-align: left; }
    .halo-image-collection2 .image-collection2 .title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: capitalize;
      color: #f8f8f8;
      margin: 7px 0 18px 0;
      display: inline-block;
      vertical-align: top; }
    .halo-image-collection2 .image-collection2 .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: white;
      margin: 0;
      position: relative;
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      transition: all .7s ease, z-index 0s ease; }
    .halo-image-collection2 .image-collection2 .button {
      min-width: 158px; }
  @media (min-width: 551px) {
    .halo-image-collection2 .item {
      width: 50%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .halo-image-collection2 .item {
      width: 40%; } }
  @media (min-width: 1025px) {
    .halo-image-collection2 {
      margin-left: -15px;
      margin-right: -15px;
      white-space: unset;
      overflow: hidden;
      padding-left: 0; }
      .halo-image-collection2 .item {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0; }
        .halo-image-collection2 .item:nth-child(-n+4) {
          margin-top: 0; }
      .halo-image-collection2 .image-collection2 .image-with-overlay:after {
        padding-bottom: calc(120% - 1px); }
      .halo-image-collection2 .image-collection2 .title {
        font-size: 32px;
        margin-bottom: 30px;
        max-width: 158px; }
      .halo-image-collection2 .image-collection2:hover .image-with-overlay img.lazyloaded {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .halo-image-collection2 .image-collection2:hover .image-with-overlay:before {
        opacity: 1;
        visibility: visible; }
      .halo-image-collection2 .image-collection2:hover .title {
        display: inline;
        max-width: 100%;
        background-image: linear-gradient(transparent 97%, white 3%);
        background-repeat: repeat-x;
        background-position-y: -4px; }
      .halo-image-collection2 .image-collection2:hover .desc {
        opacity: 1;
        height: auto;
        visibility: visible;
        margin: 10px 0 0 0; }
      .halo-image-collection2 .image-collection2:hover .button {
        margin-top: 30px; }
      .halo-image-collection2.halo-image-instagram {
        margin-left: -5px;
        margin-right: -5px; }
        .halo-image-collection2.halo-image-instagram .item {
          padding-left: 5px;
          padding-right: 5px;
          margin-top: 10px; }
          .halo-image-collection2.halo-image-instagram .item:nth-child(-n+4) {
            margin-top: 0; }
        .halo-image-collection2.halo-image-instagram .image-collection2 .image-with-overlay:after {
          padding-bottom: 100%; } }

.halo-banner-parallax {
  overflow: hidden;
  text-align: left; }
  .halo-banner-parallax .image-wrapper img {
    display: none; }
    .halo-banner-parallax .image-wrapper img.image-mobile {
      display: block; }
    .halo-banner-parallax .image-wrapper img.lazyload, .halo-banner-parallax .image-wrapper img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
  .halo-banner-parallax .image-wrapper .white-banner {
    display: none; }
  .halo-banner-parallax .content-wrapper {
    display: inline-block;
    vertical-align: top;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 20px 0 0 0; }
    .halo-banner-parallax .content-wrapper .subtitle {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      text-transform: uppercase;
      color: #f4ad57;
      margin: 0 0 5px 0; }
      .home-layout-2 .halo-banner-parallax .content-wrapper .subtitle {
        color: #fd6506; }
    .halo-banner-parallax .content-wrapper .title {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: unset; }
      .halo-banner-parallax .content-wrapper .title span:before {
        top: 21px;
        width: calc(100% + 10px); }
    .halo-banner-parallax .content-wrapper .desc {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000;
      margin: 0 0 25px 0; }
    .halo-banner-parallax .content-wrapper .button {
      min-width: 200px; }
  @media (min-width: 768px) {
    .halo-banner-parallax {
      display: flex;
      flex-direction: row-reverse; }
      .halo-banner-parallax .image-wrapper {
        width: 50%; }
        .halo-banner-parallax .image-wrapper img.image-mobile {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: right; }
      .halo-banner-parallax .content-wrapper {
        width: 50%;
        padding-top: 0;
        padding-right: 15px; } }
  @media (min-width: 992px) {
    .halo-banner-parallax {
      display: block;
      position: relative; }
      .halo-banner-parallax .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%; }
        .halo-banner-parallax .image-wrapper img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 100%;
          height: auto;
          transform: translate(-50%, -50%); }
          .halo-banner-parallax .image-wrapper img.image-mobile {
            display: none; }
        .halo-banner-parallax .image-wrapper .white-banner {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          z-index: 3;
          width: 400px;
          height: 100%;
          display: inline-block;
          background-color: #ffffff; }
      .halo-banner-parallax .content-wrapper {
        width: 100%;
        max-width: 510px;
        padding: 80px 30px; }
        .halo-banner-parallax .content-wrapper .title {
          font-size: 40px;
          margin-bottom: 30px; }
          .halo-banner-parallax .content-wrapper .title span:before {
            top: 31px;
            width: calc(100% + 22px); }
        .halo-banner-parallax .content-wrapper .desc {
          margin-bottom: 40px; } }
  @media (min-width: 1400px) {
    .halo-banner-parallax .image-wrapper .white-banner {
      width: 680px; }
    .halo-banner-parallax .content-wrapper {
      padding: 110px 30px 135px 0; } }

.halo-banner-parallax2 {
  position: relative;
  overflow: hidden; }
  .halo-banner-parallax2 .image-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
    height: 150px; }
  .halo-banner-parallax2 .content-wrapper {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: -115px auto 0 auto; }
  .halo-banner-parallax2 .halo-row:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .halo-banner-parallax2 .halo-row:not(.slick-initialized) .halo-row-slider {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      overflow: hidden; }
  .halo-banner-parallax2 .customer-reviews-content {
    width: 100%; }
  .halo-banner-parallax2 .title {
    font-size: 28px;
    font-weight: 400;
    color: white;
    padding: 0;
    margin-bottom: 20px;
    text-align: center; }
  .halo-banner-parallax2 .avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto; }
    .halo-banner-parallax2 .avatar img {
      width: 100%; }
      .halo-banner-parallax2 .avatar img.lazyload, .halo-banner-parallax2 .avatar img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
  .halo-banner-parallax2 .desc {
    display: block;
    padding: 0 0 15px 0;
    font-size: 16px;
    font-style: italic;
    color: #050000;
    text-align: center; }
  .halo-banner-parallax2 .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #050000;
    margin: 15px 0px 4px; }
  .halo-banner-parallax2 .company {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    color: #050000;
    text-align: center; }
  @media (min-width: 551px) {
    .halo-banner-parallax2 .image-wrapper {
      height: 600px; }
    .halo-banner-parallax2 .content-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0; }
    .halo-banner-parallax2 .desc {
      padding-top: 3px;
      padding-bottom: 18px;
      color: white; }
    .halo-banner-parallax2 .name {
      color: white; }
    .halo-banner-parallax2 .company {
      color: white; }
    .halo-banner-parallax2 .slick-dots {
      bottom: -100px; }
      .halo-banner-parallax2 .slick-dots li button {
        border-color: #eff1ee; }
      .halo-banner-parallax2 .slick-dots li.slick-active button {
        background-color: #ffffff;
        border-color: #ffffff; } }
  @media (min-width: 768px) {
    .halo-banner-parallax2 .halo-row {
      width: auto;
      padding: 0;
      min-width: 100%;
      overflow: visible;
      margin-left: -8px;
      margin-right: -8px; }
      .halo-banner-parallax2 .halo-row .halo-row-item {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px; } }
  @media (min-width: 992px) {
    .halo-banner-parallax2 .customer-reviews-content {
      width: 770px;
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    .halo-banner-parallax2 .image-wrapper {
      height: 720px;
      background-attachment: fixed; }
    .halo-banner-parallax2 .halo-row {
      margin-left: -15px;
      margin-right: -15px; }
      .halo-banner-parallax2 .halo-row .halo-row-item {
        padding-left: 15px;
        padding-right: 15px; }
    .halo-banner-parallax2 .slick-dots {
      bottom: -135px; }
      .halo-banner-parallax2 .slick-dots li {
        margin-left: 15px;
        margin-right: 15px; }
    .halo-banner-parallax2 .slick-arrow {
      width: 40px;
      height: 40px;
      fill: #ffffff; } }

.halo-fullwidth-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #274b4f;
  margin: 20px 0 0 0; }
  .halo-fullwidth-banner .video-block-left,
  .halo-fullwidth-banner .video-block-right {
    width: 100%; }
  .halo-fullwidth-banner .video-block-left {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 0 30px 15px; }
  .halo-fullwidth-banner .video-block-right {
    position: relative;
    padding: 0; }
  .halo-fullwidth-banner .video-block-content .subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #f4ad57;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .home-layout-2 .halo-fullwidth-banner .video-block-content .subtitle {
      color: #fd6506; }
  .halo-fullwidth-banner .video-block-content .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    position: relative;
    text-transform: unset;
    margin-bottom: 29px; }
    .halo-fullwidth-banner .video-block-content .title span:before {
      top: 58px;
      width: calc(100% + 25px); }
  .halo-fullwidth-banner .video-block-content .desc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: white;
    margin: 0 0 37px 0; }
  .halo-fullwidth-banner .video-block-content .button {
    min-width: 200px; }
  .halo-fullwidth-banner .video-block-image {
    display: block;
    width: 100%; }
    .halo-fullwidth-banner .video-block-image img {
      width: 100%; }
      .halo-fullwidth-banner .video-block-image img.lazyload, .halo-fullwidth-banner .video-block-image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
      .halo-fullwidth-banner .video-block-image img.lazyloaded {
        transition: all .7s ease; }
  .halo-fullwidth-banner .block-content-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 19;
    cursor: pointer; }
  @media (min-width: 768px) {
    .halo-fullwidth-banner {
      flex-wrap: nowrap; }
      .halo-fullwidth-banner .video-block-left,
      .halo-fullwidth-banner .video-block-right {
        width: 50%;
        padding: 0 0 0 15px; }
      .halo-fullwidth-banner .video-block-right {
        height: 560px;
        overflow: hidden; }
      .halo-fullwidth-banner .video-block-image {
        overflow: hidden;
        height: 100%; }
        .halo-fullwidth-banner .video-block-image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          height: 100%; }
      .halo-fullwidth-banner .video-block-content .desc {
        max-width: 95%; } }
  @media (min-width: 992px) {
    .halo-fullwidth-banner .video-block-content .title {
      font-size: 40px; }
      .halo-fullwidth-banner .video-block-content .title span:before {
        top: 80px;
        width: calc(100% + 30px); } }
  @media (min-width: 1025px) {
    .halo-fullwidth-banner .video-block-left {
      padding-left: 30px; }
    .halo-fullwidth-banner .video-block-right:hover .video-block-image img {
      transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1); }
    .halo-fullwidth-banner .video-block-right:hover .video-block-image:before {
      opacity: 1;
      visibility: visible; }
    .halo-fullwidth-banner .video-block-image:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      visibility: hidden;
      background-color: rgba(2, 15, 6, 0.35);
      transition: all .5s ease; }
    .halo-fullwidth-banner .video-block-content .desc {
      max-width: 85%; } }
  @media (min-width: 1281px) {
    .halo-fullwidth-banner .video-block-left {
      padding-left: 60px; } }
  @media (min-width: 1600px) {
    .halo-fullwidth-banner .video-block-left {
      width: 30%;
      padding-left: 60px; }
    .halo-fullwidth-banner .video-block-right {
      width: 70%;
      height: auto; }
      .halo-fullwidth-banner .video-block-right:hover .video-block-image img {
        transform: scale3d(1.05, 1.05, 1); }
    .halo-fullwidth-banner .video-block-image {
      overflow: hidden;
      height: 100%; }
      .halo-fullwidth-banner .video-block-image img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        object-fit: unset;
        height: auto; }
    .halo-fullwidth-banner .video-block-content .desc {
      max-width: 305px; } }
  @media (min-width: 1690px) {
    .halo-fullwidth-banner .video-block-left {
      padding-left: calc((100% - 1570px)/ 2); } }
  @media (min-width: 1920px) {
    .halo-fullwidth-banner .video-block-left {
      padding-left: calc((100% - 1570px)/ 2);
      width: 40%; }
    .halo-fullwidth-banner .video-block-right {
      width: 60%; } }

.page-listing-header {
  position: relative; }
  .page-listing-header img {
    display: block;
    width: 100%; }
    .page-listing-header img.lazyload, .page-listing-header img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
  .page-listing-header p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 15px;
    margin: 0; }
    .page-listing-header p + p {
      margin-top: 15px; }

.page-listing-footer p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding: 15px;
  margin: 0; }
  .page-listing-footer p + p {
    margin-top: 15px; }

.page-listing-footer .halo-fullwidth-banner {
  background: #fcf2e9;
  margin-top: 0; }
  .page-listing-footer .halo-fullwidth-banner .video-block-left {
    position: relative;
    overflow: hidden;
    padding: 0; }
  .page-listing-footer .halo-fullwidth-banner .video-block-right {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 38px 15px 47px 15px; }
  .page-listing-footer .halo-fullwidth-banner .video-block-content .title {
    line-height: 1.75;
    color: #050000;
    position: relative;
    top: -8px;
    margin-bottom: 0; }
  .page-listing-footer .halo-fullwidth-banner .video-block-content .desc {
    color: #787878;
    font-style: italic;
    margin-bottom: 40px; }
  .page-listing-footer .halo-fullwidth-banner .block-content-video .button-popup-video {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize; }
    .page-listing-footer .halo-fullwidth-banner .block-content-video .button-popup-video img {
      width: 46px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    .page-listing-footer .halo-fullwidth-banner .block-content-video .button-popup-video span {
      display: inline-block;
      vertical-align: middle;
      background-image: linear-gradient(transparent 97%, white 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

@media (min-width: 768px) {
  .page-listing-footer .halo-fullwidth-banner .video-block-left {
    height: 560px; }
  .page-listing-footer .halo-fullwidth-banner .video-block-right {
    height: unset;
    padding-left: 30px; } }

@media (min-width: 1025px) {
  .page-listing-footer .halo-fullwidth-banner .video-block-left {
    padding-left: 0; }
  .page-listing-footer .halo-fullwidth-banner .video-block-right {
    padding-left: 115px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-listing-footer .halo-fullwidth-banner .video-block-left:hover .video-block-image img {
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1); }
  .page-listing-footer .halo-fullwidth-banner .video-block-left:hover .video-block-image:before {
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1600px) {
  .page-listing-footer .halo-fullwidth-banner .video-block-left,
  .page-listing-footer .halo-fullwidth-banner .video-block-right {
    width: 50%; }
  .page-listing-footer .halo-fullwidth-banner .video-block-left {
    height: auto; }
    .page-listing-footer .halo-fullwidth-banner .video-block-left:hover .video-block-image img {
      transform: scale3d(1.05, 1.05, 1); }
  .page-listing-footer .halo-fullwidth-banner .video-block-content .desc {
    max-width: 570px; } }

.home2-flash-deals .halo-block-header {
  font-size: 0;
  margin-top: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px; }
  .home2-flash-deals .halo-block-header .halo-block-header--left {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: bottom;
    text-align: left; }
  .home2-flash-deals .halo-block-header .halo-block-header--right {
    width: 70px;
    display: inline-block;
    vertical-align: top;
    text-align: right; }
    .home2-flash-deals .halo-block-header .halo-block-header--right span {
      font-weight: 400;
      font-size: 16px;
      background-image: linear-gradient(transparent 96%, rgba(241, 101, 71, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .home2-flash-deals .halo-block-header .halo-block-header--right a {
      display: inline-block; }
      .home2-flash-deals .halo-block-header .halo-block-header--right a:hover span {
        background-image: linear-gradient(transparent 96%, rgba(241, 101, 71, 0.6) 4%); }
  .home2-flash-deals .halo-block-header .title {
    text-align: left;
    display: inline-block; }
    .home2-flash-deals .halo-block-header .title span {
      color: #ce2b1e;
      display: inline-block;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 3px solid #ce2b1e;
      padding-bottom: 15px; }
  .home2-flash-deals .halo-block-header .countDowntimer {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    border: 1px solid #ce2b1e;
    border-radius: 4px;
    padding: 0 12px; }
  @media (max-width: 370px) {
    .home2-flash-deals .halo-block-header .title {
      display: block; }
    .home2-flash-deals .halo-block-header .countDowntimer {
      margin: 10px auto 10px 0; } }

.home2-flash-deals .productCarousel-wrapper {
  display: block; }
  .home2-flash-deals .productCarousel-wrapper .productCarousel-container {
    margin-left: -8px;
    margin-right: -8px; }
    @media (min-width: 1025px) {
      .home2-flash-deals .productCarousel-wrapper .productCarousel-container {
        margin-left: -15px;
        margin-right: -15px; } }
  .home2-flash-deals .productCarousel-wrapper .productCarousel {
    max-width: 100%;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .home2-flash-deals .productCarousel-wrapper .productCarousel {
        margin-bottom: 75px; } }
    .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-dots {
      bottom: -45px; }
    .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-arrow {
      width: 35px;
      height: 35px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      padding: 9px; }
      .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-arrow.slick-prev {
        left: 8px;
        top: 27%; }
        @media (min-width: 1025px) {
          .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-arrow.slick-prev {
            left: -2.5px; } }
      .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-arrow.slick-next {
        right: 8px;
        top: 27%; }
        @media (min-width: 1025px) {
          .home2-flash-deals .productCarousel-wrapper .productCarousel .slick-arrow.slick-next {
            right: -2.5px; } }
  .home2-flash-deals .productCarousel-wrapper .productBanner {
    max-width: 100%;
    margin-top: 30px; }
    .home2-flash-deals .productCarousel-wrapper .productBanner .bannerContent {
      font-size: 0;
      height: auto; }
      .home2-flash-deals .productCarousel-wrapper .productBanner .bannerContent:before, .home2-flash-deals .productCarousel-wrapper .productBanner .bannerContent:after {
        content: none; }
      @media (min-width: 768px) {
        .home2-flash-deals .productCarousel-wrapper .productBanner .bannerContent {
          margin-left: -15px;
          margin-right: -15px; } }
    .home2-flash-deals .productCarousel-wrapper .productBanner .image {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      .home2-flash-deals .productCarousel-wrapper .productBanner .image + .image {
        margin-top: 15px; }
      @media (min-width: 768px) {
        .home2-flash-deals .productCarousel-wrapper .productBanner .image {
          width: 50%;
          padding: 0 15px; }
          .home2-flash-deals .productCarousel-wrapper .productBanner .image + .image {
            margin-top: 0; } }
      .home2-flash-deals .productCarousel-wrapper .productBanner .image img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset; }

.halo-block-product-banners-2 .halo-block-header,
.halo-block-product-banners2.product-block-no-banner .halo-block-header {
  font-size: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px; }
  .halo-block-product-banners-2 .halo-block-header .title,
  .halo-block-product-banners2.product-block-no-banner .halo-block-header .title {
    width: calc(100% - 580px);
    display: inline-block;
    text-align: left;
    vertical-align: bottom; }
    .halo-block-product-banners-2 .halo-block-header .title span,
    .halo-block-product-banners2.product-block-no-banner .halo-block-header .title span {
      display: inline-block;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 3px solid #f16547;
      padding-bottom: 15px; }
  .halo-block-product-banners-2 .halo-block-header .tabs-sorting,
  .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting {
    width: 580px;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    margin: 0 0 18px 0;
    list-style: none; }
    .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting,
    .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting {
      display: inline-block;
      vertical-align: middle; }
      .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting .tab-title,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting .tab-title {
        padding: 0 25px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #828282; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting .tab-title:after,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting .tab-title:after {
          left: 50%;
          bottom: -18px;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #e0e0e0;
          position: absolute;
          transform: translateX(-50%); }
      .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting + .tab-sorting,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting + .tab-sorting {
        border-left: 1px solid #e0e0e0; }
      .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting:last-child .tab-title,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting:last-child .tab-title {
        padding-right: 0; }
      .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title {
        color: #f16547; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title:after,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title:after {
          content: ""; }
  @media (max-width: 767px) {
    .halo-block-product-banners-2 .halo-block-header .title,
    .halo-block-product-banners2.product-block-no-banner .halo-block-header .title {
      display: block;
      width: 100%; }
      .halo-block-product-banners-2 .halo-block-header .title span,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .title span {
        padding-bottom: 7px; }
    .halo-block-product-banners-2 .halo-block-header .tabs-sorting,
    .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting {
      display: block;
      width: 100%;
      margin-top: 18px;
      margin-bottom: 10px; }
      .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting,
      .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting {
        width: 50%;
        margin-bottom: 15px; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting .tab-title,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting .tab-title {
          padding: 10px 15px;
          border: 1px solid #e0e0e0;
          border-radius: 4px; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting + .tab-sorting,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting + .tab-sorting {
          border-left: none; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting:last-child .tab-title,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting:last-child .tab-title {
          padding-right: 15px; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting:nth-child(odd),
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting:nth-child(odd) {
          padding-right: 7.5px; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting:nth-child(even),
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting:nth-child(even) {
          padding-left: 7.5px; }
        .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title,
        .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title {
          border-color: #f16547; }
          .halo-block-product-banners-2 .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title:after,
          .halo-block-product-banners2.product-block-no-banner .halo-block-header .tabs-sorting .tab-sorting.is-active .tab-title:after {
            content: none; } }

.halo-block-product-banners-2 .productCarousel .slick-arrow,
.halo-block-product-banners2.product-block-no-banner .productCarousel .slick-arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  padding: 9px; }
  .halo-block-product-banners-2 .productCarousel .slick-arrow.slick-prev,
  .halo-block-product-banners2.product-block-no-banner .productCarousel .slick-arrow.slick-prev {
    left: 8px;
    top: 27%; }
    @media (min-width: 768px) {
      .halo-block-product-banners-2 .productCarousel .slick-arrow.slick-prev,
      .halo-block-product-banners2.product-block-no-banner .productCarousel .slick-arrow.slick-prev {
        left: 0; } }
  .halo-block-product-banners-2 .productCarousel .slick-arrow.slick-next,
  .halo-block-product-banners2.product-block-no-banner .productCarousel .slick-arrow.slick-next {
    right: 8px;
    top: 27%; }
    @media (min-width: 768px) {
      .halo-block-product-banners-2 .productCarousel .slick-arrow.slick-next,
      .halo-block-product-banners2.product-block-no-banner .productCarousel .slick-arrow.slick-next {
        right: 0; } }

.halo-block-product-banners-2 .tab-content,
.halo-block-product-banners2.product-block-no-banner .tab-content {
  padding-top: 0;
  padding-bottom: 0; }

.halo-block-product-banners-2 .productCarousel-wrapper .productCarousel,
.halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .productCarousel {
  margin: 0; }
  @media (max-width: 767px) {
    .halo-block-product-banners-2 .productCarousel-wrapper .productCarousel,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .productCarousel {
      margin-bottom: 45px; } }

.halo-block-product-banners-2 .productCarousel-wrapper .content,
.halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content {
  top: 25px;
  transform: translate(-50%, 0);
  padding: 0 30px; }
  @media (min-width: 1200px) {
    .halo-block-product-banners-2 .productCarousel-wrapper .content,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content {
      top: 45px;
      padding: 0 50px; } }
  .halo-block-product-banners-2 .productCarousel-wrapper .content .heading,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .heading {
    color: #050000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .halo-block-product-banners-2 .productCarousel-wrapper .content .heading,
      .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .heading {
        margin-bottom: 10px; } }
    @media (min-width: 1025px) {
      .halo-block-product-banners-2 .productCarousel-wrapper .content .heading,
      .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .heading {
        font-size: 30px; } }
    .halo-block-product-banners-2 .productCarousel-wrapper .content .heading span:before,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .heading span:before {
      content: none; }
  .halo-block-product-banners-2 .productCarousel-wrapper .content .desc,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .desc {
    color: #050000;
    font-weight: 400;
    font-size: 16px; }
    @media (min-width: 768px) {
      .halo-block-product-banners-2 .productCarousel-wrapper .content .desc,
      .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .desc {
        margin-bottom: 27px; } }
  .halo-block-product-banners-2 .productCarousel-wrapper .content .button,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .button {
    border: 1px solid white;
    color: #4f949e;
    background-color: white;
    min-width: 160px; }
    .halo-block-product-banners-2 .productCarousel-wrapper .content .button:hover, .halo-block-product-banners-2 .productCarousel-wrapper .content .button:focus, .halo-block-product-banners-2 .productCarousel-wrapper .content .button:active,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .button:hover,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .button:focus,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .content .button:active {
      color: white;
      border-color: white;
      background-color: #4f949e; }

@media (max-width: 767px) {
  .halo-block-product-banners-2 .productCarousel-wrapper .productBanner,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .productBanner {
    margin-top: 30px; }
  .halo-block-product-banners-2 .productCarousel-wrapper .tab-content,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .tab-content {
    margin-left: -8px;
    margin-right: -8px; } }

@media (min-width: 768px) {
  .halo-block-product-banners-2 .productCarousel-wrapper .productBanner,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .productBanner {
    max-width: 36.30573248407643%; }
  .halo-block-product-banners-2 .productCarousel-wrapper .tabs-content,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .tabs-content {
    width: 100%;
    max-width: 63.69426751592357%;
    padding-left: 30px; }
    .halo-block-product-banners-2 .productCarousel-wrapper .tabs-content .productCarousel,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .tabs-content .productCarousel {
      max-width: 100%; } }

@media (min-width: 1200px) {
  .halo-block-product-banners-2 .productCarousel-wrapper .tabs-content,
  .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .tabs-content {
    padding-left: 70px; }
    .halo-block-product-banners-2 .productCarousel-wrapper .tabs-content .tab-content,
    .halo-block-product-banners2.product-block-no-banner .productCarousel-wrapper .tabs-content .tab-content {
      margin-left: -15px;
      margin-right: -15px; } }

.countDowntimer {
  display: inline-block; }
  .countDowntimer .clock-item {
    display: inline-block;
    color: #ce2b1e;
    font-weight: 500;
    font-size: 16px; }
    .countDowntimer .clock-item:first-child {
      margin-right: 5px; }

.block-loading {
  display: block;
  text-align: center; }
  .block-loading img {
    width: 200px;
    height: 200px; }

.home2-block-recommended.halo-block {
  background-color: #f7f8fa;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 60px; }
  .home2-block-recommended.halo-block .halo-block-header {
    text-align: left;
    margin-top: 0;
    margin-bottom: 32px; }
    .home2-block-recommended.halo-block .halo-block-header .title {
      font-weight: 700;
      font-size: 24px; }
  .home2-block-recommended.halo-block .productGrid {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .home2-block-recommended.halo-block .productGrid .product {
      vertical-align: top;
      margin-top: 0;
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 15px;
      width: 50%; }
      @media (max-width: 767px) {
        .home2-block-recommended.halo-block .productGrid .product:nth-child(n+5) {
          display: none; } }
      .home2-block-recommended.halo-block .productGrid .product .card {
        padding: 15px;
        background-color: #ffffff;
        border-radius: 4px;
        border-bottom: 2px solid #f0f1f4; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home2-block-recommended.halo-block .productGrid .product {
          width: 33.3333%; }
          .home2-block-recommended.halo-block .productGrid .product:nth-child(n+7) {
            display: none; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .home2-block-recommended.halo-block .productGrid .product {
          width: 25%; }
          .home2-block-recommended.halo-block .productGrid .product:nth-child(n+9) {
            display: none; } }
      @media (min-width: 1280px) {
        .home2-block-recommended.halo-block .productGrid .product {
          width: 20%; }
          .home2-block-recommended.halo-block .productGrid .product:nth-child(n+11) {
            display: none; } }
  @media (max-width: 767px) {
    .home2-block-recommended.halo-block {
      margin-top: 0; }
      .home2-block-recommended.halo-block .homePGF_btn {
        margin-bottom: 0; } }

.homePGF_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  margin-top: 20px; }
  .homePGF_btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .homePGF_btn a {
    min-width: 300px;
    margin-bottom: 0; }
    .homePGF_btn a.button {
      background: #f7f8fa; }
  @media (max-width: 550px) {
    .homePGF_btn {
      margin-bottom: 40px; } }

.home-layout-2 .halo-block-post {
  background: none; }
  .home-layout-2 .halo-block-post .halo-block-header {
    margin-top: 15px;
    margin-bottom: 27px; }
    .home-layout-2 .halo-block-post .halo-block-header .title {
      font-size: 24px;
      margin-bottom: 8px; }
    .home-layout-2 .halo-block-post .halo-block-header .decs {
      color: #050000;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
  .home-layout-2 .halo-block-post .halo-recent-post {
    margin-bottom: 10px; }
    .home-layout-2 .halo-block-post .halo-recent-post .halo-row-item {
      border: none; }
    .home-layout-2 .halo-block-post .halo-recent-post .item {
      border: none; }
    .home-layout-2 .halo-block-post .halo-recent-post .item-content {
      padding: 30px 0; }
      .home-layout-2 .halo-block-post .halo-recent-post .item-content .title {
        font-weight: 700;
        font-size: 18px; }
      .home-layout-2 .halo-block-post .halo-recent-post .item-content .date {
        color: #050000;
        font-style: normal;
        font-weight: 400;
        font-size: 16px; }
      .home-layout-2 .halo-block-post .halo-recent-post .item-content .summary {
        color: #050000;
        font-weight: 400;
        font-size: 16px; }
      .home-layout-2 .halo-block-post .halo-recent-post .item-content .link {
        display: none; }
  .home-layout-2 .halo-block-post .halo-block-footer {
    display: none; }

@media (min-width: 551px) {
  .home-layout-2 .halo-ask-an-expert-btn.hasImage {
    max-width: 215px;
    background-color: transparent;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 40px; }
    .home-layout-2 .halo-ask-an-expert-btn.hasImage .ask-an-expert-link {
      background-color: #ffffff;
      border-radius: 40px;
      padding: 5px;
      text-align: left; }
      .home-layout-2 .halo-ask-an-expert-btn.hasImage .ask-an-expert-link img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: inline-block; } }

@media (max-width: 1024px) {
  .home-layout-2 .halo-block.halo-block-icon-text .halo-row {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1024px) {
  .home-layout-2 #halo_top_brands .halo-row {
    padding-right: 15px; } }

@media (max-width: 480px) {
  .home-layout-2 #halo_top_brands .halo-row .halo-row-slider {
    min-width: 210px;
    width: 65%; } }

/*START: Display Srollbar*/
.halo-image-collection,
.halo-block.halo-top-brands .halo-row,
.halo-recent-post:not(.slick-slider),
.halo-block.halo-block-icon-text .halo-row {
  scrollbar-width: none; }
  .halo-image-collection::-webkit-scrollbar,
  .halo-block.halo-top-brands .halo-row::-webkit-scrollbar,
  .halo-recent-post:not(.slick-slider)::-webkit-scrollbar,
  .halo-block.halo-block-icon-text .halo-row::-webkit-scrollbar {
    display: none; }
  .halo-image-collection::-webkit-scrollbar-track,
  .halo-block.halo-top-brands .halo-row::-webkit-scrollbar-track,
  .halo-recent-post:not(.slick-slider)::-webkit-scrollbar-track,
  .halo-block.halo-block-icon-text .halo-row::-webkit-scrollbar-track {
    display: none; }
  .halo-image-collection::-webkit-scrollbar-thumb,
  .halo-block.halo-top-brands .halo-row::-webkit-scrollbar-thumb,
  .halo-recent-post:not(.slick-slider)::-webkit-scrollbar-thumb,
  .halo-block.halo-block-icon-text .halo-row::-webkit-scrollbar-thumb {
    display: none; }
  .halo-image-collection::-webkit-scrollbar-thumb:hover,
  .halo-block.halo-top-brands .halo-row::-webkit-scrollbar-thumb:hover,
  .halo-recent-post:not(.slick-slider)::-webkit-scrollbar-thumb:hover,
  .halo-block.halo-block-icon-text .halo-row::-webkit-scrollbar-thumb:hover {
    display: none; }

/*END: Display Srollbar*/
.page-contact {
  padding-bottom: 30px; }
  .page-contact .halo-contact-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #050000;
    margin: 0 0 5px 0; }
    .page-contact .halo-contact-form p a {
      color: #050000;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: 0;
      transition: unset; }
    .page-contact .halo-contact-form p + p {
      margin-top: 26px; }
  .page-contact .halo-contact-info {
    margin: 50px 0 0 0; }
    .page-contact .halo-contact-info .title {
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 27px 0;
      padding: 0 0 16px 0;
      border-bottom: 1px solid #c5c5cf;
      text-transform: unset; }
    .page-contact .halo-contact-info .description,
    .page-contact .halo-contact-info .store-address,
    .page-contact .halo-contact-info .store-email,
    .page-contact .halo-contact-info .store-phone,
    .page-contact .halo-contact-info .store-info {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #050000;
      margin: 0 0 26px 0; }
    .page-contact .halo-contact-info .store-info a {
      color: #050000; }
    .page-contact .halo-contact-info .store-info:last-child {
      margin-bottom: 0; }
    .page-contact .halo-contact-info .sample {
      display: block;
      margin: 0 0 35px 0; }
      .page-contact .halo-contact-info .sample .button {
        width: 100%;
        height: 50px;
        line-height: 50px; }
  .page-contact [data-contact-form] {
    margin: 0;
    padding: 27px 0 0 0; }
    .page-contact [data-contact-form] .form-row {
      margin: 0; }
    .page-contact [data-contact-form] .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      width: 100%;
      margin: 0 0 23px 0;
      float: none; }
    .page-contact [data-contact-form] .form-label small {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      text-transform: capitalize;
      color: #949494; }
    .page-contact [data-contact-form] .form-input {
      height: 46px;
      line-height: 46px;
      margin-bottom: 0; }
    .page-contact [data-contact-form] textarea {
      height: auto !important; }
    .page-contact [data-contact-form] .form-actions {
      display: block;
      margin: 20px 0 0 0;
      text-align: center; }
      .page-contact [data-contact-form] .form-actions .button {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px; }
  @media (min-width: 768px) {
    .page-contact {
      padding-bottom: 75px; }
      .page-contact .page-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
      .page-contact .halo-contact-form {
        width: 65%; }
      .page-contact .halo-contact-info {
        width: 35%;
        margin-top: 0;
        padding: 0 0 0 50px; }
      .page-contact [data-contact-form] .form-actions {
        margin-top: 3px;
        text-align: left; }
        .page-contact [data-contact-form] .form-actions .button {
          display: inline-block;
          vertical-align: top;
          max-width: 175px; } }
  @media (min-width: 1025px) {
    .page-contact {
      padding-bottom: 120px; }
      .page-contact .page-content {
        padding-top: 10px; }
      .page-contact .halo-contact-form {
        width: 630px; }
      .page-contact .halo-contact-info {
        padding-left: 10%;
        width: calc(100% - 630px); }
        .page-contact .halo-contact-info .sample .button {
          max-width: 230px; } }
  @media (min-width: 1920px) {
    .page-contact .halo-contact-info {
      padding-left: 15%; } }

.page-cart {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-cart {
      padding-bottom: 75px; } }
  @media (min-width: 1025px) {
    .page-cart {
      padding-bottom: 120px; } }

.page-login {
  padding: 0 0 50px 0; }

.page-account {
  padding: 0 0 50px 0; }
  @media (min-width: 1025px) {
    .page-account {
      padding-bottom: 100px; } }

.page-giftcertificates {
  padding: 0 0 50px 0; }
  @media (min-width: 1025px) {
    .page-giftcertificates {
      padding-bottom: 100px; } }

.page-normal {
  padding: 0 0 50px 0; }
  .page-normal .page-normal-text {
    font-size: 16px;
    font-weight: 400;
    color: #050000;
    line-height: 1.625;
    margin: 0 0 20px 0; }
    .page-normal .page-normal-text a {
      color: #050000;
      background-image: linear-gradient(transparent 97%, #050000 3%);
      background-repeat: repeat-x;
      background-position-y: 0;
      transition: unset; }
  @media (min-width: 1025px) {
    .page-normal {
      padding-bottom: 100px; }
      .page-normal .page-normal-text a:hover {
        color: #f16547;
        background-image: linear-gradient(transparent 97%, #f16547 3%); } }

.faq-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
  text-align: left; }
  @media (min-width: 1025px) {
    .faq-title {
      padding-bottom: 18px; } }

.halo-faqs-sidebar .faq-contact {
  display: block; }

.halo-faqs-sidebar .faq-title {
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #050000; }

.halo-faqs-sidebar .faqs-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
  .halo-faqs-sidebar .faqs-group .faqs-group-item {
    width: 50%;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group a {
    transition: unset; }
    .halo-faqs-sidebar .faqs-group a .icon {
      display: block;
      margin: 0 auto 6px auto;
      width: 25px;
      height: 25px;
      fill: #f16547; }
    .halo-faqs-sidebar .faqs-group a .text {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: #050000;
      text-transform: capitalize; }

@media (min-width: 1025px) {
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faq-contact {
      background-color: #fafafa;
      border-radius: 3px;
      padding: 30px; }
    .halo-faqs-sidebar .faqs-group a:hover .text {
      color: #f16547;
      background-image: linear-gradient(transparent 97%, #f16547 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.halo-faqs-content .faq-title {
  margin-bottom: 11px; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 48px; }

.halo-faqs-content .card {
  margin-bottom: 15px; }
  .halo-faqs-content .card:last-child {
    margin-bottom: 0; }

.halo-faqs-content .card-header {
  border: 0;
  position: relative;
  background-color: #f2f2f2;
  padding: 0; }

.halo-faqs-content .card-body {
  padding: 27px 0 25px 0; }
  .halo-faqs-content .card-body p {
    margin-bottom: 0; }
    .halo-faqs-content .card-body p + p {
      margin-top: 27px; }
    .halo-faqs-content .card-body p + ul,
    .halo-faqs-content .card-body p + ol {
      margin-top: 18px; }
    .halo-faqs-content .card-body p.italic {
      font-style: italic; }
    .halo-faqs-content .card-body p.bold {
      font-weight: 700; }
    .halo-faqs-content .card-body p.red {
      color: #ce2b1e; }
    .halo-faqs-content .card-body p.number {
      padding-top: 20px; }
      .halo-faqs-content .card-body p.number + p {
        margin-top: 0; }
  .halo-faqs-content .card-body strong {
    font-weight: 700; }
  .halo-faqs-content .card-body h1,
  .halo-faqs-content .card-body h2,
  .halo-faqs-content .card-body h3,
  .halo-faqs-content .card-body h4,
  .halo-faqs-content .card-body h5,
  .halo-faqs-content .card-body h6 {
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #050000; }
  .halo-faqs-content .card-body ul,
  .halo-faqs-content .card-body ol {
    margin: 0 0 20px 20px; }
    .halo-faqs-content .card-body ul li,
    .halo-faqs-content .card-body ol li {
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      list-style: inherit;
      line-height: 35px;
      color: #050000; }
  .halo-faqs-content .card-body ul {
    list-style: disc outside; }
  .halo-faqs-content .card-body blockquote {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 13px 0 40px 0;
    color: #050000;
    background: #fafafa;
    border-radius: 3px;
    text-align: left;
    border: none;
    line-height: 1.75;
    padding: 35px 40px 36px 40px;
    border-left: 5px solid #f4ad57; }
    .home-layout-2 .halo-faqs-content .card-body blockquote {
      border-left: 5px solid #fd6506; }
    .halo-faqs-content .card-body blockquote p {
      font-size: 16px;
      margin-bottom: 8px; }
  .halo-faqs-content .card-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin: 0; }
    .halo-faqs-content .card-body table tr {
      background: transparent; }
      .halo-faqs-content .card-body table tr:nth-child(odd) {
        background: #fafafa; }
    .halo-faqs-content .card-body table td {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75;
      padding: 8px 14px;
      text-align: left;
      color: #050000; }
      .halo-faqs-content .card-body table td.tb-title {
        color: #050000;
        font-weight: 700; }
  .halo-faqs-content .card-body a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 35px;
    text-transform: unset;
    color: #050000;
    padding: 0px;
    transition: unset;
    width: auto;
    background-image: linear-gradient(transparent 97%, #050000 3%);
    background-repeat: repeat-x;
    background-position-y: -8px; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #050000;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-transform: unset;
  text-align: left;
  padding: 12px 45px 13px 15px;
  margin: 0 0 1px 0;
  background: #ffffff; }
  .halo-faqs-content .title.collapsed {
    position: relative; }
    .halo-faqs-content .title.collapsed:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 2;
      width: 5px;
      height: calc(100% + 2px);
      transition: all 0.3s ease;
      background-color: #f4ad57;
      border-radius: 3px 0 0 3px; }
      .home-layout-2 .halo-faqs-content .title.collapsed:before {
        background-color: #fd6506; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: #fafafa; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translate(50%, -50%);
    background: #050000; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 30px 0 20px 0;
  text-align: right; }
  .halo-faqs-content .faq-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 8px 0 8px 10px;
    height: 50px;
    line-height: 50px; }

@media (min-width: 1025px) {
  .halo-faqs-content .title {
    padding-left: 25px; }
  .halo-faqs-content .faq-content .button {
    min-width: 250px;
    margin: 0 0 0 25px; } }

.halo-lookbook-content .halo-lookbook-slider {
  display: block;
  position: relative; }
  .halo-lookbook-content .halo-lookbook-slider .slick-arrow {
    top: calc(50% - 68px); }
  .halo-lookbook-content .halo-lookbook-slider .slick-dots {
    bottom: -15px;
    margin: 0 !important; }
  .halo-lookbook-content .halo-lookbook-slider:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .halo-lookbook-content .halo-lookbook-slider:not(.slick-initialized) .item {
      display: inline-block;
      vertical-align: top;
      width: 100%; }

.halo-lookbook-content .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 100%; }
  .halo-lookbook-content .item > .image {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: none;
    width: 100%; }
    .halo-lookbook-content .item > .image img {
      width: 100%;
      height: auto; }
      .halo-lookbook-content .item > .image img.lazyload, .halo-lookbook-content .item > .image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: cover; }
  .halo-lookbook-content .item .content {
    position: absolute;
    z-index: 6;
    pointer-events: auto; }
  .halo-lookbook-content .item .item-point {
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: white; }
    .halo-lookbook-content .item .item-point:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: .3;
      background-color: white;
      animation: zoom-animation 1.4s ease-in-out infinite; }

.halo-lookbook-content .lookbook-info {
  display: block;
  padding: 19px 0 20px 0; }
  .halo-lookbook-content .lookbook-info .lookbook-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center; }

.halo-lookbook-content .lookbook-button {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0 0 0;
  margin: 0 0 20px 0; }
  .halo-lookbook-content .lookbook-button .button {
    width: 100%;
    height: 50px;
    line-height: 50px; }

@media (min-width: 551px) {
  .halo-lookbook-content .lookbook-button {
    padding-top: 35px; }
    .halo-lookbook-content .lookbook-button .button {
      width: 235px; } }

@media (min-width: 768px) {
  .halo-lookbook-content .lookbook-info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .halo-lookbook-content .lookbook-info .lookbook-text {
      text-align: left; } }

.lookbook-share {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center; }
  .lookbook-share .lookbook-shareLabel {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #050000;
    line-height: 25px;
    margin: 0 10px 0 0; }
  .lookbook-share .socialLinks {
    margin: 0; }
    .lookbook-share .socialLinks .socialLinks-item {
      margin-right: 14px;
      margin-bottom: 5px;
      padding: 0; }
      .lookbook-share .socialLinks .socialLinks-item:last-child {
        margin-right: 0; }
    .lookbook-share .socialLinks .socialLinks-item--pinterest {
      width: auto; }
    .lookbook-share .socialLinks .icon {
      width: 15px;
      height: 15px; }
      .lookbook-share .socialLinks .icon svg {
        fill: #2d394a; }
  @media (min-width: 768px) {
    .lookbook-share {
      position: absolute;
      top: auto;
      bottom: 142px; } }
  @media (min-width: 1025px) {
    .lookbook-share {
      bottom: 112px;
      justify-content: flex-end;
      text-align: right; }
      .lookbook-share .socialLinks .icon:hover svg, .lookbook-share .socialLinks .icon:focus svg {
        fill: #4f949e; }
      .lookbook-share .socialLinks .icon:active svg {
        fill: #4f949e; } }

.halo-page-content p {
  margin-bottom: 0; }
  .halo-page-content p + p {
    margin-top: 27px; }
  .halo-page-content p + ul,
  .halo-page-content p + ol {
    margin-top: 18px; }
  .halo-page-content p.italic {
    font-style: italic; }
  .halo-page-content p.bold {
    font-weight: 700; }
  .halo-page-content p.red {
    color: #ce2b1e; }
  .halo-page-content p.number {
    padding-top: 20px; }
    .halo-page-content p.number + p {
      margin-top: 0; }

.halo-page-content strong {
  font-weight: 700; }

.halo-page-content h1,
.halo-page-content h2,
.halo-page-content h3,
.halo-page-content h4,
.halo-page-content h5,
.halo-page-content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 10px;
  color: #050000; }

.halo-page-content ul,
.halo-page-content ol {
  margin: 0 0 20px 20px; }
  .halo-page-content ul li,
  .halo-page-content ol li {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    list-style: inherit;
    line-height: 35px;
    color: #050000; }

.halo-page-content ul {
  list-style: disc outside; }

.halo-page-content blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 13px 0 40px 0;
  color: #050000;
  background: #fafafa;
  border-radius: 3px;
  text-align: left;
  border: none;
  line-height: 1.75;
  padding: 35px 40px 36px 40px;
  border-left: 5px solid #f4ad57; }
  .home-layout-2 .halo-page-content blockquote {
    border-left: 5px solid #fd6506; }
  .halo-page-content blockquote p {
    font-size: 16px;
    margin-bottom: 8px; }

.halo-page-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0; }
  .halo-page-content table tr {
    background: transparent; }
    .halo-page-content table tr:nth-child(odd) {
      background: #fafafa; }
  .halo-page-content table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 8px 14px;
    text-align: left;
    color: #050000; }
    .halo-page-content table td.tb-title {
      color: #050000;
      font-weight: 700; }

.halo-page-content a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: unset;
  color: #050000;
  padding: 0px;
  transition: unset;
  width: auto; }

.halo-page-content a:not(.button) {
  background-image: linear-gradient(transparent 97%, #050000 3%);
  background-repeat: repeat-x;
  background-position-y: -5px;
  font-weight: 400;
  font-style: italic; }

.halo-image-portfolio {
  display: block;
  font-size: 0;
  margin: 0 0 35px 0;
  padding: 0;
  letter-spacing: 0;
  position: relative; }
  .halo-image-portfolio .item {
    display: none;
    vertical-align: top;
    width: 100%;
    padding: 0; }
    .halo-image-portfolio .item + .item {
      margin-top: 15px; }
  .halo-image-portfolio .halo-infinite-portfolio {
    text-align: center;
    margin: 50px 0 0 0; }
    .halo-image-portfolio .halo-infinite-portfolio .button {
      min-width: 215px; }
  .halo-image-portfolio .image-portfolio {
    position: relative; }
  .halo-image-portfolio .image-wrapper {
    display: block;
    overflow: hidden;
    position: relative; }
    .halo-image-portfolio .image-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      transform: translate3d(-50%, -50%, 0); }
      .halo-image-portfolio .image-wrapper img.lazyload, .halo-image-portfolio .image-wrapper img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: 0; }
      .halo-image-portfolio .image-wrapper img.lazyloaded {
        width: auto;
        height: auto;
        min-width: 100%;
        transition: all .7s ease; }
    .halo-image-portfolio .image-wrapper:after {
      content: '';
      display: block;
      padding-bottom: 58%; }
  .halo-image-portfolio .content-wrapper {
    position: absolute;
    top: auto;
    left: 35px;
    bottom: 35px;
    z-index: 3;
    width: calc(100% - 70px);
    padding: 0;
    display: block;
    text-align: left; }
    .halo-image-portfolio .content-wrapper .subtitle {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #050000;
      line-height: 25px;
      text-transform: uppercase; }
    .halo-image-portfolio .content-wrapper .title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      text-transform: capitalize;
      color: #050000;
      margin: 5px 0 18px 0;
      display: block; }
    .halo-image-portfolio .content-wrapper .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: white;
      margin: 0;
      position: relative;
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      transition: all .7s ease,z-index 0s ease;
      max-width: 270px; }
    .halo-image-portfolio .content-wrapper .button {
      min-width: 158px; }
  .halo-image-portfolio .external-link {
    display: none; }
  .halo-image-portfolio.show-item-1 .item {
    display: inline-block; }
    .halo-image-portfolio.show-item-1 .item:nth-child(n+13) {
      display: none; }
  .halo-image-portfolio.show-item-2 .item {
    display: inline-block; }
    .halo-image-portfolio.show-item-2 .item:nth-child(n+19) {
      display: none; }
  .halo-image-portfolio.show-item-3 .item {
    display: inline-block; }
    .halo-image-portfolio.show-item-3 .item:nth-child(n+25) {
      display: none; }
  .halo-image-portfolio.halo-image-portfolio2 .image-wrapper img.lazyloaded {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .halo-image-portfolio.halo-image-portfolio2 .image-wrapper:after {
    padding-bottom: calc(128% + 2px); }
  .halo-image-portfolio.halo-image-portfolio2 .content-wrapper {
    width: auto;
    right: 35px; }
    .halo-image-portfolio.halo-image-portfolio2 .content-wrapper .desc {
      font-style: italic;
      max-width: 100%; }
  @media (min-width: 768px) {
    .halo-image-portfolio {
      margin-left: -8px;
      margin-right: -8px; }
      .halo-image-portfolio .item {
        padding-left: 8px;
        padding-right: 8px;
        width: 50%; }
        .halo-image-portfolio .item + .item {
          margin-top: 0; }
        .halo-image-portfolio .item:nth-child(n+3) {
          margin-top: 15px; }
      .halo-image-portfolio .halo-infinite-portfolio {
        margin-top: 75px; } }
  @media (max-width: 1024px) {
    .halo-image-portfolio:not(.halo-image-portfolio2) .image-wrapper img {
      top: 0;
      transform: translate3d(-50%, 0, 0); }
    .halo-image-portfolio:not(.halo-image-portfolio2) .image-wrapper:after {
      padding-bottom: 100%; }
    .halo-image-portfolio:not(.halo-image-portfolio2) .content-wrapper .desc {
      background-color: rgba(2, 15, 6, 0.35);
      padding: 15px;
      border-radius: 3px;
      height: auto;
      opacity: 1;
      visibility: visible;
      margin-bottom: 20px;
      max-width: 100%; }
    .halo-image-portfolio.halo-image-portfolio2 .content-wrapper {
      background-color: rgba(2, 15, 6, 0.35);
      padding: 15px;
      border-radius: 3px; }
      .halo-image-portfolio.halo-image-portfolio2 .content-wrapper .desc {
        height: auto;
        opacity: 1;
        visibility: visible; } }
  @media (min-width: 1025px) {
    .halo-image-portfolio {
      padding-bottom: 50px;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-image-portfolio .item {
        padding-left: 15px;
        padding-right: 15px; }
        .halo-image-portfolio .item:nth-child(n+3) {
          margin-top: 30px; }
      .halo-image-portfolio .image-portfolio:hover .image-wrapper img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .halo-image-portfolio .image-portfolio:hover .image-wrapper:before {
        opacity: 1;
        visibility: visible; }
      .halo-image-portfolio .image-portfolio:hover .content-wrapper .subtitle {
        color: white; }
      .halo-image-portfolio .image-portfolio:hover .content-wrapper .title {
        color: white; }
      .halo-image-portfolio .image-portfolio:hover .content-wrapper .desc {
        opacity: 1;
        height: auto;
        visibility: visible;
        margin: -10px 0 40px 0; }
      .halo-image-portfolio .image-portfolio:hover .external-link {
        display: block;
        background-image: none; }
      .halo-image-portfolio .image-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: '';
        visibility: hidden;
        background-color: rgba(2, 15, 6, 0.35);
        transition: all .5s ease; }
      .halo-image-portfolio .content-wrapper .title {
        font-size: 32px;
        margin-bottom: 33px; }
      .halo-image-portfolio .external-link {
        position: absolute;
        top: 55px;
        right: 55px;
        z-index: 11;
        font-size: 0; }
        .halo-image-portfolio .external-link svg {
          width: 40px;
          height: 40px;
          fill: white; }
      .halo-image-portfolio.halo-image-portfolio2 .image-portfolio:hover .content-wrapper .desc {
        margin-top: 0;
        margin-bottom: 0; }
      .halo-image-portfolio.halo-image-portfolio2 .content-wrapper .desc {
        margin-bottom: -40px; }
      .halo-image-portfolio.halo-image-portfolio2 + .halo-block {
        float: left;
        width: 100%; }
        .halo-image-portfolio.halo-image-portfolio2 + .halo-block:before, .halo-image-portfolio.halo-image-portfolio2 + .halo-block:after {
          content: " ";
          display: table; }
        .halo-image-portfolio.halo-image-portfolio2 + .halo-block:after {
          clear: both; } }
  @media (min-width: 1600px) {
    .halo-image-portfolio .content-wrapper {
      left: 55px;
      bottom: 55px; }
    .halo-image-portfolio.halo-image-portfolio2 .content-wrapper {
      right: 55px; } }

.halo-portfolio-custom {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0; }
  .halo-portfolio-custom .halo-row {
    display: block; }
    .halo-portfolio-custom .halo-row:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0; }
      .halo-portfolio-custom .halo-row:not(.slick-initialized) .halo-row-slider {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
  .halo-portfolio-custom .halo-row-item {
    display: block; }
  .halo-portfolio-custom .portfolio-custom {
    display: block;
    width: 100%;
    position: relative; }
    .halo-portfolio-custom .portfolio-custom .image-wrapper {
      width: 100%;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      display: block; }
      .halo-portfolio-custom .portfolio-custom .image-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        transform: translate3d(-50%, -50%, 0); }
        .halo-portfolio-custom .portfolio-custom .image-wrapper img.lazyload, .halo-portfolio-custom .portfolio-custom .image-wrapper img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: 0; }
        .halo-portfolio-custom .portfolio-custom .image-wrapper img.lazyloaded {
          width: auto;
          height: auto;
          min-width: 100%;
          transition: all .7s ease; }
      .halo-portfolio-custom .portfolio-custom .image-wrapper:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .halo-portfolio-custom .portfolio-custom .content-wrapper {
      width: 100%;
      padding: 30px 0 0 0;
      position: relative;
      display: block; }
    .halo-portfolio-custom .portfolio-custom .subtitle {
      font-size: 14px;
      font-weight: 400;
      color: #f4ad57;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin: 0; }
      .home-layout-2 .halo-portfolio-custom .portfolio-custom .subtitle {
        color: #fd6506; }
    .halo-portfolio-custom .portfolio-custom .title {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      color: #050000;
      position: relative;
      text-transform: unset;
      margin: 5px 0 18px 0; }
    .halo-portfolio-custom .portfolio-custom .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 1.625;
      color: #050000;
      margin: 0 0 24px 0; }
    .halo-portfolio-custom .portfolio-custom .button {
      min-width: 158px; }
  .halo-portfolio-custom .slick-dots {
    bottom: -45px; }
  @media (min-width: 551px) {
    .halo-portfolio-custom .portfolio-custom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .halo-portfolio-custom .portfolio-custom .image-wrapper {
        width: 40%; }
      .halo-portfolio-custom .portfolio-custom .content-wrapper {
        width: 60%;
        padding-top: 0;
        padding-left: 15px; } }
  @media (min-width: 992px) {
    .halo-portfolio-custom .portfolio-custom .content-wrapper {
      padding-left: 30px; }
    .halo-portfolio-custom .slick-dots {
      bottom: -30px; } }
  @media (min-width: 1025px) {
    .halo-portfolio-custom {
      margin-top: 50px;
      margin-bottom: 30px; }
      .halo-portfolio-custom .portfolio-custom .image-wrapper {
        width: 470px; }
        .halo-portfolio-custom .portfolio-custom .image-wrapper:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          opacity: 0;
          content: '';
          visibility: hidden;
          background-color: rgba(2, 15, 6, 0.35);
          transition: all .5s ease; }
        .halo-portfolio-custom .portfolio-custom .image-wrapper:hover img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
        .halo-portfolio-custom .portfolio-custom .image-wrapper:hover:before {
          opacity: 1;
          visibility: visible; }
      .halo-portfolio-custom .portfolio-custom .content-wrapper {
        width: calc(100% - 470px); }
      .halo-portfolio-custom .portfolio-custom .desc {
        margin-bottom: 41px; } }
  @media (min-width: 1600px) {
    .halo-portfolio-custom .portfolio-custom .content-wrapper {
      padding-left: 100px; } }

.halo-portfolio-sidebar .all-categories-list .navPages-item a {
  font-weight: 400;
  color: #050000;
  background-image: none; }

.halo-portfolio-sidebar .all-categories-list .navPages-item:first-child {
  border-top: 0; }

.halo-portfolio-sidebar .all-categories-list .navPages-item.is-clicked a {
  font-weight: 700;
  font-style: italic;
  color: #050000;
  background-image: unset; }
  .halo-portfolio-sidebar .all-categories-list .navPages-item.is-clicked a:after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    top: 2px;
    right: -15px; }

@media (min-width: 1025px) {
  .halo-portfolio-sidebar .all-categories-list {
    position: relative;
    top: -12px; }
    .halo-portfolio-sidebar .all-categories-list .navPages-item a:hover {
      color: #050000; }
  .halo-portfolio-sidebar + .halo-image-portfolio {
    float: left;
    padding-left: 30px;
    width: calc(100% - 270px); } }

@media (min-width: 1600px) {
  .halo-portfolio-sidebar + .halo-image-portfolio {
    padding-left: 70px; } }

html,
body {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: normal;
  line-height: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans'; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: unset !important; }

.breadcrumb-wrapper {
  padding-top: 15px; }

.breadcrumb .breadcrumb-label .icon {
  top: -9px; }

.haloQuickSearchResults.quickSearchResultsCustom.is-open .quickResults-wrapper .quickResults-item.quickResults-product.is-loading .loadingOverlay {
  display: none; }

.halo-top-bar-promotion {
  padding: 11px 0;
  background-color: #F9F2ED; }
  .halo-top-bar-promotion .container {
    padding: 0 !important; }
  .halo-top-bar-promotion .text {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000000;
    text-transform: none; }
    .halo-top-bar-promotion .text > span {
      font-weight: 500;
      text-decoration: underline; }

#quickSearch #search_query {
  width: 100%;
  height: 45px;
  left: 304.67px;
  top: 64px;
  background: #FDFDFD;
  border: 1px solid #A7A7A7; }

#quickSearch #haloSearchCategory {
  display: none; }

#quickSearch .form-field {
  max-width: unset;
  width: 100%; }
  #quickSearch .form-field .button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 20px; }

#quickSearch .product .card-body-button {
  display: none; }

.halo-middleHeader {
  padding: 10px 37px 15px; }
  .halo-middleHeader .container {
    padding: 0; }
    .halo-middleHeader .container .middleHeader-item .item--searchMobile {
      display: none; }
    .halo-middleHeader .container .middleHeader-item.text-center {
      padding-right: 53px;
      max-width: 267px;
      width: 100%; }
      .halo-middleHeader .container .middleHeader-item.text-center .header-logo .header-logo__link img {
        max-width: 214px;
        width: 100%;
        max-height: 67px; }
    .halo-middleHeader .container .middleHeader-item .items.item--quicksearch + .item--quote-button {
      margin-left: 37px !important; }
    .halo-middleHeader .container .middleHeader-item .item--quote-button .quote--button {
      width: 190px;
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      letter-spacing: -0.01em;
      color: #408B96;
      background-color: transparent;
      height: 45px;
      border: 1px solid #408B96;
      border-radius: 0;
      padding: 0; }
    .halo-middleHeader .container .middleHeader-item .item--blog .item--blog--link {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      color: #000000; }
    .halo-middleHeader .container .middleHeader-item .item--wishlist {
      display: none !important; }
    .halo-middleHeader .container .middleHeader-item .item--account {
      margin-left: 12px !important; }
      .halo-middleHeader .container .middleHeader-item .item--account .item--account--popup {
        display: none; }
    .halo-middleHeader .container .middleHeader-item .item--help .item--help--link img {
      width: 30px;
      height: 30px; }
    .halo-middleHeader .container .middleHeader-item .item--cart.halo-cart {
      margin-left: 0 !important;
      padding-right: 0; }
      .halo-middleHeader .container .middleHeader-item .item--cart.halo-cart .cartDesktop .countPill.cart-quantity, .halo-middleHeader .container .middleHeader-item .item--cart.halo-cart .cartMobile .countPill.cart-quantity {
        right: 7px;
        top: 6px;
        background-color: #eeb93a;
        font-weight: 500;
        font-family: 'Work Sans'; }

.halo-bottomHeader {
  display: -ms-flexbox;
  display: flex; }
  .halo-bottomHeader #menu {
    padding: 2px 38px;
    background: #414141;
    max-width: calc(100% - 466px);
    width: 100%; }
    .halo-bottomHeader #menu .navPages-list .navPages-item > .navPages-action {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      padding: 15px 25px; }
      .halo-bottomHeader #menu .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
        width: 12px;
        height: 15px;
        margin-left: 6px; }
        .halo-bottomHeader #menu .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg {
          fill: #FFFFFF;
          stroke: #FFFFFF; }
    .halo-bottomHeader #menu .navPages-list .navPages-item:hover > .navPages-action .text {
      background-image: linear-gradient(transparent 97%, #fff 3%); }
    .halo-bottomHeader #menu .navPages-list .navPages-item:first-child > .navPages-action {
      padding-left: 0; }
  .halo-bottomHeader .menu-right {
    max-width: 466px;
    width: 100%;
    padding: 0;
    top: 0;
    background: #408B96; }
    .halo-bottomHeader .menu-right .navPages-list .navPages-item {
      text-align: center; }
      .halo-bottomHeader .menu-right .navPages-list .navPages-item > .navPages-action {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        padding-top: 17px;
        padding-bottom: 17px; }
        .halo-bottomHeader .menu-right .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
          width: 12px;
          height: 15px;
          margin-left: 6px; }
          .halo-bottomHeader .menu-right .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg {
            fill: #FFFFFF;
            stroke: #FFFFFF; }
      .halo-bottomHeader .menu-right .navPages-list .navPages-item:hover > .navPages-action .text {
        background-image: linear-gradient(transparent 97%, #fff 3%); }
      .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(1) {
        width: 230px; }
      .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(2) {
        width: 236px;
        border-left: 1px solid #2C747E; }

.header.header-sticky.is-sticky .halo-middleHeader .container .middleHeader-item.text-center {
  max-width: 190px; }

@media screen and (min-width: 1690px) {
  #halo-navigation-list > .navPages-item:hover > .has-subMenu + .navPage-subMenu {
    width: 1620px; } }

@media screen and (min-width: 1480px) {
  .halo-bottomHeader {
    max-width: 1690px;
    margin: 0 auto; } }

@media screen and (max-width: 1480px) {
  .halo-bottomHeader #menu {
    max-width: calc(100% - 410px);
    padding-right: 15px; }
  .halo-bottomHeader .menu-right {
    max-width: 410px; }
    .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(1), .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(2) {
      width: 205px; } }

@media screen and (max-width: 1400px) {
  .halo-bottomHeader #menu {
    max-width: calc(100% - 340px);
    padding: 2px 30px;
    padding-right: 15px; }
    .halo-bottomHeader #menu .navPages-list .navPages-item > .navPages-action {
      padding: 15px 20px; }
  .halo-bottomHeader .menu-right {
    max-width: 340px; }
    .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(1), .halo-bottomHeader .menu-right .navPages-list .navPages-item:nth-child(2) {
      width: 170px; }
    .halo-bottomHeader .menu-right .navPages-list .navPages-item > .navPages-action {
      padding-left: 17px; } }

@media screen and (max-width: 1280px) {
  .halo-bottomHeader .menu-right {
    display: none; }
  .halo-bottomHeader #menu {
    max-width: 100%; }
    .halo-bottomHeader #menu #halo-navigation-list > .navPages-item .navPage-subMenu.top-level-submenu {
      width: calc(100vw - 70px);
      left: 25px; }
      .halo-bottomHeader #menu #halo-navigation-list > .navPages-item .navPage-subMenu.top-level-submenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action::after {
        width: 100%; } }

@media screen and (max-width: 1200px) {
  .halo-middleHeader {
    padding: 0 30px; }
    .halo-middleHeader .container > .middleHeader-item.text-center {
      padding-right: 20px;
      max-width: 200px; }
    .halo-middleHeader .container > .middleHeader-item.text-right {
      width: 100%; }
    .halo-middleHeader .container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 20px; }
    .halo-middleHeader .container > .middleHeader-item > .items.item--quicksearch + .item--quote-button {
      margin-left: 20px !important; }
    .halo-middleHeader .container > .middleHeader-item > .items.item--quote-button .quote--button {
      width: 170px; } }

@media screen and (max-width: 1024px) {
  .halo-middleHeader {
    padding: 0 15px 0 20px; }
    .halo-middleHeader .container > .middleHeader-item.text-right {
      width: auto; }
      .halo-middleHeader .container > .middleHeader-item.text-right .items.item--searchMobile {
        display: block;
        margin-right: 5px; }
        .halo-middleHeader .container > .middleHeader-item.text-right .items.item--searchMobile .navUser-icon svg {
          fill: #4B6A64;
          width: 24px;
          height: 24px; }
      .halo-middleHeader .container > .middleHeader-item.text-right .items.item--quote-button, .halo-middleHeader .container > .middleHeader-item.text-right .items.item--blog, .halo-middleHeader .container > .middleHeader-item.text-right .items.item--help, .halo-middleHeader .container > .middleHeader-item.text-right .items.item--account, .halo-middleHeader .container > .middleHeader-item.text-right .items.item--wishlist {
        display: none; }
    .halo-middleHeader .container > .middleHeader-item.text-center {
      padding: 0;
      max-width: 185px; } }

@media screen and (max-width: 800px) {
  .halo-middleHeader .container .middleHeader-item.text-center {
    max-width: 170px; }
  .header-sticky.is-sticky .container {
    padding: 10px 0; }
  .header-sticky.is-sticky .halo-middleHeader .container .middleHeader-item.text-center .header-logo .header-logo__link img {
    max-width: 160px; } }

@media screen and (max-width: 600px) {
  .halo-middleHeader .container .middleHeader-item.text-center {
    max-width: 155px; } }

.footer {
  padding: 0;
  background-color: #fff; }
  .footer .footer-subscription {
    background: #408B96;
    margin-bottom: 0; }
    .footer .footer-subscription .container {
      padding: 25px 94px 25px 25px;
      display: flex;
      align-items: center; }
      .footer .footer-subscription .container .footer-info-heading {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        width: 50%;
        padding-right: 30px;
        text-transform: none; }
      .footer .footer-subscription .container .footer-info-wrapper {
        width: 50%; }
        .footer .footer-subscription .container .footer-info-wrapper .form {
          margin: 0; }
      .footer .footer-subscription .container .form-prefixPostfix .button {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        background: #D93E25;
        border: 0;
        border-radius: 0;
        line-height: 62px;
        height: 62px;
        width: 139px;
        padding: 0; }
      .footer .footer-subscription .container .form-prefixPostfix .form-input {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 35px;
        color: #898989;
        padding: 12px 22px 13px; }
  .footer .footer-info-col--mobile .footer-info-heading {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 13px; }
  .footer .footer-info-col--mobile .footer-info-list li a {
    color: #6B6B6B;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 46px; }
  .footer .footer-top {
    padding: 0;
    margin: 0; }
    .footer .footer-top .container {
      padding: 62px 94px 73px 146px;
      background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/footer-image.png");
      background-repeat: no-repeat;
      background-position: 0 38px; }
      .footer .footer-top .container > .footer-top-wrapper {
        justify-content: unset; }
      .footer .footer-top .container .footer-logo-list {
        width: 30%;
        padding-right: 50px; }
        .footer .footer-top .container .footer-logo-list .footer-logo-container {
          max-width: 216px;
          width: 100%;
          margin-bottom: 12px; }
        .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-text {
          max-width: 310px;
          margin: 0; }
          .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-text p {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 37px;
            color: #000000; }
            .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-text p a {
              color: #D93E25; }
        .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-image {
          margin-left: -20px; }
      .footer .footer-top .container .footer-about-list, .footer .footer-top .container .footer-solutions-list {
        width: 29%; }
      .footer .footer-top .container .footer-page-help {
        width: 15%;
        padding: 0;
        padding-left: 15px; }
  .footer .footer-bottom {
    border-top: 1px solid #000000;
    padding: 0; }
    .footer .footer-bottom .container {
      padding: 36px 96px; }
      .footer .footer-bottom .container .footer-bottom-wrapper {
        width: 100%; }
      .footer .footer-bottom .container .footer-bottom-item {
        width: 130px;
        text-align: left;
        margin: 0; }
        .footer .footer-bottom .container .footer-bottom-item .footer-copyright p {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 37px;
          color: #757575; }
      .footer .footer-bottom .container .footer-bottom-links {
        width: calc(100% - 130px);
        text-align: right; }
        .footer .footer-bottom .container .footer-bottom-links .footer-info-list {
          margin: 0; }
          .footer .footer-bottom .container .footer-bottom-links .footer-info-list li {
            display: inline-block;
            padding: 0 30px; }
            .footer .footer-bottom .container .footer-bottom-links .footer-info-list li:last-child {
              padding-right: 0; }
            .footer .footer-bottom .container .footer-bottom-links .footer-info-list li a {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 37px;
              color: #757575; }

@media screen and (max-width: 1400px) {
  .footer .footer-bottom .container {
    padding: 36px 80px; }
  .footer .footer-subscription .container {
    padding: 25px 74px 25px 25px; }
    .footer .footer-subscription .container .footer-info-heading {
      font-size: 22px; } }

@media screen and (max-width: 1300px) {
  .footer .footer-subscription .container {
    padding: 25px 40px 25px 25px; }
    .footer .footer-subscription .container .footer-info-heading {
      padding-right: 20px;
      font-size: 20px; } }

@media screen and (max-width: 1200px) {
  .footer .footer-subscription .container {
    padding: 25px; }
  .footer .footer-bottom .container {
    padding: 36px 56px; }
    .footer .footer-bottom .container .footer-bottom-links {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .footer .footer-bottom .container .footer-bottom-links .footer-info-list li {
        padding: 0 10px; }
    .footer .footer-bottom .container .footer-bottom-item {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      padding-right: 45px; } }

@media screen and (max-width: 1024px) {
  .footer .footer-subscription .container {
    display: block;
    text-align: center; }
    .footer .footer-subscription .container .footer-info-heading {
      margin-bottom: 20px; }
    .footer .footer-subscription .container .footer-info-heading, .footer .footer-subscription .container .footer-info-wrapper {
      width: 100%;
      text-align: center; }
    .footer .footer-subscription .container .footer-info-wrapper .form {
      margin: 0 auto;
      max-width: 650px; }
  .footer .footer-top .container {
    padding: 62px 73px 73px 110px;
    background-size: 100px; }
    .footer .footer-top .container .footer-logo-list {
      width: 37%;
      padding-right: 10px; }
      .footer .footer-top .container .footer-logo-list .footer-logo-container {
        max-width: 190px; }
    .footer .footer-top .container .footer-about-list, .footer .footer-top .container .footer-solutions-list {
      width: 24%; }
    .footer .footer-top .container .footer-page-help {
      width: 15%; }
    .footer .footer-top .container .footer-info-col--mobile .footer-info-heading {
      margin-bottom: 0; }
  .footer .footer-top .footer-top-wrapper {
    margin: 0; }
  .footer .footer-bottom .container {
    padding: 25px 25px;
    text-align: center; }
    .footer .footer-bottom .container .footer-bottom-item {
      padding: 0; }
    .footer .footer-bottom .container .footer-bottom-links {
      text-align: center; }
  .footer .footer-info-col--mobile .footer-info-list li a {
    line-height: 20px !important;
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .footer .footer-top .container {
    padding: 55px 0; }
    .footer .footer-top .container .footer-logo-list {
      width: 100%;
      display: block;
      margin: 0 auto;
      padding: 0 20px;
      text-align: center;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.22); }
      .footer .footer-top .container .footer-logo-list .footer-logo-container {
        margin: 0 auto 12px; }
      .footer .footer-top .container .footer-logo-list .footer-info-wrapper {
        display: block !important;
        padding-top: 0; }
        .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-text {
          margin: 0 auto; }
          .footer .footer-top .container .footer-logo-list .footer-info-wrapper .footer-info-text p {
            line-height: 32px; }
    .footer .footer-top .container .footer-info-col--mobile {
      width: 100%; }
      .footer .footer-top .container .footer-info-col--mobile:not(.footer-logo-list) {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.22); }
        .footer .footer-top .container .footer-info-col--mobile:not(.footer-logo-list) .footer-info-heading {
          border: 0;
          padding: 0;
          font-weight: 700; }
          .footer .footer-top .container .footer-info-col--mobile:not(.footer-logo-list) .footer-info-heading::after, .footer .footer-top .container .footer-info-col--mobile:not(.footer-logo-list) .footer-info-heading::before {
            background-color: rgba(0, 0, 0, 0.22); }
        .footer .footer-top .container .footer-info-col--mobile:not(.footer-logo-list) .footer-info-wrapper {
          padding-top: 10px; }
  .footer .footer-info-col--mobile .footer-info-list li a {
    font-size: 14px;
    line-height: 34px; } }

@media screen and (max-width: 550px) {
  .footer .footer-subscription .container .form-prefixPostfix {
    display: block; }
    .footer .footer-subscription .container .form-prefixPostfix .button {
      width: 100%; }
  .footer .footer-top .container {
    background-image: none; } }

.page-type-default [data-content-region="home_below_carousel"] .home-banner-slide {
  background: #EBF2F2; }
  .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 960px;
    text-align: center; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 48px;
      line-height: 62px;
      text-align: center;
      color: #000000;
      margin-bottom: 30px; }
      .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-title .bold--text {
        font-style: italic;
        color: #D93E25; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description .home-banner-list {
        text-align: center; }
        .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description .home-banner-list .home-banner-circle {
          background: #FEFEFE;
          width: 98px;
          height: 98px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
        .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description .home-banner-list .home-banner-text {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          text-align: center;
          color: rgba(0, 0, 0, 0.64);
          margin: 0;
          margin-top: 12px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-action {
      margin-top: 40px;
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #FFFFFF;
      padding: 18px 48px;
      background: #D93E25;
      height: 59px;
      border-radius: 40px !important; }

.page-type-default [data-content-region="home_below_carousel"] .review-collections-section {
  max-width: 1345px;
  margin: 0 auto;
  padding: 40px 20px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child {
    margin: 0 auto;
    text-align: center;
    display: flex; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection {
      background-color: #F9F2ED;
      min-height: 440px;
      max-width: 632px;
      margin-right: 20px;
      display: flex;
      padding: 40px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection:last-child {
        margin-right: 0;
        margin-left: 20px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left {
        background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/amazon-review-background-1.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        align-items: center; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content {
          max-width: 282px;
          width: 100%;
          margin: auto 0;
          text-align: left; }
          .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--text {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 36px;
            line-height: 47px;
            color: #000000; }
            .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--text img {
              margin-top: 15px;
              max-width: 113px; }
          .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--button {
            margin-top: 20px;
            max-width: 190px;
            width: 100%;
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 17px;
            letter-spacing: -0.01em;
            color: #408B96;
            border: 1px solid #408B96;
            height: 45px;
            text-align: center;
            padding: 12px;
            margin-bottom: 0; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right {
        align-items: center; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .collection-content {
          max-width: 467px;
          margin: 0 auto; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .content--text {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 400;
          font-size: 36px;
          line-height: 47px;
          text-align: center;
          color: #000000;
          margin: 0; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .content--small--text {
          margin-top: 20px;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          color: #000000;
          margin-bottom: 0; }

.page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div {
  min-height: 523px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%); }
  .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id="hero-image-title"] p {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 42px; }
  .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id="hero-image-button"] {
    margin: 0;
    margin-bottom: 60px;
    padding: 5px 50px; }
    .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id="hero-image-button"] p {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 59px;
      letter-spacing: -0.01em;
      color: #FFFFFF; }

.page-type-default .clients-sections {
  background: #EBF2F2; }
  .page-type-default .clients-sections .clients-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 79px 40px; }
    .page-type-default .clients-sections .clients-container .top-section {
      text-align: center;
      padding-bottom: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.22); }
      .page-type-default .clients-sections .clients-container .top-section .title--section {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 39px;
        text-align: center;
        color: #000000;
        margin: 0;
        margin-bottom: 40px; }
      .page-type-default .clients-sections .clients-container .top-section .description--section {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #000000;
        margin: 0;
        margin-bottom: 26px; }
      .page-type-default .clients-sections .clients-container .top-section .company-sections {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        gap: 102px; }
        .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons {
          width: 100%; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(1) {
            max-width: 196px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(2) {
            max-width: 177px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(3) {
            max-width: 155px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(4) {
            max-width: 188px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(5) {
            max-width: 98px; }
    .page-type-default .clients-sections .clients-container .bottom-section {
      margin-top: 45px;
      padding: 0 35px 0 24px; }
      .page-type-default .clients-sections .clients-container .bottom-section .bottom-container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .title--section {
          max-width: 332px;
          font-family: 'Lora';
          font-style: normal;
          font-weight: 400;
          font-size: 36px;
          line-height: 47px;
          color: #000000; }
        .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action {
          background: #FFFFFF;
          border: 1px solid #408B96;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 26px;
          text-align: center;
          color: #408B96;
          padding: 12px 43px;
          height: 51px;
          display: inline-block;
          border-radius: 0; }
          .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action + .bottom-button-action {
            margin-left: 42px; }

.page-type-default .save-bulk-price-section {
  margin-top: 99px;
  margin-bottom: 128px; }
  .page-type-default .save-bulk-price-section .save-bulk-price-container {
    max-width: 1173px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container .section--title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 48px;
      line-height: 62px;
      color: #000000;
      margin: 0;
      margin-bottom: 24px; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container .section--description {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      text-align: center;
      color: #000000;
      margin: 0; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container .section--container {
      margin-top: 46px; }
      .page-type-default .save-bulk-price-section .save-bulk-price-container .section--container .save-buik-price-title {
        margin: 0;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #000000; }

.page-type-default .buy-wholesale-books-section {
  background: #EBF2F2;
  padding-top: 63px;
  padding-bottom: 80px; }
  .page-type-default .buy-wholesale-books-section .buy-wholesale-books-container {
    max-width: 1078px;
    padding: 0 40px;
    margin: 0 auto; }
  .page-type-default .buy-wholesale-books-section .section--title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 40px; }
  .page-type-default .buy-wholesale-books-section .section--description, .page-type-default .buy-wholesale-books-section .section--links {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 20px; }
  .page-type-default .buy-wholesale-books-section .read-more-button {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #D93E25;
    margin-top: 40px;
    display: block;
    text-align: center; }
  .page-type-default .buy-wholesale-books-section a {
    text-decoration: underline;
    color: #000000; }

.page-type-default .halo-marketing-banners .halo-banners {
  padding-top: 40px; }
  .page-type-default .halo-marketing-banners .halo-banners .container {
    max-width: 1383px;
    padding: 0 40px; }
  .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection {
    margin-left: 0;
    margin-right: 0; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item {
      padding: 0; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-with-overlay::after {
        padding-bottom: 0; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-with-overlay img {
        transform: none;
        position: unset; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-collection:hover .image-with-overlay img {
        transform: none;
        position: unset; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-with-overlay::after, .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-with-overlay::before {
        display: none; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) {
        width: calc(50% - 28px); }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) .content-wrapper {
          top: 30px;
          text-align: center; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) .content-wrapper .title {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 48px;
            line-height: 56px;
            text-align: center;
            color: #000000;
            margin: 0 auto;
            margin-bottom: 28px;
            max-width: 412px; }
            .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) .content-wrapper .title a {
              font-style: italic;
              color: #D93E25; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) .content-wrapper .subtitle {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            color: #000000;
            max-width: 412px;
            margin: 0 auto;
            max-width: 412px;
            display: block;
            text-transform: none; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(2) {
        width: calc(50% + 28px); }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection {
        padding: 0 15px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper {
          width: calc(100% - 30px);
          top: 0;
          left: 15px;
          bottom: auto; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .title {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 32px;
            line-height: 44px;
            color: #000000;
            margin: 0;
            margin-top: 10px;
            max-width: 175px;
            text-align: left;
            margin-left: 15px; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .ellipse {
            width: 154.14px;
            height: 154.14px;
            background: #FFFFFF;
            border-radius: 50%;
            margin-top: 30px;
            margin-left: 25px; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 600;
            font-size: 219px;
            line-height: 44px;
            text-align: center;
            color: #408B96;
            position: absolute;
            top: 81px;
            left: 10px;
            display: block;
            letter-spacing: -18px; }
            .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text span {
              font-family: 'Lora';
              font-style: normal;
              font-weight: 400;
              font-size: 42px;
              line-height: 44px;
              text-align: center;
              color: #408B96;
              letter-spacing: normal;
              position: absolute;
              top: 22px;
              margin-left: 20px; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
            position: absolute;
            bottom: -10px;
            right: 12px; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 700;
        font-size: 136px;
        line-height: 44px;
        text-align: center;
        letter-spacing: -0.06em;
        color: #408B96;
        margin-left: 12px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text span {
          font-size: 65px;
          margin-left: 2px; }

.page-type-default .halo-recent-post-container {
  padding: 92px 40px 93px;
  background-color: #fff; }
  .page-type-default .halo-recent-post-container .container {
    padding: 0;
    max-width: 1271px; }
  .page-type-default .halo-recent-post-container .halo-block-footer {
    display: none; }
  .page-type-default .halo-recent-post-container .halo-block-header .title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    color: #000000;
    margin: 0; }
    .page-type-default .halo-recent-post-container .halo-block-header .title img {
      max-width: 199px;
      margin-right: 16px;
      width: 100%; }
  .page-type-default .halo-recent-post-container .halo-recent-post {
    margin: 0 auto;
    margin-left: -36px;
    margin-right: -36px; }
    .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item {
      padding-left: 36px;
      padding-right: 36px; }
      .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item {
        box-shadow: none;
        border: 0;
        max-width: 375px; }
        .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-image a::after, .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-image a::before {
          display: none; }
        .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-image a img {
          position: unset;
          width: 100%;
          padding: 0; }
        .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content {
          padding: 0;
          padding-top: 22px; }
          .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content .title {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 31px;
            color: #000000;
            margin: 0;
            margin-bottom: 18px; }
            .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content .title a {
              white-space: normal;
              overflow: auto;
              display: block; }
          .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content .summary {
            white-space: normal;
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #000000;
            margin: 0;
            margin-bottom: 10px; }

.page-type-default .power-of-books {
  background: #F9F2ED; }
  .page-type-default .power-of-books .power-of-books-container {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto; }
    .page-type-default .power-of-books .power-of-books-container .books--item {
      max-width: 488px;
      width: 35%;
      display: inline-block;
      vertical-align: top; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 62px;
        color: #000000;
        margin: 0;
        margin-bottom: 50px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container {
        background: #fff;
        text-align: center; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-section {
          background: #fff;
          padding: 42px 46px 40px 46px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-description {
          font-family: 'Work Sans';
          font-style: normal;
          font-size: 16px;
          line-height: 26px;
          text-align: center;
          color: #000000;
          margin: 0;
          margin-bottom: 33px; }
          .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-description b {
            font-weight: 600;
            display: block; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .action--button {
          display: block;
          text-align: center;
          background: #D93E25;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px;
          color: #FFFFFF;
          padding: 18px 40px 17px;
          margin: 0 auto;
          width: auto;
          height: 59px;
          max-width: 243px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-author {
          max-width: 125px;
          margin: 39px auto 0; }
      .page-type-default .power-of-books .power-of-books-container .books--item.right-section {
        width: calc(65% - 6px);
        max-width: unset;
        padding-left: 120px;
        padding-top: 20px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section {
          display: table;
          width: 100%; }
          .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items {
            display: table-cell;
            width: 50%;
            padding-bottom: 62px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(1) {
              padding-right: 66px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) {
              padding-left: 46px; }
              .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) .books--item-description {
                max-width: 301px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .books--item--img {
              margin-bottom: 10px;
              max-width: 70px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .books--item-title {
              font-family: 'Lora';
              font-style: normal;
              font-weight: 400;
              font-size: 24px;
              line-height: 31px;
              color: #000000;
              margin: 0;
              margin-bottom: 20px;
              max-width: 263px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .books--item-description {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              color: #000000;
              margin: 0;
              margin-bottom: 15px;
              max-width: 279px; }
            .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .action--button {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 16px;
              line-height: 28px;
              text-decoration-line: underline;
              color: #D93E25;
              margin: 0;
              height: auto;
              background: unset;
              padding: 0;
              border: 0; }

.page-type-default .halo-block-product-tabs {
  padding: 0;
  margin: 0; }
  .page-type-default .halo-block-product-tabs .container {
    padding: 100px 40px 17px;
    max-width: 1390px;
    margin: 0 auto; }
    .page-type-default .halo-block-product-tabs .container .halo-block-header {
      margin: 0; }
      .page-type-default .halo-block-product-tabs .container .halo-block-header .title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 62px;
        color: #000000;
        margin: 0;
        margin-bottom: 50px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs {
      margin: 0;
      align-items: center;
      justify-content: normal; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 62px;
        color: #000000;
        padding: 0;
        padding: 0 107px;
        text-transform: none;
        border-bottom: 2px solid #DDDDDD; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab:nth-child(1) .tab-title {
        padding-left: 0; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab.is-active .tab-title {
        border-bottom: 2px solid #D93E25; }
        .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab.is-active .tab-title span {
          border-bottom: 0; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 62px;
        text-decoration-line: underline;
        color: #D93E25;
        padding-left: 45px;
        border-bottom: 2px solid #DDDDDD; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents {
      margin-bottom: 0;
      margin-top: 58px; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content {
        padding: 0; }
        .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel {
          margin-left: -28px;
          margin-right: -28px; }
          .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide {
            padding: 0 27px;
            width: calc(20% - 5px);
            display: inline-block;
            vertical-align: top; }
            .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card {
              margin-bottom: 86px; }
              .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content {
                margin-top: 23px; }
                .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-price .price-label {
                  font-family: 'Work Sans';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 24px;
                  color: #000000;
                  margin: 0; }
                .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-price .price {
                  font-family: 'Work Sans';
                  font-style: normal;
                  font-weight: 700;
                  font-size: 16px;
                  line-height: 24px;
                  color: #F25F5C;
                  margin: 0; }
                .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-title {
                  margin: 0; }
                  .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-title a {
                    margin: 0;
                    padding: 0;
                    display: block;
                    font-family: 'Lora';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 31px;
                    color: #000000; }
                .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-text {
                  font-family: 'Work Sans';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 31px;
                  color: #575757;
                  margin: 0;
                  text-transform: none; }
              .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-button {
                display: none; }

.page-type-default .review_section {
  background: #F9F2ED; }
  .page-type-default .review_section [data-content-region="home_above_recent_posts"] {
    max-width: 1391px;
    margin: 0 auto; }
  .page-type-default .review_section .jdgm-carousel-wrapper {
    padding: 94px 40px 114px; }
    .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-carousel-title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 48px;
      line-height: 62px;
      color: #000000;
      margin: 0;
      margin-bottom: 15px; }
    .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      color: #000000;
      margin: 0;
      margin-bottom: 76px; }
      .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper .jdgm-all-reviews-rating {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        padding-right: 10px; }
        .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper .jdgm-all-reviews-rating .jdgm-star {
          line-height: 16px; }
          .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper .jdgm-all-reviews-rating .jdgm-star::before {
            width: 34px;
            height: 34px;
            display: inline-block;
            content: '';
            background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/star-icon.png"); }
    .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
      width: 100%; }
      .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows {
        display: none; }
      .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper {
        height: auto; }
        .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item {
          padding: 35px 26px 0;
          position: relative; }
          .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__product-image {
            display: none; }
          .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review-wrapper {
            background: #fff;
            width: 100%;
            padding: 0;
            height: auto; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review-wrapper .jdgm-star::before {
              width: 24px;
              height: 24px;
              display: inline-block;
              content: '';
              background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/star-icon.png");
              background-size: 100%; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review-wrapper .jdgm-carousel-item__review-rating {
              margin-bottom: 10px; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review-wrapper .jdgm-carousel-item__review-body {
              font-family: 'Prata';
              font-style: normal;
              font-weight: 400;
              font-size: 24px;
              line-height: 42px;
              color: #000000;
              display: -webkit-box;
              -webkit-line-clamp: 4 !important; }
          .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review {
            border-bottom: 1px solid #D8D8D8;
            padding: 54px 34px 30px 28px; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review::before {
              content: '';
              background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/double-quote-icon.png);
              width: 65px;
              height: 58px;
              display: block;
              position: absolute;
              top: 0px;
              background-size: 100% 100%; }
          .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper {
            padding: 20px 30px; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper .jdgm-carousel-item__reviewer-name, .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper .jdgm-carousel-item__product-title {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 16px;
              line-height: 21px;
              letter-spacing: -0.02em;
              color: #000000;
              display: block;
              margin: 0; }
            .page-type-default .review_section .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-container .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper .jdgm-carousel-item__product-title {
              font-weight: 400; }

@media screen and (max-width: 1400px) {
  .page-type-default .halo-block-product-tabs .container {
    padding: 80px 40px 0; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs {
      justify-content: center; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
        padding: 0 82px; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
        padding-left: 30px; } }

@media screen and (max-width: 1380px) {
  .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection {
    padding: 0; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .ellipse {
      width: 145px;
      height: 145px;
      margin-top: 25px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text {
      font-size: 190px;
      top: 60px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .title {
      font-size: 28px;
      line-height: 38px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
      bottom: 0; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
      font-size: 105px; } }

@media screen and (max-width: 1280px) {
  .page-type-default .clients-sections .clients-container .top-section .company-sections {
    gap: 40px; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(1) {
      max-width: 176px; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(2) {
      max-width: 165px; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(3) {
      max-width: 140px; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(4) {
      max-width: 170px; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(5) {
      max-width: 77px; }
  .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .title--section {
    max-width: 280px;
    font-size: 32px;
    line-height: 44px; }
  .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action {
    padding: 12px 30px; } }

@media screen and (max-width: 1200px) {
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection {
    padding: 30px;
    margin-right: 10px;
    min-height: unset; }
    n .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection:last-child {
      margin-right: 0;
      margin-left: 10px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left {
      background-size: 280px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content {
        max-width: 235px; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--text {
          font-size: 28px;
          line-height: 44px; }
        .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--button {
          max-width: 150px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .collection-content .content--text {
      font-size: 28px;
      line-height: 44px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .collection-content .content--small--text {
      margin-top: 10px; }
  .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item {
    display: block;
    text-align: center;
    max-width: 672px;
    width: 100% !important; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(1) {
      display: block;
      margin: 0 auto 20px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item:nth-child(2) {
      display: block;
      margin: 0 auto; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .ellipse {
      width: 154.14px;
      height: 154.14px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text {
      top: 81px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
      bottom: -10px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
      font-size: 136px; }
  .page-type-default .power-of-books .power-of-books-container {
    padding: 55px 40px 75px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.left-section .title {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 35px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-section {
      padding: 35px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-author {
      margin-top: 30px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.right-section {
      padding-left: 80px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items {
        padding-bottom: 40px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(1) {
          padding-right: 40px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) {
          padding-left: 36px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section:last-child .books--items {
        padding-bottom: 0 !important; }
  .page-type-default .save-bulk-price-section {
    margin: 50px 0; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container .section--title {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container .section--container {
      margin-top: 30px; }
  .page-type-default .halo-block-product-tabs .container {
    padding: 55px 40px 0; }
    .page-type-default .halo-block-product-tabs .container .halo-block-header .title {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 35px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
      font-size: 22px;
      line-height: 28px;
      padding: 0 57px 10px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
      line-height: 28px;
      padding-bottom: 10px; }
  .page-type-default .halo-recent-post-container {
    padding: 55px 40px; }
    .page-type-default .halo-recent-post-container .halo-block-header {
      margin-top: 0;
      margin-bottom: 30px; }
      .page-type-default .halo-recent-post-container .halo-block-header .title {
        font-size: 36px;
        line-height: 46px; }
        .page-type-default .halo-recent-post-container .halo-block-header .title img {
          max-width: 145px;
          margin-right: 12px; }
    .page-type-default .halo-recent-post-container .halo-recent-post {
      padding: 0 40px; }
      .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item {
        padding: 0 20px; }
        .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content {
          padding-top: 15px; }
          .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content .title {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 12px; }
          .page-type-default .halo-recent-post-container .halo-recent-post .halo-row-slider .halo-row-item .item .item-content .summary {
            padding: 0; }
  .page-type-default .buy-wholesale-books-section {
    padding: 55px 0; }
    .page-type-default .buy-wholesale-books-section .section--title {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; }
    .page-type-default .buy-wholesale-books-section .read-more-button {
      margin-top: 20px; } }

@media screen and (min-width: 1024px) {
  .page-type-default .clients-sections .clients-container .top-section .company-sections {
    overflow: auto; } }

@media screen and (max-width: 1024px) {
  .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content {
    padding: 50px 60px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-title {
      font-size: 38px;
      line-height: 48px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .collection-content .content--text {
    font-size: 24px;
    line-height: 28px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left {
    background-size: 207px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content {
      max-width: 180px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--text {
        font-size: 24px;
        line-height: 28px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--button {
        max-width: 130px; }
  .page-type-default .clients-sections .clients-container {
    padding: 65px 40px; }
    .page-type-default .clients-sections .clients-container .top-section {
      padding-bottom: 40px; }
      .page-type-default .clients-sections .clients-container .top-section .title--section {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 35px; }
      .page-type-default .clients-sections .clients-container .top-section .company-sections {
        display: block;
        width: 100%; }
        .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons {
          width: 33.33%;
          padding: 10px 20px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(1) {
            max-width: 230px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(2) {
            max-width: 230px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(3) {
            max-width: 200px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(4) {
            max-width: 230px; }
          .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(5) {
            max-width: 150px; }
    .page-type-default .clients-sections .clients-container .bottom-section {
      margin-top: 40px;
      padding: 0 20px 0 20px; }
      .page-type-default .clients-sections .clients-container .bottom-section .bottom-container {
        display: block; }
        .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .title--section {
          max-width: unset;
          width: 100%;
          text-align: center;
          font-size: 28px;
          line-height: 36px; }
        .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections {
          text-align: center; }
          .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action + .bottom-button-action {
            margin-left: 30px; }
  .page-type-default .power-of-books .power-of-books-container {
    padding: 55px 40px; }
    .page-type-default .power-of-books .power-of-books-container .books--item {
      width: 40%; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-section {
        padding: 25px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .action--button {
        padding: 18px 20px 17px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-author {
        max-width: 110px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.right-section {
        width: calc(60% - 6px);
        padding-left: 40px;
        padding-top: 0; }
  .page-type-default .halo-block-product-tabs .container .halo-block-header .title {
    font-size: 32px !important;
    line-height: 38px; }
  .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 10px; }
  .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
    line-height: 24px; }
  .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents {
    margin-top: 30px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content {
      text-align: center; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel {
        margin-left: -15px;
        margin-right: -15px; }
        .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide {
          padding: 0 15px;
          width: calc(33.33% - 5px); }
          .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card {
            margin-bottom: 30px; }
            .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content {
              margin-top: 15px;
              padding: 0; }
  .page-type-default .buy-wholesale-books-section {
    padding: 40px 0; }
    .page-type-default .buy-wholesale-books-section .section--title {
      font-size: 32px !important;
      line-height: 38px; } }

@media screen and (max-width: 800px) {
  .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div {
    min-height: 400px; }
    .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id="hero-image-title"] p {
      font-size: 32px !important;
      line-height: 38px; }
    .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div + div {
      display: flex;
      text-align: center;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      width: 66.67%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: transparent; }
      .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div + div [data-test-id="hero-image-button"] {
        margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content {
    padding: 35px  45px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-title {
      font-size: 32px !important;
      line-height: 38px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description {
      max-width: 510px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-action {
      margin-top: 30px;
      padding: 18px 36px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child {
    display: block;
    width: 100%; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection {
      margin: 0 auto 20px;
      width: 100%;
      display: block;
      max-width: 480px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right {
        margin: 0 auto; }
  .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons {
    max-width: unset !important; }
    .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons:nth-child(5) {
      max-width: 130px !important; }
  .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .title--section {
    margin: 0; }
  .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action {
    margin-top: 15px; }
  .page-type-default .halo-marketing-banners .halo-banners .container {
    padding: 0 20px; }
  .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child {
    margin: 0;
    margin-top: 15px;
    width: auto; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection {
      padding: 0;
      padding-right: 7px;
      max-width: 290px; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection:last-child {
        padding-right: 0;
        padding-left: 7px; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper {
        left: 0;
        width: 100%; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .ellipse {
          width: 130px;
          height: 130px;
          margin-top: 20px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text {
          top: 50px;
          font-size: 160px;
          left: 18px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
          right: 20px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
      font-size: 110px; }
  .page-type-default .power-of-books .power-of-books-container {
    padding: 40px; }
    .page-type-default .power-of-books .power-of-books-container .books--item {
      width: 100%;
      padding: 0;
      max-width: unset; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container {
        max-width: 488px;
        margin: 0 auto;
        width: 100%; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-description {
          margin-bottom: 25px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-author {
          margin-top: 25px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.left-section .title {
        text-align: center;
        margin-bottom: 25px; }
      .page-type-default .power-of-books .power-of-books-container .books--item.right-section {
        width: 100%;
        padding: 0;
        margin-top: 30px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(1), .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) {
          width: 50%;
          padding-bottom: 30px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(1) {
          padding-right: 20px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) {
          padding-left: 20px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .books--item-title {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 15px; }
        .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items .books--item-description {
          margin-bottom: 10px; }
  .page-type-default .halo-block-product-tabs .container {
    padding: 40px; }
    .page-type-default .halo-block-product-tabs .container .halo-block-header .title {
      margin-bottom: 25px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
      margin-bottom: 10px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
      margin-bottom: 10px; }
  .page-type-default .halo-recent-post-container {
    padding: 40px; }
    .page-type-default .halo-recent-post-container .halo-block-header .title {
      font-size: 32px !important;
      line-height: 38px; }
    .page-type-default .halo-recent-post-container .halo-row-slider .halo-row-item .item .item-content .title a {
      overflow: unset !important; }
  .page-type-default .buy-wholesale-books-section {
    padding: 30px 0; }
    .page-type-default .buy-wholesale-books-section .buy-wholesale-books-container {
      padding: 0 30px; } }

@media screen and (max-width: 600px) {
  .page-type-default .halo-marketing-banners .halo-banners {
    padding-top: 30px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper {
      height: 100%; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
        bottom: 10px; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .title {
        font-size: 24px;
        line-height: 28px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
      font-size: 90px; } }

@media screen and (max-width: 550px) {
  .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content {
    padding: 30px 30px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-title {
      font-size: 26px !important;
      line-height: 36px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description {
      max-width: 300px;
      margin: 0 auto;
      display: block;
      width: 100%; }
      .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description .home-banner-list {
        width: 48%;
        display: inline-block;
        margin-bottom: 20px; }
        .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-description .home-banner-list .home-banner-circle {
          width: 80px;
          height: 80px; }
    .page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-action {
      margin-top: 20px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection {
    padding: 20px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection .content--text, .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection .content--small--text {
      white-space: normal; }
  .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div {
    min-height: 360px; }
    .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id="hero-image-title"] p {
      font-size: 26px !important;
      line-height: 36px; }
    .page-type-default [data-content-region="home_below_top_banners"] [data-sub-layout] [data-widget-id] > div > div > div > div + div {
      width: 100%; }
  .page-type-default .clients-sections .clients-container {
    padding: 30px; }
    .page-type-default .clients-sections .clients-container .top-section {
      padding-bottom: 30px; }
      .page-type-default .clients-sections .clients-container .top-section .title--section {
        font-size: 26px !important;
        line-height: 36px;
        margin-bottom: 20px; }
      .page-type-default .clients-sections .clients-container .top-section .description--section {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; }
      .page-type-default .clients-sections .clients-container .top-section .company-sections .company-icons {
        width: 50%;
        padding: 12px; }
    .page-type-default .clients-sections .clients-container .bottom-section {
      margin-top: 30px;
      padding: 0 10px; }
      .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .title--section {
        font-size: 26px !important;
        line-height: 36px; }
      .page-type-default .clients-sections .clients-container .bottom-section .bottom-container .button-sections .bottom-button-action {
        margin: 0 auto !important;
        margin-top: 15px !important;
        display: block;
        max-width: 205px; }
  .page-type-default .halo-image-collection {
    white-space: normal; }
  .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item {
    margin: 0; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-collection {
      width: 100%;
      margin: 0; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-collection .content-wrapper {
        padding: 30px;
        top: 0;
        left: 0;
        width: 100%; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-collection .content-wrapper .title {
          font-size: 26px !important;
          line-height: 36px;
          margin-bottom: 15px;
          max-width: unset; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .image-collection .content-wrapper .subtitle {
          max-width: unset;
          font-size: 16px;
          line-height: 20px; }
    .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child {
      margin-top: 0; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection {
        padding: 0;
        max-width: 280px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .image-wrapper {
          max-height: 232px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper {
          display: block;
          padding: 20px;
          height: auto; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .ellipse {
            margin-top: 0;
            margin-left: 0; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text {
            font-size: 180px;
            top: 58px;
            left: 15px; }
            .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .circle-container .text span {
              font-size: 28px;
              line-height: 36px; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
            bottom: 20px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection:last-child {
          padding: 0;
          margin-top: 15px; }
      .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection {
        margin-top: 15px; }
        .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text {
          font-size: 80px; }
          .page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child:last-child .image-collection .content-wrapper .circle-container .text span {
            font-size: 40px; }
  .page-type-default .halo-block-product-tabs .container {
    padding: 30px; }
    .page-type-default .halo-block-product-tabs .container .halo-block-header .title {
      font-size: 26px !important;
      line-height: 36px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab .tab-title {
      margin-bottom: 0;
      padding: 10px; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .tab.is-active .tab-title {
      border: 2px solid #D93E25; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs .view-more-button {
      display: none; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide {
      width: calc(50% - 4px); }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-title a {
        font-size: 16px;
        line-height: 24px; }
  .page-type-default .halo-recent-post-container {
    padding: 30px 20px; }
    .page-type-default .halo-recent-post-container .halo-block-header {
      margin-bottom: 20px; }
      .page-type-default .halo-recent-post-container .halo-block-header .title {
        font-size: 26px !important;
        line-height: 36px; }
        .page-type-default .halo-recent-post-container .halo-block-header .title img {
          max-width: 120px;
          margin-right: 7px; }
    .page-type-default .halo-recent-post-container .halo-recent-post {
      padding: 0; }
  .page-type-default .buy-wholesale-books-section {
    padding: 30px 0; }
    .page-type-default .buy-wholesale-books-section .buy-wholesale-books-container {
      padding: 0 20px; }
      .page-type-default .buy-wholesale-books-section .buy-wholesale-books-container .section--title {
        font-size: 26px !important;
        line-height: 36px; } }

@media screen and (max-width: 420px) {
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left {
    background-size: 180px; }
    .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content {
      max-width: 165px;
      margin-top: 20px; }
      .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--button {
        max-width: 125px; }
  .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--text, .page-type-default [data-content-region="home_below_carousel"] .review-collections-section .two-item-child .image-collection.collection--right .collection-content .content--text {
    font-size: 22px;
    line-height: 24px; }
  .page-type-default .power-of-books .power-of-books-container {
    padding: 30px 20px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.left-section .title {
      font-size: 26px !important;
      line-height: 36px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.left-section .books-to-speak-container .books-to-speak-description {
      margin-bottom: 20px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(1) {
      padding-right: 10px; }
    .page-type-default .power-of-books .power-of-books-container .books--item.right-section .books--items-section .books--items:nth-child(2) {
      padding-left: 10px; }
  .page-type-default .save-bulk-price-section {
    margin: 30px 0; }
    .page-type-default .save-bulk-price-section .save-bulk-price-container {
      padding: 0 20px; }
      .page-type-default .save-bulk-price-section .save-bulk-price-container .section--title {
        font-size: 26px !important;
        line-height: 36px;
        margin-bottom: 15px; }
      .page-type-default .save-bulk-price-section .save-bulk-price-container .section--description {
        font-size: 14px;
        line-height: 22px; }
      .page-type-default .save-bulk-price-section .save-bulk-price-container .section--container {
        margin-top: 20px; }
        .page-type-default .save-bulk-price-section .save-bulk-price-container .section--container .save-buik-price-title {
          font-size: 18px;
          line-height: 24px; } }

@media screen and (max-width: 380px) {
  .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide {
    padding: 0;
    width: 100%; }
    .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-link .card-img-container {
      margin: 0 auto;
      max-width: 240px; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-link .card-img-container .card-image {
        position: unset; }
      .page-type-default .halo-block-product-tabs .container .productCarousel-tabs .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-link .card-img-container::after {
        padding-bottom: 0; } }

.page-type-category .body .container, .page-type-search .body .container {
  padding: 0 40px;
  max-width: 1390px;
  margin: 0 auto; }
  .page-type-category .body .container .breadcrumb-wrapper, .page-type-search .body .container .breadcrumb-wrapper {
    padding-bottom: 0; }
  .page-type-category .body .container .page-category .page-header, .page-type-category .body .container .page-search .page-header, .page-type-search .body .container .page-category .page-header, .page-type-search .body .container .page-search .page-header {
    margin: 0; }
    .page-type-category .body .container .page-category .page-header .page-heading, .page-type-category .body .container .page-search .page-header .page-heading, .page-type-search .body .container .page-category .page-header .page-heading, .page-type-search .body .container .page-search .page-header .page-heading {
      text-align: center;
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 62px;
      color: #000000; }
  .page-type-category .body .container .page-category .page-sidebar, .page-type-category .body .container .page-search .page-sidebar, .page-type-search .body .container .page-category .page-sidebar, .page-type-search .body .container .page-search .page-sidebar {
    width: 280px;
    margin-top: 96px; }
    .page-type-category .body .container .page-category .page-sidebar .sidebarBlock, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock {
      border: 1px solid #F0F0F0;
      border-radius: 6px;
      padding: 23px 30px; }
      .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .sidebarBlock-heading, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .sidebarBlock-heading, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .sidebarBlock-heading, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .sidebarBlock-heading {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        border-bottom: 1px solid #F0F0F0;
        margin: 0;
        padding-bottom: 18px;
        margin-bottom: 9px; }
      .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item {
        padding: 9px 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item:first-child, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item:first-child, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item:first-child, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item:first-child {
          border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPages-action, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPages-action, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPages-action, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPages-action {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #000000; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item + .navPages-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item + .navPages-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item + .navPages-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item + .navPages-item {
          border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item.is-clicked > .icon-dropdown, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item.is-clicked > .icon-dropdown, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item.is-clicked > .icon-dropdown, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item.is-clicked > .icon-dropdown {
          border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item {
          padding-left: 10px;
          margin-top: 10px; }
          .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #000000; }
            .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action.has-subMenu, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action.has-subMenu, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action.has-subMenu, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item .navPage-subMenu-action.has-subMenu {
              font-weight: 500; }
          .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item + .navPage-subMenu-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item + .navPage-subMenu-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item + .navPage-subMenu-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list > .navPages-item .navPage-subMenu-item + .navPage-subMenu-item {
            border: 0; }
      .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown {
        width: auto; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown svg, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown svg, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown svg, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .icon-dropdown svg {
          margin-top: 8px; }
      .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item {
        border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .icon-dropdown, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .icon-dropdown, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .icon-dropdown, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .icon-dropdown {
          border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked > .icon-dropdown svg, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked > .icon-dropdown svg, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked > .icon-dropdown svg, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked > .icon-dropdown svg {
          transform: rotate(180deg); }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown {
          height: auto; }
          .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown svg, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown svg, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown svg, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item .icon-dropdown svg {
            margin-top: -4px; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item + .navPage-subMenu-item, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item + .navPage-subMenu-item, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item + .navPage-subMenu-item, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item + .navPage-subMenu-item {
          border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item.is-clicked, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item.is-clicked, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item.is-clicked, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock .all-categories-list .navPages-item.is-clicked .navPages-level-2 .navPage-subMenu-item.is-clicked {
          padding-bottom: 9px; }
    .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters {
      border: 0;
      margin-bottom: 18px;
      padding-bottom: 0; }
    .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList {
      padding: 0 30px; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-navigation .accordion-title, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-navigation .accordion-title, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-navigation .accordion-title, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-navigation .accordion-title {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin: 0;
        text-transform: uppercase; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block {
        margin: 0;
        padding: 9px 0;
        border: 0; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:first-child, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:first-child, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:first-child, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:first-child {
          padding-top: 0; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:last-child, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:last-child, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:last-child, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion--navList .accordion-block:last-child {
          padding-bottom: 0; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content.is-open, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content.is-open, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content.is-open, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content.is-open {
        margin-top: 18px; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item {
        margin-bottom: 14px; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item:last-child, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item:last-child, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item:last-child, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-item:last-child {
          margin-bottom: 0; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox {
        padding-left: 32px; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected {
          font-size: 500; }
          .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after {
            background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
            left: 0;
            background-color: #fff;
            background-size: 10px 10px;
            border-radius: 3px; }
          .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before {
            background-color: #fff !important;
            border-color: #fff !important; }
          .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::after, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox.is-selected::before {
            border: 1px solid #000; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::after, .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::before, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::after, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::before, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::after, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::before, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::after, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .navList-action--checkbox::before {
          width: 16px;
          height: 16px;
          border: 1px solid #E2E2E2;
          border-radius: 3px; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #555555;
        margin-top: 12px; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore .toggleLink-text, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore .toggleLink-text, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore .toggleLink-text, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore .toggleLink-text {
          background-image: linear-gradient(transparent 97%, #555555 3%); }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore::after, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore::after, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore::after, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList .accordion-content .toggleLink-viewMore::after {
          display: none; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price {
        margin-top: 13px; }
        .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form {
          margin-bottom: 0; }
          .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .form-input, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .form-input, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .form-input, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .form-input {
            border: 1px solid #F0F0F0;
            border-radius: 4px;
            height: 31px;
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            color: #000000;
            min-height: auto; }
          .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .button, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .button, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .button, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList #facetedSearch-content--price #facet-range-form .button {
            height: 31px;
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            color: #000000;
            background: transparent;
            border: 1px solid #555555;
            border-radius: 4px; }
    .page-type-category .body .container .page-category .page-sidebar + .page-content, .page-type-category .body .container .page-search .page-sidebar + .page-content, .page-type-search .body .container .page-category .page-sidebar + .page-content, .page-type-search .body .container .page-search .page-sidebar + .page-content {
      width: calc(100% - 280px);
      padding-left: 52px;
      margin-top: -5px; }
  .page-type-category .body .container .page-category .page-description, .page-type-category .body .container .page-search .page-description, .page-type-search .body .container .page-category .page-description, .page-type-search .body .container .page-search .page-description {
    margin: 0;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 31px;
    text-align: center; }
  .page-type-category .body .container .page-category .page-content .halo-toolbar, .page-type-category .body .container .page-search .page-content .halo-toolbar, .page-type-search .body .container .page-category .page-content .halo-toolbar, .page-type-search .body .container .page-search .page-content .halo-toolbar {
    margin-bottom: 53px; }
    .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item {
      width: 100%;
      display: flex;
      justify-content: inherit; }
      .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field {
        height: 53px;
        border: 1px solid #F0F0F0;
        border-radius: 3px;
        padding: 16px 20px 13px 26px; }
        .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #555555; }
        .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label {
          margin-right: 5px; }
        .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select {
          min-width: auto;
          height: auto;
          min-height: auto;
          border: 0;
          padding: 0;
          background-position: right 0px top 0;
          padding-right: 14px;
          color: #000; }
      .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select {
        padding-right: 30px;
        padding-left: 5px; }
  .page-type-category .body .container .page-category .page-content .productGrid, .page-type-category .body .container .page-search .page-content .productGrid, .page-type-search .body .container .page-category .page-content .productGrid, .page-type-search .body .container .page-search .page-content .productGrid {
    margin-left: -30px;
    margin-right: -30px; }
    .page-type-category .body .container .page-category .page-content .productGrid .product, .page-type-category .body .container .page-search .page-content .productGrid .product, .page-type-search .body .container .page-category .page-content .productGrid .product, .page-type-search .body .container .page-search .page-content .productGrid .product {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 71px; }
      .page-type-category .body .container .page-category .page-content .productGrid .product:nth-child(-n+4), .page-type-category .body .container .page-search .page-content .productGrid .product:nth-child(-n+4), .page-type-search .body .container .page-category .page-content .productGrid .product:nth-child(-n+4), .page-type-search .body .container .page-search .page-content .productGrid .product:nth-child(-n+4) {
        margin-top: 0; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .halo-badges, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .halo-badges, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .halo-badges, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .halo-badges {
        display: none; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .card-quickview-button, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .card-quickview-button, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .card-quickview-button, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .card-quickview-button {
        display: none; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container .card-image, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container .card-image, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container .card-image, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container .card-image {
        position: unset; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container::after, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container::after, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container::after, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container::after {
        display: none; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2 {
        display: block;
        width: 100%; }
        .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2 img, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2 img, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2 img, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-figure .card-img-container.card-img-container2 img {
          width: 100%; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-button, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-button, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-button, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-button {
        display: none; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content {
        padding-top: 23px;
        text-align: center; }
        .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price {
          margin-top: 0;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #000000;
          text-align: center;
          display: block; }
          .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price .price, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price .price, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price .price, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price .price {
            color: #F25F5C;
            font-weight: 700;
            display: none; }
            .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price .price.new-price, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price .price.new-price, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-price .price.new-price, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-price .price.new-price {
              display: inline; }
        .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-title a {
          font-family: 'Prata';
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 31px;
          text-align: center;
          color: #000000;
          display: block;
          margin: 0; }
        .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-option, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-option, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-option, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-option {
          display: none; }
        .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content [data-test-info-type="brandName"], .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content [data-test-info-type="brandName"], .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content [data-test-info-type="brandName"], .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content [data-test-info-type="brandName"] {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 31px;
          color: #575757; }
  .page-type-category .body .container .page-category .page-content .halo-product-show-more, .page-type-category .body .container .page-search .page-content .halo-product-show-more, .page-type-search .body .container .page-category .page-content .halo-product-show-more, .page-type-search .body .container .page-search .page-content .halo-product-show-more {
    display: none; }
  .page-type-category .body .container .page-category .page-content .pagination, .page-type-category .body .container .page-search .page-content .pagination, .page-type-search .body .container .page-category .page-content .pagination, .page-type-search .body .container .page-search .page-content .pagination {
    margin-top: 24px;
    display: block;
    width: 100%;
    text-align: right; }
    .page-type-category .body .container .page-category .page-content .pagination .pagination-list, .page-type-category .body .container .page-search .page-content .pagination .pagination-list, .page-type-search .body .container .page-category .page-content .pagination .pagination-list, .page-type-search .body .container .page-search .page-content .pagination .pagination-list {
      display: block;
      text-align: right; }
      .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item {
        margin: 0 0 0 7px; }
        .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item .pagination-link {
          width: 50px;
          height: 50px;
          border: 1px solid #F0F0F0;
          border-radius: 6px;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 50px;
          text-align: center;
          color: #000000;
          padding: 0; }
        .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--current, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--current, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--current, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--current {
          background: #EE403D;
          border-radius: 6px; }
          .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
            color: #fff;
            background: #EE403D; }
        .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link, .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
          background-color: transparent; }
    .page-type-category .body .container .page-category .page-content .pagination .pagination-info, .page-type-category .body .container .page-search .page-content .pagination .pagination-info, .page-type-search .body .container .page-category .page-content .pagination .pagination-info, .page-type-search .body .container .page-search .page-content .pagination .pagination-info {
      display: block;
      text-align: right;
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #555555;
      margin-top: 12px; }
  .page-type-category .body .container .page.page-listing, .page-type-search .body .container .page.page-listing {
    padding-bottom: 60px; }

.page-type-category .body .container .page-category .page-with-description .top-page-heading {
  margin-bottom: 33px; }

.page-type-category .body .container .page-category .page-with-description .page-description.top--section .bottom--desc {
  display: none; }

.page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section {
  background: #FAFAF7;
  padding: 40px 47px 33px;
  text-align: left;
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/bulk-book-background.png");
  background-repeat: no-repeat;
  background-position: right bottom; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-title {
    text-align: left;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: rgba(35, 35, 35, 0.94);
    margin: 0;
    margin-bottom: 15px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-lists {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    max-width: 350px;
    margin-bottom: 12px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-lists li {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 17px;
      color: #4F4F4F;
      margin: 0;
      margin-bottom: 10px;
      display: inline-block; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-lists li img {
        width: 16px;
        height: 16px;
        margin-right: 3px; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-lists li:nth-child(odd) {
        max-width: 130px;
        width: 100%; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-link {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #4F4F4F;
    text-align: left; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-link:hover {
      color: #f16547; }

.page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 25px;
  margin-top: 20px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section {
    flex: 33.33%; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-figure {
      width: 100%; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-figure img {
        width: 100%; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-body {
      text-align: left; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-body .grid--title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: rgba(35, 35, 35, 0.94);
        margin: 0;
        margin-top: 10px; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-body .grid--desc {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #4F4F4F;
        margin: 5px 0; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-body .grid-section-link {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        color: #4F4F4F; }
        .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section .grid-body .grid-section-link:hover {
          color: #f16547; }

.page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section {
  margin-top: 26px;
  background: #FAFAF7;
  padding: 12px 11px 14px 47px;
  text-align: left; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: rgba(35, 35, 35, 0.94);
    margin: 0;
    margin-bottom: 11px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-desc {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4F4F4F;
    margin: 0;
    margin-bottom: 12px;
    max-width: 450px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-link {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #4F4F4F; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-link:hover {
      color: #f16547; }

.page-type-category .body .container .page-category .page-with-description .page-description.bottom--section .top--desc {
  display: none; }

@media screen and (max-width: 1280px) {
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container .custom-joourney-sec:last-child {
    display: block; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container .custom-joourney-sec:last-child .custom-joourney-img {
      width: 48%;
      display: inline-block; } }

@media screen and (max-width: 1200px) {
  .page-type-category .body .container, .page-type-search .body .container {
    padding: 0 30px; }
    .page-type-category .body .container .page-category .page-header .page-heading, .page-type-category .body .container .page-search .page-header .page-heading, .page-type-search .body .container .page-category .page-header .page-heading, .page-type-search .body .container .page-search .page-header .page-heading {
      font-size: 32px;
      line-height: 56px; }
    .page-type-category .body .container .page-category .page-description, .page-type-category .body .container .page-search .page-description, .page-type-search .body .container .page-category .page-description, .page-type-search .body .container .page-search .page-description {
      margin-bottom: 25px; }
    .page-type-category .body .container .page-category .page-sidebar, .page-type-category .body .container .page-search .page-sidebar, .page-type-search .body .container .page-category .page-sidebar, .page-type-search .body .container .page-search .page-sidebar {
      margin-top: 60px; }
      .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList {
        padding: 0 20px; }
      .page-type-category .body .container .page-category .page-sidebar .sidebarBlock, .page-type-category .body .container .page-search .page-sidebar .sidebarBlock, .page-type-search .body .container .page-category .page-sidebar .sidebarBlock, .page-type-search .body .container .page-search .page-sidebar .sidebarBlock {
        padding: 20px; }
      .page-type-category .body .container .page-category .page-sidebar + .page-content, .page-type-category .body .container .page-search .page-sidebar + .page-content, .page-type-search .body .container .page-category .page-sidebar + .page-content, .page-type-search .body .container .page-search .page-sidebar + .page-content {
        padding-left: 40px; }
    .page-type-category .body .container .page-category .page-content .productGrid, .page-type-category .body .container .page-search .page-content .productGrid, .page-type-search .body .container .page-category .page-content .productGrid, .page-type-search .body .container .page-search .page-content .productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      .page-type-category .body .container .page-category .page-content .productGrid .product, .page-type-category .body .container .page-search .page-content .productGrid .product, .page-type-search .body .container .page-category .page-content .productGrid .product, .page-type-search .body .container .page-search .page-content .productGrid .product {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33% !important; } }

@media screen and (max-width: 1024px) {
  .has-stickyNavPages.has-stickyToolbar .halo-toolbar.sticky-down {
    top: 99px; }
  .page-type-category .body .container .page-category .page-description, .page-type-category .body .container .page-search .page-description, .page-type-search .body .container .page-category .page-description, .page-type-search .body .container .page-search .page-description {
    text-align: center; }
  .page-type-category .body .container .page-category .page-sidebar, .page-type-category .body .container .page-search .page-sidebar, .page-type-search .body .container .page-category .page-sidebar, .page-type-search .body .container .page-search .page-sidebar {
    margin-top: 0; }
    .page-type-category .body .container .page-category .page-sidebar + .page-content, .page-type-category .body .container .page-search .page-sidebar + .page-content, .page-type-search .body .container .page-category .page-sidebar + .page-content, .page-type-search .body .container .page-search .page-sidebar + .page-content {
      width: 100%;
      padding: 0; }
  .page-type-category .body .container .page-category .page-content .toolbar-wrapper.toolbar-mobile, .page-type-category .body .container .page-search .page-content .toolbar-wrapper.toolbar-mobile, .page-type-search .body .container .page-category .page-content .toolbar-wrapper.toolbar-mobile, .page-type-search .body .container .page-search .page-content .toolbar-wrapper.toolbar-mobile {
    display: none; }
  .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper [data-show-products] .form-field .form-label, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper [data-show-products] .form-field .form-label, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper [data-show-products] .form-field .form-label, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper [data-show-products] .form-field .form-label {
    display: block; }
  .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-category .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-category .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-search .body .container .page-category .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-refineFilters, .page-type-search .body .container .page-search .page-sidebar .facetedSearch.sidebarBlock .facetedSearch-navList {
    padding: 0; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section {
    background-size: 60%; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container {
    gap: 50px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container .custom-joourney-img {
      width: calc(50% - 3px);
      display: inline-block; } }

@media screen and (max-width: 800px) {
  .has-stickyNavPages.has-stickyToolbar .halo-toolbar.sticky-down {
    top: 69px; }
  .page-type-category .body .container, .page-type-search .body .container {
    padding: 0 20px; }
    .page-type-category .body .container .page-category .page-content .pagination, .page-type-category .body .container .page-search .page-content .pagination, .page-type-search .body .container .page-category .page-content .pagination, .page-type-search .body .container .page-search .page-content .pagination {
      text-align: center; }
      .page-type-category .body .container .page-category .page-content .pagination .pagination-list, .page-type-category .body .container .page-category .page-content .pagination .pagination-info, .page-type-category .body .container .page-search .page-content .pagination .pagination-list, .page-type-category .body .container .page-search .page-content .pagination .pagination-info, .page-type-search .body .container .page-category .page-content .pagination .pagination-list, .page-type-search .body .container .page-category .page-content .pagination .pagination-info, .page-type-search .body .container .page-search .page-content .pagination .pagination-list, .page-type-search .body .container .page-search .page-content .pagination .pagination-info {
        text-align: center; }
  .page-type-category .body .container .page-category .page-with-description .top-page-heading {
    margin-bottom: 20px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section {
    padding: 20px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-lists li {
      display: inline-block;
      width: 100%;
      margin-bottom: 5px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section .bulk-section-link {
      font-size: 14px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list {
    gap: 15px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-title {
    font-size: 24px;
    line-height: 28px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-desc, .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-sec .custom-joourney-link {
    font-size: 14px; } }

@media screen and (max-width: 650px) {
  .page-type-category .body .container .page-category .page-header .page-heading, .page-type-category .body .container .page-search .page-header .page-heading, .page-type-search .body .container .page-category .page-header .page-heading, .page-type-search .body .container .page-search .page-header .page-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px; }
  .page-type-category .body .container .page-category .page-header .page-description, .page-type-category .body .container .page-search .page-header .page-description, .page-type-search .body .container .page-category .page-header .page-description, .page-type-search .body .container .page-search .page-header .page-description {
    margin-bottom: 20px; }
  .page-type-category .body .container .page-category .page-content .halo-toolbar, .page-type-category .body .container .page-search .page-content .halo-toolbar, .page-type-search .body .container .page-category .page-content .halo-toolbar, .page-type-search .body .container .page-search .page-content .halo-toolbar {
    margin-bottom: 30px; }
    .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field {
      height: 48px;
      padding: 12px 15px 12px 20px; }
      .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-label {
        font-size: 14px;
        line-height: 18px; }
      .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar .form-field .form-select {
        background-position: right 0px top -4px; }
    .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select, .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-show-products] .form-field .form-select {
      padding-right: 20px; }
    .page-type-category .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper:not(.toolbar-mobile), .page-type-category .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper:not(.toolbar-mobile), .page-type-search .body .container .page-category .page-content .halo-toolbar .toolbar-wrapper:not(.toolbar-mobile), .page-type-search .body .container .page-search .page-content .halo-toolbar .toolbar-wrapper:not(.toolbar-mobile) {
      padding-right: 0; }
  .page-type-category .body .container .page-category .page-content .productGrid .product, .page-type-category .body .container .page-search .page-content .productGrid .product, .page-type-search .body .container .page-category .page-content .productGrid .product, .page-type-search .body .container .page-search .page-content .productGrid .product {
    width: 50% !important; }
    .page-type-category .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-category .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-search .body .container .page-category .page-content .productGrid .product .card .card-body .card-body-content .card-title a, .page-type-search .body .container .page-search .page-content .productGrid .product .card .card-body .card-body-content .card-title a {
      font-size: 16px;
      line-height: 24px; }
  .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item {
    margin-bottom: 10px; }
    .page-type-category .body .container .page-category .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-category .body .container .page-search .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-search .body .container .page-category .page-content .pagination .pagination-list .pagination-item .pagination-link, .page-type-search .body .container .page-search .page-content .pagination .pagination-list .pagination-item .pagination-link {
      width: 45px;
      height: 45px;
      line-height: 45px; }
  .page-type-category .body .container .page-category .page-content .pagination .pagination-info, .page-type-category .body .container .page-search .page-content .pagination .pagination-info, .page-type-search .body .container .page-category .page-content .pagination .pagination-info, .page-type-search .body .container .page-search .page-content .pagination .pagination-info {
    font-size: 14px;
    line-height: 18px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .bulk--section {
    background-image: none; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list {
    display: block; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .grid--list .grid--section {
      display: inline-block;
      width: calc(50% - 3px);
      vertical-align: top;
      padding-bottom: 20px; }
  .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section {
    padding: 20px; }
    .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container {
      display: block;
      width: 100%; }
      .page-type-category .body .container .page-category .page-with-description .page-description.top--section .custom-joourney-section .custom-joourney-container .custom-joourney-sec:last-child {
        margin-top: 20px; } }

@media screen and (max-width: 420px) {
  .page-type-category .body .container .page-category .page-content .productGrid, .page-type-category .body .container .page-search .page-content .productGrid, .page-type-search .body .container .page-category .page-content .productGrid, .page-type-search .body .container .page-search .page-content .productGrid {
    margin: 0; }
    .page-type-category .body .container .page-category .page-content .productGrid .product, .page-type-category .body .container .page-search .page-content .productGrid .product, .page-type-search .body .container .page-category .page-content .productGrid .product, .page-type-search .body .container .page-search .page-content .productGrid .product {
      width: 100% !important;
      padding: 0; }
      .page-type-category .body .container .page-category .page-content .productGrid .product .card-link .card-img-container, .page-type-category .body .container .page-search .page-content .productGrid .product .card-link .card-img-container, .page-type-search .body .container .page-category .page-content .productGrid .product .card-link .card-img-container, .page-type-search .body .container .page-search .page-content .productGrid .product .card-link .card-img-container {
        margin: 0 auto; } }

.page-type-product .page-product {
  padding: 45px 0; }
  .page-type-product .page-product .product-view-top {
    padding: 0 40px;
    max-width: 1481px;
    margin: 0 auto; }
    .page-type-product .page-product .product-view-top .container {
      padding: 0; }
    .page-type-product .page-product .product-view-top .breadcrumbs {
      display: none; }
    .page-type-product .page-product .product-view-top .productView {
      padding: 0;
      display: flex;
      align-items: stretch; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-left {
        max-width: 345px;
        width: 100%;
        margin: 0; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-image-wrapper {
          max-width: 345px;
          margin: 0 auto;
          padding: 0 10px; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-image-wrapper .halo-zoom {
            display: none; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-thumbnail-wrapper {
          margin-top: 10px; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-thumbnail-wrapper .productView-for {
            padding: 0 6px;
            max-width: 317px;
            margin: 0 auto; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-thumbnail-wrapper .productView-for .slick-arrow {
              width: 14px;
              height: 17px; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-thumbnail-wrapper .productView-for .productView-thumbnail {
              padding: 0 5px; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section {
          width: 317px;
          background: #FBFBFB;
          border: 1px solid #CDCDCD;
          padding: 25px 0 48px;
          text-align: center;
          margin: 38px auto 0; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section .author-img {
            max-width: 118px;
            margin: 0 auto 23px; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section .author-summary {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #000000;
            max-width: 246px;
            margin: 0 auto 17px; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section .author-summary p {
              margin-bottom: 15px; }
              .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section .author-summary p:last-child {
                margin-bottom: 0; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-left .bookpal-anthor-section .author-button {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 28px;
            text-decoration-line: underline;
            color: #D93E25;
            height: auto;
            background: transparent;
            border: 0; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right {
        width: 100%;
        max-width: calc(100% - 345px);
        margin: 0;
        padding-left: 45px;
        display: flex; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details {
          padding-right: 25px; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product {
            margin: 0; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-title {
              font-family: 'Lora';
              font-style: normal;
              font-weight: 400;
              font-size: 34px;
              line-height: 50px;
              color: #000000;
              margin: 0;
              text-transform: none;
              margin-bottom: 20px; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info {
              margin: 0;
              margin-top: 20px; }
              .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item {
                display: none; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item.item--Author {
                  display: block; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item.item--sku {
                  display: block; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-name {
                  min-width: auto; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value, .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-name {
                  font-family: 'Lora';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 24px;
                  color: #000000;
                  margin: 0;
                  margin-bottom: 20px;
                  text-transform: capitalize; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value {
                  font-weight: 500;
                  padding-left: 6px; }
            .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price {
              margin-bottom: 15px; }
              .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price .price-section .price-label {
                font-family: 'Lora';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #000000; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price .price-section .price-label ~ .price {
                  font-family: 'Work Sans';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 18px;
                  line-height: 24px;
                  text-decoration-line: line-through;
                  color: #A52105; }
                .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price .price-section .price-label ~ .unit-price {
                  text-decoration-line: none;
                  font-size: 22px;
                  line-height: 24px;
                  color: #A52105; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-rating .icon {
            width: 20px;
            height: 20px; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-rating .icon--ratingFull svg {
            fill: #000; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-reviewLink {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #000000; }
          .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-soldProduct span {
            line-height: 19px; }
  .page-type-product .page-product .productView-options {
    margin-bottom: 0; }
    .page-type-product .page-product .productView-options .productView-optionsLabel {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 30px;
      color: #000000;
      margin-bottom: 0; }
    .page-type-product .page-product .productView-options .form-field > .form-label {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
    .page-type-product .page-product .productView-options [data-product-option-change] {
      margin-bottom: 20px; }
  .page-type-product .page-product .productView-details {
    width: calc(100% - 358px) !important; }
  .page-type-product .page-product .ProductView-discountTable .search-results-scroll .search-results .product-pricing .tier-col .price {
    color: #a8311d; }
  .page-type-product .page-product .form-wishlist {
    display: none; }
  .page-type-product .page-product .discount-bottom-table {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0; }
    .page-type-product .page-product .discount-bottom-table .discount-table-button {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      text-decoration-line: underline;
      color: #000000;
      display: inline-block; }
      .page-type-product .page-product .discount-bottom-table .discount-table-button.share-icon {
        float: right; }
  .page-type-product .page-product .power-of-books-container {
    width: 100%;
    display: block;
    margin: 53px auto 0;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 47px 23px 59px;
    text-align: center; }
    .page-type-product .page-product .power-of-books-container .power-of-book-heading .title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 62px;
      color: #000000;
      margin: 0;
      margin-bottom: 32px;
      text-align: center; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item {
      display: flex;
      height: 193px;
      align-items: center;
      background: #FAFAFA;
      margin: 0 13px;
      width: 100%;
      justify-content: center; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item .power-of-book-detail .book-item-img {
        width: auto;
        margin: 0 auto; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item .power-of-book-detail .book-item-text {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        max-width: 113px;
        margin: 0 auto;
        margin-top: 28px; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item .power-of-book-detail-hover {
        display: none;
        padding: 0 10px;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item:hover .power-of-book-detail {
        display: none; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item:hover .power-of-book-detail-hover {
        display: block; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow {
      fill: #898989;
      width: 25px;
      height: 25px; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-prev {
        left: -30px; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-next {
        right: -30px; }
    .page-type-product .page-product .power-of-books-container .button--action {
      margin: 54px auto 0;
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 50px;
      color: #000000;
      height: 50px;
      background: #FFFFFF;
      border: 1px solid #000000;
      display: inline-block; }
  .page-type-product .page-product .product-view-bottom {
    max-width: 1481px;
    margin: 0 auto;
    padding: 0 40px; }
    .page-type-product .page-product .product-view-bottom #halo-productView-description {
      padding: 44px 0;
      background: transparent;
      border-bottom: 1px solid #C7C7C7; }
      .page-type-product .page-product .product-view-bottom #halo-productView-description .container {
        padding: 0; }
      .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper {
        display: block;
        width: 100%; }
        .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem {
          width: 100%;
          max-height: unset;
          padding: 0; }
          .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem .card-header {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 31px;
            color: #000000;
            margin: 0;
            margin-bottom: 22px; }
          .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem .card-body {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #373737; }
            .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem .card-body p {
              margin-bottom: 10px; }
  .page-type-product .page-product .product-view-last .bookpal-exclusive-container {
    display: block;
    width: 100%;
    padding: 46px 0 57px;
    padding-bottom: 40px;
    max-width: 1401px;
    margin: 0 auto;
    border-bottom: 1px solid #C7C7C7; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 31px;
      color: #000000;
      margin: 0;
      margin-bottom: 32px; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section {
      margin-left: -25px;
      margin-right: -25px;
      display: flex;
      flex-wrap: wrap; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item {
      padding: 0 25px;
      width: 25%;
      display: none; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item:nth-child(1), .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item:nth-child(2), .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item:nth-child(3), .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item:nth-child(4) {
        display: block; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item.videoGallery-item .figure {
        position: relative; }
        .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item.videoGallery-item .figure::after {
          content: '';
          width: 71px;
          height: 71px;
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/play-button.png");
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item .bookpal-exclusive-links img {
        width: 100%; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item .bookpal-exclusive-links .bookpal-exclusive-body {
        margin-top: 20px; }
        .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-item .bookpal-exclusive-links .bookpal-exclusive-body .title {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 31px;
          color: #000000;
          margin: 0;
          text-transform: none; }
  .page-type-product .page-product .product-view-last .bookpal-anthor-container {
    background: #FBFBFB; }
    .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section {
      max-width: 1310px;
      padding: 103px 40px;
      margin: 0 auto;
      display: block;
      width: 100%; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .left-section {
        width: 100%;
        max-width: 317px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #CDCDCD;
        text-align: center;
        padding: 27px 0 24px; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .left-section .author-img {
          max-width: 118px;
          margin: 0 auto; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .left-section .author-summary {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          color: #000000;
          margin: 25px auto 15px;
          max-width: 246px; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .left-section .author-button {
          background: #D93E25;
          height: 37px;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px;
          text-align: center;
          color: #FFFFFF;
          padding: 5px 40px 7px; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
        width: 100%;
        max-width: calc(100% - 323px);
        display: inline-block;
        vertical-align: top;
        padding-left: 73px; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section .author-title h4 {
          margin: 0;
          font-family: 'Lora';
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 31px;
          color: #000000;
          margin-bottom: 26px; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section .author-description p {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 26px;
          color: #373737;
          margin: 0;
          margin-bottom: 15px; }
          .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section .author-description p strong {
            font-style: italic;
            font-weight: 600; }
  .page-type-product .page-product .product-view-last .bookpal-details-container {
    max-width: 1375px;
    padding: 41px 40px;
    margin: 0 auto; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section {
      display: flex;
      gap: 68px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section {
      max-width: 739px;
      width: 100%; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 62px;
        color: #000000;
        margin: 0;
        margin-bottom: 18px;
        text-transform: none; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .desc {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin: 0;
        margin-bottom: 34px; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs {
        border: 0; }
        .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item {
          background: #F6F6F7;
          margin-bottom: 24px; }
          .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title {
            padding: 10px 38px 10px 24px;
            height: 88px;
            margin: 0;
            display: flex;
            align-items: center;
            font-family: 'Lora';
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 31px;
            color: #000000;
            position: relative; }
            .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title img {
              margin-right: 34px; }
            .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
              position: absolute;
              left: 111px; }
            .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title::after {
              content: '';
              width: 36px;
              height: 40px;
              background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/up-arrow.png");
              background-size: 100%;
              display: block;
              position: absolute;
              top: 22px;
              right: 39px;
              transform: rotate(180deg); }
            .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open {
              padding-bottom: 0; }
              .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open::after {
                top: 30px;
                transform: rotate(0); }
              .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open + .tab-content {
                font-family: 'Work Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                margin: 0;
                padding: 0 113px 36px 113px;
                margin-top: -12px; }
                .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open + .tab-content p {
                  margin-bottom: 15px; }
                  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open + .tab-content p:last-child {
                    margin: 0; }
          .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-content {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #000000;
            margin: 0;
            padding: 0 113px 36px 113px;
            margin-top: -12px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .right-section {
      max-width: 488px;
      width: 100%;
      background: #FBFBFB;
      text-align: center;
      margin-top: 18px;
      display: inline-block;
      align-items: center;
      justify-content: center;
      padding: 30px; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .title {
        margin: 0;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 39px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        margin-bottom: 48px;
        text-transform: none; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .desc-section {
        border: 1px solid #C8C8C8;
        height: 522px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 413px;
        margin: 0 auto; }
        .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .desc-section p {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 26px;
          text-align: center;
          color: #000000;
          margin: 0; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .action--button {
        background: #D93E25;
        height: 59px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 59px;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
        margin-top: 50px; }
  .page-type-product .page-product .product-view-last .bookpal-custom-details-container {
    max-width: 1401px;
    margin: 0 auto;
    padding: 57px 0 116px; }
    .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 31px;
      color: #000000;
      margin: 0;
      margin-bottom: 63px; }
    .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider {
      display: block; }
      .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item {
        width: calc(12.5% - 5px);
        display: inline-block;
        vertical-align: top;
        padding: 0 10px; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-icon {
          content: '';
          width: 36px;
          height: 36px;
          display: block;
          margin: 0 auto;
          background-size: 100%;
          background-repeat: no-repeat; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-detail {
          margin-top: 10px;
          display: block; }
          .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-detail .productView-info-name {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #373737;
            display: block; }
          .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-detail .productView-info-value {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #000000;
            display: block; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--product_name {
          display: none; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--author_name {
          display: none; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--publisher .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/publish-icon.png"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--format .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/mass-format.png"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--author .item-icon {
          background-image: url("https://bookpal.com/product_images/uploaded_images/authoricon.jpeg"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--language .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/language-icon.png"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--publication_date .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/calendar-icon.png"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--pages .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/page-icon.png"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--isbn .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/isbn-icon.jpeg"); }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--size .item-icon {
          background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/weight-icon.jpeg"); }
      .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .slick-arrow {
        fill: #898989;
        width: 18px;
        height: 18px; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .slick-arrow.slick-prev {
          left: -10px; }
        .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .slick-arrow.slick-next {
          right: -10px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section {
    max-width: 1390px;
    margin: 50px auto 0;
    padding: 0 40px 57px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .container {
      margin: 0;
      padding: 0; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .heading .title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 48px;
      line-height: 62px;
      color: #000000;
      margin: 0;
      margin-bottom: 50px;
      text-align: center; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs {
      justify-content: unset;
      border-bottom: 2px solid #DDDDDD;
      position: relative; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab .tab-title {
        padding: 0;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 62px;
        color: #858585;
        margin: 0;
        text-transform: none; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab:nth-child(2) {
        padding-left: 100px; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab.is-active .tab-title {
        color: #000;
        border-bottom: 2px solid #D93E25; }
        .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab.is-active .tab-title span {
          border: 0; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .view-more-button {
        display: block;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        text-decoration-line: underline;
        color: #000000;
        position: absolute;
        right: 0;
        bottom: 13px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents {
      margin: 0;
      padding: 0; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content {
        margin: 0;
        padding: 0; }
        .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product {
          padding: 0; }
          .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .halo-block-header {
            display: none; }
          .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel {
            margin-left: -28px;
            margin-right: -28px; }
            .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide {
              display: inline-block;
              vertical-align: top;
              width: calc(20% - 5px); }
              .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-quickview-button {
                display: none; }
              .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-button {
                display: none; }
              .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content {
                margin: 0;
                padding: 0; }
                .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-price {
                  margin-top: 22px; }
                  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-price .price-label {
                    font-family: 'Work Sans';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    color: #000000; }
                  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-price .price {
                    color: #F25F5C;
                    font-weight: 700; }
                .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-title a {
                  margin: 0;
                  font-family: 'Lora';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 18px;
                  line-height: 31px;
                  color: #000000;
                  display: block; }
                .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-text[data-test-info-type="brandName"] {
                  font-family: 'Work Sans';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 31px;
                  color: #575757; }
                .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card .card-body .card-body-content .card-option {
                  display: none; }
  .page-type-product .page-product .product-view-last .bookpal-review-container {
    max-width: 1389px;
    padding: 41px 40px;
    margin: 0 auto; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .heading .title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 48px;
      line-height: 62px;
      color: #000000;
      margin: 0;
      margin-bottom: 53px;
      text-align: center; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-sort-dropdown.jdgm-sort-dropdown, .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-subtab {
      display: none; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-widget.jdgm-widget {
      margin: 0;
      padding: 0;
      border: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header {
      position: relative;
      color: #000; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-rev-widg__sort-wrapper {
        display: none; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-all-reviews__summary {
        display: block;
        border-bottom: 0.5px solid #4D4D4D;
        width: 100%;
        padding-bottom: 20px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-star {
        color: #000; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-all-reviews__summary .jdgm-star {
        width: 18px;
        height: 18px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-all-reviews__summary .jdgm-star::before {
        width: 18px;
        height: 18px;
        display: inline-block; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-histogram {
        border: 0;
        padding: 0;
        margin: 0;
        margin-top: 40px;
        position: absolute;
        top: 68px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-widget-actions-wrapper {
        position: absolute;
        right: 0;
        top: 0; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-write-rev-link {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding: 9px 46px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-all-reviews__summary-text {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-histogram__row .jdgm-histogram__bar {
        box-shadow: inset 0 0 1px #000; }
        .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
          background: #000; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body {
      padding-left: 420px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev {
        padding-left: 94px;
        position: relative;
        border-bottom: 0.5px solid #4d4d4d;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0; }
        .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev::after {
          content: '';
          display: block;
          width: 0.5px;
          position: absolute;
          top: 40px;
          left: 0;
          background: #000;
          height: calc(100% - 80px); }
        .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header {
          margin-bottom: 12px; }
          .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__icon {
            width: 65px;
            height: 65px;
            margin-right: 18px;
            line-height: 65px;
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            text-transform: capitalize;
            color: #1A1A1A; }
          .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating {
            padding-top: 10px;
            display: inline-block; }
          .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__prod-info-wrapper {
            display: none; }
          .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #8E8E8E;
            float: right;
            margin-top: 20px; }
        .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 31px;
          color: #000000;
          margin: 0;
          margin-bottom: 18px; }
        .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content .jdgm-rev__body p {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          color: #000000; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-star {
        color: #FFC700; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__footer {
      display: none; }
  .page-type-product .page-product .sticky-add-to-cart.show-sticky {
    position: fixed;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: unset;
    left: 0 !important;
    padding: 10px 20px; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product-wrapper {
      display: flex;
      position: static;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product {
      text-align: center;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 40px; }
      .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-image {
        vertical-align: middle; }
      .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content {
        max-width: calc(100% - 90px);
        width: 100%;
        padding-left: 15px;
        vertical-align: bottom;
        text-align: left; }
        .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle {
          display: inline-block;
          vertical-align: middle;
          width: 400px; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price {
            margin: 0;
            text-align: left; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price .price-label {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              color: #000000; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price .price {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 24px;
              -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through;
              color: #898989; }
              .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price .price[data-product-price-without-tax] + .unit-price, .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price .price[data-product-price-with-tax] + .unit-price {
                display: none; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-price .unit-price {
              font-size: 18px;
              line-height: 24px;
              color: #F25F5C;
              font-weight: 700;
              padding-left: 10px; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-title {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 31px;
            text-align: left;
            color: #000000;
            margin: 0; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle .sticky-brand {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 31px;
            text-align: left;
            color: #575757;
            margin: 0;
            text-transform: none; }
        .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right {
          display: inline-block;
          vertical-align: middle;
          max-width: calc(100% - 400px);
          width: 100%; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-form {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            gap: 40px; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-options {
            width: calc(50% - 125px);
            display: inline-block;
            vertical-align: middle;
            margin-right: 25px; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .form-field--increments {
            width: 100px;
            display: inline-block;
            vertical-align: middle;
            float: none;
            margin-bottom: 10px;
            text-align: center; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .form-field--increments .form-label {
              text-align: center;
              color: #646464; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .form-field--increments .form-increment .form-input {
              width: 85px;
              height: 62px;
              border: 1px solid #898989;
              text-align: center;
              padding: 5px 10px;
              color: #000; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-actions {
            width: calc(50% - 125px);
            display: inline-block;
            vertical-align: middle;
            margin-left: 25px; }
            .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-actions .form-action + .form-action {
              display: block; }
              .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-actions .form-action + .form-action #qn-add-to-quote {
                font-family: 'Work Sans' !important;
                margin-top: 10px;
                width: 100%;
                height: 50px;
                line-height: 50px;
                display: none; }
              .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-actions .form-action + .form-action .button {
                margin-top: 10px;
                width: 100%;
                height: 50px;
                line-height: 50px; }
        .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content.no-option-product {
          max-width: 850px; }
          .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content.no-option-product .sticky-right .sticky-actions {
            width: calc(100% - 125px);
            display: inline-block;
            vertical-align: middle; }
  .page-type-product .page-product .sticky-add-to-cart .form-action .button {
    background: #d93e25;
    border-radius: 4px !important;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    height: 50px;
    max-width: 294px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .page-type-product .page-product .search-results-scroll {
    border-top: 1px solid #acacac; }
  .page-type-product .page-product .productView-details.sticky-details {
    max-width: 358px;
    width: 100% !important;
    padding: 35px 16px 35px 24px;
    border: 3px solid #EAEAEA;
    border-radius: 25px;
    position: sticky;
    top: 0; }
    .page-type-product .page-product .productView-details.sticky-details .discount-bottom-table {
      display: none; }
    .page-type-product .page-product .productView-details.sticky-details .productView-buyLabel {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 24px;
      color: #000000;
      margin: 0;
      text-transform: none;
      margin-bottom: 15px;
      border-bottom: 1px solid #EAEAEA;
      padding-bottom: 20px; }
    .page-type-product .page-product .productView-details.sticky-details .format-section {
      margin-bottom: 5px; }
      .page-type-product .page-product .productView-details.sticky-details .format-section .format-label {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin: 0;
        margin-bottom: 12px;
        display: block; }
        .page-type-product .page-product .productView-details.sticky-details .format-section .format-label .details-link {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          text-decoration-line: underline;
          color: #898989;
          padding-left: 16px; }
      .page-type-product .page-product .productView-details.sticky-details .format-section .format-details {
        background: #FFFFFF;
        border: 1px solid #EAEAEA;
        border-radius: 4px;
        display: block;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-align: center;
        min-height: 40px;
        padding: 9px 0;
        width: calc(50% - 6px);
        display: inline-block;
        margin-left: 6px;
        margin-bottom: 12px; }
        .page-type-product .page-product .productView-details.sticky-details .format-section .format-details:nth-child(even) {
          margin-left: 0;
          margin-right: 6px; }
        .page-type-product .page-product .productView-details.sticky-details .format-section .format-details:nth-child(2) {
          background: #F9F2ED;
          border: 1px solid #EE6B46;
          border-radius: 4px;
          padding: 6px 5px; }
          .page-type-product .page-product .productView-details.sticky-details .format-section .format-details:nth-child(2) .format {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            color: #000000; }
    .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .productView-optionsLabel {
      font-style: normal;
      font-weight: 700 !important;
      font-size: 20px !important;
      line-height: 24px !important;
      color: #000000;
      margin: 0;
      margin-bottom: 10px; }
    .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display {
      padding: 0; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display > div:last-child {
        display: inline-block;
        width: 100%; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper {
        margin: 0;
        padding: 0;
        justify-content: space-between;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 17px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .qty-label {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          color: #000000; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .qty-input {
          width: 120px;
          height: 40px;
          background: #FFFFFF;
          border: 1px solid #EAEAEA;
          border-radius: 4px;
          padding: 14px 14px 14px 19px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .min-qty {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: -0.03em;
          color: #898989; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment {
          position: relative; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment .button--icon {
            padding: 0;
            position: absolute;
            top: 1px;
            left: 19px;
            height: 40px; }
            .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment .button--icon:hover, .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment .button--icon:active, .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment .button--icon:focus {
              background-color: transparent;
              border-color: transparent;
              color: #f16547; }
            .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment .button--icon[data-action="inc"] {
              left: unset;
              right: 14px; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .price-each {
        display: block;
        padding: 0; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .price-each > .text {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          color: #000000; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .price-each:after {
          display: none; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section {
        text-align: left; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each {
          text-align: left; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .text {
            margin: 15px 0 12px;
            display: block; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section {
            display: block;
            width: 100%; }
            .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .unit-price {
              font-family: 'Lora' !important;
              font-style: normal;
              font-weight: 400;
              font-size: 22px;
              line-height: 24px;
              color: #A52105;
              display: inline-block;
              width: auto;
              padding-right: 13px; }
              .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .unit-price + .price {
                display: inline-block; }
            .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .price .list-price {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 24px;
              text-decoration-line: line-through;
              color: #898989; }
            .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .price .price--text {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 24px;
              color: #000000; }
              .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .price .price--text.price--title {
                padding-left: 13px;
                border-left: 1px solid #000;
                margin-left: 12px; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section {
        margin-top: 18px;
        display: block; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .text {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          color: #000000;
          display: inline-block; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .price-section {
          display: inline-block; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .price-section span {
            font-family: 'Work Sans' !important;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: #000000;
            display: inline-block;
            width: auto; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .product-view-quote-wrapper {
        width: 100% !important;
        display: block;
        padding: 0;
        margin-top: 23px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .product-view-quote-wrapper #form-action-addToCart {
          background: #D93E25;
          border-radius: 4px;
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 23px;
          color: #FFFFFF;
          height: 50px;
          max-width: 294px;
          width: 100%;
          margin: 0 auto;
          text-align: center; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .product-view-quote-wrapper + .product-view-quote-wrapper {
          display: none; }
    .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .search-results-scroll {
      display: none; }
    .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details {
      display: block;
      margin-top: 23px; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-section {
        display: block;
        margin-bottom: 18px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-section .quote--link {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          text-decoration-line: underline;
          color: #148D98;
          display: inline-block;
          padding-right: 18px;
          vertical-align: middle;
          cursor: pointer; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-section .quote-details-link {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          text-decoration-line: underline;
          color: #898989;
          vertical-align: middle; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-section .quote-info-icon {
          width: 12px;
          height: 12px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 3px;
          cursor: pointer; }
      .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #373737;
        display: block;
        margin-bottom: 12px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text img, .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text p {
          display: inline-block;
          margin: 0; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text img {
          width: 13px; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text p {
          width: calc(100% - 20px);
          vertical-align: top; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text .text {
          display: inline-block;
          vertical-align: middle; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text .text span {
            display: inline-block;
            vertical-align: middle; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text .tooltip {
          display: inline-block;
          vertical-align: middle;
          padding-left: 5px; }
          .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text .tooltip .tooltiptext {
            line-height: normal;
            font-weight: normal; }
        .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .buynow-details .request-a-quote-text .quote-text .quote-details-link {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          text-decoration-line: underline;
          color: #898989;
          vertical-align: middle; }
  .page-type-product .page-product .offer-display-section {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%; }
    .page-type-product .page-product .offer-display-section .offer-section-title {
      display: flex;
      background: #EBF2F2;
      border: 1px solid #979797;
      padding: 8px 15px;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      cursor: pointer; }
      .page-type-product .page-product .offer-display-section .offer-section-title .offer--icon {
        width: 34px;
        height: 34px;
        display: inline-block; }
      .page-type-product .page-product .offer-display-section .offer-section-title .offer--title {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #373737;
        display: inline-block;
        vertical-align: middle; }
      .page-type-product .page-product .offer-display-section .offer-section-title .offer--link {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #373737;
        display: inline-block;
        vertical-align: middle; }
      .page-type-product .page-product .offer-display-section .offer-section-title .accordian-icon {
        display: inline-block;
        padding-left: 20px; }
      .page-type-product .page-product .offer-display-section .offer-section-title.is-open .accordian-icon img {
        transform: rotate(180deg); }
    .page-type-product .page-product .offer-display-section .offer-section-content {
      border: 1px solid #979797;
      border-top: 0;
      padding: 15px; }
      .page-type-product .page-product .offer-display-section .offer-section-content .offer--text {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        display: block;
        margin-bottom: 10px; }
        .page-type-product .page-product .offer-display-section .offer-section-content .offer--text img {
          padding-right: 5px; }
        .page-type-product .page-product .offer-display-section .offer-section-content .offer--text:last-child {
          margin-bottom: 0; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 265px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #979797;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #000;
  max-width: 400px;
  padding: 5px 10px; }
  .tooltip .tooltiptext a {
    transition: none; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible; }

.page-product .productView-image .productView-img-container img {
  object-fit: contain; }

.page-product .release_date_view {
  display: block; }
  .page-product .release_date_view .productView-releaseDate {
    font-family: 'Work Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #f16547;
    margin-top: 10px; }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.bookpal_custom_message_section {
  text-align: left;
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #C7C7C7;
  box-shadow: 2px 5px 5px #C7C7C7; }
  .bookpal_custom_message_section p {
    margin: 0; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg {
  margin: 0;
  border: 0;
  padding: 0; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-sort-dropdown.jdgm-sort-dropdown, .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-subtab {
  display: none; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-widget.jdgm-widget {
  margin: 0;
  padding: 0;
  border: 0; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__title {
  display: none; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header {
  position: relative;
  color: #000; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__sort-wrapper {
    display: none; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    display: block;
    border-bottom: 0.5px solid #4D4D4D;
    width: 100%;
    padding-bottom: 20px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-star {
    color: #000; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-star {
    width: 18px;
    height: 18px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-star::before {
    width: 18px;
    height: 18px;
    display: inline-block; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-histogram {
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    position: absolute;
    top: 68px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-widget-actions-wrapper {
    position: absolute;
    right: 0;
    top: 0; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-write-rev-link {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 9px 46px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary-text {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-histogram__row .jdgm-histogram__bar {
    box-shadow: inset 0 0 1px #000; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
      background: #000; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body {
  padding-left: 420px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev {
    padding-left: 94px;
    position: relative;
    border-bottom: 0.5px solid #4d4d4d;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev::after {
      content: '';
      display: block;
      width: 0.5px;
      position: absolute;
      top: 40px;
      left: 0;
      background: #000;
      height: calc(100% - 80px); }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header {
      margin-bottom: 12px; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header .jdgm-rev__icon {
        width: 65px;
        height: 65px;
        margin-right: 18px;
        line-height: 65px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        text-transform: capitalize;
        color: #1A1A1A; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header .jdgm-rev__rating {
        padding-top: 10px;
        display: inline-block; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header .jdgm-rev__prod-info-wrapper {
        display: none; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #8E8E8E;
        float: right;
        margin-top: 20px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__content .jdgm-rev__title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      color: #000000;
      margin: 0;
      margin-bottom: 18px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__content .jdgm-rev__body p {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #000000; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-star {
    color: #FFC700; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__footer {
  display: none; }

.page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-form-wrapper {
  display: block;
  position: relative;
  top: 0;
  z-index: 99;
  background: #fff; }

.productView-rating .jdgm-widget.jdgm-widget {
  display: inline-block; }

@media screen and (min-width: 991px) {
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body {
    min-height: 160px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body {
    min-height: 160px; }
  .page-type-product .page-product .release_date_view {
    float: left; } }

@media screen and (max-width: 1480px) {
  .page-type-product .page-product .product-view-last .bookpal-exclusive-container {
    max-width: 1481px;
    padding: 0 40px;
    border: 0; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-contain {
      padding: 46px 0 57px;
      border-bottom: 1px solid #C7C7C7; }
  .page-type-product .page-product .product-view-last .bookpal-custom-details-container {
    max-width: 1481px;
    margin: 0 auto;
    padding: 57px 40px 116px; } }

@media screen and (max-width: 1400px) {
  .page-type-product .page-product .product-view-top {
    padding: 0 30px; }
    .page-type-product .page-product .product-view-top .productView .halo-productView-right {
      padding-left: 25px; }
  .page-type-product .page-product .ProductView-discountTable {
    margin-top: 10px; }
    .page-type-product .page-product .ProductView-discountTable .search-results-scroll .search-results ul.product-pricing li.tier-col {
      padding: 0 5px; }
  .page-type-product .page-product .product-view-bottom {
    padding: 0 30px; }
  .page-type-product .page-product .product-view-last .bookpal-exclusive-container {
    padding: 0 30px; }
  .page-type-product .page-product .product-view-last .bookpal-custom-details-container {
    padding: 45px 30px 85px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container {
    padding: 40px 30px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section {
    padding: 0 30px;
    margin: 40px auto 0; }
  .page-type-product .page-product .sticky-add-to-cart.show-sticky {
    padding: 10px 30px; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product {
      padding: 0; } }

@media screen and (max-width: 1280px) {
  .page-type-product .page-product {
    padding: 60px 0; }
    .page-type-product .page-product .product-view-top .productView .halo-productView-right {
      padding-left: 40px;
      display: block; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details {
        width: 100% !important; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .ProductView-discountTable {
          float: none; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details {
          max-width: unset;
          position: unset;
          margin-top: 20px; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle {
      width: 30%; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right {
      max-width: 70%; }
      .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-form {
        gap: 30px; }
    .page-type-product .page-product .offer-display-section {
      float: none; } }

@media screen and (max-width: 1200px) {
  .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .unit-price {
    font-size: 22px !important;
    line-height: 24px; }
  .page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .price-section span {
    font-size: 20px !important; }
  .page-type-product .page-product .power-of-books-container {
    padding: 35px 20px 45px;
    margin: 45px auto 0; }
    .page-type-product .page-product .power-of-books-container .power-of-book-heading .title {
      font-size: 28px;
      line-height: 36px; }
    .page-type-product .page-product .power-of-books-container .button--action {
      margin-top: 45px; }
  .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-contain {
    padding: 35px 0 45px; }
  .page-type-product .page-product .product-view-last .bookpal-custom-details-container {
    padding: 35px 30px 65px; }
    .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .title {
      margin-bottom: 35px; }
  .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section {
    padding: 75px 30px; }
    .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
      padding-left: 60px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section {
    gap: 40px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .title {
    font-size: 40px;
    line-height: 48px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .desc {
    margin-bottom: 30px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title {
    padding: 10px 30px 10px 20px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
      left: 96px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title::after {
      right: 20px;
      width: 30px;
      height: 35px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open + .tab-content {
      padding: 10px 96px 25px 96px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-content {
    padding: 10px 96px 25px 96px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .title {
    font-size: 32px;
    line-height: 38px;
    padding: 0 20px;
    margin-bottom: 30px; }
  .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-middle {
    padding-right: 20px; }
  .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-form {
    gap: 15px; }
    .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-form .sticky-options, .page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-form .sticky-actions {
      width: calc(50% - 70px); }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body {
    padding-left: 350px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev {
      padding-left: 74px; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body {
    padding-left: 350px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev {
      padding-left: 74px; } }

@media screen and (max-width: 1100px) {
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 40px 10px 20px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title img {
      margin-right: 20px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
      max-width: 300px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section .heading .title {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 40px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab .tab-title {
    font-size: 28px;
    line-height: 46px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab:nth-child(2) {
    padding-left: 70px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel {
    margin: 0; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide {
      padding: 0 15px;
      width: calc(25% - 10px);
      margin-bottom: 30px; } }

@media screen and (max-width: 991px) {
  .page-type-product .page-product {
    padding: 45px 0; }
    .page-type-product .page-product .product-view-top .productView {
      display: block; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-left {
        width: 100%;
        max-width: 100%;
        text-align: center; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-left .productView-image-wrapper {
          max-width: 650px;
          margin: 0 auto; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right {
        padding: 0;
        max-width: 100% !important;
        margin-top: 30px; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details:not(.sticky-details) {
          padding-right: 0; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-title {
          font-size: 36px;
          line-height: 48px; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-topInfo .productView-soldProduct {
          margin-top: 15px; }
        .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value, .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-name {
          margin-bottom: 12px; }
    .page-type-product .page-product .ProductView-discountTable {
      margin-top: 12px; }
    .page-type-product .page-product .product-view-bottom #halo-productView-description {
      padding: 35px 0; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section {
      display: block; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item {
        width: calc(50% - 3px);
        display: inline-block;
        margin-bottom: 30px;
        vertical-align: top; }
        .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item:nth-child(5) {
          display: none; }
    .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section {
      padding: 55px 30px; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
        padding-left: 45px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section {
      display: block; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section {
        margin: 0 auto; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section {
        margin: 20px auto;
        padding: 30px 0; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .heading .title {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 35px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab .tab-title {
      font-size: 24px;
      line-height: 42px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab:nth-child(2) {
      padding-left: 50px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide {
      width: calc(33.33% - 9px); }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-histogram {
    position: unset; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body {
    padding-left: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev {
      padding-left: 0; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev::after {
        display: none; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-histogram {
    position: unset; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body {
    padding-left: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev {
      padding-left: 0; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev::after {
        display: none; } }

@media screen and (max-width: 850px) {
  .page-type-product .page-product .sticky-add-to-cart.show-sticky {
    display: none; } }

@media screen and (max-width: 800px) {
  .page-type-product .page-product .product-view-last .bookpal-review-container {
    padding: 30px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .heading .title {
      font-size: 26px !important;
      line-height: 36px;
      margin-bottom: 25px; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-all-reviews__summary {
      border-bottom: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-widget-actions-wrapper {
      position: unset;
      float: none;
      text-align: left; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__header .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
        display: inline; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev {
      padding: 25px 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary {
      border-bottom: 0; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-widget-actions-wrapper {
      position: unset;
      float: none;
      text-align: left; }
      .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__header .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
        display: inline; }
    .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev {
      padding: 25px 0; } }

@media screen and (max-width: 768px) {
  .page-type-product .page-product {
    padding: 40px 0; }
    .page-type-product .page-product .product-view-top {
      padding: 0 20px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-next {
      right: -20px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-prev {
      left: -20px; }
    .page-type-product .page-product .power-of-books-container .button--action {
      margin-top: 40px; }
    .page-type-product .page-product .product-view-bottom {
      padding: 0 20px; }
      .page-type-product .page-product .product-view-bottom #halo-productView-description {
        padding: 30px 0; }
        .page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem .card-header {
          font-size: 22px;
          line-height: 24px; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container {
      padding: 0 20px; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-contain {
        padding: 30px 0; }
        .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-contain .bookpal-exclusive-title {
          font-size: 22px;
          line-height: 24px; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section {
        margin-left: -15px;
        margin-right: -15px; }
        .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item {
          padding: 0 15px; }
    .page-type-product .page-product .product-view-last .bookpal-custom-details-container {
      padding: 30px 20px 50px; }
      .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .title {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 24px; }
      .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-detail .productView-info-name, .page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item .item-detail .productView-info-value {
        font-size: 14px;
        line-height: 18px; }
    .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section {
      padding: 45px 20px; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .left-section, .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
        width: 100%;
        margin: 0 auto;
        display: block; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
        padding-left: 0;
        max-width: unset;
        margin-top: 30px; }
        .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section .author-title {
          text-align: center; }
    .page-type-product .page-product .product-view-last .bookpal-details-container {
      padding: 30px 20px; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .desc {
        margin-bottom: 20px; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
        max-width: unset; }
      .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section {
        margin: 10px auto; }
        .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section .title {
          font-size: 22px;
          line-height: 24px; }
        .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section .desc-section {
          height: 413px; }
        .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section .action--button {
          margin-top: 35px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .heading .title {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 30px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab .tab-title {
      font-size: 22px;
      line-height: 40px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .view-more-button {
      display: none; } }

@media screen and (max-width: 600px) {
  .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section {
    margin: 0; }
    .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item {
      padding: 0;
      width: 100%; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item:nth-child(4), .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item:last-child {
        margin-bottom: 0; }
      .page-type-product .page-product .product-view-last .bookpal-exclusive-container .bookpal-exclusive-section .bookpal-exclusive-item .bookpal-exclusive-links .bookpal-exclusive-body .title {
        font-size: 16px;
        line-height: 24px; }
  .tooltip:hover .tooltiptext {
    left: -60px; } }

@media screen and (max-width: 551px) {
  .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-title {
    font-size: 28px;
    line-height: 36px; }
  .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value, .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-name {
    margin-bottom: 10px; }
  .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .productView-optionsLabel {
    font-size: 16px !important; }
  .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display {
    padding: 0; }
    .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper {
      display: block;
      text-align: center; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .qty-label {
        font-size: 18px;
        margin-bottom: 10px;
        display: block; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .form-increment {
        width: 120px;
        margin: 0 auto; }
      .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .min-qty {
        margin-top: 5px; }
  .page-type-product .page-product .power-of-books-container {
    padding: 35px 0 45px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-next {
      right: -15px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .slick-arrow.slick-prev {
      left: -15px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item {
      margin: 0 5px; }
      .page-type-product .page-product .power-of-books-container .power-of-book-slider .power-of-book-item .power-of-book-detail-hover {
        padding: 0 7px; }
    .page-type-product .page-product .power-of-books-container .power-of-book-heading .title {
      font-size: 24px;
      line-height: 28px; }
    .page-type-product .page-product .power-of-books-container .button--action {
      margin-top: 30px; }
  .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section {
    padding: 35px 20px; }
    .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section {
      margin-top: 25px; }
      .page-type-product .page-product .product-view-last .bookpal-anthor-container .bookpal-anthor-section .right-section .author-title h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 50px 10px 10px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title img {
      margin-right: 10px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
      left: 80px; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title.is-open + .tab-content {
      padding: 10px 50px 25px 80px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .left-section .bookpal-details-toggle .tabs .tab-item .tab-content {
    padding: 10px 50px 25px 80px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section {
    padding: 20px 0; }
    .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section .desc-section {
      margin: 0 20px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section {
    margin: 20px auto 0; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .heading .title {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 25px; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs {
      border: 0;
      margin-bottom: 20px; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab {
        width: auto; }
        .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab .tab-title {
          font-size: 20px;
          line-height: 24px;
          padding: 10px;
          white-space: normal; }
        .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab:nth-child(2) {
          padding-left: 0; }
        .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .tab.is-active .tab-title {
          border: 2px solid #D93E25; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs .view-more-button {
        display: none; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide {
      width: calc(50% - 5px); } }

@media screen and (max-width: 480px) {
  .page-type-product .page-product .offer-display-section .offer-section-title .offer--link {
    display: none; }
  .page-type-product .page-product .offer-display-section .offer-section-title .accordian-icon {
    padding: 0; }
  .tooltip:hover .tooltiptext {
    left: -95px; } }

@media screen and (max-width: 420px) {
  .page-type-product .page-product .product-view-last .bookpal-details-container .left-section .bookpal-details-toggle .tabs .tab-item .tab-link .tab-title span {
    max-width: 150px; }
  .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide {
    width: 100%;
    padding: 0; }
    .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card-link .card-img-container {
      margin: 0 auto;
      text-align: center; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card-link .card-img-container .card-image {
        position: unset;
        width: auto; }
      .page-type-product .page-product .product-view-last .bookpal-product-section .productCarousel-tabs .tabs-contents .tab-content .halo-block-product .productCarousel .productCarousel-slide .card-link .card-img-container::after {
        padding-bottom: 0; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp {
    float: none; }
  .page-type-product .page-product .product-view-last .bookpal-review-container .bookpal-review-section #judgeme_product_reviews .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp {
    float: none; } }

.page-type-product .page-product .product-view-last .bookpal-details-container {
  max-width: 1375px;
  padding: 41px 40px;
  margin: 0 auto; }

.ProductView-discountTable {
  width: 100%;
  float: left;
  margin: 60px 0 30px; }

.discount-table-wrapper {
  float: left;
  width: 100%; }

ul.pricing-display {
  width: 100%;
  background: #eaeaea;
  margin: 0;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 19px 0 19px 20px;
  height: auto;
  border: 1px solid #979797;
  justify-content: space-between;
  align-items: center; }

ul.pricing-display li {
  float: left;
  list-style: none; }

.search-results {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  background: #fbfbfb;
  border: 1px solid #acacac;
  border-top: 0; }

ul.tier-prices.product-pricing {
  float: left;
  background: #fbfbfb;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 57px 0 35px;
  margin: 0 !important; }

ul.tier-prices.product-pricing li {
  list-style: none;
  font-size: 14px;
  min-height: 40px; }

ul.tier-prices.product-pricing > li {
  float: left;
  width: 139px;
  padding: 0 20px; }

.cart-pricing-msg.minimum {
  float: left;
  width: 100%; }

ul.tier-prices.product-pricing > li > ul {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid transparent; }

.price-each {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  border: none;
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #646464; }

.d-button-wrapper {
  display: flex;
  align-content: center;
  margin: 0 15px 0 0; }

.quantity-wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px 0 0; }

label.qty-label {
  color: #646464;
  font-size: 20px;
  margin-right: 13px; }

input.qty-input {
  height: 40px;
  width: 85px;
  border: 1px solid #acacac;
  border-radius: 4px;
  background-color: #fff;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: center; }

button.pre-order-btn {
  display: flex;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 170px;
  margin: 0;
  border-radius: 4px;
  background: #ee6b46;
  padding: 0;
  border: 0;
  color: #fff; }

.pre-order-btn:focus {
  border: 3px solid #000000; }

button.quote-btn {
  margin: 0 0 0 15px;
  width: 170px;
  box-shadow: none;
  border: 1px solid #418b96;
  color: #418b96;
  border-radius: 4px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.price-each.border-right:after {
  content: '';
  top: 50%;
  content: "";
  height: 29px;
  width: 1px;
  background: #979797;
  position: absolute;
  right: 0;
  transform: translateY(-50%); }

.sub-total.price-each {
  padding: 0 0 0 30px; }

.price-each span.value {
  color: #a52105;
  font-size: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  display: inline-block;
  width: 100%; }

ul.tier-prices.product-pricing > li > ul.active {
  background: #fff;
  box-shadow: none;
  border-color: #acacac; }

ul.tier-prices.product-pricing > li > ul.active li {
  padding: 0 5px !important; }

ul.tier-prices.product-pricing > li > ul li:first-child {
  text-align: center;
  font-size: 14px;
  min-height: 25px;
  padding: 5px 0 !important;
  display: inline-block;
  width: calc(100% + 2px);
  background: #A83225;
  color: #fff;
  margin-bottom: 20px !important;
  visibility: hidden;
  margin-left: -1px;
  margin-top: -1px; }

ul.tier-prices.product-pricing > li > ul.active li:first-child {
  visibility: visible; }

/* product dropdown and compare links style start*/
.product-addto-links .tocompare span {
  border: 1px solid #acacac;
  background-color: #eee;
  padding: 16px 31px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 19px;
  position: relative; }

.product-addto-links .tocompare span:before {
  color: #408b96;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  text-align: center; }

.product-addto-links .tocompare span:after {
  content: "\f0d8";
  color: #2f2f2f;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 12px;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  top: 50%; }

.product-addto-links .tocompare {
  text-decoration: none;
  float: left;
  margin-right: 22px; }

.product-addto-links .price-match {
  color: #2f2f2f;
  font-size: 14px;
  cursor: pointer !important;
  margin-right: 35px;
  font-weight: 400;
  vertical-align: bottom;
  float: left;
  display: inline-block; }

.product-addto-links a.action.towishlist {
  float: left; }

.product-addto-links .product-addto-links {
  float: left;
  width: 100%; }

.form-field.form-field--increments {
  float: left;
  width: 100%; }

.product-addto-links .price-match:before {
  content: "\f155 ";
  font-family: FontAwesome;
  color: #408b96;
  font-size: 16px;
  margin: 0 12px 0 0; }

.product-addto-links a span {
  color: #2f2f2f;
  font-size: 14px; }

.product-addto-links a {
  text-decoration: none;
  float: left;
  margin-right: 19px; }

.product-addto-links .action.print-page:before {
  content: '\f02f ';
  background: 0 0;
  position: static;
  width: auto;
  background-position: inherit;
  margin-right: 0;
  font-family: FontAwesome;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: #408b96; }

.product-addto-links .action.towishlist:before {
  content: '\f005' !important;
  color: #408b96;
  font-size: 16px;
  border: none;
  position: static;
  top: 0;
  padding: 0;
  line-height: normal;
  float: none;
  width: auto;
  height: auto;
  font-family: FontAwesome;
  margin: -2px 8px 0 0; }

.product-addto-links {
  float: left;
  width: 100%;
  line-height: 53px;
  padding-bottom: 20px; }

.ProductView-discountTable ul.pricing-display {
  padding: 15px; }

.ProductView-discountTable ul.pricing-display label {
  font-size: 14px; }

.ProductView-discountTable ul.pricing-display .text {
  font-size: 14px;
  line-height: 19px; }

.ProductView-discountTable ul.pricing-display .value {
  font-size: 14px;
  line-height: 19px; }

.ProductView-discountTable .sub-total.price-each {
  padding-left: 15px; }

.ProductView-discountTable .price-each.border-right {
  padding-right: 14px; }

.ProductView-discountTable ul.tier-prices.product-pricing {
  padding-top: 15px; }

.ProductView-discountTable {
  margin-bottom: 5px; }

.ProductView-discountTable input.qty-input:focus {
  outline: none; }

.ProductView-discountTable button.quote-btn:hover {
  background: #e1e1e1; }

.ProductView-discountTable .d-button-wrapper span {
  font-size: 14px; }

.product.attibute.book_format.one-product .value {
  background: #eee !important;
  line-height: normal;
  font-size: 12px;
  max-width: 100px !important;
  padding: 10px 20px;
  font-weight: 400;
  color: #2f2f2f;
  border: 1px solid #f26243;
  border-radius: 0;
  cursor: pointer; }

.format-container .format_detail .format_main_part {
  max-width: 100px;
  display: inline-block;
  float: left;
  margin-right: 16px; }

.format-container .format_detail .format_main_part .label {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  font-size: 12px;
  padding: 8px 35px 8px 15px;
  font-weight: 400;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
  position: relative; }

.format-container .format_detail {
  margin-bottom: 10px; }

.format-container .format_detail .format_main_part .label:after {
  content: "\f0d7 ";
  position: absolute;
  right: 9px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #2f2f2f;
  line-height: normal;
  top: 51%;
  transform: translate(0, -50%); }

.format_detail_part {
  padding: 0;
  position: absolute;
  background-color: #fbfbfb;
  border: 1px solid #acacac;
  z-index: 49;
  margin: 16px 0 0;
  width: 332px; }

.format-container {
  position: relative; }

.format_detail_part li {
  sd: sdfsd;
  display: block; }

.format_detail_part li a {
  float: left;
  width: 100%;
  padding: 6px 13px 6px 6px; }

.format_detail_part li a img {
  float: left;
  margin-right: 11px;
  max-width: 44px; }

.format_detail_part li a .name {
  margin: 0 20px 0 0;
  float: left;
  max-width: 148px; }

.format_detail_part li a .name span {
  color: #414141;
  font-size: 10px;
  line-height: 13px;
  float: left; }

.format_detail_part li a .price {
  font-size: 12px;
  font-weight: 600;
  margin: 11px 0 0;
  max-width: 58px;
  float: left; }

.format_detail_part li a .price span {
  color: #acacac;
  font-weight: 400;
  width: 100%;
  float: left;
  padding: 0;
  font-size: 12px; }

.format_detail_part li a .arrow_button {
  margin: 23px 0 0;
  float: right;
  width: 24px;
  height: 24px;
  border: 1px solid #2f2f2f;
  border-radius: 5px;
  text-align: center;
  line-height: 23px; }

.format_detail_part li a .arrow_button i:before {
  color: #2f2f2f; }

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .ProductView-discountTable {
    overflow-x: auto; }
  .discount-table-wrapper {
    width: 610px !important; }
  .format_detail_part {
    display: none; } }

@media screen and (max-width: 639px) {
  .ProductView-discountTable {
    overflow-x: auto; }
  .discount-table-wrapper {
    width: 609px !important; }
  .format_detail_part {
    display: none; } }

/* product dropdown and compare links style end*/
.button, .card-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.navPages .navPages-list a.navPages-action {
  font-family: "museo700"; }

.title__tag {
  color: #F26243;
  font-size: 36px;
  text-align: center; }

/* font size */
.fs-18 {
  font-size: 18px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px; }

.fs-26 {
  font-size: 26px; }

.fs-30 {
  font-size: 30px; }

.fs-32 {
  font-size: 32px; }

/* font famiy */
.ff-mu {
  font-family: museo700,Arial,Helvetica,sans-serif; }

/* color */
.clr-orange {
  color: #f26243; }

.clr-white {
  color: #fff; }

.clr-d-gray {
  color: #414141; }

/* margin */
.mt-0 {
  margin-top: 0; }

.mv-0 {
  margin-top: 0;
  margin-bottom: 0; }

/* text properties */
.text-center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.min-pur-qty {
  display: none; }

/*product table scroll*/
.search-results-scroll {
  max-width: 100%;
  display: inline-block; }

.search-results {
  width: 734px;
  display: inline-block; }

@media screen and (max-width: 639px) {
  .ProductView-discountTable ul.pricing-display label {
    display: none; }
  .quantity-wrapper {
    padding: 0 10px 0 0; }
  .d-button-wrapper {
    margin: 0 10px 0 0; }
  .ProductView-discountTable .price-each.border-right {
    padding-right: 10px; }
  .ProductView-discountTable .sub-total.price-each {
    padding-left: 10px; }
  .ProductView-discountTable ul.pricing-display {
    padding: 15px 8px; } }

/*button style*/
.d-button-wrapper.product-view-quote-wrapper {
  float: left; }

.productView-options .form--addToCart .form-action {
  margin-top: 0;
  padding-right: 15px;
  width: 50%; }

#qn-add-to-quote, .qn-add-to-quote {
  margin: 0;
  height: 40px;
  text-transform: inherit !important;
  border-radius: 4px;
  width: 100%;
  font-size: 12px;
  padding: 0; }

button#qn-add-to-quote:focus {
  border: 3px solid #000; }

.d-button-wrapper.product-view-quote-wrapper {
  margin-right: 0;
  width: 105%;
  padding-right: 15px; }

.ProductView-discountTable .price-each.border-right {
  padding-right: 15px;
  text-align: center; }

.ProductView-discountTable ul.pricing-display .value {
  text-align: center; }

.ProductView-discountTable ul.pricing-display .text {
  width: 100%;
  text-align: center; }

.ProductView-discountTable ul.pricing-display li:nth-child(2) {
  width: 40%; }

button.pre-order-btn {
  padding: 0 5px; }

@media screen and (max-width: 1440px) {
  #qn-add-to-quote, .qn-add-to-quote {
    padding: 0 4px; }
  .ProductView-discountTable ul.pricing-display li:nth-child(2) {
    width: 50%; } }

@media screen and (max-width: 1160px) {
  .quantity-wrapper {
    padding: 0 10px 0 0; }
  .d-button-wrapper.product-view-quote-wrapper {
    padding-right: 10px; }
  .productView-options .form--addToCart .form-action {
    padding-right: 10px; }
  .ProductView-discountTable .price-each.border-right {
    padding-right: 10px; }
  .ProductView-discountTable .sub-total.price-each {
    padding-left: 10px; }
  input.qty-input {
    width: 50px; } }

@media screen and (max-width: 550px) {
  .d-button-wrapper.product-view-quote-wrapper {
    float: left;
    padding-right: 5px; }
  .productView-options .form--addToCart .form-action {
    float: left; }
  .ProductView-discountTable ul.pricing-display li:nth-child(2) {
    width: 70%; }
  button.pre-order-btn {
    padding: 0 !important;
    font-size: 11px;
    font-weight: 600; }
  #qn-add-to-quote, .qn-add-to-quote {
    font-size: 11px;
    padding: 0 !important;
    font-weight: 600; }
  .productView-options .form--addToCart .form-action {
    padding-right: 5px; }
  .ProductView-discountTable ul.pricing-display .text {
    font-size: 12px; }
  .ProductView-discountTable .price-each.border-right {
    padding-right: 5px; } }

/*UI feedback*/
ul.tier-prices.product-pricing li,
ul.tier-prices.product-pricing > li > ul li:first-child,
.ProductView-discountTable ul.pricing-display label {
  font-size: 16px; }

.ProductView-discountTable ul.pricing-display label {
  font-weight: bold; }

#qn-add-to-quote, .qn-add-to-quote {
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  box-shadow: none;
  border: 1px solid #418b96;
  color: #418b96 !important;
  background: transparent !important; }

ul.tier-prices.product-pricing > li {
  padding: 0 5px; }

@media screen and (min-width: 1440px) {
  input.qty-input {
    width: 80px; }
  button.pre-order-btn,
  #qn-add-to-quote, .qn-add-to-quote,
  .ProductView-discountTable ul.pricing-display .text,
  .ProductView-discountTable ul.pricing-display .value {
    font-size: 16px; }
  button#qn-add-to-quote:hover {
    background: #e1e1e1 !important; }
  .ProductView-discountTable ul.pricing-display li:nth-child(2) {
    width: 60%; } }

.cart-pricing-message.minimum {
  font-size: 18px;
  color: #a52105;
  padding: 10px 0px 0 0;
  text-align: center; }

.search-results-scroll {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1; }

.search-results-scroll::-webkit-scrollbar {
  width: 6px; }

.search-results-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.search-results-scroll::-webkit-scrollbar-thumb {
  background: #888; }

.search-results-scroll::-webkit-scrollbar-thumb:hover {
  background: #888; }

.search-results-scroll {
  border: 1px solid #acacac;
  border-top: none; }

.search-results {
  border: none;
  width: 767px; }

@media screen and (max-width: 767px) {
  .cart-pricing-message.minimum {
    font-size: 14px; }
  ul.tier-prices.product-pricing > li {
    padding: 0 5px; } }

.better-price {
  position: absolute;
  right: 154px !important;
  width: 361px;
  float: left;
  color: #fff;
  background-color: #646464;
  line-height: 15px;
  font-size: 12px;
  text-align: left;
  padding: 5px 10px;
  height: auto;
  margin: 0 !important;
  top: 15px; }

.better-price:after {
  width: 30px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 0;
  border: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #646464; }

.better-price > p {
  margin: 0;
  line-height: 16px;
  font-size: 13px; }

.better-price p > a {
  color: #fff;
  font-weight: bold; }

button#qn-add-to-quote:after {
  content: 'New';
  position: absolute;
  top: -10px;
  background: #418b96;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
  font-size: 8px;
  text-transform: uppercase; }

@media screen and (max-width: 550px) {
  button#qn-add-to-quote:after {
    width: 20px;
    height: 20px;
    right: -7px; }
  input.qty-input {
    height: 35px !important; }
  button.pre-order-btn {
    height: 35px; }
  #qn-add-to-quote, .qn-add-to-quote {
    height: 35px;
    padding: 0 2px !important; }
  .ProductView-discountTable .sub-total.price-each {
    padding-left: 5px; }
  .quantity-wrapper {
    padding: 0 5px 0 0; }
  .productView-options .form--addToCart .form-action {
    width: 52%; }
  .d-button-wrapper.product-view-quote-wrapper {
    width: 48%; } }

button#qn-add-to-quote:after {
  content: none !important; }

.d-button-wrapper.product-view-quote-wrapper {
  width: 50% !important; }

/* ===== product detail page info section font adjustment style start  ===== */
.productView-detailsWrapper .productView-details dl.productView-info {
  float: left;
  width: 100%;
  margin-bottom: 0; }

.productView-price .price--main {
  text-decoration: line-through; }

.productView-detailsWrapper .productView-details .availability-section {
  width: 100%; }

.productView-options .form--addToCart .form-action {
  display: block; }

.productView-detailsWrapper .productView-details dl.productView-info dt.productView-info-name {
  float: left;
  margin-top: 12px;
  font-size: 16px;
  color: #acacac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-right: 3px; }

.productView-detailsWrapper .productView-details dl.productView-info dd.productView-info-value {
  margin-top: 12px;
  color: #646464;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 3px; }

.productView-detailsWrapper .productView-details dl.productView-info dd.productView-info-value.productView-info-value--sku {
  text-decoration: none; }

.productView-detailsWrapper .productView-details .productView-price {
  margin-bottom: 0;
  margin-top: 12px; }

.productView-detailsWrapper .productView-details .productView-price span.productView-info-name {
  float: left;
  font-size: 16px;
  color: #acacac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-right: 5px; }

.productView-detailsWrapper .productView-details .format-section {
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 35px; }

.productView-detailsWrapper .productView-details .format-section span.format-value {
  width: 100px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center; }

.productView-detailsWrapper .productView-details .availability-section {
  margin-top: 10px;
  float: left; }

.productView-detailsWrapper .productView-details .availability-section .productView-info-value {
  margin-top: 0; }

.productView-detailsWrapper .productView-details .minimum-qty-section {
  float: left;
  margin-top: 10px; }

.productView-detailsWrapper .productView-details .availability-section {
  margin-top: 10px;
  float: left; }

.productView-detailsWrapper .productView-details .availability-section .productView-info-value {
  margin-top: 0; }

.productView-detailsWrapper .productView-details .minimum-qty-section {
  float: left;
  margin-top: 10px; }

.ProductView-discountTable .search-results-scroll .search-results {
  width: 100%;
  max-width: 100%; }

.ProductView-discountTable .search-results-scroll {
  width: 100%; }

.ProductView-discountTable .search-results-scroll .search-results ul.product-pricing {
  float: left;
  width: 100%; }

.ProductView-discountTable .search-results-scroll .search-results ul.product-pricing li.tier-col {
  width: calc(100% / 6); }

.productView-details .productView-options .ProductView-discountTable {
  margin-top: 0; }

.productView-details .productView-options button.card-figcaption-button {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  padding-right: 0; }

.productView-details .productView-options button.card-figcaption-button::before {
  content: 'Add To ';
  margin-right: 5px; }

.productView-details .productView-options button.card-figcaption-button::after {
  color: #408b96;
  font-size: 16px;
  position: absolute;
  left: 18px;
  font-family: 'emthemesmodezicons' !important;
  content: ""; }

.productView-details .productView-options a.price-match-icon,
.productView-details .productView-options form.form-wishlist {
  font-family: 'Open Sans', sans-serif; }

.productView .productView-descriptionWrapper ul.tabs.tabs--alt li.tab a.tab-title {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  padding: 0.78571rem 1.5rem !important; }

.productView-description .tabs li.tab:not(:last-child) {
  margin-right: 10px; }

.my-ttl {
  font-family: "museo700", Arial, Helvetica, sans-serif; }

.productView .productView-descriptionWrapper .tabs-contents .tab-content,
.productView .productView-descriptionWrapper .tabs-contents .tab-content .description-custom,
.productView .productView-descriptionWrapper .tabs-contents .tab-content .productView-info-name {
  font-family: 'Open Sans', sans-serif; }

.col-label {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400; }

.productView .productView-descriptionWrapper .tabs-contents .tab-content .productView-info-name {
  color: #595959;
  font-weight: 400; }

.productView .productView-descriptionWrapper .tabs-contents .tab-content .productView-info-name span {
  font-size: 18px !important; }

.productView-detailsWrapper .price-match-icon {
  padding-right: 30px; }

.productView-imageCarousel-main-item:after {
  padding-bottom: 0; }

@media screen and (max-width: 1023px) {
  .ProductView-discountTable .search-results-scroll .search-results ul.product-pricing {
    overflow-x: scroll; }
  .ProductView-discountTable .search-results-scroll .search-results ul.product-pricing li.tier-col {
    min-width: 120px; } }

@media screen and (max-width: 767px) {
  .ProductView-discountTable .search-results-scroll .search-results ul.product-pricing li.tier-col {
    min-width: 90px; } }

@media screen and (min-width: 1024px) {
  .productView-imageCarousel-main-item img {
    max-width: 300px;
    position: inherit; } }

@media screen and (min-width: 801px) and (max-width: 1023px) {
  .productView-imageCarousel-main-item img {
    max-width: 100%;
    position: inherit; } }

.productView-reviewLink + .productView-reviewLink {
  float: right !important; }

.productView-imageCarousel-main-item img, .productView-imageCarousel-main-item img:focus {
  outline: unset; }

.form-action {
  float: left; }

.special-message {
  margin: -20px 15px 15px 32px;
  float: left;
  padding: 10px 14px 10px 14px;
  line-height: 18px;
  position: static;
  z-index: 999;
  width: auto; }

.special-message a {
  color: #fff;
  line-height: 12px;
  font-size: 12px; }

.special-message span {
  font-size: 12px; }

@media screen and (min-width: 801px) {
  .productView-details, .productView-images {
    width: 50% !important; } }

.productView-details {
  margin-bottom: 40px; }

@media screen and (min-width: 1024px) {
  .productView-imageCarousel-main-item img {
    max-width: 405px; } }

@media screen and (max-width: 800px) {
  .productView-imageCarousel-main-item img {
    position: inherit !important; } }

.wishlist-icon .wishlist-button {
  padding-right: 0; }

@media screen and (max-width: 800px) {
  .productView-details .form.form-wishlist.form-action {
    padding-top: 20px; } }

@media (max-width: 1024px) and (min-width: 801px) {
  .productView-details .productView-options .price-match-icon {
    float: left;
    width: 100%;
    padding-bottom: 5px; }
    .productView-details .productView-options .price-match-icon span {
      padding-left: 11px; }
  .productView-details .productView-options .form-wishlist {
    float: left; } }

@media screen and (max-width: 767px) {
  .special-message {
    margin: 0;
    width: 100%; } }

@media screen and (max-width: 639px) {
  .productView-detailsWrapper .price-match-icon {
    padding-right: 0; }
  .productView-details .productView-options button.card-figcaption-button {
    margin-right: 8px; }
  .productView-details .form.form-wishlist.form-action {
    padding-right: 10px; }
  .productView-details .wishlist-icon .wishlist-button {
    padding-left: 0; } }

@media screen and (max-width: 479px) {
  .productView-details .d-button-wrapper.product-view-quote-wrapper {
    display: block;
    width: auto !important; }
  .productView-details .pre-order-btn {
    display: block;
    width: auto; }
  .productView-details .quantity-wrapper {
    display: block; }
  .productView-details #form-action-addToCart {
    padding: 0 5px !important; }
  .productView-details .form.form-wishlist.form-action {
    display: block;
    width: 100%; }
  .ProductView-discountTable .pricing-display li:nth-child(2) {
    width: auto; } }

@media screen and (max-width: 1024px) {
  .special-message {
    margin: 0 15px 15px 32px; } }

/* ===== product detail page info section font adjustment style end  ===== */
.productView-product #modal-review-form {
  display: none; }

.ProductView-discountTable .price-each.border-right {
  padding-right: 13px; }

.ProductView-discountTable .sub-total.price-each {
  padding-left: 5px; }

.ProductView-discountTable .pricing-display {
  padding: 15px 10px; }

.ProductView-discountTable .tier-prices.product-pricing > li > ul .your-price {
  font-size: 13px !important; }

.ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper {
  padding-right: 10px; }
  .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper .pre-order-btn {
    font-size: 13px; }

.ProductView-discountTable #qn-add-to-quote, .ProductView-discountTable .qn-add-to-quote {
  font-size: 13px; }

@media screen and (max-width: 1199px) {
  .ProductView-discountTable {
    overflow-x: visible; }
    .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper .pre-order-btn,
    .ProductView-discountTable #qn-add-to-quote,
    .ProductView-discountTable .qn-add-to-quote {
      font-size: 12px; }
    .ProductView-discountTable .tier-prices.product-pricing li {
      font-size: 13px; }
      .ProductView-discountTable .tier-prices.product-pricing li.tier-col.big li {
        font-size: 14px; }
    .ProductView-discountTable .pricing-display {
      padding: 15px 10px !important; }
      .ProductView-discountTable .pricing-display .quantity-wrapper label {
        font-size: 14px;
        margin-right: 10px; }
      .ProductView-discountTable .pricing-display #sub-total-price, .ProductView-discountTable .pricing-display #unit-price {
        font-size: 12px; }
      .ProductView-discountTable .pricing-display .price-each .text, .ProductView-discountTable .pricing-display .sub-total .text {
        font-size: 12px; }
    .ProductView-discountTable .qty-input {
      width: 40px;
      font-size: 16px; }
    .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper {
      padding-right: 5px; }
    .ProductView-discountTable .price-each.border-right {
      padding-right: 2px; }
    .ProductView-discountTable .sub-total.price-each {
      padding-left: 0; }
    .ProductView-discountTable .search-results-scroll .search-results {
      position: relative;
      overflow: hidden; }
      .ProductView-discountTable .search-results-scroll .search-results .product-pricing {
        position: static;
        margin-left: 80px !important;
        align-items: normal;
        width: calc(100% - 120px); }
        .ProductView-discountTable .search-results-scroll .search-results .product-pricing::-webkit-scrollbar {
          height: 5px; }
        .ProductView-discountTable .search-results-scroll .search-results .product-pricing::-webkit-scrollbar-thumb {
          background: #a3a3a3; }
        .ProductView-discountTable .search-results-scroll .search-results .product-pricing .tier-col:first-child {
          height: 100%;
          position: absolute;
          left: 0; } }

@media (max-width: 1199px) and (min-width: 1024px) {
  .ProductView-discountTable .tier-prices.product-pricing li.tier-col.big li {
    font-size: 12px !important; }
    .ProductView-discountTable .tier-prices.product-pricing li.tier-col.big li.your-price {
      font-size: 11px !important; } }

@media (max-width: 991px) and (min-width: 801px) {
  .ProductView-discountTable .qty-input {
    width: 30px;
    height: 30px;
    font-size: 14px; }
  .ProductView-discountTable .form-field--increments.quantity-wrapper {
    padding-right: 5px; }
    .ProductView-discountTable .form-field--increments.quantity-wrapper label {
      margin-right: 5px; }
  .ProductView-discountTable #qn-add-to-quote, .ProductView-discountTable .qn-add-to-quote {
    padding: 0;
    font-size: 11px !important; }
  .ProductView-discountTable .pricing-display {
    padding: 15px 5px !important; }
  .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper:last-child {
    padding-right: 0; }
  .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper .pre-order-btn {
    font-size: 11px;
    max-width: 142px; } }

@media screen and (max-width: 529px) {
  .ProductView-discountTable .search-results-scroll .search-results ul.product-pricing {
    max-width: calc(100% - 80px) !important; } }

@media screen and (max-width: 479px) {
  .ProductView-discountTable .pricing-display {
    padding-left: 3px !important;
    padding-right: 3px !important; }
    .ProductView-discountTable .pricing-display:nth-child(2) {
      display: flex; }
  .ProductView-discountTable .qty-input {
    width: 33px;
    font-size: 14px;
    height: 30px !important; }
  .ProductView-discountTable .pricing-display .price-each .text, .ProductView-discountTable .pricing-display .sub-total .text {
    font-size: 10px; }
  .ProductView-discountTable .productView-details #form-action-addToCart {
    width: 100%; }
  .ProductView-discountTable .pricing-display li:nth-child(2) {
    max-width: 84% !important;
    justify-content: space-around;
    display: flex; } }

@media screen and (max-width: 360px) {
  .ProductView-discountTable .d-button-wrapper.product-view-quote-wrapper .pre-order-btn,
  .ProductView-discountTable #qn-add-to-quote,
  .ProductView-discountTable .qn-add-to-quote {
    font-size: 9px; }
  .ProductView-discountTable ul.pricing-display li:nth-child(2) {
    width: 84% !important; }
  .ProductView-discountTable .pricing-display .price-each .text, .ProductView-discountTable .pricing-display .sub-total .text {
    font-size: 9px; } }

@media screen and (min-width: 801px) {
  #halo-navigation-list > .navPages-item {
    position: unset; }
    #halo-navigation-list > .navPages-item .navPage-subMenu {
      background: #FFFFFF;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22);
      width: calc(100vw - 87px);
      left: 35px;
      display: none; }
      #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list {
        padding: 41px 42px 42px 51px;
        display: flex; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 20%;
          vertical-align: top;
          position: relative;
          padding-bottom: 40px; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title).has-dropdown > .navPage-subMenu .navPage-subMenu-item-child, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all).has-dropdown > .navPage-subMenu .navPage-subMenu-item-child {
            width: 100%;
            padding: 0; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title).has-dropdown > .navPage-subMenu .navPage-subMenu-list, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all).has-dropdown > .navPage-subMenu .navPage-subMenu-list {
            padding: 0;
            padding-top: 20px;
            display: block; }
            #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action {
              background-image: none;
              border: 0;
              padding: 7px 0; }
              #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action .text, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action .text {
                font-family: 'Work Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 19px;
                color: #434343;
                padding: 0; }
              #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-title).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action::after, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-all).has-dropdown > .navPage-subMenu .navPage-subMenu-list .navPages-action::after {
                display: none; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-see-more .text {
          font-weight: 600 !important;
          text-decoration: underline; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
          display: none; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
          font-family: 'Work Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px;
          color: #F25F5C;
          padding: 0;
          padding-bottom: 11px; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu {
          display: block;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: unset;
          position: unset;
          margin: 0;
          box-shadow: none;
          padding: 0;
          width: 100%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action {
          padding: 0; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
          position: relative;
          border: 0; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action .text {
            display: block;
            background-image: none !important; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action::after {
            content: '';
            position: absolute;
            display: block;
            border-bottom: 1px solid rgba(242, 95, 92, 0.73);
            width: 143px;
            left: 0; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4 > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4 > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 25%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 22%; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title).right-side-menu, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-4.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all).right-side-menu {
            width: 34%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5 > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5 > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 20%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 18%; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title).right-side-menu, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-5.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all).right-side-menu {
            width: 28%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6 > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6 > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 16.66%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
          width: 15%; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title).right-side-menu, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.menu--column-6.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all).right-side-menu {
            width: 25%; }
        #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side {
          padding: 0 0 0 51px; }
          #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title), #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all) {
            padding: 41px 20px 42px 0; }
            #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title).right-side-menu, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all).right-side-menu {
              background: rgba(235, 242, 242, 0.27);
              padding-left: 50px; }
              #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-title).right-side-menu > .navPage-subMenu, #halo-navigation-list > .navPages-item .navPage-subMenu .navPage-subMenu-list.last-menu-right-side > .navPage-subMenu-item-child:not(.navPage-subMenu-all).right-side-menu > .navPage-subMenu {
                background: transparent; }
      #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 {
        width: auto !important; }
        #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 .navPage-subMenu-list {
          padding: 15px 20px;
          display: block;
          min-width: 200px; }
          #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 .navPage-subMenu-list .navPage-subMenu-item-child {
            width: 100%;
            padding: 0; }
            #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
              font-family: 'Work Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 19px;
              color: #434343;
              padding: 0; }
            #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action::after {
              display: none; }
        #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-list-child.has-dropdown > .navPage-subMenu-action {
          display: none; }
        #halo-navigation-list > .navPages-item .navPage-subMenu.menu--columns-count-1 > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-list-child.has-dropdown > .navPage-subMenu > .navPage-subMenu-list {
          padding: 0; }
    #halo-navigation-list > .navPages-item:hover > .has-subMenu + .navPage-subMenu {
      display: block; }
    #halo-navigation-list > .navPages-item.simple-menu-1 {
      position: relative !important; }
      #halo-navigation-list > .navPages-item.simple-menu-1 .navPage-subMenu {
        left: 0 !important; }
  .halo-sidebar-left .navPages .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-title .text {
    display: none; } }

@media screen and (min-width: 1024px) {
  #halo-navigation-list .navPages-item.navPages-item-toggle .text svg {
    fill: #fff; }
  #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPages-action {
    padding: 0;
    position: relative;
    border: 0; }
    #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPages-action::after {
      content: '';
      position: absolute;
      display: block;
      border-bottom: 1px solid rgba(242, 95, 92, 0.73);
      width: 143px;
      left: 0;
      bottom: 0; }
    #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPages-action .text {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #F25F5C;
      padding: 0;
      padding-bottom: 11px; }
  #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPage-subMenu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: unset;
    transform: unset;
    position: unset;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%; }
    #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPage-subMenu > .navPage-subMenu-list {
      padding: 0; }
      #halo-navigation-list .navPages-item.navPages-item-toggle > .navPage-subMenu > .navPage-subMenu-list > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-list-child.has-dropdown > .navPage-subMenu-action {
        display: none; } }

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1 auto; }

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  min-height: 1px; }

.shg-box-vertical-align-wrapper,
.shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%; }

.shg-box-vertical-align-top {
  justify-content: flex-start; }

.shg-box-vertical-align-center,
.shg-box-vertical-center {
  justify-content: center; }

.shg-box-vertical-align-bottom {
  justify-content: flex-end; }

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }

#s-7a0923c2-2e56-4646-81bc-10c51075f307 {
  min-height: 50px; }

#s-7a0923c2-2e56-4646-81bc-10c51075f307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-7a0923c2-2e56-4646-81bc-10c51075f307.shg-box.shg-c {
  justify-content: center; }

#s-76c08508-0b36-4ddd-bf5a-2b44c7a3e4d2 {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/bulk-book-slider.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  margin-right: 0%;
  padding-top: 0%;
  padding-left: 10%;
  padding-bottom: 0%;
  padding-right: 10%;
  min-height: 700px;
  background-position: center center; }

@media (max-width: 767px) {
  #s-76c08508-0b36-4ddd-bf5a-2b44c7a3e4d2 {
    padding-left: 30px;
    padding-right: 30px; } }

#s-76c08508-0b36-4ddd-bf5a-2b44c7a3e4d2 > .shg-box-overlay {
  background-color: #f9f2ed;
  opacity: 0.5; }

#s-76c08508-0b36-4ddd-bf5a-2b44c7a3e4d2.shg-box.shg-c {
  justify-content: center; }

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between; }

.shg-row > * {
  min-height: inherit;
  max-height: inherit; }

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative; }

@media (min-width: 0px) {
  [id="s-ca4dd20c-728e-4a2d-94b2-eaa6ec9c6dc2"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-ca4dd20c-728e-4a2d-94b2-eaa6ec9c6dc2"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 37.5px); } }

@media (min-width: 992px) {
  [id="s-ca4dd20c-728e-4a2d-94b2-eaa6ec9c6dc2"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 37.5px); } }

@media (min-width: 1200px) {
  [id="s-ca4dd20c-728e-4a2d-94b2-eaa6ec9c6dc2"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 37.5px); } }

.shogun-image-container {
  position: relative; }

.shogun-image-container.shg-align-left {
  text-align: left; }

.shogun-image-container.shg-align-center {
  text-align: center; }

.shogun-image-container.shg-align-right {
  text-align: right; }

.shogun-image-linked {
  cursor: pointer; }

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start; }

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center; }

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start; }

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center; }

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end; }

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start; }

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center; }

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal; }

.shogun-image-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%; }

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit; }

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none; }

.shogun-image-content-not-linked > div {
  pointer-events: auto; }

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto; }

.shogun-image-content > div {
  width: 100%; }

.shogun-image-content-top {
  align-items: flex-start; }

.shogun-image-content-center {
  align-items: center; }

.shogun-image-content-bottom {
  align-items: flex-end; }

#s-00c9a676-458c-44ac-94f9-6cfb700a9c55 {
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 175px;
  text-align: center; }

#s-00c9a676-458c-44ac-94f9-6cfb700a9c55 .shogun-image-content {
  align-items: center; }

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

#s-2b38616b-9e9c-40f1-83e0-cd197b96a212 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

#s-2b38616b-9e9c-40f1-83e0-cd197b96a212 .shogun-heading-component h1 {
  color: #000;
  font-size: 50px;
  text-align: left; }

.shg-rich-text {
  overflow-wrap: break-word; }

.shg-rich-text img {
  margin: 0 20px; }

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto; } }

.shg-default-text-content *:first-child {
  margin-top: 0; }

.shg-default-text-content {
  text-align: left; }

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none; }

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit; }

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit; }

.shg-default-text-content em {
  font-weight: inherit; }

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700; }

.shg-default-text-content ::-moz-selection,
.shg-default-text-content *::-moz-selection {
  background: #accef7; }

.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7; }

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em; }

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em; }

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em; }

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em; }

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em; }

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em; }

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase; }

.shg-default-text-content ul {
  list-style: disc; }

.shg-default-text-content ol {
  list-style: decimal; }

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px; }

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em; }

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal; }

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0; }

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em; }

#s-bd753900-95e7-44c8-9e1c-c45d987eaf15 {
  margin-top: 20px;
  margin-bottom: 20px; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c {
  box-shadow: 0px 0px 13px 4px #b4b4b4;
  margin-top: 40px;
  margin-bottom: -40px;
  margin-right: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  max-width: 600px;
  background-color: #fff; }

@media (max-width: 767px) {
  #s-2b776b54-2ed1-4055-81da-5369f4816d3c {
    margin-left: 20px; } }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-box {
  padding: 10px; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight: normal;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  color: #408b96;
  justify-content: center; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #408b96; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  color: #ff0000; }

#s-2b776b54-2ed1-4055-81da-5369f4816d3c .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center; }

#s-b00fa14b-dcae-478d-b76e-5328482f79d0 {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  #s-b00fa14b-dcae-478d-b76e-5328482f79d0 {
    padding-bottom: 5px; } }

#s-9b26c8df-bb39-458b-a142-1428bdcc1ac0 {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 0px) {
  [id="s-9b26c8df-bb39-458b-a142-1428bdcc1ac0"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-9b26c8df-bb39-458b-a142-1428bdcc1ac0"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-9b26c8df-bb39-458b-a142-1428bdcc1ac0"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-9b26c8df-bb39-458b-a142-1428bdcc1ac0"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

.shogun-form-text-input-field {
  width: 100%; }

.shogun-form-text-input-field:focus {
  outline: none; }

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important; }

#s-fca2e46d-cb2a-40cd-a7a0-3a57b8a17739 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-fca2e46d-cb2a-40cd-a7a0-3a57b8a17739 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-fca2e46d-cb2a-40cd-a7a0-3a57b8a17739 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-fca2e46d-cb2a-40cd-a7a0-3a57b8a17739 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-fca2e46d-cb2a-40cd-a7a0-3a57b8a17739 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-e1a16e52-0857-421f-b6c6-5e00a1db6c61 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-e1a16e52-0857-421f-b6c6-5e00a1db6c61 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-e1a16e52-0857-421f-b6c6-5e00a1db6c61 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-e1a16e52-0857-421f-b6c6-5e00a1db6c61 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-e1a16e52-0857-421f-b6c6-5e00a1db6c61 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-edd5cd30-fe1a-42eb-ad44-0fce01cc5f4f {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 0px) {
  [id="s-edd5cd30-fe1a-42eb-ad44-0fce01cc5f4f"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-edd5cd30-fe1a-42eb-ad44-0fce01cc5f4f"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-edd5cd30-fe1a-42eb-ad44-0fce01cc5f4f"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-edd5cd30-fe1a-42eb-ad44-0fce01cc5f4f"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-56d71d3a-d2b9-4862-a765-7ba9142c3dd8 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-56d71d3a-d2b9-4862-a765-7ba9142c3dd8 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-56d71d3a-d2b9-4862-a765-7ba9142c3dd8 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-56d71d3a-d2b9-4862-a765-7ba9142c3dd8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-56d71d3a-d2b9-4862-a765-7ba9142c3dd8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-822d050e-a446-42e2-bf95-fbb3dddb9ad1 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-822d050e-a446-42e2-bf95-fbb3dddb9ad1 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-822d050e-a446-42e2-bf95-fbb3dddb9ad1 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-822d050e-a446-42e2-bf95-fbb3dddb9ad1 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-822d050e-a446-42e2-bf95-fbb3dddb9ad1 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-5c59b596-e680-438d-b527-59d4eb26d086 {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 0px) {
  [id="s-5c59b596-e680-438d-b527-59d4eb26d086"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-5c59b596-e680-438d-b527-59d4eb26d086"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-5c59b596-e680-438d-b527-59d4eb26d086"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-5c59b596-e680-438d-b527-59d4eb26d086"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-f15abd07-0381-4fbb-8f72-7d349e8b8f90 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-f15abd07-0381-4fbb-8f72-7d349e8b8f90 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-f15abd07-0381-4fbb-8f72-7d349e8b8f90 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-f15abd07-0381-4fbb-8f72-7d349e8b8f90 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-f15abd07-0381-4fbb-8f72-7d349e8b8f90 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-68f5ec3c-0aa4-48e5-8492-fd046a4f96b5 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-68f5ec3c-0aa4-48e5-8492-fd046a4f96b5 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-68f5ec3c-0aa4-48e5-8492-fd046a4f96b5 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-68f5ec3c-0aa4-48e5-8492-fd046a4f96b5 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-68f5ec3c-0aa4-48e5-8492-fd046a4f96b5 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-00a0afd8-dbca-47a8-99f8-6a2cc18cf935 {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 0px) {
  [id="s-00a0afd8-dbca-47a8-99f8-6a2cc18cf935"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-00a0afd8-dbca-47a8-99f8-6a2cc18cf935"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-00a0afd8-dbca-47a8-99f8-6a2cc18cf935"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-00a0afd8-dbca-47a8-99f8-6a2cc18cf935"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-a57535a9-61c3-4b6e-9f09-376645b4eef0 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-a57535a9-61c3-4b6e-9f09-376645b4eef0 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-a57535a9-61c3-4b6e-9f09-376645b4eef0 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-a57535a9-61c3-4b6e-9f09-376645b4eef0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-a57535a9-61c3-4b6e-9f09-376645b4eef0 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-5dd335d5-871a-4986-b173-c43ada57a718 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-5dd335d5-871a-4986-b173-c43ada57a718 .shogun-form-text-input-field::-moz-placeholder {
  color: silver; }

#s-5dd335d5-871a-4986-b173-c43ada57a718 .shogun-form-text-input-field::placeholder {
  color: silver; }

#s-5dd335d5-871a-4986-b173-c43ada57a718 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-5dd335d5-871a-4986-b173-c43ada57a718 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa {
  margin-left: 15px;
  margin-right: 15px; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa .shogun-form-text-input-field::-moz-placeholder {
  color: #c1c1c1; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa .shogun-form-text-input-field::placeholder {
  color: #c1c1c1; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

#s-36d31df3-4e8f-4cdb-879c-9bb94412d5fa .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  color: #000; }

.shogun-form-box-submit:focus {
  outline: none; }

.shg-btn-wrapper.shg-align-left {
  text-align: left; }

.shg-btn-wrapper.shg-align-center {
  text-align: center; }

.shg-btn-wrapper.shg-align-right {
  text-align: right; }

#s-c82b0267-0be6-4fd1-8359-db255e22fda9 {
  border-style: solid;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  color: #fff;
  background-color: #d93e25;
  text-align: center;
  cursor: pointer;
  background-image: none;
  hover-type: color;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600; }

#s-c82b0267-0be6-4fd1-8359-db255e22fda9:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  background-image: none !important;
  hover-type: color !important;
  color: #d93e25 !important; }

#s-c82b0267-0be6-4fd1-8359-db255e22fda9:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  background-image: none !important;
  hover-type: color !important;
  color: #d93e25 !important; }

#s-c82b0267-0be6-4fd1-8359-db255e22fda9[disabled],
#s-c82b0267-0be6-4fd1-8359-db255e22fda9[disabled]:hover,
#s-c82b0267-0be6-4fd1-8359-db255e22fda9[disabled]:focus {
  background-color: #D7D5E2 !important; }

#s-c82b0267-0be6-4fd1-8359-db255e22fda9 {
  display: inline-block;
  width: auto; }

#s-83fd9216-316e-4f72-ba76-d26cf69c4b1f {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px; }

#s-b1819c1b-7dd4-4358-bac3-7445ee42803a {
  background-size: cover;
  min-height: 50px;
  background-position: center center; }

@media (min-width: 1200px) {
  #s-b1819c1b-7dd4-4358-bac3-7445ee42803a {
    display: none; }
  #s-b1819c1b-7dd4-4358-bac3-7445ee42803a,
  #wrap-s-b1819c1b-7dd4-4358-bac3-7445ee42803a {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #s-b1819c1b-7dd4-4358-bac3-7445ee42803a {
    display: none; }
  #s-b1819c1b-7dd4-4358-bac3-7445ee42803a,
  #wrap-s-b1819c1b-7dd4-4358-bac3-7445ee42803a {
    display: none !important; } }

#s-b1819c1b-7dd4-4358-bac3-7445ee42803a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8; }

#s-b1819c1b-7dd4-4358-bac3-7445ee42803a.shg-box.shg-c {
  justify-content: center; }

#s-58671328-d1c6-4faf-90d8-fc74e55eb464 {
  min-height: 50px; }

#s-58671328-d1c6-4faf-90d8-fc74e55eb464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-58671328-d1c6-4faf-90d8-fc74e55eb464.shg-box.shg-c {
  justify-content: center; }

#s-7f34ccd3-2d8d-4765-a680-544eaa4e562d {
  margin-left: 100px;
  margin-right: 100px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-7f34ccd3-2d8d-4765-a680-544eaa4e562d {
    display: none; }
  #s-7f34ccd3-2d8d-4765-a680-544eaa4e562d,
  #wrap-s-7f34ccd3-2d8d-4765-a680-544eaa4e562d {
    display: none !important; } }

@media (max-width: 767px) {
  #s-7f34ccd3-2d8d-4765-a680-544eaa4e562d {
    margin-left: 20px;
    margin-right: 20px;
    display: none; }
  #s-7f34ccd3-2d8d-4765-a680-544eaa4e562d,
  #wrap-s-7f34ccd3-2d8d-4765-a680-544eaa4e562d {
    display: none !important; } }

@media (min-width: 0px) {
  [id="s-7f34ccd3-2d8d-4765-a680-544eaa4e562d"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-7f34ccd3-2d8d-4765-a680-544eaa4e562d"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-7f34ccd3-2d8d-4765-a680-544eaa4e562d"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-7f34ccd3-2d8d-4765-a680-544eaa4e562d"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-5b6bc89e-9436-493f-9399-8d88d526a8ff {
  min-height: 50px; }

#s-5b6bc89e-9436-493f-9399-8d88d526a8ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-5b6bc89e-9436-493f-9399-8d88d526a8ff.shg-box.shg-c {
  justify-content: center; }

#s-e22d9f3f-b1b7-4110-b34b-d85c1058fd07 {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-e22d9f3f-b1b7-4110-b34b-d85c1058fd07 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center; }

#s-cd9f7d5e-b07f-4434-8465-39c3920ec444 {
  margin-left: 100px;
  margin-bottom: 30px;
  margin-right: 100px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 0px; }

@media (max-width: 767px) {
  #s-cd9f7d5e-b07f-4434-8465-39c3920ec444 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-41eb97a7-87dd-42fe-b841-660aacb8516f {
  min-height: 50px; }

#s-41eb97a7-87dd-42fe-b841-660aacb8516f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-41eb97a7-87dd-42fe-b841-660aacb8516f.shg-box.shg-c {
  justify-content: center; }

#s-9bcbffdf-2243-4129-8c19-a034c39ef3d5 {
  margin-left: 250px;
  margin-right: 250px;
  padding-bottom: 45px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-9bcbffdf-2243-4129-8c19-a034c39ef3d5 {
    margin-left: 30px;
    margin-right: 30px; } }

@media (max-width: 767px) {
  #s-9bcbffdf-2243-4129-8c19-a034c39ef3d5 {
    margin-left: 30px;
    margin-right: 30px; } }

@media (min-width: 0px) {
  [id="s-9bcbffdf-2243-4129-8c19-a034c39ef3d5"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-9bcbffdf-2243-4129-8c19-a034c39ef3d5"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-9bcbffdf-2243-4129-8c19-a034c39ef3d5"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-9bcbffdf-2243-4129-8c19-a034c39ef3d5"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); } }

#s-b4f8d496-50ea-424c-a8dc-14b15121a3bb {
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center; }

#s-b4f8d496-50ea-424c-a8dc-14b15121a3bb .shogun-heading-component h1 {
  color: #408b96;
  font-size: 45px;
  text-align: center; }

#s-f6366805-d1f1-4a7e-9cbb-b1b3d42ba242 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 767px) {
  #s-f6366805-d1f1-4a7e-9cbb-b1b3d42ba242 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-da8cb04b-49d0-4d53-a29d-295a03cac720 {
  padding-top: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-da8cb04b-49d0-4d53-a29d-295a03cac720 {
    margin-top: 30px; } }

#s-da8cb04b-49d0-4d53-a29d-295a03cac720 .shogun-heading-component h1 {
  color: #408b96;
  font-size: 45px;
  text-align: center; }

#s-07eb10a4-fd44-4d11-92ce-e25f8c1c7f2c {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 767px) {
  #s-07eb10a4-fd44-4d11-92ce-e25f8c1c7f2c {
    margin-left: 30px;
    margin-right: 30px; } }

#s-fab9ac14-6239-4da8-8bc1-d3db55b958e9 {
  padding-top: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-fab9ac14-6239-4da8-8bc1-d3db55b958e9 {
    margin-top: 30px; } }

#s-fab9ac14-6239-4da8-8bc1-d3db55b958e9 .shogun-heading-component h1 {
  color: #408b96;
  font-size: 45px;
  text-align: center; }

#s-87b3fa99-f788-4224-930f-570d8ef9bd66 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 767px) {
  #s-87b3fa99-f788-4224-930f-570d8ef9bd66 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-452e69a3-8db5-43ce-8cc8-3ee37fb0ed20 {
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 50px;
  background-color: #f9f2ed; }

#s-452e69a3-8db5-43ce-8cc8-3ee37fb0ed20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-452e69a3-8db5-43ce-8cc8-3ee37fb0ed20.shg-box.shg-c {
  justify-content: center; }

#s-1dfa2bec-bc58-4ecf-813b-3a272d9248d0 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-1dfa2bec-bc58-4ecf-813b-3a272d9248d0 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-1dfa2bec-bc58-4ecf-813b-3a272d9248d0 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center; }

#s-652f0b7d-92b2-4a27-ad28-2661004343d4 {
  margin-left: 400px;
  margin-right: 400px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-652f0b7d-92b2-4a27-ad28-2661004343d4 {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  #s-652f0b7d-92b2-4a27-ad28-2661004343d4 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-93f49bcd-c3da-4b1a-a9fb-dbec0960cc19 {
  margin-top: 10px;
  margin-bottom: -10px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-93f49bcd-c3da-4b1a-a9fb-dbec0960cc19 {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  #s-93f49bcd-c3da-4b1a-a9fb-dbec0960cc19 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-93f49bcd-c3da-4b1a-a9fb-dbec0960cc19 .shogun-image-content {
  align-items: center; }

#s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 50px; }

@media (min-width: 1200px) {
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none; }
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350,
  #wrap-s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none; }
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350,
  #wrap-s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none; }
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350,
  #wrap-s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    display: none !important; } }

@media (max-width: 767px) {
  #s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 {
    margin-top: 30px; } }

#s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-8d3ab4e6-58c3-4ff3-b3b6-d14631bee350.shg-box.shg-c {
  justify-content: center; }

#s-4587cd98-7d66-4126-b2b2-3e7c0cb7e859 {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-4587cd98-7d66-4126-b2b2-3e7c0cb7e859 {
    padding-top: 0px;
    padding-bottom: 0px; } }

@media (max-width: 767px) {
  #s-4587cd98-7d66-4126-b2b2-3e7c0cb7e859 {
    margin-top: 30px;
    margin-bottom: 30px; } }

#s-4587cd98-7d66-4126-b2b2-3e7c0cb7e859 .shogun-image-content {
  align-items: center; }

#s-d1be3553-4446-456e-91e1-daf63122aa0b {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center; }

@media (max-width: 767px) {
  #s-d1be3553-4446-456e-91e1-daf63122aa0b {
    margin-top: 30px; } }

#s-d1be3553-4446-456e-91e1-daf63122aa0b .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-a51dfe03-b470-4f68-acb4-a7a43e3a24a9 {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  #s-a51dfe03-b470-4f68-acb4-a7a43e3a24a9 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-40f78277-aabe-4c98-8af8-2256c9a0877f {
  text-align: center; }

@media (max-width: 767px) {
  #s-40f78277-aabe-4c98-8af8-2256c9a0877f {
    margin-top: 30px;
    margin-bottom: 30px; } }

#s-40f78277-aabe-4c98-8af8-2256c9a0877f .shogun-image-content {
  align-items: center; }

.shg-btn.shg-cse,
.shg-btn.shg-cse:hover,
.shg-btn.shg-cse:focus {
  color: #FFF; }

.shg-btn {
  cursor: pointer;
  box-sizing: border-box; }

.shg-btn.shg-btn-stretch {
  display: block; }

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block; }

.shg-btn-wrapper.shg-align-left {
  text-align: left; }

.shg-btn-wrapper.shg-align-center {
  text-align: center; }

.shg-btn-wrapper.shg-align-right {
  text-align: right; }

#s-3ccf27cd-08ba-41ae-b1f8-4f9410443c1c {
  border-style: solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  background-color: #d93e25;
  text-align: center;
  text-decoration: none;
  background-image: none;
  hover-type: color;
  color: #fff; }

#s-3ccf27cd-08ba-41ae-b1f8-4f9410443c1c:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

#s-3ccf27cd-08ba-41ae-b1f8-4f9410443c1c:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

@media (max-width: 767px) {
  #s-3ccf27cd-08ba-41ae-b1f8-4f9410443c1c {
    margin-top: 30px;
    margin-bottom: 30px; } }

#s-3ccf27cd-08ba-41ae-b1f8-4f9410443c1c.shg-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  display: inline-block; }

#s-60392c9f-c0ec-4848-8042-648a42ac9461 {
  margin-left: 100px;
  margin-right: 150px;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 50px;
  background-color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-60392c9f-c0ec-4848-8042-648a42ac9461 {
    margin-left: 100px;
    margin-right: 100px; } }

@media (max-width: 767px) {
  #s-60392c9f-c0ec-4848-8042-648a42ac9461 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none; }
  #s-60392c9f-c0ec-4848-8042-648a42ac9461,
  #wrap-s-60392c9f-c0ec-4848-8042-648a42ac9461 {
    display: none !important; } }

#s-60392c9f-c0ec-4848-8042-648a42ac9461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-60392c9f-c0ec-4848-8042-648a42ac9461.shg-box.shg-c {
  justify-content: center; }

#s-5557e356-c192-4a8d-ab71-16b178431748 {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 2000px; }

@media (min-width: 0px) {
  [id="s-5557e356-c192-4a8d-ab71-16b178431748"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-5557e356-c192-4a8d-ab71-16b178431748"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 7.5px); } }

@media (min-width: 992px) {
  [id="s-5557e356-c192-4a8d-ab71-16b178431748"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 7.5px); } }

@media (min-width: 1200px) {
  [id="s-5557e356-c192-4a8d-ab71-16b178431748"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 7.5px); } }

@media (max-width: 767px) {
  [id="s-5557e356-c192-4a8d-ab71-16b178431748"] > .shg-row {
    flex-flow: column-reverse; } }

#s-6cbdcf45-7902-4e3a-a608-f436c4e30fdf {
  text-align: center; }

@media (max-width: 767px) {
  #s-6cbdcf45-7902-4e3a-a608-f436c4e30fdf {
    margin-top: 100px;
    margin-bottom: 50px; } }

#s-6cbdcf45-7902-4e3a-a608-f436c4e30fdf .shogun-image-content {
  align-items: center; }

#s-7c9be7be-1986-48b1-a7cf-0079388f0b56 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-7c9be7be-1986-48b1-a7cf-0079388f0b56 {
    padding-top: 0px;
    padding-bottom: 0px; } }

#s-7c9be7be-1986-48b1-a7cf-0079388f0b56 .shogun-image-content {
  align-items: center; }

#s-bcd25b03-21c1-4057-ab01-4881eaa3bbb9 {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center; }

#s-bcd25b03-21c1-4057-ab01-4881eaa3bbb9 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-5a648103-b34f-4aeb-85c2-246f0d26eed0 {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  #s-5a648103-b34f-4aeb-85c2-246f0d26eed0 {
    margin-left: 0px;
    margin-right: 0px; } }

#s-905f2ecf-a87e-4b0a-86ee-383047f69688 {
  border-style: solid;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  background-color: #d93e25;
  text-align: center;
  text-decoration: none;
  background-image: none;
  hover-type: color;
  color: #fff; }

#s-905f2ecf-a87e-4b0a-86ee-383047f69688:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

#s-905f2ecf-a87e-4b0a-86ee-383047f69688:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

@media (max-width: 767px) {
  #s-905f2ecf-a87e-4b0a-86ee-383047f69688 {
    margin-bottom: 0px; } }

#s-905f2ecf-a87e-4b0a-86ee-383047f69688.shg-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  display: inline-block; }

#s-a9010f7e-d2b2-4278-bbf7-dc040cbd3b79 {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 50px;
  background-color: #408b96; }

#s-a9010f7e-d2b2-4278-bbf7-dc040cbd3b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-a9010f7e-d2b2-4278-bbf7-dc040cbd3b79.shg-box.shg-c {
  justify-content: center; }

#s-b73ae831-fb99-46ae-8e5d-6cfbf1198169 {
  max-width: 2000px; }

@media (min-width: 0px) {
  [id="s-b73ae831-fb99-46ae-8e5d-6cfbf1198169"] > .shg-row > .shg-c-xs-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 768px) {
  [id="s-b73ae831-fb99-46ae-8e5d-6cfbf1198169"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-b73ae831-fb99-46ae-8e5d-6cfbf1198169"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-b73ae831-fb99-46ae-8e5d-6cfbf1198169"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

@media (max-width: 767px) {
  #s-1e29ce37-7688-4d1c-bac9-89f1e4f78350 {
    margin-left: 15px;
    margin-right: 0px; } }

@media (min-width: 0px) {
  [id="s-1e29ce37-7688-4d1c-bac9-89f1e4f78350"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-1e29ce37-7688-4d1c-bac9-89f1e4f78350"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 0.5px); } }

@media (min-width: 992px) {
  [id="s-1e29ce37-7688-4d1c-bac9-89f1e4f78350"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 0.5px); } }

@media (min-width: 1200px) {
  [id="s-1e29ce37-7688-4d1c-bac9-89f1e4f78350"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 0.5px); } }

#s-840df47d-3bbb-4621-90f9-1e5bbecfa55b {
  text-align: right; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-840df47d-3bbb-4621-90f9-1e5bbecfa55b {
    text-align: center; } }

@media (max-width: 767px) {
  #s-840df47d-3bbb-4621-90f9-1e5bbecfa55b {
    text-align: center; } }

#s-840df47d-3bbb-4621-90f9-1e5bbecfa55b .shogun-image-content {
  align-items: center; }

#s-bf45f0cb-b5c2-4ec1-9f8e-771dd82aad3c {
  margin-top: 20px;
  margin-left: -50px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-bf45f0cb-b5c2-4ec1-9f8e-771dd82aad3c {
    margin-left: 0px; } }

@media (max-width: 767px) {
  #s-bf45f0cb-b5c2-4ec1-9f8e-771dd82aad3c {
    margin-left: 0px;
    margin-right: 0px; } }

#s-bf45f0cb-b5c2-4ec1-9f8e-771dd82aad3c .shogun-heading-component h1 {
  color: #fdfdfd;
  font-size: 32px;
  text-align: center; }

#s-5527c5cd-55fb-4a73-8dc0-3ff63af7a703 {
  margin-left: 50px;
  margin-right: 150px;
  padding-top: 20px;
  padding-bottom: 0px;
  max-width: 500px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-5527c5cd-55fb-4a73-8dc0-3ff63af7a703 {
    margin-left: 25px;
    margin-right: 100px; } }

@media (max-width: 767px) {
  #s-5527c5cd-55fb-4a73-8dc0-3ff63af7a703 {
    margin-left: 0px;
    margin-right: 30px; } }

#s-09c9a3ed-df1f-4748-a89d-33831ff115d7 {
  margin-top: 45px;
  min-height: 50px; }

#s-09c9a3ed-df1f-4748-a89d-33831ff115d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-09c9a3ed-df1f-4748-a89d-33831ff115d7.shg-box.shg-c {
  justify-content: center; }

#s-6e6dbbdb-f1b1-49c5-a7d3-281f05f38a70 {
  margin-top: 20px;
  margin-left: 400px;
  margin-bottom: 20px;
  margin-right: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-6e6dbbdb-f1b1-49c5-a7d3-281f05f38a70 {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  #s-6e6dbbdb-f1b1-49c5-a7d3-281f05f38a70 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-6e6dbbdb-f1b1-49c5-a7d3-281f05f38a70 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center; }

#s-9cb89a6d-6219-4257-acc3-26ca945f837a {
  padding-bottom: 30px; }

@media (max-width: 767px) {
  #s-9cb89a6d-6219-4257-acc3-26ca945f837a {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 1px; } }

#s-54b1e318-a6e5-46f7-844c-6b1031b1ed42 {
  margin-top: 70px;
  margin-left: 200px;
  margin-bottom: 0px;
  margin-right: 200px;
  background-color: #fff; }

@media (max-width: 767px) {
  #s-54b1e318-a6e5-46f7-844c-6b1031b1ed42 {
    margin-top: 70px;
    margin-left: 30px;
    margin-right: 30px; } }

@media (min-width: 0px) {
  [id="s-54b1e318-a6e5-46f7-844c-6b1031b1ed42"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-54b1e318-a6e5-46f7-844c-6b1031b1ed42"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-54b1e318-a6e5-46f7-844c-6b1031b1ed42"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-54b1e318-a6e5-46f7-844c-6b1031b1ed42"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); } }

#s-a8e113c9-1374-4563-9c94-0abac194852d {
  padding-bottom: 0px;
  min-height: 50px;
  background-color: #eee; }

#s-a8e113c9-1374-4563-9c94-0abac194852d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-a8e113c9-1374-4563-9c94-0abac194852d.shg-box.shg-c {
  justify-content: center; }

#s-e87a5fd1-dd64-452f-8d0f-c650cc4a15d6 {
  margin-top: -60px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-e87a5fd1-dd64-452f-8d0f-c650cc4a15d6 {
    margin-top: -100px; } }

#s-e87a5fd1-dd64-452f-8d0f-c650cc4a15d6 .shogun-image-content {
  align-items: center; }

#s-2f42a9db-0411-408d-a11b-3515e1349cf7 {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #eee; }

#s-bb64ab05-05db-4862-a3dd-78d7adbdd077 {
  min-height: 50px;
  background-color: #eee; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-bb64ab05-05db-4862-a3dd-78d7adbdd077 {
    margin-top: 100px; } }

@media (max-width: 767px) {
  #s-bb64ab05-05db-4862-a3dd-78d7adbdd077 {
    margin-top: 100px; } }

#s-bb64ab05-05db-4862-a3dd-78d7adbdd077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-bb64ab05-05db-4862-a3dd-78d7adbdd077.shg-box.shg-c {
  justify-content: center; }

#s-0ac25757-16ff-45ff-abf4-f9ce2c0a7164 {
  margin-top: -60px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-0ac25757-16ff-45ff-abf4-f9ce2c0a7164 {
    margin-top: -100px; } }

#s-0ac25757-16ff-45ff-abf4-f9ce2c0a7164 .shogun-image-content {
  align-items: center; }

#s-365126aa-cd8b-433c-98f4-b9dc6d4a1031 {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 215px;
  background-color: #eee; }

#s-42fea03c-ede6-4c52-9b3a-98b34d673875 {
  padding-bottom: 0px;
  min-height: 50px;
  background-color: #eee; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-42fea03c-ede6-4c52-9b3a-98b34d673875 {
    margin-top: 100px; } }

@media (max-width: 767px) {
  #s-42fea03c-ede6-4c52-9b3a-98b34d673875 {
    margin-top: 100px; } }

#s-42fea03c-ede6-4c52-9b3a-98b34d673875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-42fea03c-ede6-4c52-9b3a-98b34d673875.shg-box.shg-c {
  justify-content: center; }

#s-082f1678-520c-4af3-b608-80ed51ac5596 {
  margin-top: -60px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-082f1678-520c-4af3-b608-80ed51ac5596 {
    margin-top: -100px; } }

#s-082f1678-520c-4af3-b608-80ed51ac5596 .shogun-image-content {
  align-items: center; }

#s-fa09fad1-d028-4692-9a86-66f519871dca {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 215px;
  background-color: #eee; }

#s-f1d1c2a8-3dee-4e9b-963c-fac329ab6611 {
  min-height: 50px; }

#s-f1d1c2a8-3dee-4e9b-963c-fac329ab6611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-f1d1c2a8-3dee-4e9b-963c-fac329ab6611.shg-box.shg-c {
  justify-content: center; }

#s-80951738-6d61-4a8c-8248-0468733220bd {
  margin-top: 20px;
  margin-left: 250px;
  margin-bottom: 20px;
  margin-right: 250px;
  padding-bottom: 45px; }

@media (min-width: 1200px) {
  #s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none; }
  #s-80951738-6d61-4a8c-8248-0468733220bd,
  #wrap-s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none; }
  #s-80951738-6d61-4a8c-8248-0468733220bd,
  #wrap-s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #s-80951738-6d61-4a8c-8248-0468733220bd {
    margin-left: 20px;
    margin-right: 20px;
    display: none; }
  #s-80951738-6d61-4a8c-8248-0468733220bd,
  #wrap-s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none !important; } }

@media (max-width: 767px) {
  #s-80951738-6d61-4a8c-8248-0468733220bd {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 0px;
    display: none; }
  #s-80951738-6d61-4a8c-8248-0468733220bd,
  #wrap-s-80951738-6d61-4a8c-8248-0468733220bd {
    display: none !important; } }

@media (min-width: 0px) {
  [id="s-80951738-6d61-4a8c-8248-0468733220bd"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-80951738-6d61-4a8c-8248-0468733220bd"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-80951738-6d61-4a8c-8248-0468733220bd"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-80951738-6d61-4a8c-8248-0468733220bd"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); } }

#s-97aa2e4e-e1aa-45c0-88a2-97f00aacf26c {
  text-align: center; }

#s-97aa2e4e-e1aa-45c0-88a2-97f00aacf26c .shogun-image-content {
  align-items: center; }

#s-204c1578-33c5-4297-81e3-1feef4090070 {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px; }

#s-ba582edd-7667-4786-b295-5fa1a292c08a {
  text-align: center; }

@media (max-width: 767px) {
  #s-ba582edd-7667-4786-b295-5fa1a292c08a {
    margin-top: 30px; } }

#s-ba582edd-7667-4786-b295-5fa1a292c08a .shogun-image-content {
  align-items: center; }

#s-05295de9-e96e-4f35-b06f-210927a32b84 {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-right: 40px; }

#s-8f58ae03-8929-494c-b52b-c76ca07e6470 {
  text-align: center; }

@media (max-width: 767px) {
  #s-8f58ae03-8929-494c-b52b-c76ca07e6470 {
    margin-top: 30px; } }

#s-8f58ae03-8929-494c-b52b-c76ca07e6470 .shogun-image-content {
  align-items: center; }

#s-cce4ca7a-fdd2-44d6-925e-e677caa01636 {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-right: 40px; }

#s-09ad6f01-5728-44fa-9138-c48ee5a6e741 {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 50px;
  background-color: #fff; }

#s-09ad6f01-5728-44fa-9138-c48ee5a6e741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-09ad6f01-5728-44fa-9138-c48ee5a6e741.shg-box.shg-c {
  justify-content: center; }

#s-a43c1b2d-0481-43ed-8feb-ad54efe0ab92 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-a43c1b2d-0481-43ed-8feb-ad54efe0ab92 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-a43c1b2d-0481-43ed-8feb-ad54efe0ab92 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-9ecc74cd-cfde-440b-ab0e-e410590aba35 {
  margin-left: 400px;
  margin-bottom: 30px;
  margin-right: 400px; }

@media (min-width: 1200px) {
  #s-9ecc74cd-cfde-440b-ab0e-e410590aba35 {
    margin-left: 500px;
    margin-right: 500px; } }

@media (max-width: 767px) {
  #s-9ecc74cd-cfde-440b-ab0e-e410590aba35 {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 30px; } }

#s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
  text-align: center; }

@media (min-width: 1200px) {
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none; }
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791,
  #wrap-s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none; }
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791,
  #wrap-s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none; }
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791,
  #wrap-s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    display: none !important; } }

@media (max-width: 767px) {
  #s-2587ee6d-9641-4a78-8fe5-8eba74a35791 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-2587ee6d-9641-4a78-8fe5-8eba74a35791 .shogun-image-content {
  align-items: center; }

#s-5e221e8a-45fc-4339-896c-fc4896d1a5ac {
  margin-left: 300px;
  margin-bottom: 60px;
  margin-right: 300px;
  text-align: center; }

#s-5e221e8a-45fc-4339-896c-fc4896d1a5ac .shogun-image-content {
  align-items: center; }

#s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  background-color: #ebf2f2; }

@media (min-width: 1200px) {
  #s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 {
    display: none; }
  #s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8,
  #wrap-s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 {
    display: none; }
  #s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8,
  #wrap-s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 {
    display: none !important; } }

#s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-b0e4bd81-42a6-4f0b-a579-afd0d3b29fa8.shg-box.shg-c {
  justify-content: center; }

#s-4f1b2b12-043e-4c07-b75d-0dbd2d9410da {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-4f1b2b12-043e-4c07-b75d-0dbd2d9410da {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px; } }

#s-4f1b2b12-043e-4c07-b75d-0dbd2d9410da .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-048b4146-fec7-4c95-ade9-1ec8fe7a93b4 {
  border-style: solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  background-color: #d93e25;
  text-align: center;
  text-decoration: none;
  background-image: none;
  hover-type: color;
  color: #fff; }

#s-048b4146-fec7-4c95-ade9-1ec8fe7a93b4:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

#s-048b4146-fec7-4c95-ade9-1ec8fe7a93b4:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

@media (max-width: 767px) {
  #s-048b4146-fec7-4c95-ade9-1ec8fe7a93b4 {
    margin-bottom: 10px; } }

#s-048b4146-fec7-4c95-ade9-1ec8fe7a93b4.shg-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  display: inline-block; }

#s-65049533-e51d-45d1-9d87-472025d0e926 {
  margin-top: 20px;
  margin-right: 100px;
  padding-left: 40px;
  padding-right: 40px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-65049533-e51d-45d1-9d87-472025d0e926 {
    margin-right: 0px; } }

@media (max-width: 767px) {
  #s-65049533-e51d-45d1-9d87-472025d0e926 {
    margin-bottom: 30px;
    margin-right: 0px; } }

@media (min-width: 0px) {
  [id="s-65049533-e51d-45d1-9d87-472025d0e926"] > .shg-row > .shg-c-xs-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 768px) {
  [id="s-65049533-e51d-45d1-9d87-472025d0e926"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-65049533-e51d-45d1-9d87-472025d0e926"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-65049533-e51d-45d1-9d87-472025d0e926"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); } }

#s-9bf0c212-a512-4dbe-92c8-d174c10120f6 {
  text-align: center; }

#s-9bf0c212-a512-4dbe-92c8-d174c10120f6 .shogun-image-content {
  align-items: center; }

#s-1e1c6405-9391-4c4c-8f64-bd9a1a40f2f6 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-1e1c6405-9391-4c4c-8f64-bd9a1a40f2f6 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-1e1c6405-9391-4c4c-8f64-bd9a1a40f2f6 .shogun-heading-component h2 a {
  color: #000; }

@media (max-width: 767px) {
  #s-1e1c6405-9391-4c4c-8f64-bd9a1a40f2f6 .shogun-heading-component h2 {
    color: #000;
    font-size: 20px;
    text-align: center; }
  #s-1e1c6405-9391-4c4c-8f64-bd9a1a40f2f6 .shogun-heading-component h2 a {
    color: #000; } }

#s-5029f2aa-9d82-442e-8a0d-3958e0d5b73e {
  text-align: center; }

#s-5029f2aa-9d82-442e-8a0d-3958e0d5b73e .shogun-image-content {
  align-items: center; }

#s-c7f30db5-6e63-4073-9633-09bed9e5eb2a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-c7f30db5-6e63-4073-9633-09bed9e5eb2a .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-c7f30db5-6e63-4073-9633-09bed9e5eb2a .shogun-heading-component h2 a {
  color: #000; }

@media (max-width: 767px) {
  #s-c7f30db5-6e63-4073-9633-09bed9e5eb2a .shogun-heading-component h2 {
    color: #000;
    font-size: 20px;
    text-align: center; }
  #s-c7f30db5-6e63-4073-9633-09bed9e5eb2a .shogun-heading-component h2 a {
    color: #000; } }

#s-89d64e1e-c6fd-4ac4-a683-40864cf18400 {
  text-align: center; }

#s-89d64e1e-c6fd-4ac4-a683-40864cf18400 .shogun-image-content {
  align-items: center; }

#s-884a0a4f-8c2a-4dc6-9bf2-b07537c8bf5f {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-884a0a4f-8c2a-4dc6-9bf2-b07537c8bf5f .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-884a0a4f-8c2a-4dc6-9bf2-b07537c8bf5f .shogun-heading-component h2 a {
  color: #000; }

@media (max-width: 767px) {
  #s-884a0a4f-8c2a-4dc6-9bf2-b07537c8bf5f .shogun-heading-component h2 {
    color: #000;
    font-size: 20px;
    text-align: center; }
  #s-884a0a4f-8c2a-4dc6-9bf2-b07537c8bf5f .shogun-heading-component h2 a {
    color: #000; } }

#s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 50px;
  background-color: #ebf2f2; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 {
    display: none; }
  #s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280,
  #wrap-s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 {
    display: none !important; } }

@media (max-width: 767px) {
  #s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 {
    display: none; }
  #s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280,
  #wrap-s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 {
    display: none !important; } }

#s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-3e4dd8a1-87f4-463c-89f1-8b80a04b3280.shg-box.shg-c {
  justify-content: center; }

#s-191143b9-c6b0-4f86-a3c6-fec390a0eb02 {
  margin-right: 100px;
  padding-left: 40px;
  padding-right: 40px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-191143b9-c6b0-4f86-a3c6-fec390a0eb02 {
    margin-right: 0px; } }

@media (max-width: 767px) {
  #s-191143b9-c6b0-4f86-a3c6-fec390a0eb02 {
    margin-right: 0px; } }

@media (min-width: 0px) {
  [id="s-191143b9-c6b0-4f86-a3c6-fec390a0eb02"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-191143b9-c6b0-4f86-a3c6-fec390a0eb02"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-191143b9-c6b0-4f86-a3c6-fec390a0eb02"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-191143b9-c6b0-4f86-a3c6-fec390a0eb02"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-814ef0d2-c914-463e-81d4-2ffa1e6c748b {
  margin-bottom: 20px;
  padding-top: 45px;
  padding-bottom: 10px;
  text-align: center; }

#s-814ef0d2-c914-463e-81d4-2ffa1e6c748b .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-a725326e-1092-4d1a-a7c9-5a7a1027551f {
  padding-top: 10px;
  padding-bottom: 10px; }

#s-e29339c4-fc63-480f-8a8c-a88513b7da8c {
  border-style: solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  background-color: #d93e25;
  text-align: center;
  text-decoration: none;
  background-image: none;
  hover-type: color;
  color: #fff; }

#s-e29339c4-fc63-480f-8a8c-a88513b7da8c:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  background-image: none !important;
  hover-type: color !important;
  color: #d93e25 !important; }

#s-e29339c4-fc63-480f-8a8c-a88513b7da8c:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  background-image: none !important;
  hover-type: color !important;
  color: #d93e25 !important; }

@media (max-width: 767px) {
  #s-e29339c4-fc63-480f-8a8c-a88513b7da8c {
    margin-bottom: 50px; } }

#s-e29339c4-fc63-480f-8a8c-a88513b7da8c.shg-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  display: inline-block; }

#s-3852871c-c04f-4c8a-9ceb-23c75c993ee5 {
  margin-right: 20px;
  padding-right: 0px; }

@media (max-width: 767px) {
  #s-3852871c-c04f-4c8a-9ceb-23c75c993ee5 {
    margin-right: 0px; } }

@media (min-width: 0px) {
  [id="s-3852871c-c04f-4c8a-9ceb-23c75c993ee5"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-3852871c-c04f-4c8a-9ceb-23c75c993ee5"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-3852871c-c04f-4c8a-9ceb-23c75c993ee5"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-3852871c-c04f-4c8a-9ceb-23c75c993ee5"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); } }

#s-5e0513b9-e082-4de4-a0ca-095fa1dee075 {
  text-align: center; }

#s-5e0513b9-e082-4de4-a0ca-095fa1dee075:hover {
  border-style: solid !important;
  border-top-width: 2px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
  border-right-width: 2px !important;
  border-color: #f26243 !important;
  opacity: 0.7 !important; }

@media (max-width: 767px) {
  #s-5e0513b9-e082-4de4-a0ca-095fa1dee075 {
    display: none; }
  #s-5e0513b9-e082-4de4-a0ca-095fa1dee075,
  #wrap-s-5e0513b9-e082-4de4-a0ca-095fa1dee075 {
    display: none !important; } }

#s-5e0513b9-e082-4de4-a0ca-095fa1dee075 .shogun-image-content {
  align-items: center; }

#s-40002245-c87d-4df3-bcd3-a42a02c69c33 {
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-color: #f26243;
  border-style: solid;
  text-align: center; }

@media (max-width: 767px) {
  #s-40002245-c87d-4df3-bcd3-a42a02c69c33 {
    display: none; }
  #s-40002245-c87d-4df3-bcd3-a42a02c69c33,
  #wrap-s-40002245-c87d-4df3-bcd3-a42a02c69c33 {
    display: none !important; } }

#s-40002245-c87d-4df3-bcd3-a42a02c69c33 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-40002245-c87d-4df3-bcd3-a42a02c69c33 .shogun-heading-component h2 a {
  color: #000; }

#s-446fc4a6-ee23-48ad-a46e-c8e2450a288b {
  text-align: center; }

#s-446fc4a6-ee23-48ad-a46e-c8e2450a288b:hover {
  border-style: solid !important;
  border-top-width: 2px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
  border-right-width: 2px !important;
  border-color: #f26243 !important;
  opacity: 0.7 !important; }

@media (max-width: 767px) {
  #s-446fc4a6-ee23-48ad-a46e-c8e2450a288b {
    display: none; }
  #s-446fc4a6-ee23-48ad-a46e-c8e2450a288b,
  #wrap-s-446fc4a6-ee23-48ad-a46e-c8e2450a288b {
    display: none !important; } }

#s-446fc4a6-ee23-48ad-a46e-c8e2450a288b .shogun-image-content {
  align-items: center; }

#s-bfd7c9a5-2964-403f-bb05-e96d84706654 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-bfd7c9a5-2964-403f-bb05-e96d84706654 {
    display: none; }
  #s-bfd7c9a5-2964-403f-bb05-e96d84706654,
  #wrap-s-bfd7c9a5-2964-403f-bb05-e96d84706654 {
    display: none !important; } }

#s-bfd7c9a5-2964-403f-bb05-e96d84706654 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-bfd7c9a5-2964-403f-bb05-e96d84706654 .shogun-heading-component h2 a {
  color: #000; }

#s-d544e30e-04c2-470d-85ff-91b853f6e91b {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-color: #f26243;
  text-align: center;
  opacity: 1; }

#s-d544e30e-04c2-470d-85ff-91b853f6e91b:hover {
  border-style: solid !important;
  border-top-width: 2px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
  border-right-width: 2px !important;
  border-color: #f26243 !important;
  opacity: 0.7 !important; }

#s-d544e30e-04c2-470d-85ff-91b853f6e91b .shogun-image-content {
  align-items: center; }

#s-f3bf23dd-7157-4f63-845f-f12882720de0 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-f3bf23dd-7157-4f63-845f-f12882720de0 {
    display: none; }
  #s-f3bf23dd-7157-4f63-845f-f12882720de0,
  #wrap-s-f3bf23dd-7157-4f63-845f-f12882720de0 {
    display: none !important; } }

#s-f3bf23dd-7157-4f63-845f-f12882720de0 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-f3bf23dd-7157-4f63-845f-f12882720de0 .shogun-heading-component h2 a {
  color: #000; }

#s-6fddcad0-5bd6-4efc-9220-6cd819b94b5d {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 50px; }

@media (max-width: 767px) {
  #s-6fddcad0-5bd6-4efc-9220-6cd819b94b5d {
    margin-top: 50px;
    margin-bottom: 50px; } }

#s-6fddcad0-5bd6-4efc-9220-6cd819b94b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-6fddcad0-5bd6-4efc-9220-6cd819b94b5d.shg-box.shg-c {
  justify-content: center; }

@media (min-width: 0px) {
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-aec315ae-330c-4189-8e45-a3850af8184a"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 20.0px); } }

#s-ebd72039-018f-494f-be85-93b7ed691c9f {
  padding-top: 51px;
  padding-bottom: 51px;
  min-height: 50px;
  background-color: #ebf2f2; }

#s-ebd72039-018f-494f-be85-93b7ed691c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-ebd72039-018f-494f-be85-93b7ed691c9f.shg-box.shg-c {
  justify-content: center; }

#s-ddedfc12-5500-46ea-b42a-b38f2e97a473 {
  margin-left: 40px;
  margin-bottom: 150px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 35px;
  max-width: 2000px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-ddedfc12-5500-46ea-b42a-b38f2e97a473 {
    margin-bottom: 125px; } }

#s-ddedfc12-5500-46ea-b42a-b38f2e97a473 .shogun-heading-component h2 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768 {
  margin-top: 0px;
  margin-left: 150px;
  margin-bottom: 45px;
  margin-right: 150px;
  padding-top: 0px;
  padding-bottom: 0px; }

@media (min-width: 1200px) {
  #s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768 {
    margin-left: 200px;
    margin-right: 200px; } }

@media (max-width: 767px) {
  #s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768 {
    margin-left: 30px;
    margin-right: 30px; } }

@media (min-width: 0px) {
  [id="s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-c8f5cad1-20f0-4c2a-8cfb-030b5665d768"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); } }

#s-b4cecdcf-0148-4ade-b850-afb1fd23127a {
  padding-bottom: 0px;
  min-height: 50px;
  background-color: #fff; }

#s-b4cecdcf-0148-4ade-b850-afb1fd23127a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-b4cecdcf-0148-4ade-b850-afb1fd23127a.shg-box.shg-c {
  justify-content: center; }

#s-64609cf6-066e-4ea0-9e8e-60189eb86603 {
  margin-top: -100px;
  text-align: center; }

#s-64609cf6-066e-4ea0-9e8e-60189eb86603 .shogun-image-content {
  align-items: center; }

#s-a991c4ef-7fcc-4f05-865b-659d7fab4ad8 {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center; }

#s-a991c4ef-7fcc-4f05-865b-659d7fab4ad8 .shogun-heading-component h1 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-4d79b651-9c1c-4cb1-8299-241578b8459e {
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: center; }

#s-4d79b651-9c1c-4cb1-8299-241578b8459e .shogun-heading-component h3 {
  color: #000;
  font-size: 18px;
  text-align: center; }

#s-d79c5af3-1264-42fc-a9ab-cd91a8231509 {
  padding-left: 30px;
  padding-right: 30px; }

#s-c3a16994-bcb0-40d3-a503-85965d9a0529 {
  padding-bottom: 0px;
  min-height: 50px;
  background-color: #fff; }

#s-c3a16994-bcb0-40d3-a503-85965d9a0529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-c3a16994-bcb0-40d3-a503-85965d9a0529.shg-box.shg-c {
  justify-content: center; }

#s-587cc458-c3df-4edd-bbdf-a60323cfcd0e {
  margin-top: -100px;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-587cc458-c3df-4edd-bbdf-a60323cfcd0e {
    margin-top: 0px; } }

@media (max-width: 767px) {
  #s-587cc458-c3df-4edd-bbdf-a60323cfcd0e {
    margin-top: 50px; } }

#s-587cc458-c3df-4edd-bbdf-a60323cfcd0e .shogun-image-content {
  align-items: center; }

#s-f3b5ed1e-8cb7-482a-b283-1077ba06c299 {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center; }

#s-f3b5ed1e-8cb7-482a-b283-1077ba06c299 .shogun-heading-component h1 {
  color: #000;
  font-size: 24px;
  text-align: center; }

#s-f3cdb847-42a5-4df4-a131-84bdc5d3121c {
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: center; }

#s-f3cdb847-42a5-4df4-a131-84bdc5d3121c .shogun-heading-component h3 {
  color: #000;
  font-size: 18px;
  text-align: center; }

#s-fbb0825e-9368-45a0-b2d1-fecbebeb84a7 {
  padding-left: 30px;
  padding-right: 30px; }

#s-dd69a607-dcec-4507-9511-99e6bbbf87e0 {
  padding-top: 25px;
  padding-left: 200px;
  padding-bottom: 25px;
  padding-right: 200px;
  min-height: 50px;
  background-color: #408b96; }

@media (max-width: 767px) {
  #s-dd69a607-dcec-4507-9511-99e6bbbf87e0 {
    padding-left: 30px;
    padding-right: 30px; } }

#s-dd69a607-dcec-4507-9511-99e6bbbf87e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-dd69a607-dcec-4507-9511-99e6bbbf87e0.shg-box.shg-c {
  justify-content: center; }

#s-d68581b3-1ffb-414a-91dc-519ddbe28834 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

@media (max-width: 767px) {
  #s-d68581b3-1ffb-414a-91dc-519ddbe28834 {
    margin-left: 30px;
    margin-right: 30px; } }

#s-d68581b3-1ffb-414a-91dc-519ddbe28834 .shogun-heading-component h2 {
  color: #fff;
  font-size: 32px;
  text-align: center; }

#s-c3dfe5e0-9fb9-4197-bd6b-3d27566c737b {
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #d93e25;
  border-radius: 0px;
  background-color: #d93e25;
  text-align: center;
  text-decoration: none;
  background-image: none;
  hover-type: color;
  color: #fff; }

#s-c3dfe5e0-9fb9-4197-bd6b-3d27566c737b:hover {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

#s-c3dfe5e0-9fb9-4197-bd6b-3d27566c737b:active {
  border-style: solid !important;
  border-top-width: 3px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important;
  border-color: #d93e25 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  color: #d93e25 !important;
  background-image: none !important;
  hover-type: color !important; }

#s-c3dfe5e0-9fb9-4197-bd6b-3d27566c737b.shg-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  display: inline-block; }

#s-e0190835-c89a-4807-bc30-ec8fe3078156 {
  min-height: 50px; }

#s-e0190835-c89a-4807-bc30-ec8fe3078156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-e0190835-c89a-4807-bc30-ec8fe3078156.shg-box.shg-c {
  justify-content: center; }

#s-79ac75fa-c458-42ce-a17e-8bbd899ef35a {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

#s-79ac75fa-c458-42ce-a17e-8bbd899ef35a .shogun-image-content {
  align-items: center; }

#s-36264989-cc34-430b-87c5-d10b33f8432c {
  min-height: 50px;
  max-width: 2000px; }

#s-36264989-cc34-430b-87c5-d10b33f8432c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-36264989-cc34-430b-87c5-d10b33f8432c.shg-box.shg-c {
  justify-content: center; }

#s-1105b2a2-cd09-4c3a-8ba2-71683433d748 {
  margin-left: 500px;
  margin-bottom: 30px;
  margin-right: 500px; }

@media (min-width: 768px) and (max-width: 991px) {
  #s-1105b2a2-cd09-4c3a-8ba2-71683433d748 {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  #s-1105b2a2-cd09-4c3a-8ba2-71683433d748 {
    margin-left: 30px;
    margin-bottom: 0px;
    margin-right: 30px; } }

@media (min-width: 0px) {
  [id="s-1105b2a2-cd09-4c3a-8ba2-71683433d748"] > .shg-row > .shg-c-xs-6 {
    width: calc(50.0% - 5.0px); } }

@media (min-width: 768px) {
  [id="s-1105b2a2-cd09-4c3a-8ba2-71683433d748"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 5.0px); } }

@media (min-width: 992px) {
  [id="s-1105b2a2-cd09-4c3a-8ba2-71683433d748"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 5.0px); } }

@media (min-width: 1200px) {
  [id="s-1105b2a2-cd09-4c3a-8ba2-71683433d748"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 5.0px); } }

@media (max-width: 767px) {
  #s-0d2cf776-7900-4011-be27-ad40cd2f2f21 {
    margin-top: 0px; } }

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table; }

.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate; }

.shogun-root iframe {
  display: initial; }

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important; } }

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important; }

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both; }

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle; }

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw; }

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

div[data-shg-lightbox-switch] {
  cursor: pointer; }

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.shg-lightbox.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1; }

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px; }

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%; }

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer; }

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1; }

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==); }

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px; } }

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0; }

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset; }

.shogun-root div:empty {
  display: inline-block; }

[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0; }

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c; }

.shogun-badge {
  margin-bottom: 50px; }

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px; }

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table; }

.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate; }

.shogun-root iframe {
  display: initial; }

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important; } }

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important; }

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both; }

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle; }

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw; }

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

div[data-shg-lightbox-switch] {
  cursor: pointer; }

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.shg-lightbox.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1; }

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px; }

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%; }

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer; }

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1; }

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==); }

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px; } }

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0; }

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset; }

.shogun-root div:empty {
  display: inline-block; }

[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0; }

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c; }

.shogun-badge {
  margin-bottom: 50px; }

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px; }

.customer_review_section .wrapper {
  max-width: 100%;
  overflow: hidden; }

.customer_review_section .wrapper .marquee .cities::before {
  content: '';
  width: 0px;
  font-weight: 100 !important;
  height: 0px;
  display: inline-block;
  background: #000;
  position: relative;
  top: -15px;
  margin: 0 20px; }

.customer_review_section .wrapper .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 20s linear infinite; }

.customer_review_section .wrapper .marquee span {
  display: inline-block;
  font-size: 35px;
  vertical-align: middle;
  font-weight: 100 !important;
  line-height: 40px;
  color: #a2a2a2;
  padding: 5px 40px;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif; }

@keyframes marquee {
  0% {
    transform: translate3d(-26%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@media screen and (max-width: 768px) {
  .customer_review_section .wrapper .marquee span {
    display: inline-block;
    font-size: 30px; } }

.bulk_book_page.lp .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c, .bulk_book_page.classsets .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c {
  background: #408B96; }

.bulk_book_page.lp .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c form label, .bulk_book_page.classsets .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c form label {
  color: #fff; }

.bulk_book_page.lp .bulk_book_page-main .customer_review_section, .bulk_book_page.classsets .bulk_book_page-main .customer_review_section {
  background: #E8EEEE; }

.bulk_book_page.wholesale .bulk_book_page-main .bulk_book_banner {
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/banners-3-1-new.jpg);
  background-size: cover;
  background-position: center; }

.bulk_book_page.classsets .bulk_book_page-main .bulk_book_banner {
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/banners-1.jpg);
  background-size: cover;
  background-position: center; }

.bulk_book_page.drsuess .bulk_book_page-main .bulk_book_banner {
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/banners-2-1-.jpg);
  background-size: cover;
  background-position: center; }

.bulk_book_page.children .bulk_book_page-main .bulk_book_banner {
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/banners-1.jpg);
  background-size: cover;
  background-position: center; }

.bulk_book_page .bulk_book_page-main .bulk_book_banner {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/bulk-book-slider.png");
  background-size: 100% 100%; }
  .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 80px;
    display: block; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section {
      display: inline-block;
      width: calc(50% - 6px);
      vertical-align: top; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .header-logo .header-logo-image-unknown-size {
        max-height: 55px; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content {
        margin-top: 120px; }
        .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-title {
          font-family: 'Lora';
          font-style: normal;
          font-weight: 500;
          font-size: 42px;
          line-height: 58px;
          text-align: left;
          color: #000000;
          margin-bottom: 30px; }
          .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-title .bold--text {
            display: block;
            font-style: italic;
            color: #D93E25; }
        .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-description {
          font-size: 18px !important;
          line-height: 34px !important;
          max-width: 465px;
          letter-spacing: -0.5px; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section {
      display: inline-block;
      width: 50%; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c {
        margin: 0; }

.bulk_book_page .bulk_book_page-main .video_text_section {
  margin: 100px auto 80px;
  text-align: center; }
  .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container {
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_content_section-title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 500;
      font-size: 42px;
      line-height: 58px;
      text-align: left;
      color: #000000;
      margin-bottom: 30px;
      text-align: center; }
      .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_content_section-title .bold--text {
        display: inline-block;
        font-style: italic;
        color: #D93E25; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_content_section-description {
      font-size: 18px !important;
      line-height: 34px !important;
      max-width: 810px;
      margin: 0 auto;
      letter-spacing: -0.5px;
      margin-bottom: 50px; }
  .bulk_book_page .bulk_book_page-main .video_text_section .video_section iframe {
    width: 900px;
    height: 480px;
    border-radius: 25px; }

.bulk_book_page .bulk_book_page-main .left_right_photo_section {
  background-color: #E8EEEE; }
  .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container {
    max-width: 1250px;
    margin: 0 auto;
    display: block;
    padding: 100px 0; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section {
      display: inline-block;
      width: calc(50% - 3px);
      vertical-align: bottom;
      padding-right: 70px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 58px;
        text-align: left;
        color: #000000;
        margin-bottom: 20px;
        text-align: left; }
        .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-title .bold--text {
          display: inline-block;
          font-style: italic;
          color: #D93E25; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-description {
        font-size: 18px !important;
        line-height: 34px !important;
        max-width: 810px;
        margin: 0 auto;
        letter-spacing: -0.5px;
        margin-bottom: 50px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper {
        display: block;
        width: 100%; }
        .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper {
          position: relative;
          width: calc(33.33% - 4px);
          display: inline-block; }
          .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .circle-container .ellipse {
            width: 104px;
            height: 104px;
            background: #FFFFFF;
            border-radius: 50%; }
          .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .circle-container .text {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 600;
            font-size: 140px;
            line-height: 44px;
            text-align: center;
            color: #408B96;
            position: absolute;
            top: 20px;
            left: -5px;
            display: block; }
            .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .circle-container .text span {
              font-family: 'Lora';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 36px;
              text-align: center;
              color: #408B96;
              letter-spacing: normal;
              position: absolute;
              top: 22px; }
          .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .title {
            font-family: 'Lora';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            color: #000000;
            margin: 0;
            margin-top: 10px;
            max-width: 175px;
            text-align: left;
            margin-left: 5px; }
          .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper:nth-child(2) .circle-container .text {
            font-size: 145px;
            top: 30px; }
            .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper:nth-child(2) .circle-container .text span {
              top: 10px;
              right: -38px; }
          .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper:nth-child(3) .circle-container .text {
            font-size: 100px;
            top: 30px;
            left: 5px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .image_section {
      display: inline-block;
      width: calc(50% - 3px);
      vertical-align: bottom;
      padding-left: 30px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .image_section img {
        border-radius: 25px; }

.bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 100px 0;
  text-align: center; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .left_content_section-title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .left_content_section-title .bold--text {
      display: inline-block;
      font-style: italic;
      color: #D93E25; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .left_content_section-description {
    font-size: 18px !important;
    line-height: 34px !important;
    max-width: 650px;
    margin: 0 auto;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
    text-align: center; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 105px;
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items {
      text-align: center; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item--img {
        width: 75px;
        height: 75px; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item-title {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #000000;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 20px; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item-description {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 28px !important;
        color: #000000;
        margin: 0;
        margin-bottom: 15px;
        letter-spacing: -0.5px; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .request-for-quote-button {
    margin: 0 auto;
    margin-top: 50px;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 42px;
    background: #D93E25;
    height: 55px;
    text-transform: none;
    border-radius: 0 !important; }

.bulk_book_page .bulk_book_page-main .customer_review_section {
  background-color: #F8F2EE; }
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container {
    max-width: 1250px;
    margin: 0 auto;
    display: block;
    padding: 80px 0;
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .customer_review_section-title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 500;
      font-size: 42px;
      line-height: 58px;
      text-align: left;
      color: #000000;
      margin: 0 auto;
      margin-bottom: 40px;
      text-align: left;
      text-transform: none;
      max-width: 700px; }
    .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid {
      max-width: 850px;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid.marquee {
        white-space: nowrap;
        overflow: hidden;
        display: block; }
        .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid.marquee .company--item {
          display: inline-block; }
      .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid .company--item {
        max-width: 170px;
        margin: 0 20px; }

.bulk_book_page .bulk_book_page-main .request-for-quote-section {
  background-color: #E8EEEE; }
  .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    padding: 60px 0;
    text-align: center;
    flex-direction: row;
    justify-content: space-between; }
    .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container .left_section .title {
      font-family: 'Lora';
      font-style: normal;
      font-weight: 500;
      font-size: 42px;
      line-height: 58px;
      text-align: left;
      color: #000000;
      margin: 0 auto;
      text-align: left;
      text-transform: none; }
    .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container .right_section .request-for-quote-button {
      margin: 0 auto;
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 19px;
      line-height: 22px;
      text-align: center;
      color: #FFFFFF;
      padding: 15px 42px;
      background: #D93E25;
      height: 55px;
      text-transform: none;
      border-radius: 0 !important; }

.bulk_book_page .bulk_page_footer .bulk_page_footer_container {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 50px 0 20px;
  text-align: center; }
  .bulk_book_page .bulk_page_footer .bulk_page_footer_container .store--logo .header-logo .header-logo-image-unknown-size {
    max-height: 50px; }
  .bulk_book_page .bulk_page_footer .bulk_page_footer_container .store--logo .header-logo .header-logo__link {
    text-align: center;
    margin-bottom: 25px; }
  .bulk_book_page .bulk_page_footer .bulk_page_footer_container .footer_links {
    list-style: none;
    padding: 0; }
    .bulk_book_page .bulk_page_footer .bulk_page_footer_container .footer_links .footer_link a {
      font-size: 18px;
      line-height: 34px;
      color: #000; }

@keyframes marquee {
  0% {
    transform: translate3d(-26%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@media screen and (max-width: 1280px) {
  .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container {
    padding: 80px 30px 0 30px; }
  .bulk_book_page .bulk_book_page-main .video_text_section {
    margin-top: 80px;
    max-width: 1200px;
    padding: 0 30px; }
  .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container {
    padding: 80px 30px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section {
      padding-right: 30px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .image_section {
      padding-left: 30px;
      vertical-align: top; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container {
    padding: 80px 30px; }
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container {
    padding: 80px 30px; }
  .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container {
    padding: 50px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px; } }

@media screen and (max-width: 1023px) {
  .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container {
    padding: 60px 30px 0 30px; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section, .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section {
      width: 100%;
      display: block;
      text-align: center; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content {
      margin-top: 50px; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-title {
        text-align: center; }
        .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-title .bold--text {
          display: inline-block; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-description {
        max-width: unset;
        margin-bottom: 40px; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .form--section #s-2b776b54-2ed1-4055-81da-5369f4816d3c {
      margin: 0 auto; }
  .bulk_book_page .bulk_book_page-main .video_text_section {
    margin-top: 60px;
    margin-bottom: 60px; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_section iframe {
      width: 100%;
      max-width: 800px;
      height: 420px; }
  .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container {
    padding: 60px 30px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section {
      padding-right: 0;
      display: block;
      width: 100%;
      text-align: center; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-title {
        text-align: center; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper {
        max-width: 550px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper {
          display: block;
          width: auto; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .image_section {
      padding-left: 0;
      display: block;
      width: 100%;
      margin: 40px auto 0;
      text-align: center; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container {
    padding: 60px 30px; }
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container {
    padding: 60px 30px; }
    .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .customer_review_section-title {
      text-align: center; }
  .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container {
    padding: 40px 30px; } }

@media screen and (max-width: 991px) {
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid.marquee {
    animation: marquee 20s linear infinite; } }

@media screen and (max-width: 800px) {
  .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container {
    padding: 40px 20px 0 20px; }
    .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content {
      margin-top: 40px; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 20px; }
      .bulk_book_page .bulk_book_page-main .bulk_book_banner .bulk_book_container .content--section .bulk_book-banner-content .bulk_book-banner-description {
        font-size: 16px !important;
        line-height: 28px !important;
        margin-bottom: 30px; }
  .bulk_book_page .bulk_book_page-main .video_text_section {
    margin: 40px 0;
    padding: 0 20px; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_content_section-title {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 20px; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_content_section-description {
      font-size: 16px !important;
      line-height: 28px !important;
      margin-bottom: 30px; }
    .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_section iframe {
      height: 380px; }
  .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container {
    padding: 40px 20px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-title {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 20px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-description {
      font-size: 16px !important;
      line-height: 28px !important;
      margin-bottom: 30px; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper {
      gap: 50px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper {
        width: 100%; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container {
    padding: 40px 20px; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .left_content_section-title {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 20px; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .left_content_section-description {
      font-size: 16px !important;
      line-height: 28px !important;
      margin-bottom: 30px; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid {
      gap: 40px; }
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container {
    padding: 40px 20px; }
    .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .customer_review_section-title {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 20px; } }

@media screen and (max-width: 650px) {
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid {
    display: block; }
    .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items {
      margin-bottom: 30px; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item--img {
        width: 65px;
        height: 65px; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item-title {
        margin: 10px 0 15px;
        font-size: 20px;
        line-height: 28px; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items .books--item-description {
        font-size: 14px !important;
        line-height: 24px !important; }
      .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items:last-child {
        margin: 0; }
        .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .power_of_books_grid_container .power_of_books_grid .books--items:last-child .books--item-description {
          margin-bottom: 0; }
  .bulk_book_page .bulk_book_page-main .power_of_books_section .power_of_books_container .request-for-quote-button {
    margin-top: 30px; }
  .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid {
    display: block; }
    .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid .company--item {
      display: block;
      margin: 0 auto 20px; }
      .bulk_book_page .bulk_book_page-main .customer_review_section .customer_review_container .company_grid .company--item:last-child {
        margin-bottom: 0; }
  .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container {
    padding: 30px 20px;
    display: block;
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .request-for-quote-section .request-for-quote-container .left_section .title {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 20px;
      text-align: center; }
  .bulk_book_page .bulk_page_footer .bulk_page_footer_container {
    padding: 40px 20px 20px; }
    .bulk_book_page .bulk_page_footer .bulk_page_footer_container .store--logo .header-logo .header-logo__link {
      margin-bottom: 20px; } }

@media screen and (max-width: 550px) {
  .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_section iframe {
    height: 360px; }
  .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper {
      max-width: 170px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .title {
        text-align: center; }
        .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .title br {
          display: none; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .circle-container .ellipse {
        width: 95px;
        height: 95px;
        margin: 0 auto; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper .circle-container .text {
        font-size: 120px;
        left: 50%;
        transform: translateX(calc(-50% - 10px)); }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper:nth-child(2) .circle-container .text {
        font-size: 120px; }
      .bulk_book_page .bulk_book_page-main .left_right_photo_section .left_right_photo_container .left_content_section .left_content_section-wrapper .left_content_container-wrapper:nth-child(3) .circle-container .text {
        font-size: 90px;
        left: 50%;
        transform: translateX(calc(-50% + 5px)); } }

@media screen and (max-width: 420px) {
  .bulk_book_page .bulk_book_page-main .video_text_section .video_text_container .video_section iframe {
    height: 320px; } }

.quickSearchResultsCustom .productGrid .card-body .card-rating, .quickSearchResultsCustom .productGrid .card-body .card-body-button {
  display: none; }

.klaviyo-form-new {
  max-width: 550px;
  margin: auto;
  background: #f9f2ed;
  padding: 50px 30px;
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 2px 1px 5px #6c6363; }

.eapps-widget-show-toolbar .Content__WidgetContainer-sc-3sh3bs-2 {
  box-shadow: 2px 1px 5px #6c6363;
  border-radius: 20px; }

.page-type-product .page-product .product-view-last .bookpal-details-container .right-section .desc-section {
  display: block;
  padding: 50px 30px 0px 30px; }

.amazon-unique-solutions {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 30px 0 0 0; }

.amazon-dual-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px; }

.amazon-dual-section .amazon-dual-section-inner {
  display: flex;
  flex-direction: row;
  text-align: center; }

.amazon-dual-section .amazon-dual-section-inner .left {
  width: 50%;
  padding: 50px;
  background: #EBF2F2;
  border-radius: 40px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.amazon-dual-section .amazon-dual-section-inner .right {
  width: 50%;
  padding: 50px;
  background: #EBF2F2;
  border-radius: 40px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.amazon-dual-section .amazon-dual-section-inner .left hr, .amazon-dual-section .amazon-dual-section-inner .right hr {
  width: 50%;
  margin: 15px auto; }

.amazon-bookpal-difference {
  max-width: 1200px;
  margin: auto;
  padding: 30px; }

.amazon-bookpal-difference .amazon-bookpal-difference-inner {
  display: flex; }

.amazon-bookpal-difference .amazon-bookpal-difference-inner .left {
  width: 50%; }

.amazon-bookpal-difference .amazon-bookpal-difference-inner .left a.amazon-btn {
  padding: 15px 25px;
  background: #D93E25;
  border-radius: 15px;
  color: #fff;
  margin-top: 10px;
  display: inline-block; }

.amazon-bookpal-difference .amazon-bookpal-difference-inner .right {
  width: 50%; }

.halo-middleHeader .container .middleHeader-item .items.item--account .item--account--link img {
  width: 30px;
  height: 30px; }

.halo-middleHeader .container .middleHeader-item .items.item--cart.halo-cart a div img {
  width: 40px;
  margin-left: 10px;
  vertical-align: super; }

.halo-middleHeader .container .middleHeader-item .item--cart.halo-cart .cartDesktop .countPill.cart-quantity, .halo-middleHeader .container .middleHeader-item .item--cart.halo-cart .cartMobile .countPill.cart-quantity {
  right: 0px;
  top: 19px; }

.navPages-list .navPages-item > .navPages-action .text {
  font-size: 17px; }

.page-type-default [data-content-region=home_below_carousel] .review-collections-section .two-item-child .image-collection.collection--left .collection-content .content--button a {
  color: #408b96; }

.owl-awards.for-about-us .owl-awards-tab-design, .owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar, .owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button {
  background: #fff; }

.owl-awards.for-about-us .owl-awards-tab-design h1 {
  margin-bottom: 40px; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button.tabs_button_active {
  background: #D93E25; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button.tabs_button_active .front h2, .owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button.tabs_button_active .front p {
  color: #fff;
  font-weight: normal; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button {
  border: 1px solid #dddada; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button .front h2 {
  color: #D93E25;
  font-size: 100px; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button .front p {
  color: #D93E25;
  font-size: 18px !important;
  font-family: 'Lora'; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item {
  width: 100%;
  margin-right: 0px;
  padding: 40px;
  border: 1px solid #dddada;
  border-top: none;
  display: flex;
  flex-direction: row; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item .text {
  width: 50%;
  padding: 20px; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item .image {
  width: 50%;
  padding: 20px;
  text-align: center; }

.owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item .image img {
  max-width: 100%; }

.neilson {
  padding: 50px;
  background: #F9F2ED;
  text-align: center; }

.download-res {
  text-align: center;
  margin-top: 60px; }

.two-image-section {
  display: flex;
  max-width: 1400px;
  margin: auto;
  min-height: 48vh;
  margin-top: 50px; }

.two-image-section .image-left {
  width: 50%;
  margin-right: 20px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 20px; }

.two-image-section .image-left:after, .two-image-section .image-right:after {
  content: '';
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  height: 100%;
  border-radius: 20px; }

.two-image-section .image-left .content--button a, .two-image-section .image-right .content--button a {
  padding: 10px 20px;
  background: #F9F2ED;
  z-index: 9; }

.two-image-section .image-right {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 20px; }

.page-type-blog .halo-blog {
  display: block; }

.page-type-blog .halo-blog .first-post-outer {
  padding: 40px 0;
  border-top: 1px solid #575757;
  margin-top: 50px; }

.page-type-blog .halo-blog .first-post-outer .first-post {
  display: flex;
  background: #EBF2F2;
  align-items: center; }

.page-type-blog .halo-blog .halo-blog-item:nth-child(even) {
  margin-right: 20px; }

.page-type-blog .halo-blog .halo-blog-item {
  width: 47% !important;
  margin: 11px; }

.page-type-blog .halo-blog .halo-blog-item .blog-image img {
  object-fit: cover; }

.page-type-blog .halo-blog .first-post-outer .first-post .image {
  width: 50%; }

.page-type-blog .halo-blog .first-post-outer .first-post .image img {
  width: 100%; }

.page-type-blog .halo-blog .first-post-outer .first-post .text {
  width: 50%;
  display: flex;
  padding: 20px 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.page-type-blog .halo-blog .first-post-outer .first-post .text p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center; }

.page-type-blog .halo-blog .first-post-outer .first-post .text p a {
  color: #000;
  text-decoration: underline; }

.page-type-blog .halo-blog .first-post-outer .first-post .text p.title {
  font-family: 'lora';
  font-size: 24px; }

.page-type-blog .halo-blog .halo-blog-item .blog-title {
  font-family: 'lora'; }

.page-type-default .halo-marketing-banners .halo-banners .halo-image-collection .item .item-child.two-item-child .image-collection .content-wrapper .refresh--button {
  width: 25px; }

.page-type-default [data-content-region="home_below_carousel"] .home-banner-slide .home-banner-content .home-banner-action {
  border-radius: 15px !important; }

.page-type-page h1, .page-type-page h2, .page-type-page h3, .page-type-page h4, .page-type-page h5, .page-type-page h6 {
  font-family: 'Lora';
  font-weight: 400; }

.page-type-page h1 {
  font-size: 40px; }

.page-type-page h3 {
  font-size: 20px; }

.halo-blog .halo-blog-item .blog-body > a:after {
  display: none; }

.helpful-links-head {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -30px; }

.needs .text .more-info {
  text-decoration: underline;
  font-weight: 600;
  color: #D93E25; }

.halo-blog {
  display: flex;
  flex-wrap: wrap; }

.halo-blog .halo-blog-item {
  width: 50% !important; }

.page-blog .page-header {
  text-align: center; }

.page-blog .pagination-item.pagination-item--current .pagination-link {
  background-color: #D93E25;
  border: 1px solid #f7f7f7;
  color: #fff;
  border-radius: 5px; }

.page-blog .pagination-item.pagination-item--next .pagination-link, .pagination-item.pagination-item--previous .pagination-link {
  width: 100% !important; }

.page-blog .pagination-item.pagination-item--next .pagination-link:hover, .pagination-item.pagination-item--previous .pagination-link:hover {
  color: #fff; }

.page-blog .pagination-item .pagination-link {
  border: 0.2px solid #e2e2e2; }

.page-blog .sidebarBlock .listItem {
  display: flex; }

.page-blog .sidebarBlock .listItem .listItem-figure {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px; }

.page-blog .sidebarBlock .listItem .listItem-body {
  width: 50%;
  padding: 0 0 0 15px; }

.page-blog .sidebarBlock .listItem .listItem-body .listItem-details .listItem-title {
  font-size: 17px; }

.page-blog .sidebarBlock .listItem .listItem-body .listItem-actions a.button {
  display: none; }

.page-blog .sidebarBlock .listItem .listItem-body .listItem-actions .listItem-price .price-section.price-section--withoutTax span.price.price--withoutTax {
  font-size: 20px;
  color: #D93E25; }

body.page-type-blog .page-sidebar, body.page-type-blog_post .page-sidebar {
  width: 300px; }

body.page-type-blog .page-sidebar .sidebarBlock, body.page-type-blog_post .page-sidebar .sidebarBlock {
  padding: 20px;
  border: 0.2px solid #dfd9d9;
  border-radius: 5px; }

body.page-type-blog .page-sidebar .sidebarBlock .sidebarBlock-heading, body.page-type-blog_post .page-sidebar .sidebarBlock .sidebarBlock-heading {
  border-bottom: 1px solid #575757;
  padding-bottom: 10px; }

body.page-type-blog .page-sidebar .sidebarBlock button.view-all, body.page-type-blog_post .page-sidebar .sidebarBlock button.view-all {
  width: 100%; }

body.page-type-blog .page-sidebar .sidebarBlock button.view-all a, body.page-type-blog_post .page-sidebar .sidebarBlock button.view-all a {
  width: 70%;
  display: block;
  margin: auto;
  background: #D93E25;
  color: #fff;
  padding: 10px 20px; }

li {
  font-size: 14px;
  line-height: 20px; }

.halo-image-collection {
  padding: 20px 15px 10px; }

.video-block-right.ts, .video-block-left.ts {
  padding: 30px 60px !important; }

span.subtitle.\31  {
  border-right: none !important; }

.breadcrumb-wrapper {
  background: transparent;
  padding: 5px 0 10px 0; }

.outer {
  background: #f9f2ed;
  padding: 44px 34px 8px; }

.outer1 {
  background: #f9f2ed;
  padding: 0;
  width: 100%;
  float: right; }

.breadcrumb {
  font-size: 16px !important; }

.page-full-width .container {
  padding-top: 20px;
  padding-bottom: 20px; }

form.shogun-form-box {
  max-width: 600px;
  margin: 0 auto; }

#s-ad9a6cbc-f659-43f3-9b9e-a52135d265e9 .shogun-form-text-input-field, #s-f0ec274f-f676-43a9-9599-f11d0b398502 .shogun-form-text-input-field, #s-cb97a613-bef0-4985-bb01-0c657d8612f9 .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
  font-family: Open Sans;
  font-weight: 300;
  line-height: 3.5em;
  letter-spacing: 0px; }

#s-05b8bc2b-c573-433b-83c2-0af50f5882e2 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight: 600;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.25px;
  padding-top: 7px;
  padding-bottom: 7px; }

#s-05b8bc2b-c573-433b-83c2-0af50f5882e2 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  color: #ec0b0b; }

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between; }

.shogun-form-text-input-field {
  width: 100%; }

#s-514a2d52-3fd9-4e01-8255-a5453ed0e22a {
  display: inline-block;
  width: auto; }

#s-514a2d52-3fd9-4e01-8255-a5453ed0e22a {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
  border-radius: 2px;
  color: #fff;
  background-color: #d93e25;
  text-align: center;
  cursor: pointer;
  background-image: none;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 18px; }

.shg-btn-wrapper.shg-align-center {
  text-align: center; }

#s-05b8bc2b-c573-433b-83c2-0af50f5882e2 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  color: #408b96;
  font-family: Open Sans; }

.page-header.t {
  padding: 31px 35px; }

body.page-type-page.page-full-width p, body.page-type-page.page-full-width.hasAdminBar#home2_bottom_banners .halo-image-collection > .item .image-collection .subtitle {
  font-size: 16px !important;
  line-height: 20px !important; }

.inner {
  padding: 10px; }

body.page-type-page.page-full-width#home2_bottom_banners .halo-image-collection > .item .image-collection .title {
  font-size: 25px !important;
  font-weight: 400 !important; }

#home2_bottom_banners .halo-image-collection > .item .image-collection .button {
  box-shadow: inherit;
  border: 1px solid !important;
  border-radius: 0px !important; }

#home2_bottom_banners .halo-image-collection > .item .image-collection .title {
  margin-top: 10px !important; }

.halo-fullwidth-banner {
  background: transparent !important; }

.halo-fullwidth-banner .video-block-content .title, .halo-fullwidth-banner .video-block-content .desc {
  color: black !important; }

.halo-fullwidth-banner .video-block-content .subtitle {
  text-transform: none !important; }

.halo-fullwidth-banner .video-block-content .button {
  min-width: 165px;
  border: 1px solid #D93E25;
  background: #D93E25;
  color: white; }

.button {
  border-radius: 0px !important; }

/*--------- TAB CSS----------*/
.tab {
  float: left;
  border: 1px solid #ccc;
  z-index: 1;
  width: 20%;
  position: relative;
  border-bottom: none; }

.tab button {
  display: block;
  background-color: inherit;
  color: #474b5e;
  padding: 13px;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: .3s;
  font-size: 14.11px;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #d1d1d1 !important; }

.tab button img {
  filter: grayscale(100%);
  width: 30px;
  vertical-align: middle;
  margin-right: 10px; }

.tab button:hover > img {
  -webkit-filter: grayscale(0);
  filter: none; }

.tab button img:hover {
  -webkit-filter: grayscale(0);
  filter: none; }

.tab button.active > img {
  -webkit-filter: grayscale(0);
  filter: none; }

.tab .active:after {
  content: "";
  position: absolute;
  right: 7.5%;
  margin-top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #474b5e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.tabcontent {
  float: left;
  padding: 32px 38px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height: 328.2px; }

.tabtext {
  position: absolute;
  max-width: 800px;
  text-align: justify;
  padding-left: 0px; }

.text-tab {
  width: 65%;
  float: left;
  padding: 35px 40px; }

.t-logo {
  width: 35%;
  float: left; }

.text-tab p {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 16px; }

img.tab-logo {
  margin-top: 0px !important;
  margin-right: 30px; }

span.blankspace {
  visibility: hidden; }

.text-tab p strong {
  font-weight: 400;
  font-size: 28px; }

.shogun-image-container.image1 {
  max-width: 60%;
  margin: auto; }

.expectations {
  max-width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  /* font-size: 20px; */
  padding: 60px;
  border-radius: 20px; }

body.page-type-page.page-full-width .expectations p {
  font-size: 16px !important; }

.expectations .expectations-inner {
  display: flex; }

.expectations .expectations-inner .item {
  background: #EBF2F2;
  padding: 35px 20px 35px 20px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 10px; }

.expectations .expectations-inner .item .heading h1 {
  color: #408B96; }

.expectations .expectations-inner .item .content p:first-of-type {
  font-weight: bold; }

.shipping-logistics .col.top {
  display: flex;
  align-items: center; }

.shipping-logistics .col.options {
  background: #EBF2F2;
  padding: 20px;
  border-radius: 10px; }

.shipping-logistics .col.options .item {
  display: flex;
  justify-content: space-between;
  width: 65%;
  border-bottom: 1px solid;
  margin: auto;
  margin-top: 30px; }

.new-tab-design {
  padding: 20px 120px;
  max-width: 1600px;
  margin: auto; }

.new-tab-design .tabs {
  display: flex;
  border: 1px solid #009879;
  border-left: 0px;
  border-bottom: 1px solid #ccc; }

.new-tab-design .tabs .sidebar {
  width: 300px;
  flex-shrink: 0;
  background: #eeeeee; }

.new-tab-design .tabs .sidebar .tabs_button {
  width: 100%;
  display: block;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-right: 1px solid #009879;
  border-left: 1px solid #ccc;
  font-family: 'Lora'; }

.new-tab-design .tabs .sidebar .tabs_button .icons {
  display: flex;
  align-items: center; }

.new-tab-design .tabs .sidebar .tabs_button .icons img {
  width: 40px;
  margin-right: 10px;
  height: 40px; }

.new-tab-design .tabs .sidebar .tabs_button.tabs_button_active {
  font-weight: bold;
  border-right: 0px solid #009879;
  color: #000;
  border-bottom: 1px solid #009879;
  border-top: 1px solid #009879;
  border-left: 1px solid #009879;
  position: relative;
  background: #fff; }

.new-tab-design .tabs .sidebar .tabs_button.tabs_button_active:first-child {
  border-top: 0; }

.new-tab-design .tabs .sidebar .tabs_button.tabs_button_active:after {
  content: '\005E';
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  bottom: 24px; }

.new-tab-design.auth-ser .tabs .sidebar .tabs_button.tabs_button_active:after {
  bottom: 16px; }

.new-tab-design .tabs .sidebar .tabs_button {
  background: #fff; }

.new-tab-design .tabs .tabs_content {
  padding: 20px;
  display: none;
  border-bottom: 1px solid #009879;
  width: 100%; }

.new-tab-design .tabs .sidebar .tabs_button:last-child {
  border-bottom: 0px; }

.new-tab-design .tabs .sidebar .tabs_button.tabs_button_active:last-child {
  border-bottom: 1px solid #009897; }

.new-tab-design .tabs .tabs_content .tabs_content-outer {
  display: flex;
  align-items: center;
  height: 100%; }

.new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner {
  display: flex;
  align-items: center; }

.new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .image {
  width: 40%;
  text-align: center; }

.new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .text {
  width: 50%;
  padding-left: 20px; }

.new-tab-design .tabs .tabs_content a.button-new {
  background: #D93E25;
  padding: 10px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 220px;
  border-radius: 15px; }

.new-tab-design .tabs .tabs_content.tabs_content_active {
  display: block; }

.helpful-links {
  display: flex;
  padding: 70px 120px;
  max-width: 1600px;
  margin: auto;
  justify-content: space-between; }

.helpful-links .item {
  display: flex;
  flex-direction: column;
  width: 27%;
  justify-content: space-between;
  margin-right: 10px;
  padding: 20px;
  border-radius: 20px;
  position: relative; }

.helpful-links .item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  background: #c9c9c9;
  right: -58px;
  top: 55%; }

.helpful-links .item:last-child:after {
  display: none; }

.helpful-links .item .image {
  margin-bottom: 20px; }

.helpful-links .item .image + h2 {
  font-weight: 500; }

.helpful-links .item .button-new2 {
  color: #d93e25;
  padding: 12px;
  border: 1px solid #d93e25;
  font-weight: bold;
  transition: .5s; }

.helpful-links .item .button-new2:hover {
  background: #d93e25;
  color: #fff !important; }

.helpful-links .item:last-child {
  margin-right: 0px; }

.needs {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  margin-bottom: 50px; }

.needs .image {
  width: 50%; }

.needs .text {
  width: 50%;
  padding: 20px; }

.needs .text .bulk-ebooks {
  font-size: 25px;
  font-family: 'Lora';
  /* border-bottom: 1px solid; */
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px; }

.needs .text .bulk-ebooks:after {
  content: '';
  width: 167px;
  height: 1px;
  background: #E1D2C8;
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 3px; }

.needs .text h2 {
  font-size: 24px;
  margin-bottom: 30px; }

.needs .text p:last-child {
  margin-top: 40px; }

.needs .text .button-new {
  background: #D93E25;
  padding: 14px 60px;
  color: #fff;
  border-radius: 15px; }

.solutions-main {
  display: flex;
  align-items: center;
  background: #F9F2ED; }

.solutions-main .left {
  width: 50%;
  padding: 80px; }

.solutions-main .right {
  width: 50%; }

.breadcrumb-wrapper-layout-2 {
  background: #f9f2ed;
  padding-left: 10px;
  padding-left: 70px;
  position: absolute;
  z-index: 1;
  padding-top: 10px; }

.solutions-spotlight {
  display: flex;
  padding: 20px 120px;
  margin-top: 30px;
  margin-bottom: 20px; }

.solutions-spotlight .item {
  width: 33.33%;
  margin-right: 20px; }

.solutions-spotlight .item:last-child {
  margin-right: 0px; }

.solutions-spotlight .item img {
  border-radius: 20px;
  transition: .5s; }

.solutions-spotlight .item img:hover {
  transform: scale(1.05); }

.solutions-spotlight .item a.lower {
  width: 100%;
  display: block;
  /* margin: auto; */
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  color: #000; }

.return-policy-image {
  width: 10%; }

.return-policy-outer {
  display: flex;
  align-items: center;
  justify-content: center; }

.terms-and-conditions-image {
  display: flex;
  align-items: center; }

.request-quote-footer {
  max-width: 1000px;
  margin: auto;
  display: flex;
  margin-top: 40px !important;
  margin-bottom: 60px !important;
  padding: 0px 20px; }

.request-quote-footer .item {
  width: 50%;
  padding: 40px;
  margin-right: 35px;
  border-radius: 20px;
  background: #E2F0F3;
  box-shadow: 5px 5px 10px #9c9797;
  transition: .5s;
  text-align: center; }

.request-quote-footer .item h2 {
  margin-top: 15px;
  margin-bottom: 5px; }

.request-quote-footer .item h4 {
  font-weight: normal;
  font-size: 17px; }

.request-quote-footer .item:hover {
  transform: scale(1.03);
  box-shadow: none; }

.bookpal-promotions-page, .authorconnect-page, .school-sponsorship-program-main {
  padding-left: 80px;
  padding-right: 80px; }

.bookpal-promotions-page .top-section, .authorconnect-page .top-section, .school-sponsorship-program-main .top-section {
  display: flex;
  align-items: center;
  background: #E2F0F3;
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px; }

.bookpal-promotions-page .top-section .text, .authorconnect-page .top-section .text, .school-sponsorship-program-main .top-section .text {
  padding-right: 20px; }

.school-sponsorship-program-main .top-section .text, .school-sponsorship-program-main .top-section .image {
  width: 50%; }

.bookpal-promotions-page .bottom-section, .authorconnect-page .bottom-section {
  background: #F9F2ED;
  border-radius: 20px;
  padding: 40px;
  margin-top: 60px; }

.about-us-page .top-section {
  background: #F9F2ED;
  text-align: center;
  padding-top: 100px; }

.about-us-page .top-section .text {
  padding-bottom: 80px; }

.about-us-page .our-story {
  max-width: 1600px;
  margin: auto;
  text-align: center;
  padding: 50px 20px; }

.about-us-page .review-section {
  display: flex;
  max-width: 1500px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px; }

.ordering-page .bottom-section .item {
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: baseline;
  padding-bottom: 15px; }

.about-us-page .review-section .image {
  width: 50%; }

.about-us-page .review-section .text {
  width: 50%;
  background: #F9F2ED;
  border-radius: 50px;
  padding: 50px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.about-us-page .review-section .text h2 {
  font-size: 30px; }

.about-us-page .where-we-began-section {
  background: #E2F0F3;
  padding: 50px 120px 20px 120px;
  margin-top: 50px; }

.about-us-page .where-we-began-section .inner-about .item {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 15px; }

.about-us-page .where-we-began-section .inner-about .item:before {
  content: '';
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/star-and-line-2.jpg);
  width: 30px;
  display: inline-block;
  background-size: cover;
  height: 160px;
  mix-blend-mode: darken; }

.about-us-page .where-we-began-section .inner-about {
  max-width: 1600px;
  margin: auto; }

.about-us-page .where-we-began-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px; }

.about-us-page .where-we-began-section .inner-about .item .text {
  width: 70%;
  padding-right: 20px; }

.about-us-page .where-we-began-section .inner-about .item .image {
  width: 30%;
  text-align: center; }

.ordering-page .bottom-section .image {
  width: 25%; }

.ordering-page .bottom-section .text {
  width: 75%; }

.about-us-page .our-values {
  padding: 80px;
  box-sizing: border-box; }

.about-us-page .our-values .inner-new {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.about-us-page .our-values .inner-new .item {
  width: 33%;
  padding: 0% 4%;
  border-right: 1px solid #C5C5C5;
  /* border-right: 10px solid #000;  */
  /* border-block-start: 10px solid; */
  /* padding-block-start: 10px;
    border-image-source: url(Untitled\ design\ \(7\).png);
border-image-slice: 10;
border-image-repeat: repeat;
    margin-bottom: 80px; */
  margin-bottom: 60px; }

.about-us-page .our-values .inner-new {
  max-width: 1600px;
  margin: auto; }

.about-us-page .our-values .inner-new .item h2 {
  color: #408B96; }

.about-us-page .our-values .inner-new .item h2:first-letter {
  font-size: 238px; }

.our-team-page .section-author-and-book {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.our-team-page .section-author-and-book .team-item {
  width: 21%;
  /* height: 500px; */
  position: relative;
  text-align: center;
  background: #F9F2ED;
  transition: 2s;
  margin: 20px;
  cursor: pointer;
  opacity: 1;
  transition: .5s;
  margin-bottom: 20px;
  border-radius: 20px; }

.our-team-page .top {
  padding: 20px 0 20px 0; }

.our-team-page .section-author-and-book .team-item .front .image {
  margin-bottom: 20px; }

.our-team-page .section-author-and-book .team-item .front .image img {
  border-radius: 20px 20px 0px 0px; }

.our-team-page .section-author-and-book .team-item .front img {
  width: 100%; }

.our-team-page .section-author-and-book .back {
  display: none;
  position: relative;
  padding: 20px; }

.our-team-page .section-author-and-book .back .text {
  margin-top: 20px; }

.owl-awards .section-top {
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/owl-awards.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 100px 100px 130px;
  position: relative; }

.owl-awards .section-top .text h1 {
  font-size: 48px; }

.owl-awards .about-awards {
  position: relative; }

.owl-awards .about-awards .award-left {
  position: absolute;
  top: -371px;
  left: 0px;
  width: 284px; }

.owl-awards .about-awards .award-right {
  position: absolute;
  right: 0;
  width: 232px;
  top: -258px; }

.owl-awards .about-awards .inner-about-awards {
  max-width: 700px;
  margin: auto;
  text-align: center; }

.owl-awards .about-awards .inner-about-awards .about h1 {
  margin-top: 40px; }

.owl-awards .about-awards .inner-about-awards .view-winners-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D93E25;
  padding: 20px; }

.owl-awards .about-awards .inner-about-awards .view-winners-blog h2 {
  margin-bottom: 0px; }

.owl-awards .about-awards .inner-about-awards .view-winners-blog a {
  padding: 10px 20px 10px 20px;
  margin-left: 10px;
  background: #D93E25;
  border: none;
  text-decoration: none;
  color: #fff;
  border-radius: 15px; }

.owl-awards .images {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 50px 0; }

.owl-awards .images img {
  margin-right: 20px;
  margin-bottom: 20px; }

.owl-awards .images img:last-child {
  margin-right: 0; }

.owl-awards .how-owl-awards-work {
  padding: 50px 0 0px 0;
  background: #F9F2ED; }

.owl-awards .how-owl-awards-work .inner-how-owl-awards-work {
  display: flex;
  padding: 20px;
  justify-content: center; }

.owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item {
  width: 25%;
  padding: 50px;
  position: relative; }

.owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item:last-child:after {
  display: none; }

.owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item .content {
  padding-top: 15px; }

.owl-awards .award-category-and-criteria .above {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding-bottom: 20px; }

.owl-awards .award-category-and-criteria {
  padding: 40px 0 40px 0px; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; }

img {
  max-width: 100%; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item {
  padding: 20px;
  border: 1px solid #000;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #408B96; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item .text {
  margin-top: 20px; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item .text h2 {
  margin-bottom: 30px;
  position: relative; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item .text h2:after {
  content: '';
  width: 77px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #408B96;
  left: 42%;
  bottom: -16px; }

.owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item ul {
  list-style-type: none;
  padding-left: 0; }

/* .owl-awards .about-awards:before{
            content: '';
            background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/owl-2022-left.png);
            background-size: contain;
    width: 500px;
    display: inline-block;
    height: 500px;
    background-repeat: no-repeat;

    position: absolute;
        }
        .owl-awards .about-awards:after{
            content: '';
            background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/owl-2022-right.png);
            background-size: contain;
    width: 500px;
    display: inline-block;
    height: 500px;
    background-repeat: no-repeat;
    position: absolute;
        } */
.owl-awards .owl-awards-tab-design {
  padding: 20px;
  background: #F9F2ED; }

.owl-awards .owl-awards-tab-design .tabs {
  display: flex;
  /* border: 1px solid #ccc; */
  flex-direction: column; }

.owl-awards .owl-awards-tab-design .tabs .sidebar {
  /* width: 225px; */
  flex-shrink: 0;
  background: #eeeeee;
  display: flex;
  flex-wrap: nowrap; }

.owl-awards .owl-awards-tab-design .tabs .sidebar .tabs_button {
  width: 100%;
  display: block;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc; }

.owl-awards .owl-awards-tab-design .sidebar .tabs_button.tabs_button_active {
  font-weight: bold;
  border-bottom: 2px solid #D93E25;
  background: #ddd; }

.owl-awards .owl-awards-tab-design .tabs .sidebar .tabs_button {
  background: #F9F2ED; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content {
  /* padding: 20px; */
  display: none; }

.owl-awards .owl-awards-tab-design .category-layout {
  max-width: 1600px;
  margin: auto; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item h3:last-of-type {
  margin-bottom: 0px; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item img {
  max-width: 220px; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category h2 {
  text-align: center;
  margin-top: 20px; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner h3 {
  margin-top: 15px; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner h3, .owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner p {
  text-align: center;
  font-size: 16px; }

.owl-awards .owl-awards-tab-design .tabs .tabs_content.tabs_content_active {
  display: block; }

.all-solutions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 80px; */
  max-width: 1600px;
  margin: auto; }

.all-solutions .single-solution {
  margin-right: 30px;
  margin-bottom: 40px;
  transition: .5s;
  box-shadow: 4px 4px 8px #b0abab;
  width: 24%; }

.all-solutions .single-solution:hover {
  transform: scale(1.05);
  box-shadow: none; }

.all-solutions .single-solution h2 {
  text-align: center;
  margin-top: 25px; }

.help-finding-a-page {
  display: flex;
  align-items: center; }

.help-finding-a-page .text {
  padding: 20px; }

.ordering-page .middle-section {
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.ordering-page .middle-section .item {
  width: 32%;
  padding: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: white; }

.ordering-page .middle-section .item a {
  padding: 10px 20px 10px 20px;
  background: #f16547;
  color: #fff;
  border-radius: 15px; }

.ordering-page .bottom-section {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px; }

.ordering-page .contact {
  padding: 40px;
  background: #408B96;
  /* color: #fff; */
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px; }

.ordering-page .contact h2 {
  color: #fff;
  margin-bottom: 30px; }

.ordering-page .contact a {
  padding: 10px 20px 10px 20px;
  background: #D93E25;
  color: #fff;
  border-radius: 15px; }

.book-formats-page .formats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }

.book-formats-page .formats .item {
  width: 23%;
  padding: 20px;
  background: #E2F0F3;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 4px #a79e9e;
  transition: .5s; }

.book-formats-page .formats .item:hover {
  transform: scale(1.05);
  box-shadow: none; }

.book-formats-page .formats .item h2 {
  text-align: center; }

.class-set-books-type-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 20px 0px 20px; }

.class-set-books-type-top.newsletter {
  padding: 150px 20px 0 20px; }

.class-set-books-type-top.newsletter .image {
  padding-top: 174px; }

.class-set-books-type-top .text {
  text-align: justify;
  max-width: 800px;
  margin: auto; }

.class-set-books-type-top .text h1 {
  color: #D93E25;
  text-align: center;
  text-shadow: 3px 2px 2px #fff;
  font-size: 32px; }

.class-set-books-type-top .text p {
  font-size: 16px !important;
  font-weight: 600; }

.class-set-books-type-top .image {
  text-align: center;
  padding-top: 100px; }

.brand-new-guarantee {
  background: #EBF2F2; }

.purchase-count-section {
  background: #EEE; }

.brand-new-guarantee .brand-new-guarantee-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px; }

.purchase-count-section .purchase-count-section-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px; }

.brand-new-guarantee .brand-new-guarantee-inner .text, .purchase-count-section .purchase-count-section-inner .text {
  text-align: center; }

.online-ordering-section {
  background: #EBF2F2;
  padding: 50px 0; }

.online-ordering-section .online-ordering-section-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center; }

.online-ordering-section .online-ordering-section-inner .schools-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.online-ordering-section .online-ordering-section-inner .schools-inner .item {
  margin-right: 40px;
  box-shadow: 5px 5px 5px #a39696;
  margin-bottom: 30px; }

.online-ordering-section .online-ordering-section-inner .schools-inner .item .image {
  margin-bottom: 30px !important; }

.bookpal-as-personal-advisor {
  background: #EBF2F2; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .benefits {
  display: flex;
  justify-content: space-between;
  padding: 50px 0; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .benefits .item button {
  padding: 10px 20px;
  background: #D93E25;
  color: #fff;
  border-radius: 15px; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner {
  display: flex;
  align-items: center; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner .text {
  width: 50%;
  padding: 20px; }

.bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner .image {
  width: 50%; }

.guide-to-group-sales-coming-soon .outer-info {
  background: #E2F0F3; }

.guide-to-group-sales-coming-soon .outer-info .inner-info {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto; }

.guide-to-group-sales-coming-soon .outer-info .inner-info .text {
  width: 70%; }

.guide-to-group-sales-coming-soon .outer-info .inner-info .image {
  width: 30%; }

.guide-to-group-sales-coming-soon .group-sales {
  max-width: 1200px;
  margin: auto; }

.bookpal-contact-info, .authorconnect-chat-lineup {
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px; }

.accordion-collapsible {
  border: 1px solid #000;
  transition: .5s;
  padding: 0 10px;
  margin-bottom: 10px; }

.accordion-collapsible:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35); }

.accordion-collapsible .collapsible-header {
  padding: 20px 0;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  font-family: 'Lora'; }

.accordion-collapsible .collapsible-header:after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 17px; }

.accordion-collapsible .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: .5s;
  opacity: 0; }

.accordion-collapsible .collapsible-content a {
  margin: 20px 0;
  display: inline-block;
  padding: 10px 20px;
  background: #F26243;
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
  border-radius: 15px; }

.accordion-collapsible.collapisble-open .collapsible-content {
  max-height: 175vh;
  opacity: 1; }

.accordion-collapsible.collapisble-open .collapsible-header:after {
  content: '-'; }

.bookpal-contact-info .bookpal-contact-info-top {
  margin-bottom: 30px; }

.bookpal-contact-info .bookpal-contact-info-top .inner-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.bookpal-contact-info .bookpal-contact-info-top .inner-info .item {
  padding: 30px;
  background: #E2F0F3;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #a29a9a;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: .5s; }

.bookpal-contact-info .bookpal-contact-info-top .inner-info .item:hover {
  transform: scale(1.05); }

.authorconnect-chat-lineup .authors {
  display: flex;
  padding-bottom: 30px; }

.authorconnect-chat-lineup .authors .image {
  width: 35%; }

.authorconnect-chat-lineup .authors .text {
  width: 75%;
  padding: 0 20px; }

.bookpal-thank-you {
  max-width: 1200px;
  margin: auto;
  padding: 20px; }

.bookpal-thank-you .bookpal-thank-you-inner .bottom {
  display: flex; }

.bookpal-thank-you .bookpal-thank-you-inner .bottom .item {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center; }

.bookpal-thank-you .bookpal-thank-you-inner .bottom .item img {
  border-radius: 20px;
  transition: .5s; }

.bookpal-thank-you .bookpal-thank-you-inner .bottom .item img:hover {
  transform: scale(1.05); }

.bookpal-thank-you .bookpal-thank-you-inner .bottom .item h3 {
  margin-top: 20px; }

.worldwide-fullfilment-options {
  max-width: 1400px;
  margin: auto;
  padding: 30px; }

.worldwide-fullfilment-options .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.worldwide-fullfilment-options .options .item {
  margin-right: 20px;
  margin-bottom: 20px;
  /* text-align: center; */
  background: #EBF2F2;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #000;
  transition: .5s; }

.worldwide-fullfilment-options .options .item:hover {
  transform: scale(1.05);
  box-shadow: none; }

.worldwide-fullfilment-options .options .item h4 {
  font-size: 16px;
  color: #408B96; }

.customize-order-section {
  background: #F9F2ED;
  padding: 40px;
  text-align: center; }

.customize-order-section .customize-order-inner {
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.customize-order-section .customize-order-inner .item {
  width: 25%;
  margin-right: 40px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #9c9090; }

.customize-order-section .customize-order-inner .item .text h3 {
  font-size: 16px;
  padding: 10px 10px; }

.customize-order-section {
  background: #F9F2ED;
  padding: 40px;
  text-align: center;
  margin-top: 30px; }

.customize-order-section .customize-order-inner {
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.customize-order-section .customize-order-inner .item {
  width: 25%;
  margin-right: 40px;
  margin-bottom: 40px; }

.customize-order-section .customize-order-inner .item .text {
  margin-top: 20px; }

.customize-order-section .customize-order-inner .item .text h3 {
  font-size: 16px;
  padding: 10px 10px; }

.recieve-order-time {
  background: #F9F2ED;
  padding: 20px; }

.recieve-order-time .recieve-order-time-inner {
  max-width: 1200px;
  margin: auto; }

.customization-faq {
  max-width: 1200px;
  margin: auto;
  padding: 40px; }

.customization-faq h2 {
  text-align: center;
  margin-bottom: 25px; }

.customization-faq .fullfilment-and-services h3, .customization-faq .shipping-and-tracking h3 {
  text-align: center;
  padding: 10px;
  background: #D93E25;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px; }

.customization-faq .collapsible-content {
  padding-bottom: 0px; }

.customization-faq .accordion-collapsible.collapisble-open .collapsible-content {
  padding-bottom: 20px; }

.customization-faq .accordion-collapsible .collapsible-content a {
  margin: 0;
  display: inline;
  padding: 0;
  background: inherit;
  color: #f26243;
  text-decoration: underline; }

.select-your-journal {
  background: #EBF2F2;
  padding: 40px; }

.select-your-journal .select-your-journal-inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.select-your-journal .select-your-journal-inner .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px; }

.select-your-journal .select-your-journal-inner .item .text {
  margin-top: 20px; }

.select-your-journal .select-your-journal-inner .item .text button {
  padding: 10px 20px;
  background: #D93E25;
  color: #fff;
  border-radius: 15px; }

.author-one-sheet-template {
  background: #F9F2ED; }

.author-one-sheet-template .inner-new {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center; }

.author-one-sheet-template .inner-new .image {
  margin-top: 51px;
  padding: 20px; }

.author-one-sheet-template .inner-new .image a img {
  box-shadow: 10px 10px 0px;
  border-radius: 20px; }

.author-one-sheet-template .inner-new .image h3 {
  text-align: center;
  margin-top: 20px; }

.author-one-sheet-template .inner-new .image h4 {
  text-align: center; }

.author-one-sheet-template .inner-new .image a.btn {
  padding: 10px 20px;
  background: #f16547;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 15px; }

.connect-with-us {
  background: #408B96;
  color: #fff;
  padding: 40px; }

.connect-with-us .connect-with-us-inner {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  text-align: center; }

.connect-with-us .connect-with-us-inner .buttons-connect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.connect-with-us .connect-with-us-inner .buttons-connect div {
  padding: 10px 20px;
  background: #D93E25;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px; }

.connect-with-us .connect-with-us-inner .buttons-connect div a {
  color: #fff; }

.customisation-services .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .image {
  max-width: 260px; }

.customisation-services {
  max-width: 1600px;
  margin: auto; }

.customisation-services-bottom {
  padding: 40px; }

.customisation-services-bottom .auth-work-with {
  text-align: center; }

.customisation-services-bottom .customisation-services-bottom-inner {
  max-width: 1460px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.customisation-services-bottom .customisation-services-bottom-inner .item {
  padding: 20px;
  background: #EBF2F2;
  margin-right: 20px;
  margin-bottom: 20px; }

.customisation-services-bottom .customisation-services-bottom-inner .item .text {
  margin-top: 20px; }

.customisation-services-bottom .customisation-services-bottom-inner .item .text h4 {
  color: #408B96;
  font-size: 18px; }

.customisation-services .new-tab-design .tabs .sidebar .tabs_button.tabs_button_active:after {
  bottom: 17px; }

@media (min-width: 1024px) {
  body.page-type-blog .page-sidebar + .page-content, body.page-type-blog_post .page-sidebar + .page-content {
    width: calc(100% - 300px); }
  .customisation-services-bottom .customisation-services-bottom-inner .item {
    width: 30%; }
  .customisation-services-bottom .customisation-services-bottom-inner .item:last-child {
    margin-right: 0px; }
  .needs .text {
    width: 50%; }
  .about-us-page .our-values .inner-new .item:nth-child(3n) {
    border: none; } }

@media (min-width: 1200px) {
  .helpful-links .item {
    width: 27%; }
  .owl-awards .images img {
    width: 16.66%; }
  .select-your-journal .select-your-journal-inner .item {
    width: 25%; }
  .worldwide-fullfilment-options .options .item {
    width: 23%; }
  .bookpal-contact-info .bookpal-contact-info-top .inner-info .item {
    width: 23%; }
  .owl-awards .owl-awards-tab-design .tabs .tabs_content .category .category-inner {
    justify-content: space-between; }
  .owl-awards .owl-awards-tab-design {
    padding: 40px 80px 40px 80px; }
  .owl-awards .how-owl-awards-work .inner-how-owl-awards-work {
    display: flex;
    padding: 20px 80px 20px 80px; }
  .about-us-page .where-we-began-section .inner-about .item:before {
    height: 162px; }
  .about-us-page .where-we-began-section .inner-about .item .text {
    padding-left: 40px; }
  .needs .text h2 {
    font-size: 40px; }
  [id="s-e7cfbd6e-3fad-4e65-8bb9-eb25583ad604"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15px); }
  .inner {
    width: 50% !important;
    float: left !important;
    padding: 4px 70px; }
  .inner1 {
    width: 50% !important;
    float: left !important; }
  .page-header.t {
    padding: 85px 95px; }
  span.subtitle {
    border-right: 1px solid #ebebeb; } }

@media (max-width: 1200px) {
  .page-type-blog .halo-blog .halo-blog-item {
    width: 48% !important; }
  .owl-awards .images {
    flex-wrap: wrap; }
  .owl-awards .images img {
    width: 24%; }
  .owl-awards .images img:nth-child(3) {
    margin-right: 0; }
  .select-your-journal .select-your-journal-inner .item {
    width: 33%; }
  .worldwide-fullfilment-options .options .item {
    width: 47%; }
  .bookpal-contact-info .bookpal-contact-info-top .inner-info .item {
    width: 22%; }
  .guide-to-group-sales-coming-soon .outer-info {
    padding: 20px; }
  .book-formats-page .formats .item {
    width: 47%; }
  .about-us-page .where-we-began-section .inner-about .item .text {
    padding-left: 20px; }
  .about-us-page .review-section .text h2 {
    font-size: 24px; }
  .school-sponsorship-program-main .top-section .text {
    width: 100%; }
  .school-sponsorship-program-main .top-section .image {
    display: none; } }

@media (max-width: 1080px) {
  .our-team-page .section-author-and-book .team-item {
    width: 45%; }
  .our-team-page .section-author-and-book .team-item:nth-child(2n) {
    margin-right: 0px; } }

@media (max-width: 1024px) {
  .owl-awards .section-top {
    padding: 100px 20px; }
  .customisation-services-bottom .customisation-services-bottom-inner .item {
    width: 46%; }
  .customize-order-section .customize-order-inner .item {
    width: 44%; }
  .ordering-page .middle-section .item {
    width: 100%;
    margin-right: 0; }
  .owl-awards .how-owl-awards-work .inner-how-owl-awards-work {
    flex-wrap: wrap; }
  .owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item {
    width: 43%;
    padding: 20px; }
  .about-us-page .where-we-began-section {
    padding: 20px 50px 20px 50px; }
  .about-us-page .our-values .inner-new .item:nth-child(2n) {
    border: none; }
  .about-us-page .our-values .inner-new .item {
    width: 50%; }
  .about-us-page .our-values {
    padding: 40px 20px 80px 20px; }
  .bookpal-promotions-page, .authorconnect-page, .school-sponsorship-program-main {
    padding-left: 0px;
    padding-right: 0px; }
  .solutions-spotlight {
    padding: 20px 70px; }
  .solutions-main {
    padding: 20px; }
  .solutions-main .left {
    padding: 20px; }
  .needs {
    padding: 20px; }
  .new-tab-design {
    padding: 20px 70px; }
  .expectations {
    max-width: 100%; }
  .shipping-logistics .col.options .item {
    width: 100%; }
  .helpful-links {
    padding: 70px 20px; }
  .helpful-links .item {
    padding: 20px 10px; }
  .helpful-links .item .button-new2 {
    padding: 5px; }
  .breadcrumb-wrapper-layout-2 {
    padding-left: 30px; } }

@media (max-width: 992px) {
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section {
    max-width: 100%; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .desc-section {
    max-width: 90%; }
  .helpful-links {
    flex-wrap: wrap; }
  .helpful-links .item {
    width: 48%; }
  .helpful-links .item:after {
    display: none; }
  .helpful-links .item:after {
    right: -34px; }
  .select-your-journal .select-your-journal-inner .item {
    width: 50%; }
  .authorconnect-chat-lineup .authors {
    flex-wrap: wrap; }
  .authorconnect-chat-lineup .authors .image {
    width: 100%;
    text-align: center; }
  .authorconnect-chat-lineup .authors .text {
    width: 100%;
    text-align: center;
    padding-top: 20px; }
  .bookpal-contact-info .bookpal-contact-info-top .inner-info .item {
    width: 30%; }
  .bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner {
    flex-wrap: wrap; }
  .bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner .text {
    width: 100%; }
  .bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .bookpal-as-personal-advisor-inner .image {
    width: 100%; }
  .bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .benefits {
    flex-wrap: wrap;
    justify-content: center; }
  .bookpal-as-personal-advisor .bookpal-as-personal-advisor-outer .benefits .item {
    margin-right: 10px;
    margin-bottom: 10px; }
  .about-us-page .review-section .text h2 {
    font-size: 15px; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .image {
    width: 50%; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .text {
    padding-left: 20px; }
  .new-tab-design .tabs .sidebar .tabs_button {
    border-right: 0px solid; }
  .new-tab-design .tabs {
    border-left: 1px solid #009879; }
  .new-tab-design .tabs .sidebar .tabs_button.tabs_button_active:after {
    transform: rotate(180deg); }
  .new-tab-design {
    padding: 20px 0px; }
  .new-tab-design .tabs {
    flex-wrap: wrap; }
  .new-tab-design .tabs .sidebar {
    width: 100%; } }

@media (max-width: 768px) {
  .page-type-product .page-product .product-view-last .bookpal-details-container .right-section .desc-section {
    padding: 50px 0px 0px 0px; }
  .klaviyo-form-new .klaviyo-form-MkYpxT div[data-testid="form-row"] {
    flex-direction: column !important; }
  .klaviyo-form-new .klaviyo-form-MkYpxT div[data-testid="form-row"] div:nth-child(2), .klaviyo-form-new .klaviyo-form-MkYpxT div[data-testid="form-row"] div:nth-child(1) {
    margin-top: 40px; }
  .page-type-product .page-product .product-view-last .bookpal-details-container .bookpal-details-section .right-section .desc-section {
    height: 520px;
    border: none; }
  .amazon-bookpal-difference {
    padding: 50px 20px; }
  .amazon-bookpal-difference-inner {
    flex-wrap: nowrap;
    flex-direction: column; }
  .amazon-bookpal-difference-inner .left, .amazon-bookpal-difference-inner .right {
    width: 100% !important; }
  .amazon-dual-section .amazon-dual-section-inner {
    flex-wrap: wrap; }
  .amazon-dual-section .amazon-dual-section-inner .left {
    width: 100%;
    margin-right: 0px;
    padding: 50px 10px 50px 10px; }
  .amazon-dual-section .amazon-dual-section-inner .right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    padding: 50px 10px 50px 10px; }
  .owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar, .owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item {
    flex-wrap: wrap; }
  .owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item .text, .owl-awards.for-about-us .owl-awards-tab-design .tabs .tabs_content .category .category-inner .category-inner-item .image {
    width: 100%;
    padding: 0; }
  .owl-awards.for-about-us .owl-awards-tab-design .tabs .sidebar .tabs_button .front h2 {
    font-size: 50px; }
  .two-image-section {
    flex-wrap: wrap; }
  .ordering-page .bottom-section {
    padding: 0px; }
  .ordering-page .bottom-section .image h4 {
    font-size: 16px;
    margin-right: 5px; }
  .two-image-section .image-left, .two-image-section .image-right {
    width: 100%; }
  .two-image-section .image-left {
    margin-right: 0;
    margin-bottom: 20px; }
  .page-type-blog .halo-blog .halo-blog-item {
    width: 100% !important; }
  .page-type-blog .halo-blog .halo-blog-item:nth-child(even) {
    margin-right: 0px; }
  .page-type-blog .halo-blog .first-post-outer .first-post {
    flex-wrap: wrap; }
  .page-type-blog .halo-blog .first-post-outer .first-post .image {
    width: 100%; }
  .page-type-blog .halo-blog .first-post-outer .first-post .text {
    width: 100%;
    padding: 20px; }
  .owl-awards .images img:nth-child(odd) {
    margin-right: 20px; }
  .owl-awards .images {
    flex-wrap: wrap; }
  .owl-awards .images img {
    width: 47%; }
  .owl-awards .images img:nth-child(3) {
    margin-right: 0; }
  .owl-awards .about-awards .inner-about-awards .view-winners-blog h2 {
    margin-bottom: 10px; }
  .owl-awards .section-top .text h1 {
    font-size: 30px; }
  .needs {
    margin-bottom: 0; }
  .new-tab-design .tabs .tabs_content a.button-new {
    margin: auto; }
  .page-type-page h1 {
    font-size: 30px; }
  .halo-blog .halo-blog-item {
    width: 100% !important; }
  .online-ordering-section .online-ordering-section-inner .schools-inner .item {
    margin-right: 0px; }
  .customization-faq {
    padding: 40px 15px; }
  .customisation-services .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner {
    justify-content: center; }
  .customisation-services-bottom {
    padding: 40px 20px; }
  .customisation-services-bottom .customisation-services-bottom-inner .item {
    width: 100%;
    margin-right: 0; }
  .class-set-books-type-top.newsletter {
    padding: 10px 20px 0 20px; }
  .class-set-books-type-top.newsletter .image {
    padding-top: 10px; }
  .select-your-journal .select-your-journal-inner .item {
    width: 100%; }
  .customize-order-section .customize-order-inner .item {
    width: 100%;
    margin-right: 0; }
  .worldwide-fullfilment-options .options .item {
    width: 100%;
    margin-right: 0; }
  .bookpal-thank-you .bookpal-thank-you-inner .bottom {
    flex-wrap: wrap; }
  .bookpal-thank-you .bookpal-thank-you-inner .bottom .item {
    margin-right: 0;
    width: 100%; }
  .bookpal-contact-info .bookpal-contact-info-top .inner-info .item {
    width: 100%;
    margin-right: 0; }
  .guide-to-group-sales-coming-soon .outer-info .inner-info {
    flex-wrap: wrap; }
  .guide-to-group-sales-coming-soon .outer-info .inner-info .text {
    width: 100%; }
  .guide-to-group-sales-coming-soon .outer-info .inner-info .image {
    width: 100%; }
  .class-set-books-type-top {
    padding: 10px 20px 0px 20px; }
  .book-formats-page .formats .item {
    width: 100%;
    margin-right: 0px; }
  .help-finding-a-page {
    flex-wrap: wrap;
    justify-content: center; }
  .help-finding-a-page .image {
    max-width: 50%; }
  .all-solutions .single-solution {
    margin-right: 20px;
    width: 40%; }
  .all-solutions {
    padding-left: 20px;
    padding-right: 20px; }
  .owl-awards .section-top .image {
    display: none; }
  .owl-awards .section-top {
    padding-right: 20px;
    padding-left: 20px; }
  .owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item {
    width: 100%; }
  .owl-awards .images img {
    margin-right: 0; }
  .owl-awards .award-category-and-criteria .inner-award-category-and-criteria .item {
    margin-right: 0; }
  .owl-awards .about-awards .inner-about-awards .view-winners-blog {
    flex-wrap: wrap; }
  .about-us-page .our-values .inner-new .item {
    width: 100%;
    margin-bottom: 10px; }
  .about-us-page .our-values .inner-new .item {
    border: none; }
  .about-us-page .review-section {
    flex-wrap: wrap;
    background: #f9f2ed; }
  .about-us-page .review-section .text {
    width: 100%;
    margin-right: 0px; }
  .about-us-page .review-section .image {
    width: 100%;
    text-align: center; }
  .about-us-page .top-section .text h1 {
    font-size: 20px; }
  .bookpal-promotions-page .bottom-section, .authorconnect-page .bottom-section {
    padding-right: 15px;
    padding-left: 15px; }
  .bookpal-promotions-page .top-section, .authorconnect-page .top-section, .school-sponsorship-program-main .top-section {
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px; }
  .request-quote-footer .item {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0px; }
  .request-quote-footer {
    flex-wrap: wrap; }
  .terms-and-conditions-image {
    flex-wrap: wrap; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner {
    flex-wrap: wrap; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .image {
    width: 100%; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .text {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0px; }
  .solutions-spotlight {
    flex-wrap: wrap;
    padding: 20px; }
  .solutions-spotlight .item {
    width: 100%; }
  .solutions-main {
    padding: 80px 30px; }
  .solutions-main .left {
    width: 100%;
    padding: 0px; }
  .solutions-main .right {
    display: none; }
  .needs {
    flex-wrap: wrap;
    padding: 20px 0px; }
  .needs .image {
    width: 100%; }
  .needs .text {
    width: 100%; }
  .helpful-links .item .button-new2 {
    padding: 12px; }
  .helpful-links {
    padding: 20px 0px;
    flex-wrap: wrap; }
  .helpful-links .item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
    text-align: center; }
  .shipping-logistics .col.options .item {
    flex-wrap: wrap; }
  .expectations .expectations-inner {
    display: flex;
    flex-wrap: wrap; }
  .expectations {
    padding: 0; }
  .expectations .expectations-inner .item {
    margin-right: 0px; }
  .halo-fullwidth-banner .video-block-right {
    height: auto !important;
    overflow: hidden; }
  .tabcontent {
    float: left;
    padding: 24px 17px;
    border: 1px solid #ccc;
    width: 55%;
    border-left: none;
    height: 486.2px; }
  .tab {
    float: left;
    border: 1px solid #ccc;
    z-index: 1;
    width: 45%;
    position: relative;
    border-bottom: none; }
  .t-logo {
    width: 41%;
    float: left; }
  .text-tab {
    width: 44%;
    float: initial;
    padding: 0px 8px; }
  .text-tab p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 11px !important;
    line-height: 18px !important; }
  .text-tab p strong {
    font-weight: 400;
    font-size: 17px; }
  .tab button img {
    filter: grayscale(100%);
    width: 20px;
    vertical-align: middle;
    margin-right: 10px; }
  .tab button {
    display: block;
    background-color: inherit;
    color: #474b5e;
    padding: 9px;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 7.11px;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid #d1d1d1 !important; }
  .tab .active:after {
    content: "";
    position: absolute;
    right: 6.5%;
    margin-top: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #474b5e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px; }
  .image-collection {
    text-align: center; } }

@media (max-width: 600px) {
  .owl-awards .about-awards .award-right, .owl-awards .about-awards .award-left {
    display: none; }
  .our-team-page .section-author-and-book .back {
    padding-bottom: 55%; }
  .about-us-page .where-we-began-section .inner-about .item:before {
    display: none; }
  .our-team-page .section-author-and-book .team-item {
    width: 100%;
    margin-right: 0px; }
  .return-policy-outer {
    flex-wrap: wrap; }
  .return-policy-image {
    width: 60%; }
  .about-us-page .where-we-began-section {
    padding: 20px; }
  .about-us-page .where-we-began-section .inner-about .item {
    flex-wrap: wrap; }
  .about-us-page .where-we-began-section .inner-about .item .text {
    width: 100%;
    padding-right: 0px; }
  .about-us-page .where-we-began-section .inner-about .item .image {
    width: 100%; } }

@media (max-width: 450px) {
  .owl-awards .images img:nth-child(odd) {
    margin-right: 0px; }
  .owl-awards .images {
    flex-wrap: wrap; }
  .owl-awards .images img {
    width: 100%; }
  .owl-awards .owl-awards-tab-design {
    padding: 20px 0 20px 0; }
  .all-solutions .single-solution {
    width: 100%;
    margin-right: 0px; }
  .all-solutions .single-solution .image {
    text-align: center; } }

@media (min-width: 0px) {
  [id="s-e7cfbd6e-3fad-4e65-8bb9-eb25583ad604"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .all-solutions .single-solution {
    width: 37%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .helpful-links .item {
    width: 33%; }
  .helpful-links .item:after {
    right: 0; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .image {
    width: 50%; }
  .new-tab-design .tabs .tabs_content .tabs_content-outer .tabs_content_inner .text {
    width: 60%; } }

input#fname, input#lname, input#email, input#msg {
  padding: 10px 70px 10px 10px; }

@media (min-width: 1024px) {
  .owl-awards .how-owl-awards-work .inner-how-owl-awards-work .item:after {
    height: 72px;
    content: '';
    width: 1px;
    background: #b7b7b7;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 48%; } }

@media (min-width: 1200px) and (max-width: 1470px) {
  .page-type-blog .halo-blog .halo-blog-item {
    width: 48.7% !important; } }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .text {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 500 !important; }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .sub--total--section .sub-total .price-section span {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 500 !important; }

.page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-name, .page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value {
  margin-bottom: 10px !important; }

.page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-info .productView-info-item .productView-info-value {
  font-weight: 500 !important;
  padding-left: 6px;
  font-size: 16px !important; }

.page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price .price-section .price-label {
  font-weight: 500 !important; }

ul.tier-prices.product-pricing > li > ul li:first-child {
  text-align: center;
  font-size: 16px;
  visibility: hidden !important;
  min-height: 0px !important;
  padding: 0px 0 !important;
  display: inline-block;
  width: calc(100% + 2px);
  background: #a83225;
  color: #fff;
  margin-bottom: 0px !important;
  visibility: hidden;
  margin-left: -1px;
  margin-top: -1px; }

.ProductView-discountTable ul.tier-prices.product-pricing {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.cart-pricing-message.minimum {
  font-family: "Lora" !important;
  font-size: 20px !important;
  color: black !important;
  background: #ebebeb1f !important;
  padding: 14px 9px !important;
  text-align: left !important; }

ul.tier-prices.product-pricing {
  float: left;
  border-top: 1px solid grey !important;
  background: white !important; }

ul.tier-prices.product-pricing > li > ul.active {
  background: #f9f2ed !important;
  border: 1px solid #ee6b46 !important; }

.page-type-product .page-product .offer-display-section .offer-section-title {
  background: #ebebeb1f !important; }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .product-view-quote-wrapper #form-action-addToCart {
  border-radius: 15px !important; }

.footer .footer-info-col--mobile .footer-info-list li a {
  line-height: 30px !important; }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .our--price--section .price-each .price-section .price .price--text {
  font-weight: 500 !important; }

.button, p.content--button {
  border-radius: 15px !important; }

.form-prefixPostfix.wrap input.button.button--primary.form-prefixPostfix-button--postfix {
  border-radius: 0px !important; }

.page-type-product .page-product .sticky-add-to-cart.show-sticky .sticky-product .sticky-content .sticky-right .sticky-actions {
  margin-top: 25px; }

.page-type-product .page-product .product-view-last .bookpal-details-container .right-section {
  background: #F9F2ED !important; }

.productView-share .productView-shareLabel {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Lora" !important;
  font-style: inherit !important;
  color: #050000;
  line-height: 25px;
  margin: 0 10px 0 0; }

.page-type-product .page-product .product-view-top .productView .halo-productView-right .productView-details .productView-product .productView-price {
  margin-bottom: 5px !important; }

@media screen and (min-width: 1480px) {
  .inner-head {
    background: linear-gradient(110deg, #414141 60%, #408b96 60%);
    max-width: 100% !important;
    margin: 0 auto; } }

button.button.button--primary.quote--button a {
  color: #408b96 !important; }

.form--section {
  box-shadow: 2px 1px 5px #6c6363;
  border-radius: 20px; }

.amazon-unique-solutions p {
  padding: 0px 20px; }

.productView-description ol li, .productView-description ul li {
  font-size: 16px !important;
  font-weight: 400;
  padding: 0;
  list-style: inherit;
  line-height: 22px !important;
  color: #373737 !important; }

.jdgm-carousel-item__product-title.jdgm-ellipsis {
  display: none !important; }

.page-type-product .page-product .product-view-bottom #halo-productView-description .productView-moreWrapper .productView-moreItem .card-body {
  font-size: 16px !important; }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .min-qty {
  font-size: 12px !important; }

span.list-price {
  font-size: 16px !important; }

span.price--text.price--title {
  font-size: 16px !important; }

span.price--text.saved--price {
  font-size: 16px !important; }

.bookpal-exclusive-container {
  display: none !important; }

.previewCart .previewCartAction a.button--checkout, .cart-actions .button {
  background: #f16547 !important;
  border-color: #f16547 !important;
  color: #fff; }

a.button.button--primary {
  border: 1px solid; }

.cart-additionalCheckoutButtons {
  display: none; }

.previewCart-additionalCheckoutButtons {
  display: none !important; }

.page-type-product .page-product .productView-details.sticky-details [data-cart-item-add] .ProductView-discountTable .pricing-display .quantity-wrapper .qty-input {
  width: 100px !important; }

.shg-btn.shg-cse {
  color: #408b96;
  font-size: 14px;
  background: white;
  display: block;
  border: 2px solid #408b96;
  padding: 10px 25px;
  margin: 10px; }

.shg-btn.shg-cse:hover {
  color: white !important;
  font-size: 14px;
  background: #408b96;
  display: block;
  border: 2px solid #408b96;
  padding: 10px 25px; }

@media screen and (min-width: 1024px) {
  [class*=shg-c-lg], [class*=shg-c-md], [class*=shg-c-sm], [class*=shg-c-xs] {
    width: calc(25.0% - 22.5px); } }

body.page-type-category.page-full-width h1.page-heading {
  display: none !important; }

.owl-awards .how-owl-awards-work input.button.button--primary.form-prefixPostfix-button--postfix {
  background: #d93e25;
  color: white;
  border: 1px solid; }

.solutions-main-second {
  display: flex;
  align-items: center; }

.solutions-main-second .left {
  width: 50%;
  padding: 80px; }

.solutions-main-second .right {
  width: 50%;
  display: flex;
  justify-content: center; }

.card-1 {
  margin-top: 8em;
  width: 600px;
  padding: 100px 5px;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.card-1 img {
  width: 30%;
  border: 10px solid white;
  border-radius: 50%;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.card-1 .card-1-title {
  font-weight: 700;
  font-size: 1.5em; }

.card-1 .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em; }

.card-1 .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.card-1-main {
  margin-top: -165px; }

.card-1 .card-1-title {
  padding: 25px; }

span.card-1-text {
  font-size: 16px;
  padding: 0px;
  color: black !important;
  line-height: 24px; }

.text-main {
  padding: 20px 30px; }

a.button-new {
  padding: 10px 30px;
  background-color: #d93e27;
  border-radius: 15px;
  color: white; }

.text-item {
  padding: 0px 350px;
  text-align: center; }

.centers {
  text-align: center;
  margin: 0 auto; }

.centerss {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.swiper-container {
  width: 100%;
  height: 320px;
  margin: 20px auto;
  margin-bottom: 0 !important; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Optional styles for images */
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  width: 300px !important; }

.solutions-main-third {
  display: flex;
  align-items: center; }

.solutions-main-third .left {
  width: 50%;
  padding: 80px 80px 80px 0px; }

.solutions-main-third .right {
  width: 50%;
  display: flex;
  justify-content: center; }

@media screen and (max-width: 786px) {
  .slider {
    max-width: 786px;
    width: 100%; }
  .card-1 {
    width: 350px; } }

.mainss {
  display: flex; }

.mainsection {
  background-color: #eff4f4;
  padding: 80px 80px 0px 80px; }

.elfsight-app-26368ef5-acaa-45d1-8968-70d1aa5b251f {
  background-color: #eff4f4;
  padding-bottom: 80px; }

.boxx {
  background-color: #eff4f4;
  padding: 80px; }

.final-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  /* Added for line positioning */ }

.service-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  /* Added for line positioning */ }

.service-icon {
  flex: 0 0 80px;
  text-align: center;
  margin-right: 20px;
  z-index: 1;
  /* Increased icon z-index to stay above line */ }

.service-icon i {
  font-size: 3em;
  color: #007bff; }

.service-content {
  flex: 1; }

.service-content h4 {
  margin-bottom: 5px;
  font-weight: 800; }

.service-line {
  width: 1px;
  /* Changed to vertical line width */
  height: calc(100% - -36px);
  /* Adjusted height based on section */
  background-color: #74a6ae;
  position: absolute;
  /* Positioned absolutely within section */
  left: 40px;
  /* Centered with icon + margin */
  top: 10px;
  /* Added top offset */
  transform: translateY(0);
  /* Removed vertical offset */
  z-index: 0;
  /* Placed behind icons */ }

@media screen and (max-width: 768px) {
  .service-section {
    width: 100%; } }

.card-2 {
  width: 600px;
  padding: 100px 5px;
  border-radius: 2em;
  background-color: white;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.card-2 img {
  width: 30%;
  border: 10px solid white;
  border-radius: 50%;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.card-2 .card-2-title {
  font-weight: 700;
  font-size: 1.5em; }

.card-2 .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em; }

.card-2 .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.card-2 .card-2-title {
  padding: 25px; }

.service-icon img {
  box-shadow: 1px 2px 3px #18181896;
  border-radius: 45px;
  background-color: white;
  padding: 10px; }

.talent {
  display: flex;
  flex-wrap: nowrap;
  /* Keeps columns side-by-side */
  width: 80%;
  margin: 0 auto;
  padding: 40px 40px 0px 40px;
  margin-top: 36px; }

.image-column,
.content-column {
  width: 20%; }

.image-column img {
  width: 100%;
  height: auto; }

.line {
  width: 1px;
  height: 100px;
  /* Adjust height as needed */
  background-color: #ddd;
  margin: 0 10px; }

.content-column {
  padding-left: 20px;
  width: 80%; }

.coll-1.image-column {
  display: flex;
  align-items: center; }

.coll-2.mainline {
  display: flex;
  justify-content: center;
  padding-top: 50px; }

.customisation-services-bottom-inner {
  margin-top: 50px !important; }

@media (min-width: 300px) and (max-width: 1100px) {
  .solutions-main-second {
    flex-direction: column !important; }
  .solutions-main-second .left {
    width: 100% !important;
    padding: 25px !important; }
  .solutions-main-second .right {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important; }
  .mainsection {
    display: flex !important;
    flex-direction: column !important;
    padding: 80px 30px 40px 30px !important; }
  .solutions-main-third {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important; }
  .solutions-main-third .right {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important; }
  .text-item {
    padding: 0px !important; }
  .talent {
    width: 100% !important;
    flex-direction: column !important; }
  .image-column {
    width: 100% !important; }
  .content-column {
    padding: 20px !important;
    width: 100% !important; }
  .solutions-main-second {
    padding-bottom: 80px; } }

@media (min-width: 300px) and (max-width: 786px) {
  .card-2 {
    padding: 0px !important; }
  .solutions-main-third .left {
    width: 100%;
    padding: 40px 40px 40px 20px; }
  .service-icon {
    flex: 0 0 40px; }
  .final-container {
    padding: 0px !important; }
  .solutions-main-third .left {
    padding-left: 0px !important;
    padding-right: 0px; }
  .service-line {
    left: 20px;
    top: -10px; }
  .boxx {
    padding: 30px; }
  .solutions-spotlight {
    padding: 33px 0PX !important; }
  .swiper-container {
    height: 100%; }
  .solutions-spotlight .item {
    PADDING: 10PX; }
  .coll-2.mainline {
    display: none; } }

.card-2-body .card-2-text {
  text-align: justify;
  display: inline-block; }

.optimizedCheckout-orderSummary-cartSection .redeemable-entry .optimizedCheckout-buttonSecondary {
  font-family: "Arsenal", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #408b96 !important;
  border-color: #ffffff !important;
  color: white; }

#s-32b98af5-4fe8-4170-a3ee-d7f3175840bc .shg-rich-text.shg-theme-text-content {
  text-align: justify; }

.page-type-category .shg-btn.shg-cse {
  min-width: 195px; }

.shg-btn-wrapper.shg-align-center {
  text-align: center;
  justify-content: center;
  display: flex; }

#s-2985e298-ae01-4360-b2e3-61dfe168148d .shogun-heading-component h2 {
  color: #408b96;
  font-size: 50px;
  text-align: left; }

#s-d2acbb0c-598f-4982-a1ea-8d7781b4d5f3 .shogun-heading-component h2 {
  color: #408b96;
  font-size: 50px;
  text-align: left; }

#s-435250b9-db26-4fd4-a614-0aeb35a7ab1c.shg-box.shg-c {
  justify-content: center; }

#s-c820a50f-475f-4fcf-a2ee-9fe2de1598e2 .shogun-heading-component h2 {
  color: #408b96;
  font-size: 50px;
  text-align: left; }

#s-435250b9-db26-4fd4-a614-0aeb35a7ab1c {
  background-image: url(https://web.archive.org/web/20231023035906im_/https://i.shgcdn.com/5c2af614-d28c-4ec1-9830-990e2f85137b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  margin-right: 0%;
  padding-top: 0%;
  padding-left: 5%;
  padding-bottom: 0%;
  padding-right: 5%;
  min-height: 400px;
  background-position: center center; }

#s-ceee4d49-a007-448e-a91d-32e125379ee1 {
  margin-left: 20px;
  margin-right: 20px; }

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  min-height: 1px; }

.shogun-heading-component {
  color: #408b96;
  font-size: 50px;
  text-align: center; }

.wholesale-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/hsdfasd.png?t=1716274614);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  margin-right: 0%;
  padding-top: 0%;
  padding-left: 5%;
  padding-bottom: 0%;
  padding-right: 5%;
  min-height: 400px;
  background-position: center center; }

.howsits {
  margin-top: 30px; }

#s-4655163c-9d22-44e6-84e3-7d3d83961fef {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-9ad18f9a-5a41-45e7-a38c-65c498ff245a {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center; }

#s-3d776711-c038-4eb2-bd75-e3a0279e7780 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-1100ea31-fecd-41d7-8aa5-0f6a8dd1f8dc {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 50px;
  background-color: #f9f2ed; }

.wholesale h2 {
  font-size: 42px; }

.shg-btn.shg-cse {
  color: #408b96;
  font-size: 14px;
  background: white;
  display: block;
  border: 2px solid #408b96;
  padding: 10px 25px;
  margin: 10px; }

.slider {
  width: 600px;
  /* Set the width of the slider */
  height: 400px;
  /* Set the height of the slider */
  overflow: hidden;
  position: relative;
  margin: auto; }

.slides {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
  /* Set width to 100% to show one image at a time */ }

.slides img {
  width: 600px;
  /* Match this width to the slider width */
  height: 400px;
  /* Match this height to the slider height */ }

#s-9ad18f9a-5a41-45e7-a38c-65c498ff245a {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center; }

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

#s-5e5056fd-6ede-4dc2-8335-f5804eb6f03b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px; }

#s-5e5056fd-6ede-4dc2-8335-f5804eb6f03b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000; }

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸"; }

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em; }

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em; }

.containerss {
  display: flex;
  flex-wrap: wrap; }

.columnss {
  flex: 1;
  padding: 20px;
  border-left: 1px solid grey;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .columnss {
    flex-basis: 100%; } }

.containersss {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between; }

.columnsss {
  flex: 1;
  padding: 20px;
  margin: 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f9f2ed; }

@media (max-width: 768px) {
  .columnsss {
    flex-basis: 100%; } }

#s-97457639-62e7-4f7e-892d-ff40c2d0218e {
  margin-top: 30px;
  margin-bottom: 30px; }

.rowsss {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #f26243;
  border-style: solid;
  text-align: center;
  background-color: #f9f2ed; }

#s-5e5056fd-6ede-4dc2-8335-f5804eb6f03b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px; }

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer; }

.scs {
  margin: 0px !important; }

.spacing {
  margin-top: 30px; }

#s-93414ddd-e3be-49f0-8303-1aa9f4669153 {
  margin-top: 30px;
  margin-left: 100px;
  margin-bottom: 30px;
  margin-right: 100px; }

.overlays {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }

@media only screen and (max-width: 768px) {
  .slider {
    width: 300px;
    height: auto;
    /* Adjust the height for smaller screens */ }
  .slides img {
    height: 300px;
    /* Adjust the image height for smaller screens */ } }

.page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--page_type .item-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/page-type-2x.png?t=1717044195"); }

.page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--features .item-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/features-2x.png?t=1717044193"); }

.page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--cover .item-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/cover-2x.png?t=1717044192"); }

.page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--sku .item-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/sku-2x.png?t=1717044199"); }

.page-type-product .page-product .product-view-last .bookpal-custom-details-container .bookpal-details-section .bookpal-details-slider .bookpal-details-item.item--size .item-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-gjd9kmzlkz/images/stencil/original/image-manager/size-2x.png?t=1717044197") !important; }

.shg-row.hunter {
  justify-content: space-evenly; }

#s-75512e1c-b878-47f3-9b04-c1566e6aaa7e {
  min-width: 250px !important; }

#s-cf895224-065b-4c45-9368-82a872448eb0 {
  min-width: 250px !important; }

#s-d28f4524-093b-49ce-b411-b0b7d56047d0 {
  min-width: 250px !important; }

p.content--text.sgd {
  font-size: 17px !important; }

.subs {
  margin: 0 auto !important;
  padding: 8px 30px;
  border: 1px solid orange;
  width: 70%; }

.buttons-containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 20px;
  width: 100%;
  justify-content: center; }

.buttons-links {
  color: #408b96 !important;
  background-image: none !important;
  background-color: #ffffff;
  font-size: 16px;
  border: 2px solid #408b96;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  padding: 15px;
  display: block;
  width: 100%;
  box-sizing: border-box; }

.buttons-links:hover {
  background-color: #408b96;
  color: #ffffff !important; }

.image-grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Creates 3 equal columns */
  gap: 10px;
  /* Space between images */
  max-width: 1200px;
  /* Optional: max width for the grid */
  margin: 0 auto;
  /* Centers the grid horizontally */ }

.image-item-1 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* Ensures image covers the grid cell without distortion */
  border-radius: 8px;
  /* Optional: adds rounded corners */ }

p.blog-paragr {
  padding: 20px; }
