/*============================================================================
  Avone | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
body {
  font-family: Roboto,Arial,Tahoma,Verdana,sans-serif;
  background-color: #ffffff; }

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  opacity: .6; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*================ SASS HELPERS ================*/
/*===========================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES =======================================
    - Do not change the variable names
====================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/* ===========================================================
   Grid
* ===========================================================*/
/* ===========================================================
   Color Variables
 * ===========================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================ $svg-select-icon: //cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/ico-select.svg?v=13679886505704600394; */
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ====================================
  Slick Slider 1.6.0
==============================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
    margin: 0 auto; }
  .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; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list:before {
  content: "\f110";
  font-family: 'adorn-icons';
  font-size: 30px;
  animation: ad-spin 1.5s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.imgWrapper {
  display: block;
  margin: auto; }

a:hover, a:focus {
  outline: 0 !important; }

/* Slick Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  height: 35px;
  line-height: 34px;
  width: 35px;
  text-align: center;
  font-size: 0px;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: 0 none;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .slick-arrow.slick-disabled:before {
    opacity: 0.25; }
  .slick-arrow:before {
    font-family: "adorn-icons";
    font-size: 20px;
    color: black;
    opacity: 0.75; }
  .slick-arrow:focus {
    outline: 0 !important; }
  @media only screen and (max-width: 766px) {
    .slick-arrow {
      height: 30px;
      width: 30px;
      line-height: 29px;
      border-radius: 50%;
      opacity: 1 !important; }
      .slick-arrow:before, .slick-arrow:after {
        font-size: 16px; } }

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

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

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

.page-width .slick-prev {
  left: -40px; }
.page-width .slick-next {
  right: -40px; }

/* 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;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/* ===========================================================
   GLOBAL
 * ===========================================================*/
/*================ Build Base Grid Classes ================*/
/*================ Build Responsive Grid Classes ================*/
/*================ Build Grid Push Classes ================*/
#theme-wrapper {
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4; }
  #theme-wrapper .cntWrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px; }
  #theme-wrapper h2, #theme-wrapper .h2, #theme-wrapper div[data-section-type="collection-widget"]:not(.rendered):before, #theme-wrapper .stamped-container .stamped-summary-text-1, .stamped-container #theme-wrapper .stamped-summary-text-1 {
    font-size: 40px; }
  #theme-wrapper input {
    border-radius: 5px;
    padding: 10px;
    height: auto;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px; }
  #theme-wrapper a {
    text-decoration: underline; }
  #theme-wrapper p {
    margin: 15px 0; }
  #theme-wrapper .links a {
    display: inline-block;
    margin: 10px; }
  #theme-wrapper .pnote {
    color: #f00;
    font-weight: 700; }
  @media only screen and (max-width: 766px) {
    #theme-wrapper {
      font-size: 13px; }
      #theme-wrapper h2, #theme-wrapper .h2, #theme-wrapper div[data-section-type="collection-widget"]:not(.rendered):before, #theme-wrapper .stamped-container .stamped-summary-text-1, .stamped-container #theme-wrapper .stamped-summary-text-1 {
        font-size: 22px; } }

/* ===========================================================
   Basic Styles
 * ===========================================================*/
.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 766px) {
    .page-width {
      padding-left: 15px;
      padding-right: 15px; } }
  .page-width.fullwidth {
    max-width: 100%; }
    @media only screen and (min-width: 1280px) {
      .page-width.fullwidth {
        padding-left: 55px;
        padding-right: 55px; } }
  @media only screen and (max-width: 766px) {
    .page-width.page-width--full-width-mobile {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .page-width.page-width--full-width-medium {
      padding-left: 0;
      padding-right: 0; } }

.main-content {
  display: block; }
  @media only screen and (min-width: 767px) {
    .main-content {
      min-height: 500px; } }

.sec-ttl {
  padding-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .sec-ttl {
      padding-bottom: 35px; } }
  .sec-ttl .h3, .sec-ttl h3, .sec-ttl .h3 {
    color: #111111;
    margin: 0 auto;
    font-size: 18px; }
  .sec-ttl span {
    color: #111111;
    margin: 5px auto 0;
    display: block;
    font-size: 14px;
    line-height: 1.4; }
  @media only screen and (min-width: 767px) {
    .sec-ttl .h3, .sec-ttl h3, .sec-ttl .h3 {
      font-size: 22px;
      line-height: 1.3;
      max-width: 400px;
      margin: 0 auto; }
    .sec-ttl span {
      max-width: 600px;
      font-size: 13px; } }

body {
  color: #1e262e;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    body {
      letter-spacing: 0.02em; } }

input, textarea, button, select {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #1e262e;
  line-height: 1.5; }

.label {
  border: none !important; }

@media only screen and (max-width: 1024px) {
  input, textarea, select, button {
    font-size: 13px; } }
.shopify-policy__container {
  padding: 30px 0; }

.shopify-policy__title h1, .shopify-policy__title .h1,
.page-title {
  letter-spacing: normal;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center; }

.page-header {
  /* breadcrumb adds 30px bottom margin, when the page header follows breadcrumb, remove the margin */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  background-color: #016198; }
  .bredcrumbWrap + .page-header {
    margin-top: -30px; }
  .page-header h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header div[data-section-type="collection-widget"]:not(.rendered):before, .page-header .stamped-container .stamped-summary-text-1, .stamped-container .page-header .stamped-summary-text-1, .page-header .h3 {
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left; }
  .page-header h1:not(.h3), .page-header .h1:not(.h3) {
    margin-top: 30px;
    margin-bottom: 30px; }
  .page-header .h3 {
    margin-top: 20px;
    margin-bottom: 13px; }
  .page-header h2, .page-header .h2, .page-header div[data-section-type="collection-widget"]:not(.rendered):before, .page-header .stamped-container .stamped-summary-text-1, .stamped-container .page-header .stamped-summary-text-1 {
    margin-bottom: 23px; }
  @media only screen and (max-width: 766px) {
    .page-header h1:not(.h3), .page-header .h1:not(.h3) {
      margin-top: 20px;
      margin-bottom: 22px; }
    .page-header .h3 {
      margin-top: 15px;
      margin-bottom: 9px; }
    .page-header h2, .page-header .h2, .page-header div[data-section-type="collection-widget"]:not(.rendered):before, .page-header .stamped-container .stamped-summary-text-1, .stamped-container .page-header .stamped-summary-text-1 {
      margin-bottom: 15px;
      font-size: 20px !important; } }

p {
  margin: 0 0 15px 0; }

.rte p {
  margin-bottom: 20px; }

h1, .h1, h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #1e262e;
  letter-spacing: 0.02em; }
  h1 a, .h1 a, h2 a, .h2 a, div[data-section-type="collection-widget"]:not(.rendered):before a, .stamped-container .stamped-summary-text-1 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1, h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1 {
  font-family: Bitter, serif; }

h1, .h1 {
  font-size: 40px; }

h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1 {
  font-size: 30px; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Roboto, sans-serif; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 16px;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

.body-text-2 {
  font-size: 16px; }

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  h1, .h1 {
    font-size: 32px; }

  h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1 {
    font-size: 26px; } }
@media only screen and (max-width: 766px) {
  h1, .h1 {
    font-size: 28px; }

  h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1 {
    font-size: 20px; }

  h4, .h4 {
    font-size: 14px; }

  .body-text-2 {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  h1, .h1 {
    font-size: 24px; }

  h2, .h2, div[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .stamped-summary-text-1 {
    font-size: 20px; } }
.rte {
  color: #1e262e;
  margin-bottom: 20px; }

.address {
  margin-bottom: 15px; }

.mega-title {
  margin: 5px 0 0;
  font-size: 2.375em; }
  @media only screen and (max-width: 766px) {
    .mega-title {
      font-size: 2.375em; } }

.mega-title--large {
  font-size: 2.375em; }
  @media only screen and (min-width: 1025px) {
    .mega-title--large {
      font-size: 3em; } }
  @media only screen and (min-width: 1280px) {
    .mega-title--large {
      font-size: 4.5em; } }

.mega-subtitle p {
  color: inherit; }
.mega-subtitle li {
  line-height: 1.5;
  position: relative;
  padding-left: 20px; }
  .mega-subtitle li:before {
    position: absolute;
    left: 0;
    content: "\ea7f";
    font-family: "adorn-icons";
    font-size: 14px;
    top: 50%;
    margin-top: -10px; }

.mega-subtitle--large {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.1; }

@media only screen and (min-width: 767px) {
  .mega-title {
    font-size: 2.625em; }

  .mega-title--large {
    font-size: 2.625em; }

  .mega-subtitle {
    font-size: 20px;
    margin: 0 auto; }

  .mega-subtitle--large {
    font-size: 1.375em;
    line-height: 1.3; } }
.social-icons .icon {
  width: 23px;
  height: 23px; }
  @media only screen and (min-width: 767px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

a {
  color: #f37223;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #f37223;
    opacity: 0.8;
    outline: none; }
  a.classic-link {
    text-decoration: underline; }

.btn, .stamped-container .stamped-summary-actions-newreview,
.stamped-container .stamped-summary-actions-newquestion, .stamped-container #stamped-button-submit,
.stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.stamped-container .stamped-file-uploader-btn {
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #1cacda;
  padding: 10px 15px 8px 15px;
  background-color: #1cacda;
  letter-spacing: 0.02em;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  white-space: normal;
  border-radius: 3px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 767px) {
    .btn, .stamped-container .stamped-summary-actions-newreview,
    .stamped-container .stamped-summary-actions-newquestion, .stamped-container #stamped-button-submit,
    .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .stamped-file-uploader-btn {
      padding: 10px 15px 8px 15px; } }
  .btn:hover, .stamped-container .stamped-summary-actions-newreview:hover,
  .stamped-container .stamped-summary-actions-newquestion:hover, .stamped-container #stamped-button-submit:hover,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover,
  .stamped-container .stamped-file-uploader-btn:hover, .btn:focus, .stamped-container .stamped-summary-actions-newreview:focus,
  .stamped-container .stamped-summary-actions-newquestion:focus, .stamped-container #stamped-button-submit:focus,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:focus,
  .stamped-container .stamped-file-uploader-btn:focus {
    color: #ffffff;
    background-color: #016198;
    border: 2px solid #016198;
    opacity: 1; }
  .btn[disabled], .stamped-container [disabled].stamped-summary-actions-newreview,
  .stamped-container [disabled].stamped-summary-actions-newquestion, .stamped-container [disabled]#stamped-button-submit,
  .stamped-container input[disabled].stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container [disabled].stamped-file-uploader-btn {
    cursor: default;
    background-color: #d8d8d8;
    border-color: #d8d8d8; }

.btn--secondary, .stamped-container .stamped-summary-actions-newreview,
.stamped-container .stamped-summary-actions-newquestion {
  color: #5e7183;
  background-color: white;
  border-color: #5e7183; }
  .btn--secondary:hover, .stamped-container .stamped-summary-actions-newreview:hover,
  .stamped-container .stamped-summary-actions-newquestion:hover, .btn--secondary:focus, .stamped-container .stamped-summary-actions-newreview:focus,
  .stamped-container .stamped-summary-actions-newquestion:focus {
    color: #5e7183;
    background-color: #dfe3e6;
    border-color: #5e7183; }

.btn--tertiary {
  color: white;
  background-color: #f37223;
  border-color: #f37223; }
  .btn--tertiary:hover, .btn--tertiary:focus {
    color: #ffffff;
    background-color: #cc5d1a;
    border-color: #cc5d1a; }

.btn--small {
  padding: 0 10px;
  font-size: 0.75em;
  border-width: 2px;
  line-height: 25px; }

.btn--link {
  color: #f37223;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none !important;
  box-shadow: none !important; }
  .btn--link:hover, .btn--link:focus {
    color: #f37223; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.return-link-wrapper {
  margin: 22.5px 0; }
  @media only screen and (max-width: 766px) {
    .return-link-wrapper .btn, .return-link-wrapper .stamped-container .stamped-summary-actions-newreview, .stamped-container .return-link-wrapper .stamped-summary-actions-newreview,
    .return-link-wrapper .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .return-link-wrapper .stamped-summary-actions-newquestion, .return-link-wrapper .stamped-container #stamped-button-submit, .stamped-container .return-link-wrapper #stamped-button-submit,
    .return-link-wrapper .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .return-link-wrapper input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .return-link-wrapper .stamped-container .stamped-file-uploader-btn,
    .stamped-container .return-link-wrapper .stamped-file-uploader-btn {
      display: block; } }

table {
  margin-bottom: 7.5px; }

th {
  font-family: Bitter, serif;
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid #dfe3e6;
  padding: 10px 14px; }

/* ===========================================================
   Responsive tables - defined with .responsive-table on table element
 * ===========================================================*/
@media only screen and (max-width: 766px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr, .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th, .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px 15px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 7.5px;
      right: 7.5px;
      border-bottom: 1px solid #dfe3e6; } }
fieldset {
  border: 1px solid #dfe3e6;
  margin: 0 0 15px;
  padding: 7.5px; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 766px) {
    label {
      font-size: 0.875em; } }

input, textarea, select {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  background-color: white;
  color: #1e262e;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 6px; }
  input:focus, textarea:focus, select:focus {
    border-color: #aaaaaa; }
  input[disabled], textarea[disabled], select[disabled] {
    cursor: default; }
  input.input--error::-webkit-input-placeholder, textarea.input--error::-webkit-input-placeholder, select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder, textarea.input--error::-moz-placeholder, select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder, textarea.input--error:-ms-input-placeholder, select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder, textarea.input--error::-ms-input-placeholder, select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder, textarea.hidden-placeholder::-webkit-input-placeholder, select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder, textarea.hidden-placeholder::-moz-placeholder, select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder, textarea.hidden-placeholder:-ms-input-placeholder, select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder, textarea.hidden-placeholder::-ms-input-placeholder, select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

/* ===========================================================
   Error styles
 * ===========================================================*/
input.input--error, select.input--error, textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/arrow-select.png?v=9338313338833570705);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  cursor: pointer;
  padding-right: 30px;
  min-width: 130px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #1e262e;
  background-color: #ffffff; }

::-webkit-input-placeholder {
  color: #1e262e;
  opacity: 0.6; }

::-moz-placeholder {
  color: #1e262e;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #1e262e;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #1e262e;
  opacity: 1; }

.label--error {
  color: #d20000; }

input, select, textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 767px) {
    input, select, textarea {
      padding: 10px 18px; } }

.login-register {
  max-width: 1000px;
  margin: 0 auto; }
  .login-register h5, .login-register .h5 {
    font-weight: 600; }
  .login-register p {
    margin-bottom: 25px; }
  .login-register .wrap {
    width: 95%;
    height: 100%;
    display: table;
    border: 1px solid #dfe3e6;
    padding: 40px; }
  @media only screen and (max-width: 766px) {
    .login-register {
      flex-direction: column; }
      .login-register .flex-item {
        margin-bottom: 20px; } }

.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 7.5px; }
  @media only screen and (min-width: 767px) {
    .note,
    .form--success,
    .errors {
      padding: 10px; } }

.note {
  border: 1px solid #dfe3e6; }

.form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.errors {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  color: #d20000; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #d20000;
    text-decoration: underline; }

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 15px; }

.input-group__field, .input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn,
.input-group__btn .stamped-container .stamped-summary-actions-newreview,
.stamped-container .input-group__btn .stamped-summary-actions-newreview,
.input-group__btn .stamped-container .stamped-summary-actions-newquestion,
.stamped-container .input-group__btn .stamped-summary-actions-newquestion,
.input-group__btn .stamped-container #stamped-button-submit,
.stamped-container .input-group__btn #stamped-button-submit,
.input-group__btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.stamped-container .input-group__btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.input-group__btn .stamped-container .stamped-file-uploader-btn,
.stamped-container .input-group__btn .stamped-file-uploader-btn {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 767px) {
    .input-group__field,
    .input-group__btn .btn,
    .input-group__btn .stamped-container .stamped-summary-actions-newreview,
    .stamped-container .input-group__btn .stamped-summary-actions-newreview,
    .input-group__btn .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .input-group__btn .stamped-summary-actions-newquestion,
    .input-group__btn .stamped-container #stamped-button-submit,
    .stamped-container .input-group__btn #stamped-button-submit,
    .input-group__btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .input-group__btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .input-group__btn .stamped-container .stamped-file-uploader-btn,
    .stamped-container .input-group__btn .stamped-file-uploader-btn {
      height: 38px; } }

.input-group__field {
  width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn, .input-group__btn .stamped-container .stamped-summary-actions-newreview, .stamped-container .input-group__btn .stamped-summary-actions-newreview,
  .input-group__btn .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .input-group__btn .stamped-summary-actions-newquestion, .input-group__btn .stamped-container #stamped-button-submit, .stamped-container .input-group__btn #stamped-button-submit,
  .input-group__btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .input-group__btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .input-group__btn .stamped-container .stamped-file-uploader-btn,
  .stamped-container .input-group__btn .stamped-file-uploader-btn {
    white-space: nowrap; }

hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #dfe3e6; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.border-bottom {
  border-bottom: 1px solid #dfe3e6; }

.border-top {
  border-top: 1px solid #dfe3e6; }

.empty-page-content {
  padding: 125px 15px; }
  @media only screen and (max-width: 766px) {
    .empty-page-content {
      padding-left: 15px;
      padding-right: 15px; } }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -50px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 50px; }

/* ===========================================================
   Animation Classes and Keyframes
 * ===========================================================*/
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

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

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

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

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

.collection-grid-item {
  position: relative;
  overflow: hidden; }
  .collection-grid-item img {
    display: block;
    width: 100%;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .collection-grid-item:hover img {
    transform: scale(1.1); }

.collection-box {
  clear: both; }
  .collection-box .grid {
    margin: 0; }
    .collection-box .grid .grid__item {
      padding: 0; }
  .collection-box .slick-prev {
    left: 0; }
  .collection-box .slick-next {
    right: 0; }
  .collection-box .collection-grid-item {
    text-align: center; }
    .collection-box .collection-grid-item .collection-grid-item__link {
      opacity: 1; }
    .collection-box .collection-grid-item .img {
      position: relative;
      overflow: hidden; }
    .collection-box .collection-grid-item .details {
      z-index: 1;
      position: relative;
      padding: 15px;
      width: 100%;
      text-align: center;
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .collection-box .collection-grid-item .counts {
      font-size: 13px;
      font-weight: 400;
      opacity: 0.7;
      display: block;
      margin-top: 6px; }
    .collection-box .collection-grid-item .btn, .collection-box .collection-grid-item .stamped-container .stamped-summary-actions-newreview, .stamped-container .collection-box .collection-grid-item .stamped-summary-actions-newreview,
    .collection-box .collection-grid-item .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .collection-box .collection-grid-item .stamped-summary-actions-newquestion, .collection-box .collection-grid-item .stamped-container #stamped-button-submit, .stamped-container .collection-box .collection-grid-item #stamped-button-submit,
    .collection-box .collection-grid-item .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .collection-box .collection-grid-item input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .collection-box .collection-grid-item .stamped-container .stamped-file-uploader-btn,
    .stamped-container .collection-box .collection-grid-item .stamped-file-uploader-btn {
      display: inline-block;
      margin-top: 15px;
      font-size: 12px; }
  .collection-box .collection-grid-item__title {
    font-size: 16px;
    margin: 0;
    font-weight: 400; }
    @media only screen and (max-width: 1024px) {
      .collection-box .collection-grid-item__title {
        font-size: 14px; } }
  .collection-box.style1 .collection-grid-item .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .collection-box.style1 .collection-grid-item:hover .details {
    opacity: 1; }
  .collection-box.style2 .collection-grid-item .details {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .collection-box.style2 .collection-grid-item .counts {
    margin-top: 2px; }
  .collection-box.style2 .collection-grid-item:hover .details {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .collection-box.style4 .collection-grid-item .details {
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 20px;
    right: 20px;
    padding: 15px 25px; }
  .collection-box.style4 .collection-grid-item .counts {
    margin-top: 2px; }
  .collection-box.style4 .collection-grid-item .btn, .collection-box.style4 .collection-grid-item .stamped-container .stamped-summary-actions-newreview, .stamped-container .collection-box.style4 .collection-grid-item .stamped-summary-actions-newreview,
  .collection-box.style4 .collection-grid-item .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .collection-box.style4 .collection-grid-item .stamped-summary-actions-newquestion, .collection-box.style4 .collection-grid-item .stamped-container #stamped-button-submit, .stamped-container .collection-box.style4 .collection-grid-item #stamped-button-submit,
  .collection-box.style4 .collection-grid-item .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .collection-box.style4 .collection-grid-item input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .collection-box.style4 .collection-grid-item .stamped-container .stamped-file-uploader-btn,
  .stamped-container .collection-box.style4 .collection-grid-item .stamped-file-uploader-btn {
    padding: 7px 20px; }
  @media only screen and (max-width: 766px) {
    .collection-box.style1 .collection-grid-item .details, .collection-box.style2 .collection-grid-item .details, .collection-box.style4 .collection-grid-item .details {
      opacity: 1;
      position: relative;
      left: 0;
      bottom: inherit;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .collection-box .slick-prev, .collection-box .slick-next {
      border-radius: 0; } }
  .collection-box.fullwidth div[class^="grid-mr-"] {
    margin: 0; }

.collection-banners a:hover {
  opacity: 1; }
.collection-banners .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.collection-banners .grid__item {
  padding: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }
  @media only screen and (max-width: 766px) {
    .collection-banners .grid__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .collection-banners .grid__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px; } }
.collection-banners .details {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 20px;
  text-align: center; }
  .collection-banners .details h3, .collection-banners .details .h3 {
    margin: 0;
    font-size: 16px; }
    @media only screen and (max-width: 1024px) {
      .collection-banners .details h3, .collection-banners .details .h3 {
        font-size: 14px; } }
  .collection-banners .details .btn, .collection-banners .details .stamped-container .stamped-summary-actions-newreview, .stamped-container .collection-banners .details .stamped-summary-actions-newreview,
  .collection-banners .details .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .collection-banners .details .stamped-summary-actions-newquestion, .collection-banners .details .stamped-container #stamped-button-submit, .stamped-container .collection-banners .details #stamped-button-submit,
  .collection-banners .details .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .collection-banners .details input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .collection-banners .details .stamped-container .stamped-file-uploader-btn,
  .stamped-container .collection-banners .details .stamped-file-uploader-btn {
    padding: 8px 20px;
    margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .collection-banners .details.left {
      left: 7%;
      transform: none; }
    .collection-banners .details.right {
      right: 7%;
      transform: none; } }
  .collection-banners .details p {
    margin: 5px 0 0; }
@media only screen and (max-width: 1024px) {
  .collection-banners .details {
    bottom: 20px; } }
@media only screen and (max-width: 766px) {
  .collection-banners .details {
    width: 90%; } }

.product-labels {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 11; }
  .product-labels .lbl {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    height: 19px; }
  .product-labels .on-sale {
    right: 5px;
    background: #ff708e; }
  .product-labels .pr-label1 {
    left: 5px;
    background: #000000; }
  .product-labels .pr-label2 {
    left: 5px;
    background: #e9a400; }
  .product-labels .pr-label3 {
    left: 5px;
    background: #81d53d; }

.grid-view-item__link {
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center; }

.grid-view_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .grid-view_image .grid-view-item__image {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
    .grid-view-item--sold-out .grid-view_image .grid-view-item__image {
      opacity: 0.5; }
  .grid-view_image .ad-spinner4 {
    display: none; }
  .grid-view_image .hover, .grid-view_image .variantImg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .grid-view_image.showLoading .ad-spinner4 {
    color: #000;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    display: block;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50; }
  .grid-view_image.showVariantImg img {
    opacity: 0; }
  .grid-view_image.showVariantImg .variantImg {
    visibility: visible;
    opacity: 1; }
  .grid-view_image .grid-view-item__link {
    opacity: 4; }
  @media only screen and (min-width: 1025px) {
    .grid-view_image:hover .grid-view_image {
      opacity: 0; } }
  .grid-view_image:hover .hover, .grid-view_image:hover .grid-view_image {
    opacity: 4;
    visibility: visible; }
  @media only screen and (max-width: 1024px) {
    .grid-view_image .hover:not(.variantImg) {
      display: none; } }

.tooltip-label {
  text-transform: none;
  line-height: 22px;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #5e7183;
  color: #ffffff;
  border-radius: 0;
  padding: 0 8px;
  white-space: nowrap;
  position: absolute; }
  .tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }

.grid-view-item .characteristics-icons, .list-view-item .characteristics-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left; }
  .grid-view-item .characteristics-icons ul, .list-view-item .characteristics-icons ul {
    display: flex;
    padding: 4%; }
  .grid-view-item .characteristics-icons li, .list-view-item .characteristics-icons li {
    display: inline-block;
    line-height: 1;
    flex: 0 1 13%;
    margin: 0 1%; }

.grid-view-item {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #5e7183;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative; }
  .productSlider .grid-view-item {
    margin-bottom: 0; }
  .grid-view-item .sizelink {
    display: none; }
  .grid-view-item .button-set {
    width: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 444;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .grid-view-item .button-set .btn, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview,
    .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion, .grid-view-item .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item .button-set #stamped-button-submit,
    .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn,
    .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn {
      display: inline-block;
      border: 0;
      background-color: #1cacda;
      position: relative;
      font-size: 18px;
      padding: 0;
      margin: 2px;
      line-height: 35px;
      width: 100%;
      height: 36px;
      width: 38px;
      text-align: center;
      border-radius: 3px; }
      .grid-view-item .button-set .btn .ad, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview .ad, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview .ad,
      .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion .ad,
      .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion .ad, .grid-view-item .button-set .stamped-container #stamped-button-submit .ad, .stamped-container .grid-view-item .button-set #stamped-button-submit .ad,
      .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary .ad,
      .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary .ad,
      .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn .ad,
      .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn .ad {
        color: #ffffff;
        margin-top: -2px; }
      .grid-view-item .button-set .btn:hover, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview:hover, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview:hover,
      .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion:hover,
      .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion:hover, .grid-view-item .button-set .stamped-container #stamped-button-submit:hover, .stamped-container .grid-view-item .button-set #stamped-button-submit:hover,
      .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover,
      .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover,
      .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn:hover,
      .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn:hover {
        opacity: 1;
        background-color: #39bce6; }
    @media only screen and (min-width: 1025px) {
      .grid-view-item .button-set .btn:hover .tooltip-label, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
      .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
      .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item .button-set #stamped-button-submit:hover .tooltip-label,
      .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
      .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
      .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
      .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn:hover .tooltip-label {
        opacity: 1;
        visibility: visible; } }
    @media only screen and (max-width: 1024px) {
      .grid-view-item .button-set {
        left: 0; } }
    @media only screen and (max-width: 766px) {
      .grid-view-item .button-set .btn, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview,
      .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion, .grid-view-item .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item .button-set #stamped-button-submit,
      .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn,
      .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn {
        line-height: 30px;
        height: 30px;
        width: 30px; }
        .grid-view-item .button-set .btn .ad, .grid-view-item .button-set .stamped-container .stamped-summary-actions-newreview .ad, .stamped-container .grid-view-item .button-set .stamped-summary-actions-newreview .ad,
        .grid-view-item .button-set .stamped-container .stamped-summary-actions-newquestion .ad,
        .stamped-container .grid-view-item .button-set .stamped-summary-actions-newquestion .ad, .grid-view-item .button-set .stamped-container #stamped-button-submit .ad, .stamped-container .grid-view-item .button-set #stamped-button-submit .ad,
        .grid-view-item .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary .ad,
        .stamped-container .grid-view-item .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary .ad,
        .grid-view-item .button-set .stamped-container .stamped-file-uploader-btn .ad,
        .stamped-container .grid-view-item .button-set .stamped-file-uploader-btn .ad {
          font-size: 14px; } }
  .grid-view-item .characteristics-icons {
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .grid-view-item:hover .characteristics-icons {
    opacity: 0; }
  .grid-view-item .sold-out {
    background-color: #000000; }
  .grid-view-item .details {
    padding: 15px 0px 10px;
    text-align: left; }
  .grid-view-item .grid-view-item__vendor {
    color: #777777;
    margin-bottom: 5px; }
  .grid-view-item .grid-view-item__title {
    color: #1e262e;
    font-size: px;
    text-transform: none;
    font-weight: bold; }
  .grid-view-item .grid-view-item__meta {
    margin: 5px 0; }
    [data-section-type="collection-widget"] .grid-view-item .grid-view-item__meta {
      margin-bottom: 0; }
  .grid-view-item .product-price__price {
    font-size: 16px;
    font-weight: bold;
    display: inline-block; }
    [data-section-type="collection-widget"] .grid-view-item .product-price__price {
      font-weight: normal; }
  .grid-view-item .product-price__sale {
    padding-right: 0; }
  .grid-view-item .product-review {
    line-height: 1;
    margin-bottom: 14px; }
  .grid-view-item .swatches {
    margin-top: 10px; }
    .grid-view-item .swatches li {
      overflow: hidden;
      display: inline-block;
      position: relative;
      height: 17px;
      width: 17px;
      margin: 3px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      cursor: pointer;
      box-shadow: 0 0 1px 1px #919191;
      border: 1px solid #919191; }
      .grid-view-item .swatches li.rounded {
        border-radius: 50%; }
      .grid-view-item .swatches li.rounded_rectangle {
        border-radius: 5px; }
      .grid-view-item .swatches li.flat {
        box-shadow: none;
        border: 0; }
      .grid-view-item .swatches li.medium {
        height: 30px;
        width: 30px; }
      .grid-view-item .swatches li.large {
        height: 40px;
        width: 40px; }
      .grid-view-item .swatches li:hover, .grid-view-item .swatches li.active {
        box-shadow: none;
        border: 2px solid #f37223; }
      .grid-view-item .swatches li .white {
        border: 1px solid #ddd; }
        .grid-view-item .swatches li .white .ad {
          color: #000; }
      .grid-view-item .swatches li .tooltip-label {
        z-index: 2;
        -ms-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        white-space: nowrap;
        font-size: 11px;
        top: -38px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        .grid-view-item .swatches li .tooltip-label:before {
          border-top: 5px solid #5e7183;
          bottom: -9px;
          left: 50%;
          margin-left: -5px; }
      @media only screen and (min-width: 1025px) {
        .grid-view-item .swatches li:hover {
          overflow: visible;
          background-position: 50% 0; }
          .grid-view-item .swatches li:hover:hover .tooltip-label {
            opacity: 1;
            top: -28px;
            visibility: visible; } }
  .grid-view-item.style5 .swatches {
    margin-bottom: 10px; }
  .grid-view-item .compare-container {
    position: absolute;
    z-index: 2;
    background: white;
    padding: 5px; }
  @media only screen and (min-width: 1025px) {
    .grid-view-item.style1 {
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .grid-view-item.style1 .button-set {
        bottom: -10px; }
        .grid-view-item.style1 .button-set .btn-wrap {
          display: inline-block;
          width: 38px;
          border-left: 0; }
        .grid-view-item.style1 .button-set .btn, .grid-view-item.style1 .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style1 .button-set .stamped-summary-actions-newreview,
        .grid-view-item.style1 .button-set .stamped-container .stamped-summary-actions-newquestion,
        .stamped-container .grid-view-item.style1 .button-set .stamped-summary-actions-newquestion, .grid-view-item.style1 .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style1 .button-set #stamped-button-submit,
        .grid-view-item.style1 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .stamped-container .grid-view-item.style1 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .grid-view-item.style1 .button-set .stamped-container .stamped-file-uploader-btn,
        .stamped-container .grid-view-item.style1 .button-set .stamped-file-uploader-btn {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style1:hover .button-set {
        bottom: 10px; }
      .grid-view-item.style1:hover .btn, .grid-view-item.style1:hover .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style1:hover .stamped-summary-actions-newreview,
      .grid-view-item.style1:hover .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .grid-view-item.style1:hover .stamped-summary-actions-newquestion, .grid-view-item.style1:hover .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style1:hover #stamped-button-submit,
      .grid-view-item.style1:hover .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .grid-view-item.style1:hover input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .grid-view-item.style1:hover .stamped-container .stamped-file-uploader-btn,
      .stamped-container .grid-view-item.style1:hover .stamped-file-uploader-btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style1:hover .overly, .grid-view-item.style1:hover .details {
        opacity: 1; }
    .grid-view-item.style2 {
      position: relative; }
      .grid-view-item.style2 .overly {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        background-color: rgba(255, 255, 255, 0.85);
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .grid-view-item.style2 .grid-view-item__image.hover:not(.variantImg) {
        display: none; }
      .grid-view-item.style2 .details {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .grid-view-item.style2 .button-set {
        bottom: -15px; }
      .grid-view-item.style2:hover .button-set {
        bottom: -10px; }
      .grid-view-item.style2:hover .overly, .grid-view-item.style2:hover .details {
        opacity: 1; }
      .grid-view-item.style2:hover .grid-view_image:hover .primary {
        opacity: 1; }
      .grid-view-item.style2 .grid-view_image .button-set {
        display: none; }
      .grid-view-item.style2 li.large {
        height: 30px;
        width: 30px; }
    .grid-view-item.style3 {
      position: relative;
      text-align: center; }
      .grid-view-item.style3 .swatches {
        text-align: center;
        margin: 15px 0 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0); }
        .grid-view-item.style3 .swatches li {
          margin-bottom: 0; }
      .grid-view-item.style3 .details {
        padding-top: 10px; }
      .grid-view-item.style3 .button-set {
        display: block;
        position: static;
        background: none; }
        .grid-view-item.style3 .button-set .btn-wrap {
          display: inline-block; }
        .grid-view-item.style3 .button-set .btn, .grid-view-item.style3 .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style3 .button-set .stamped-summary-actions-newreview,
        .grid-view-item.style3 .button-set .stamped-container .stamped-summary-actions-newquestion,
        .stamped-container .grid-view-item.style3 .button-set .stamped-summary-actions-newquestion, .grid-view-item.style3 .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style3 .button-set #stamped-button-submit,
        .grid-view-item.style3 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .stamped-container .grid-view-item.style3 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .grid-view-item.style3 .button-set .stamped-container .stamped-file-uploader-btn,
        .stamped-container .grid-view-item.style3 .button-set .stamped-file-uploader-btn {
          width: 38px; }
    .grid-view-item.style4, .grid-view-item.style5 {
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .grid-view-item.style4 .details, .grid-view-item.style5 .details {
        text-align: left; }
      .grid-view-item.style4 .button-set, .grid-view-item.style5 .button-set {
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        left: 10px;
        bottom: 10px;
        width: 40px;
        display: block; }
        .grid-view-item.style4 .button-set .btn-wrap, .grid-view-item.style5 .button-set .btn-wrap {
          display: block;
          border-left: 0; }
        .grid-view-item.style4 .button-set .btn, .grid-view-item.style4 .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style4 .button-set .stamped-summary-actions-newreview,
        .grid-view-item.style4 .button-set .stamped-container .stamped-summary-actions-newquestion,
        .stamped-container .grid-view-item.style4 .button-set .stamped-summary-actions-newquestion, .grid-view-item.style4 .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style4 .button-set #stamped-button-submit,
        .grid-view-item.style4 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .stamped-container .grid-view-item.style4 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .grid-view-item.style4 .button-set .stamped-container .stamped-file-uploader-btn,
        .stamped-container .grid-view-item.style4 .button-set .stamped-file-uploader-btn, .grid-view-item.style5 .button-set .btn, .grid-view-item.style5 .button-set .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style5 .button-set .stamped-summary-actions-newreview,
        .grid-view-item.style5 .button-set .stamped-container .stamped-summary-actions-newquestion,
        .stamped-container .grid-view-item.style5 .button-set .stamped-summary-actions-newquestion, .grid-view-item.style5 .button-set .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style5 .button-set #stamped-button-submit,
        .grid-view-item.style5 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .stamped-container .grid-view-item.style5 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .grid-view-item.style5 .button-set .stamped-container .stamped-file-uploader-btn,
        .stamped-container .grid-view-item.style5 .button-set .stamped-file-uploader-btn {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style4:hover .btn, .grid-view-item.style4:hover .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style4:hover .stamped-summary-actions-newreview,
      .grid-view-item.style4:hover .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .grid-view-item.style4:hover .stamped-summary-actions-newquestion, .grid-view-item.style4:hover .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style4:hover #stamped-button-submit,
      .grid-view-item.style4:hover .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .grid-view-item.style4:hover input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .grid-view-item.style4:hover .stamped-container .stamped-file-uploader-btn,
      .stamped-container .grid-view-item.style4:hover .stamped-file-uploader-btn, .grid-view-item.style5:hover .btn, .grid-view-item.style5:hover .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style5:hover .stamped-summary-actions-newreview,
      .grid-view-item.style5:hover .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .grid-view-item.style5:hover .stamped-summary-actions-newquestion, .grid-view-item.style5:hover .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style5:hover #stamped-button-submit,
      .grid-view-item.style5:hover .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .grid-view-item.style5:hover input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .grid-view-item.style5:hover .stamped-container .stamped-file-uploader-btn,
      .stamped-container .grid-view-item.style5:hover .stamped-file-uploader-btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style4:hover .overly, .grid-view-item.style4:hover .details, .grid-view-item.style5:hover .overly, .grid-view-item.style5:hover .details {
        opacity: 1; }
      .grid-view-item.style4:hover .grid-view_image:hover .primary, .grid-view-item.style5:hover .grid-view_image:hover .primary {
        opacity: 1; }
    .grid-view-item.style5 .details {
      text-align: center; }
    .grid-view-item.style5 .flatbtn .btn, .grid-view-item.style5 .flatbtn .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style5 .flatbtn .stamped-summary-actions-newreview,
    .grid-view-item.style5 .flatbtn .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .grid-view-item.style5 .flatbtn .stamped-summary-actions-newquestion, .grid-view-item.style5 .flatbtn .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style5 .flatbtn #stamped-button-submit,
    .grid-view-item.style5 .flatbtn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .grid-view-item.style5 .flatbtn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .grid-view-item.style5 .flatbtn .stamped-container .stamped-file-uploader-btn,
    .stamped-container .grid-view-item.style5 .flatbtn .stamped-file-uploader-btn {
      margin-bottom: 10px; }
    .grid-view-item.style1 .tooltip-label, .grid-view-item.style2 .tooltip-label, .grid-view-item.style3 .tooltip-label {
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 50px; }
      .grid-view-item.style1 .tooltip-label:before, .grid-view-item.style2 .tooltip-label:before, .grid-view-item.style3 .tooltip-label:before {
        border-top: 6px solid #5e7183;
        bottom: -9px;
        margin-left: -3px;
        left: 50%; }
    .grid-view-item.style1 .button-set .btn:hover .tooltip-label, .grid-view-item.style1 .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item.style1 .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
    .grid-view-item.style1 .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .grid-view-item.style1 .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item.style1 .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item.style1 .button-set #stamped-button-submit:hover .tooltip-label,
    .grid-view-item.style1 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .grid-view-item.style1 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .grid-view-item.style1 .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .grid-view-item.style1 .button-set .stamped-file-uploader-btn:hover .tooltip-label, .grid-view-item.style2 .button-set .btn:hover .tooltip-label, .grid-view-item.style2 .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item.style2 .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
    .grid-view-item.style2 .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .grid-view-item.style2 .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item.style2 .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item.style2 .button-set #stamped-button-submit:hover .tooltip-label,
    .grid-view-item.style2 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .grid-view-item.style2 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .grid-view-item.style2 .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .grid-view-item.style2 .button-set .stamped-file-uploader-btn:hover .tooltip-label, .grid-view-item.style3 .button-set .btn:hover .tooltip-label, .grid-view-item.style3 .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item.style3 .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
    .grid-view-item.style3 .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .grid-view-item.style3 .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item.style3 .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item.style3 .button-set #stamped-button-submit:hover .tooltip-label,
    .grid-view-item.style3 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .grid-view-item.style3 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .grid-view-item.style3 .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .grid-view-item.style3 .button-set .stamped-file-uploader-btn:hover .tooltip-label {
      bottom: 45px; }
    .grid-view-item.style4 .tooltip-label, .grid-view-item.style5 .tooltip-label {
      left: 55px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .grid-view-item.style4 .tooltip-label:before, .grid-view-item.style5 .tooltip-label:before {
        border-right: 6px solid #5e7183;
        left: -9px;
        top: 3px; }
    .grid-view-item.style4 .button-set .btn:hover .tooltip-label, .grid-view-item.style4 .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item.style4 .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
    .grid-view-item.style4 .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .grid-view-item.style4 .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item.style4 .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item.style4 .button-set #stamped-button-submit:hover .tooltip-label,
    .grid-view-item.style4 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .grid-view-item.style4 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .grid-view-item.style4 .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .grid-view-item.style4 .button-set .stamped-file-uploader-btn:hover .tooltip-label, .grid-view-item.style5 .button-set .btn:hover .tooltip-label, .grid-view-item.style5 .button-set .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .grid-view-item.style5 .button-set .stamped-summary-actions-newreview:hover .tooltip-label,
    .grid-view-item.style5 .button-set .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .grid-view-item.style5 .button-set .stamped-summary-actions-newquestion:hover .tooltip-label, .grid-view-item.style5 .button-set .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .grid-view-item.style5 .button-set #stamped-button-submit:hover .tooltip-label,
    .grid-view-item.style5 .button-set .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .grid-view-item.style5 .button-set input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .grid-view-item.style5 .button-set .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .grid-view-item.style5 .button-set .stamped-file-uploader-btn:hover .tooltip-label {
      left: 45px; } }
    @media only screen and (min-width: 1025px) and (min-width: 767px) {
      .grid-view-item.style5 .flatbtn .btn, .grid-view-item.style5 .flatbtn .stamped-container .stamped-summary-actions-newreview, .stamped-container .grid-view-item.style5 .flatbtn .stamped-summary-actions-newreview,
      .grid-view-item.style5 .flatbtn .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .grid-view-item.style5 .flatbtn .stamped-summary-actions-newquestion, .grid-view-item.style5 .flatbtn .stamped-container #stamped-button-submit, .stamped-container .grid-view-item.style5 .flatbtn #stamped-button-submit,
      .grid-view-item.style5 .flatbtn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .grid-view-item.style5 .flatbtn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .grid-view-item.style5 .flatbtn .stamped-container .stamped-file-uploader-btn,
      .stamped-container .grid-view-item.style5 .flatbtn .stamped-file-uploader-btn {
        padding: 8px 18px; } }
  @media only screen and (max-width: 1024px) {
    .grid-view-item {
      margin-bottom: 20px; }
      .grid-view-item.style2 .button-set, .grid-view-item.style3 .button-set {
        position: relative; }
      .grid-view-item.style2 .swatches {
        margin-bottom: 5px; }
      .grid-view-item .button-set {
        top: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -15px;
        bottom: inherit;
        cursor: pointer; }
        .grid-view-item .button-set a {
          padding: 20px; }
          .grid-view-item .button-set a i, .grid-view-item .button-set a .tooltip-label {
            user-select: none;
            display: none; }
      .grid-view-item .details {
        position: relative;
        padding: 15px 0 0; }
        [data-section-type="collection-widget"] .grid-view-item .details {
          padding: 15px 0 10px; } }
  @media only screen and (max-width: 766px) {
    .grid-view-item .swatches li.large, .grid-view-item .swatches li.medium {
      height: 25px;
      width: 25px; } }

/* ===========================================================
   Collection Widget
 * ===========================================================*/
div[data-section-type="collection-widget"] {
  position: relative; }
  @media only screen and (max-width: 766px) {
    div[data-section-type="collection-widget"] {
      margin-bottom: 40px; } }
  div[data-section-type="collection-widget"]:not(.rendered) {
    height: 425px;
    background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/collection-widget-placeholder-desktop.png?v=12966985158164024104);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1024px) {
      div[data-section-type="collection-widget"]:not(.rendered) {
        height: 38vw;
        background-position: 0 20px; } }
    @media only screen and (max-width: 766px) {
      div[data-section-type="collection-widget"]:not(.rendered) {
        height: 130vw;
        margin-left: 15px;
        margin-right: 15px;
        background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/collection-widget-placeholder-mobile.png?v=5635164840945526368);
        background-position: 0 64px; } }
    div[data-section-type="collection-widget"]:not(.rendered):before {
      content: attr(data-title);
      display: block;
      height: 44px;
      line-height: 44px;
      margin-bottom: 20px !important; }
      @media only screen and (max-width: 766px) {
        div[data-section-type="collection-widget"]:not(.rendered):before {
          margin-left: -15px;
          margin-right: -15px; } }
  div[data-section-type="collection-widget"] .collection-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  div[data-section-type="collection-widget"] .collection-widget__title {
    margin-bottom: 0; }
  div[data-section-type="collection-widget"] .collection-widget__btn {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; }
    @media only screen and (max-width: 766px) {
      div[data-section-type="collection-widget"] .collection-widget__btn {
        position: absolute;
        left: 15px;
        bottom: -30px;
        width: calc(100% - 15px * 2); } }
  div[data-section-type="collection-widget"] .collection-widget__btn-icn:before {
    content: '\ea8c';
    display: block;
    height: 20px;
    font-size: 18px;
    margin-left: 15px; }

.saleTime {
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0;
  position: absolute;
  opacity: 1;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 111; }
  .saleTime .counter {
    display: flex;
    justify-content: center; }
    .saleTime .counter > span {
      font-size: 12px;
      font-weight: 700;
      display: block;
      min-width: 35px;
      padding: 7px 5px;
      line-height: 1;
      margin: 0 0 0 3px;
      text-align: center;
      color: #111111;
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid #ffffff; }
      .saleTime .counter > span span {
        border: 0;
        display: block;
        background: none;
        font-size: 9px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase; }

.timermobile {
  margin: 0 -10px 15px;
  display: none; }
  .timermobile .saleTime {
    position: relative;
    margin-top: 10px; }
    .timermobile .saleTime .counter > span {
      margin: 0;
      min-width: 30px;
      font-size: 10px;
      background: #f2f2f2; }

.grid-view-item:hover .saleTime {
  opacity: 0; }
.grid-view-item:hover .timermobile .saleTime {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .timermobile {
    display: block; }

  .saleTime.desktop {
    display: none; } }
.list-view-item {
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
  align-items: center;
  width: 100%;
  position: relative;
  border-top: 1px solid #5e7183; }
  @media (max-width: 575.98px) {
    .list-view-item {
      flex-direction: column; } }
  .list-view-item:last-child {
    margin-bottom: 0; }
  .list-view-item .listview-button .btn, .list-view-item .listview-button .stamped-container .stamped-summary-actions-newreview, .stamped-container .list-view-item .listview-button .stamped-summary-actions-newreview,
  .list-view-item .listview-button .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .list-view-item .listview-button .stamped-summary-actions-newquestion, .list-view-item .listview-button .stamped-container #stamped-button-submit, .stamped-container .list-view-item .listview-button #stamped-button-submit,
  .list-view-item .listview-button .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .list-view-item .listview-button input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .list-view-item .listview-button .stamped-container .stamped-file-uploader-btn,
  .stamped-container .list-view-item .listview-button .stamped-file-uploader-btn {
    height: 37px;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top; }
  .list-view-item .saleTime {
    bottom: 10px; }
  .list-view-item .list-view-item__image-wrapper {
    text-align: center; }
    .list-view-item .list-view-item__image-wrapper img {
      width: 100%; }
  @media only screen and (max-width: 766px) {
    .list-view-item .listview-button .btn-wrap .btn, .list-view-item .listview-button .btn-wrap .stamped-container .stamped-summary-actions-newreview, .stamped-container .list-view-item .listview-button .btn-wrap .stamped-summary-actions-newreview,
    .list-view-item .listview-button .btn-wrap .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .list-view-item .listview-button .btn-wrap .stamped-summary-actions-newquestion, .list-view-item .listview-button .btn-wrap .stamped-container #stamped-button-submit, .stamped-container .list-view-item .listview-button .btn-wrap #stamped-button-submit,
    .list-view-item .listview-button .btn-wrap .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .list-view-item .listview-button .btn-wrap input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .list-view-item .listview-button .btn-wrap .stamped-container .stamped-file-uploader-btn,
    .stamped-container .list-view-item .listview-button .btn-wrap .stamped-file-uploader-btn {
      height: 30px;
      line-height: 28px; } }
  @media only screen and (max-width: 599px) {
    .list-view-item .list-view-item__image-column, .list-view-item .list-view-item__title-column {
      width: 100%;
      display: block; } }
  .list-view-item .swatches {
    margin-top: 10px; }
    .list-view-item .swatches li {
      overflow: hidden;
      display: inline-block;
      position: relative;
      height: 17px;
      width: 17px;
      margin: 3px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      cursor: pointer;
      box-shadow: 0 0 1px 1px #919191;
      border: 1px solid #919191; }
      .list-view-item .swatches li.rounded {
        border-radius: 50%; }
      .list-view-item .swatches li.rounded_rectangle {
        border-radius: 5px; }
      .list-view-item .swatches li.flat {
        box-shadow: none;
        border: 0; }
      .list-view-item .swatches li.medium {
        height: 30px;
        width: 30px; }
      .list-view-item .swatches li.large {
        height: 40px;
        width: 40px; }
      .list-view-item .swatches li:hover, .list-view-item .swatches li.active {
        box-shadow: none;
        border: 2px solid #f37223; }
      .list-view-item .swatches li .white {
        border: 1px solid #ddd; }
        .list-view-item .swatches li .white .ad {
          color: #000; }
      .list-view-item .swatches li .tooltip-label {
        z-index: 2;
        -ms-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        white-space: nowrap;
        font-size: 11px;
        top: -38px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        .list-view-item .swatches li .tooltip-label:before {
          border-top: 5px solid #5e7183;
          bottom: -9px;
          left: 50%;
          margin-left: -5px; }
      @media only screen and (min-width: 1025px) {
        .list-view-item .swatches li:hover {
          overflow: visible;
          -ms-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          background-position: 50% 0; }
          .list-view-item .swatches li:hover:hover .tooltip-label {
            opacity: 1;
            top: -28px;
            visibility: visible; } }
  .list-view-item .product-meta_special-applications {
    color: #5e7183; }
  .list-view-item .characteristics-icons {
    bottom: 5px; }

.list-view-item__image-column {
  width: 230px;
  flex: 0 0 230px; }
  .list-view-item__image-column .list-view-item__image-wrapper {
    position: relative;
    margin-right: 20px;
    overflow: hidden; }
  .list-view-item__image-column .sold-out {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .list-view-item__image-column .sold-out span {
      font-size: 17;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .list-view-item__image-column .button-set {
    position: absolute;
    top: 5px;
    left: -50px;
    z-index: 4;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .list-view-item__image-column .button-set .btn-link {
      color: #5e7183;
      background-color: white;
      text-align: center;
      font-size: 16px;
      padding: 0;
      margin-bottom: 5px;
      line-height: 35px;
      display: block;
      width: 36px;
      height: 36px; }
    @media only screen and (max-width: 1024px) {
      .list-view-item__image-column .button-set {
        left: 0; } }

.list-view-item:hover .button-set {
  opacity: 1;
  left: 0; }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }
  .list-view-item__title-column .list-view-item__title {
    color: #1e262e;
    font-weight: 700; }
  .list-view-item__title-column .product-review {
    margin: 5px 0 7px; }
  .list-view-item__title-column .list-view-item__meta {
    margin: 10px 0; }
  .list-view-item__title-column .product-price__price {
    font-size: 19;
    font-weight: 700;
    display: inline-block; }
  .list-view-item__title-column .product-price__sale {
    padding-right: 0; }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.9375em;
  font-style: italic; }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.0625em; }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label, .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #f77575; }

@media only screen and (max-width: 766px) {
  .list-view-item__image-column {
    width: 200px; }
    .list-view-item__image-column .list-view-item__image-wrapper {
      margin-right: 10px; }
    .list-view-item__image-column .button-set .btn-link {
      font-size: 18px;
      line-height: 33px;
      width: 34px;
      height: 34px; }
    .list-view-item__image-column .button-set .quick-view {
      display: none; }

  .list-view-item__title-column .list-view-item__title {
    font-size: 0.9375em; }

  .list-view-item__price-column {
    font-size: 0.9375em; }

  .list-view-item__price--reg,
  .list-view-item__price--sale {
    display: block; } }
/* ===========================================================
   Slick slider overrides
* ===========================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }
  @media only screen and (min-width: 767px) {
    .slick-slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin-left: 8px; }
      .slick-slider .slick-dots li button {
        width: 12px;
        height: 12px; }
      .slick-slider .slick-dots li button::before {
        width: 12px;
        height: 12px; } }

/* ===========================================================
   Index sections
 * ===========================================================*/
.empty.default {
  padding-top: 50px; }
.empty.small {
  padding-top: 20px; }

.index-section .content-indent {
  margin-top: 20px; }
  .index-section .content-indent.none {
    margin-top: 0; }
  @media only screen and (min-width: 767px) {
    .index-section .content-indent.default {
      margin-top: 50px; }
    .index-section .content-indent.small {
      margin-top: 20px; }
    .index-section .content-indent.none {
      margin-top: 0; } }
.index-section .sec-empty {
  padding-top: 20px; }
  .index-section .sec-empty.none {
    padding-top: 0; }
  @media only screen and (min-width: 767px) {
    .index-section .sec-empty.default {
      padding-top: 50px; }
    .index-section .sec-empty.small {
      padding-top: 20px; }
    .index-section .sec-empty.none {
      padding-top: 0; } }
.index-section:first-child {
  padding-top: 0;
  border-top: 0; }
.index-section:last-child {
  padding-bottom: 0; }

.section-cover {
  padding: 20px 10px; }
  @media only screen and (min-width: 767px) {
    .section-cover {
      padding: 50px 0; }
      .section-cover.small-pd {
        padding: 30px 0; } }

@media only screen and (max-width: 766px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }
.placeholder-svg {
  display: block;
  fill: rgba(30, 38, 46, 0.35);
  background-color: rgba(30, 38, 46, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(30, 38, 46, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/* ===========================================================
   TEMPLATES
 * ===========================================================*/
/********** Collection Page **************/
.template-collection {
  /*TAGS*/ }
  .template-collection .main-col.right {
    float: right; }
  .template-collection .catBanners {
    margin-bottom: 25px; }
    .template-collection .catBanners .slideshow > .slideshow__slide:not(:first-child) {
      display: none; }
    .template-collection .catBanners img {
      width: 100%; }
  .template-collection .collection-banner {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .template-collection .collection-banner .block-ttl {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .template-collection .collection-banner .block-ttl .collection-description {
        margin-top: 15px;
        font-size: 16px; }
    .template-collection .collection-banner.info-over .template-collection .collection-banner.with-image {
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
    .template-collection .collection-banner.content-side {
      margin-bottom: 20px; }
      @media only screen and (max-width: 766px) {
        .template-collection .collection-banner.content-side {
          margin-bottom: 0; } }
      .template-collection .collection-banner.content-side.info-over .text-left {
        width: 100%;
        padding: 40px 50px; }
      .template-collection .collection-banner.content-side.info-below {
        height: auto; }
        .template-collection .collection-banner.content-side.info-below .block-ttl {
          position: static;
          transform: none; }
        .template-collection .collection-banner.content-side.info-below .collection-image {
          margin-bottom: 30px; }
  .template-collection .collection-description.top {
    margin-bottom: 30px; }
  .template-collection ul.current-tags {
    clear: both;
    margin-bottom: 30px; }
    @media only screen and (max-width: 766px) {
      .template-collection ul.current-tags {
        margin-bottom: 10px; } }
    .template-collection ul.current-tags li.tag {
      cursor: pointer;
      display: inline-block;
      padding: 5px 15px;
      margin: 5px 10px 5px 0;
      background-color: #f37223;
      color: #ffffff;
      border-radius: 20px;
      font-size: 16px; }
      .template-collection ul.current-tags li.tag i.ad {
        margin-right: 5px; }

.collection-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #1e262e;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .collection-title.title-main {
      position: absolute;
      left: -35%;
      width: 31%; } }
  .sidebar .collection-title {
    margin-bottom: 20px;
    visibility: hidden; }

.sidenav-title {
  font-size: 16px;
  color: #5e7183;
  display: inline-block; }

.clear-all {
  font-size: 16px;
  display: inline-block;
  float: right; }
  .clear-all a {
    color: #f37223; }

.sidebar {
  margin-top: 0;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sidebar .closeFilter {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    visibility: hidden;
    padding: 10px 16px;
    color: #5e7183;
    cursor: pointer;
    background-color: #dfe3e6;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .sidebar .closeFilter .ad {
      margin-bottom: 2px; }
    .sidebar .closeFilter .label {
      margin-left: 10px; }
  .sidebar .sidebar-products-slider .grid-view-item {
    margin-bottom: 0; }
  .sidebar .sidebar-products li {
    padding-bottom: 10px; }
  .sidebar .sidebar-products .grid-view-item__link {
    float: left;
    margin-right: 10px; }
  .sidebar .sidebar-products .product-price__price {
    display: block; }
  .sidebar .widget-title {
    color: #111111;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    position: relative; }
  .sidebar .widget-content {
    padding: 0;
    margin-bottom: 0; }
  .sidebar .sidebar_widget {
    margin-bottom: 0;
    clear: both; }
  .sidebar .categories ul.sidebar_cate .grid__item {
    float: none; }
  .sidebar .categories ul.sidebar_cate li {
    padding: 4px 0; }
  .sidebar .categories ul.sidebar_cate a {
    color: #000000; }
    .sidebar .categories ul.sidebar_cate a:hover {
      color: #8dc337; }
  .sidebar .categories ul.sidebar_cate ul {
    margin: 0 0 0 15px; }
  .sidebar .static-banner {
    border: 0 none;
    margin-bottom: 35px; }
  .sidebar .filterBox .description {
    margin-bottom: 10px; }
  .sidebar .filterBox input[type=checkbox] {
    display: none; }
  .sidebar .filterBox ul.twoCall {
    column-count: 2;
    column-gap: 12px; }
  .sidebar .filterBox ul li {
    padding: 3px 0; }
    .sidebar .filterBox ul li label {
      font-size: 16px; }
      .sidebar .filterBox ul li label .tag-icon {
        vertical-align: bottom;
        margin-right: 5px;
        margin-bottom: -2px; }
  .sidebar .filterBox ul input + label {
    display: inline-block;
    line-height: 1.5em; }
  .sidebar .filterBox ul input + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 1px solid #5e7183;
    vertical-align: bottom;
    border-radius: 2px; }
  .sidebar .filterBox ul input:checked + label > span {
    border: 1px solid #f37223; }
  .sidebar .filterBox ul input:checked + label > span:before {
    content: '\ea7f';
    display: block;
    width: 15px;
    color: #fff;
    background-color: #f37223;
    border-color: #f37223;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-family: "adorn-icons"; }
  .sidebar .filterBox .filter-color .tooltip-label {
    top: -25px;
    left: 50%;
    transform: translateX(-50%); }
    .sidebar .filterBox .filter-color .tooltip-label:before {
      border-top: 7px solid #000;
      bottom: -9px;
      left: 50%;
      margin-left: -5px; }
  .sidebar .filterBox .filter-color li {
    display: block;
    padding: 0;
    margin: 0 5px 5px 0;
    position: relative; }
    .sidebar .filterBox .filter-color li label.color {
      margin: 0;
      border-radius: 0; }
      .sidebar .filterBox .filter-color li label.color span.clrbox {
        display: inline-block;
        height: 18px;
        width: 18px;
        border-radius: 0; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.rounded {
          border-radius: 50%;
          border-color: #919191; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.rounded_rectangle {
          border-radius: 4px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.medium {
          height: 30px;
          width: 30px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.large {
          height: 40px;
          width: 40px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.swtwhite {
          border: 1px solid #eee; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.clrbox:before {
      display: none !important;
      margin-left: 3px;
      content: '\ea7f';
      position: absolute;
      color: #fff;
      font-size: 11px;
      font-family: "adorn-icons"; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.medium:before {
      margin: 4px 0 0 8px;
      font-size: 13px; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.large:before {
      margin: 8px 0 0 12px;
      font-size: 14px; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.swtwhite:before {
      color: #000; }
    .sidebar .filterBox .filter-color li:hover .tooltip-label {
      opacity: 1;
      visibility: visible; }
  .sidebar .crFilters .actFilter {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 3px 6px;
    background: #000;
    color: #fff;
    font-size: 11px; }
    .sidebar .crFilters .actFilter .ad {
      font-size: 11px;
      vertical-align: baseline;
      padding-left: 5px; }
  .sidebar .crFilters .btn-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    text-decoration: underline; }
  .sidebar.popup {
    width: 300px;
    height: 100%;
    padding: 15px;
    position: fixed;
    top: 0;
    left: -310px;
    z-index: 335;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .sidebar.popup.active {
      left: 0; }
      .sidebar.popup.active .closeFilter {
        visibility: visible;
        left: 300px; }
  @media only screen and (max-width: 1024px) {
    .sidebar.popup, .sidebar.filterbar {
      width: 330px;
      height: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: -340px;
      z-index: 444;
      overflow: visible;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .sidebar.popup.active, .sidebar.filterbar.active {
        left: 0; }
        .sidebar.popup.active .closeFilter, .sidebar.filterbar.active .closeFilter {
          visibility: visible;
          left: 330px; }
      .sidebar.popup .sidebar_tags, .sidebar.filterbar .sidebar_tags {
        overflow: scroll;
        height: 100%;
        padding: 14px 16px; } }

.sidebar-products-list .grid {
  margin: 0; }
  .sidebar-products-list .grid .grid__item {
    padding: 0;
    display: table; }
.sidebar-products-list .grid-view-item {
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  box-shadow: none; }
  .sidebar-products-list .grid-view-item .product-review {
    margin-bottom: 0;
    line-height: normal; }
.sidebar-products-list .grid-view-item__link {
  height: auto !important;
  border: 1px solid #eee;
  margin-bottom: 5px; }
.sidebar-products-list .grid-view_image {
  display: table-cell;
  width: 37%;
  margin-right: 15px;
  padding: 0; }
.sidebar-products-list .button-set, .sidebar-products-list .product-labels {
  display: none; }
.sidebar-products-list .swatches {
  display: none; }
.sidebar-products-list .details {
  display: table-cell;
  vertical-align: middle; }
.sidebar-products-list .style3 .button-set {
  display: none; }
@media only screen and (max-width: 1024px) {
  .sidebar-products-list {
    padding: 5px 0 5px 12px;
    font-size: 12px; } }

.sidebar-products-slider .grid {
  margin: 0; }
  .sidebar-products-slider .grid .grid__item {
    padding: 0; }
  .sidebar-products-slider .grid > .grid__item:not(:first-child) {
    display: none; }
.sidebar-products-slider .slick-prev {
  left: -12px; }
.sidebar-products-slider .slick-next {
  right: -12px; }

.template-blog .social-sharing {
  margin-bottom: 10px; }
.template-blog .article h2, .template-blog .article .h2, .template-blog .article div[data-section-type="collection-widget"]:not(.rendered):before, .template-blog .article .stamped-container .stamped-summary-text-1, .stamped-container .template-blog .article .stamped-summary-text-1 {
  text-transform: none;
  letter-spacing: normal; }

.blog--list-view {
  max-width: 900px;
  margin: 0 auto; }
  .blog--list-view .pagination {
    padding-top: 0; }
  .blog--list-view .article {
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .blog--list-view .article {
        margin-bottom: 40px; } }

.cart table {
  margin-bottom: 25px; }
.cart th,
.cart td {
  border: 0;
  text-align: center; }
  .cart th.cart__meta,
  .cart td.cart__meta {
    text-align: left; }
.cart td {
  padding: 10px;
  position: relative; }
  @media only screen and (max-width: 766px) {
    .cart td {
      padding: 10px 5px; } }
.cart th {
  font-weight: 700;
  padding: 10px 0 8px;
  background: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px; }
.cart table .list-view-item__title a {
  color: #1e262e; }
.cart .cart__meta {
  padding-right: 15px; }
.cart .qtyField {
  width: 86px;
  margin: 0 auto 10px;
  border-collapse: separate; }
  @media only screen and (max-width: 766px) {
    .cart .qtyField {
      width: 80px; }
      .cart .qtyField .qtyBtn, .cart .qtyField input {
        width: 25px;
        height: 30px;
        padding: 6px 0; } }
.cart .delete {
  width: 30px; }
.cart .cart__remove {
  position: absolute;
  opacity: 1;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  padding: 5px;
  line-height: 12px;
  border: 0;
  left: 0;
  margin-top: -10px; }
  .cart .cart__remove .ad {
    font-size: 12px; }
.cart .edit-shop {
  margin-bottom: 25px; }
.cart.style1 #CartSpecialInstructions {
  min-height: 215px; }
.cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
  border: 0;
  padding: 25px;
  background: #f5f5f5; }
.cart.style1 #shipping-calculator .btn, .cart.style1 #shipping-calculator .stamped-container .stamped-summary-actions-newreview, .stamped-container .cart.style1 #shipping-calculator .stamped-summary-actions-newreview,
.cart.style1 #shipping-calculator .stamped-container .stamped-summary-actions-newquestion,
.stamped-container .cart.style1 #shipping-calculator .stamped-summary-actions-newquestion, .cart.style1 #shipping-calculator .stamped-container #stamped-button-submit, .stamped-container .cart.style1 #shipping-calculator #stamped-button-submit,
.cart.style1 #shipping-calculator .stamped-container .stamped-file-uploader-btn,
.stamped-container .cart.style1 #shipping-calculator .stamped-file-uploader-btn {
  width: 100%;
  margin: 0; }
@media only screen and (max-width: 1024px) {
  .cart.style1 .cart-options {
    flex-direction: column; }
  .cart.style1 .cart-options .cart-option + .cart-option {
    padding: 0; } }
.cart.style2 .cartSummery {
  background: #f5f5f5;
  padding: 20px;
  width: 100%; }
  .cart.style2 .cartSummery .bdr-box {
    border: 0;
    padding: 0; }
.cart.style2 .get-rates {
  width: 100%;
  margin-bottom: 30px; }
.cart.style2 #wrapper-response {
  margin: -20px 0 20px; }
.cart #shipping-rates-feedback {
  border: 2px solid #111;
  letter-spacing: normal; }

.cart__meta-text {
  padding: 5px 0;
  font-size: 0.875em;
  font-style: italic; }

.cart__row {
  position: relative; }
  .cart__row p {
    margin-bottom: 0; }
    .cart__row p + p {
      margin-top: 10px; }

.cartSummery .bdr-box {
  border: 1px solid #eee;
  padding: 10px 20px 20px; }

.cart-subtotal-row {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.totalSave {
  color: #4eaf13;
  text-align: left;
  font-style: italic;
  padding: 0 0 10px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.cartSummery .additional-checkout-button,
.cartSummery .checkout {
  min-height: 44px;
  width: 100% !important;
  margin: 0 0 10px !important; }

.cart__footer .cart-options-ttl {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
  display: block; }
.cart__footer .cartSummery {
  float: right;
  margin-bottom: 30px; }
.cart__footer .checkout {
  width: 100%; }
.cart__footer #gift-note, .cart__footer #CartSpecialInstructions {
  resize: none;
  width: 100%;
  min-height: 100px; }

.cart-note__input {
  width: 100%; }
  @media only screen and (max-width: 766px) {
    .cart-note__input {
      margin-bottom: 25px; } }

#gift-wrapping, #cartTearm {
  display: none; }

#gift-wrapping + label > span.checkbox,
#cartTearm + label > span.checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0.25em 0.5em 0.25em 0;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: bottom; }

#gift-wrapping:checked + label > span.checkbox:before,
#cartTearm:checked + label > span.checkbox:before {
  content: '\ea7f';
  display: block;
  width: 14px;
  color: #fff;
  background-color: #000;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  font-family: "adorn-icons";
  font-weight: 400; }

.cart__image-wrapper a {
  display: block; }

#shipping-calculator .field div {
  width: auto;
  display: block;
  overflow: hidden; }
#shipping-calculator select, #shipping-calculator #address_zip {
  width: 100%; }
#shipping-calculator #shipping-rates-feedback {
  color: #000;
  padding: 10px;
  text-align: center; }

.cart-options {
  display: flex;
  flex-direction: row; }
  .cart-options .cart-option {
    flex: 1; }
    .cart-options .cart-option + .cart-option {
      padding-left: 30px; }

.cart__image-wrapper {
  width: 120px; }

.cart__meta {
  max-width: 300px; }

.cart__remove {
  opacity: 0.6; }

.currencymsg {
  margin: 0 0 25px; }
  @media only screen and (max-width: 766px) {
    .currencymsg {
      text-align: center !important; } }

@media only screen and (max-width: 766px) {
  .cart__image-wrapper {
    width: 70px; }

  .cart__update-wrapper {
    width: 70px; }

  .cart .cart-update {
    margin-top: 15px;
    display: inline-block; } }
@media only screen and (max-width: 1279px) {
  .page-width .slick-prev {
    left: -10px; }

  .page-width .slick-next {
    right: -10px; } }
@media only screen and (max-width: 1024px) {
  .page-width .slick-prev {
    left: 0; }

  .page-width .slick-next {
    right: 0; } }
.social-icons li {
  text-align: center; }
.social-icons a {
  padding: 0 7px;
  display: inline-block; }

@media only screen and (max-width: 1279px) {
  #is-a-gift {
    margin-bottom: 0; }

  .cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
    padding: 15px; } }
@media only screen and (max-width: 766px) {
  .cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
    padding: 10px 15px; }

  .cart.style1 .edit-shop {
    margin-bottom: 25px; } }
.page-wrapper {
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* ===========================================================
   MODULES
 * ===========================================================*/
.tooltip-label {
  font-size: 13px;
  text-transform: none;
  line-height: 22px;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #5e7183;
  color: #ffffff;
  border-radius: 0;
  padding: 0 8px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  position: absolute; }
  .tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }
  @media only screen and (max-width: 1024px) {
    .tooltip-label {
      display: none; } }

/* =================== HEADER ===================*/
.notification-bar {
  text-align: center;
  position: relative;
  z-index: 1;
  display: none;
  background-color: #121212; }

.notification-bar__message {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 11px;
  display: block;
  padding: 6px 10px; }
  .notification-bar__message:hover {
    color: #ffffff;
    text-decoration: none; }

.close-announcement {
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  height: 25px;
  width: 25px;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }

#headerWrapper {
  position: relative;
  z-index: 15;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee; }

#headerWrapper.stickyHeader {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  left: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

.stickyHeader .site-header {
  min-height: 50px; }
  .stickyHeader .site-header .header-logo img {
    max-height: 100px;
    max-width: 120px; }
@media only screen and (min-width: 1025px) {
  .stickyHeader.popup {
    padding-right: 16px; } }

.header-logo {
  margin: 0;
  min-width: 170px;
  max-width: 185px; }
  .header-logo .header-logo-link {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-decoration: none; }
  .header-logo img {
    display: block;
    max-width: 155px;
    max-height: 48px; }
    .header-logo img path {
      fill: #000; }
  @media only screen and (max-width: 1024px) {
    .header-logo {
      max-width: 100%;
      min-width: 40px; }
      .header-logo img {
        max-width: 90px;
        margin: 0 auto; } }

.js-mobile-nav-toggle {
  padding-left: 0;
  margin-left: -9px; }
  .js-mobile-nav-toggle .ad-bars-l {
    display: none; }
  .js-mobile-nav-toggle .ad-times-l {
    display: inline-block; }
  .js-mobile-nav-toggle.open .ad-bars-l {
    display: inline-block; }
  .js-mobile-nav-toggle.open .ad-times-l {
    display: none; }

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 72px;
  position: relative;
  padding: 0 60px; }
  .site-header:after {
    content: '';
    display: block;
    min-height: inherit;
    font-size: 0; }
  .site-header > .header-logo, .site-header > div, .site-header > nav {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .site-header.page-width {
    padding: 0 15px; }
  .site-header .icons-col {
    font-size: 0px;
    width: 20%;
    max-width: 170px; }
  .site-header .customer-links {
    font-size: 12px;
    text-transform: uppercase; }
    .site-header .customer-links .register {
      text-decoration: underline; }
      .site-header .customer-links .register:hover {
        text-decoration: none; }
  .site-header a.hdicon {
    position: relative;
    color: #5e7183;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 9px; }
    .site-header a.hdicon .ad {
      font-size: 18px; }
      @media only screen and (min-width: 767px) {
        .site-header a.hdicon .ad {
          font-size: 18px; }
          .site-header a.hdicon .ad.ad-user-cir {
            font-size: 22px; } }
  .site-header #CartCount {
    position: absolute;
    background: #000000;
    color: #ffffff;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 17px;
    font-size: 11px;
    right: -7px;
    top: -3px; }
  .site-header .mbl-wl {
    text-align: center; }
    .site-header .mbl-wl a {
      text-decoration: underline; }
      .site-header .mbl-wl a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .site-header {
      padding-left: 15px;
      padding-right: 15px;
      min-height: 50px; }
      .site-header .mobile-nav, .site-header .icons-col {
        max-width: 75px; } }
  @media only screen and (max-width: 766px) {
    .site-header {
      padding: 0 15px; } }

#settingsBox, #cart-drawer, #searchPopup {
  color: #050000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#settingsBox {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 300px;
  position: absolute;
  top: 130%;
  right: 15px;
  z-index: 99; }
  #settingsBox .ttl {
    font-size: 12px;
    margin: 20px 0 10px;
    display: block;
    letter-spacing: 0.2px; }
  #settingsBox .btn, #settingsBox .stamped-container .stamped-summary-actions-newreview, .stamped-container #settingsBox .stamped-summary-actions-newreview,
  #settingsBox .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container #settingsBox .stamped-summary-actions-newquestion, #settingsBox .stamped-container #stamped-button-submit, .stamped-container #settingsBox #stamped-button-submit,
  #settingsBox .stamped-container .stamped-file-uploader-btn,
  .stamped-container #settingsBox .stamped-file-uploader-btn {
    width: 100%; }
  #settingsBox.active {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  #settingsBox .logout-link {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

.currency-picker .selected-currency {
  display: none; }

.cnrLangList li {
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer; }
  .cnrLangList li a {
    color: #000000;
    display: block;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.6;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .cnrLangList li a:hover {
      opacity: 1; }
  .cnrLangList li.selected a, .cnrLangList li a.weglot-link--active {
    color: #f04343;
    border: 1px solid #f04343;
    opacity: 1; }

#cart-drawer {
  padding: 15px;
  width: 90%;
  max-width: 320px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 555; }
  #cart-drawer > h4, #cart-drawer > .h4 {
    color: #050000;
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px; }
  #cart-drawer .close-cart {
    color: #050000;
    font-size: 20px;
    float: right;
    margin: -7px -4px 0 0;
    opacity: 0.6; }
  #cart-drawer .remove {
    color: #050000;
    opacity: 0.5; }
  #cart-drawer .btn, #cart-drawer .stamped-container .stamped-summary-actions-newreview, .stamped-container #cart-drawer .stamped-summary-actions-newreview,
  #cart-drawer .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container #cart-drawer .stamped-summary-actions-newquestion, #cart-drawer .stamped-container #stamped-button-submit, .stamped-container #cart-drawer #stamped-button-submit,
  #cart-drawer .stamped-container .stamped-file-uploader-btn,
  .stamped-container #cart-drawer .stamped-file-uploader-btn, #cart-drawer .cart_tearm {
    width: 100%; }
  #cart-drawer .cart_tearm label {
    display: inline; }
  #cart-drawer.active {
    right: 0; }
  #cart-drawer .cartDWcheckout {
    margin-top: 20px; }

.mini-products-list .grid {
  margin: 0; }
  .mini-products-list .grid .grid__item {
    padding: 0; }
  .mini-products-list .grid .product-details {
    padding-left: 15px; }
.mini-products-list .buttonSet {
  border-bottom: 0; }
.mini-products-list li {
  padding: 15px 0;
  line-height: normal;
  border-top: 1px solid #eeeeee; }
  .mini-products-list li .pName {
    color: #050000;
    white-space: normal;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    margin-right: 20px; }
  .mini-products-list li .vropts {
    color: #050000;
    opacity: 0.6;
    padding: 5px 0; }
  .mini-products-list li .product-details {
    text-align: left; }
  .mini-products-list li .remove {
    float: right;
    padding: 7px;
    margin: -7px -7px 0 0; }
  .mini-products-list li.cart-subtotal-row {
    padding: 10px 0;
    margin-bottom: 0; }
  .mini-products-list li ul {
    margin: 0 0 5px;
    padding: 0; }
    .mini-products-list li ul li {
      border: 0 none;
      padding: 0; }

.all-items-in-cart {
  width: 108px;
  height: 28px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #1d262e; }

.all-items-in-cart .text-style-1 {
  font-size: 16px;
  color: #f37223; }

#searchPopup {
  width: 100%;
  padding: 40px 50px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1); }
  #searchPopup.active {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #searchPopup h4, #searchPopup .h4 {
    color: #050000; }
  #searchPopup .closeSearch {
    color: #050000;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px; }
  #searchPopup .input-group {
    border-bottom: 1px solid #eeeeee; }
  #searchPopup .search__input, #searchPopup .search__input::-webkit-input-placeholder {
    color: #050000;
    padding: 5px 0;
    background: none;
    border: 0 none; }
  #searchPopup input.search__input {
    border: none; }
  #searchPopup .btn, #searchPopup .stamped-container .stamped-summary-actions-newreview, .stamped-container #searchPopup .stamped-summary-actions-newreview,
  #searchPopup .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container #searchPopup .stamped-summary-actions-newquestion, #searchPopup .stamped-container #stamped-button-submit, .stamped-container #searchPopup #stamped-button-submit,
  #searchPopup .stamped-container .stamped-file-uploader-btn,
  .stamped-container #searchPopup .stamped-file-uploader-btn {
    color: #050000;
    opacity: 0.5;
    padding: 0;
    border: 0 none;
    background: none; }
  @media only screen and (max-width: 766px) {
    #searchPopup {
      padding: 15px 20px; }
      #searchPopup .closeSearch {
        top: 0px;
        right: 10px; } }

.search-results {
  list-style-type: none;
  width: 100%;
  max-width: 100%;
  margin: 0 -5px;
  padding: 10px 0 0; }
  .search-results li {
    float: left;
    vertical-align: top;
    width: 25%;
    margin: 0;
    padding: 5px; }
    .search-results li:nth-child(4n+1) {
      clear: both; }
  .search-results a {
    color: #050000;
    display: table;
    width: 100%;
    text-decoration: none; }
    .search-results a:hover {
      color: #050000;
      opacity: 1;
      background-color: #f2f2f2; }
  .search-results .img {
    display: table-cell;
    width: 60px;
    padding: 5px;
    vertical-align: middle; }
    .search-results .img img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 50px; }
  .search-results .details {
    padding: 5px;
    line-height: 1.2;
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  .search-results .price {
    display: block;
    font-weight: 700;
    margin-top: 5px; }
  @media only screen and (max-width: 766px) {
    .search-results li {
      width: 50%; }
      .search-results li:nth-child(2n+1) {
        clear: both; }
    .search-results .img {
      width: 40px;
      padding: 5px;
      vertical-align: middle;
      height: 40px; } }

.template-search .section-header {
  margin-top: 35px; }

/* ===========================================================
   Site Nav and Dropdowns 
* ====================================================s=======*/
@media only screen and (min-width: 1025px) {
  #siteNav {
    position: relative; }
    #siteNav.hidearrow .ad-angle-down-l {
      display: none; }
    #siteNav .ad-angle-down-l {
      margin: 0 0 3px 3px;
      font-size: 22px;
      font-weight: bold;
      color: #5e7183; }
    #siteNav.left {
      text-align: left; }
    #siteNav.center {
      text-align: center; }
    #siteNav.right {
      text-align: right; }
    #siteNav.large > li > a {
      line-height: 55px; }
    #siteNav a {
      text-decoration: none;
      letter-spacing: 0.02em;
      display: block;
      opacity: 1;
      -webkit-font-smoothing: antialiased; }
    #siteNav .lbl {
      color: #ffffff;
      font-size: 10px;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      display: inline-block;
      padding: 2px 4px;
      background-color: #f00;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      position: relative;
      vertical-align: middle; }
      #siteNav .lbl:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 3px;
        left: -7px;
        border: 4px solid transparent;
        border-right-color: #f00; }
      #siteNav .lbl.nm_label1 {
        background-color: #ff0000; }
        #siteNav .lbl.nm_label1:after {
          border-right-color: #ff0000; }
      #siteNav .lbl.nm_label2 {
        background-color: #1cb5b5; }
        #siteNav .lbl.nm_label2:after {
          border-right-color: #1cb5b5; }
      #siteNav .lbl.nm_label3 {
        background-color: #7fbf10; }
        #siteNav .lbl.nm_label3:after {
          border-right-color: #7fbf10; }
      #siteNav .lbl.nm_label4 {
        background-color: #d0a306; }
        #siteNav .lbl.nm_label4:after {
          border-right-color: #d0a306; }
      #siteNav .lbl.nm_label5 {
        background-color: #af4de2; }
        #siteNav .lbl.nm_label5:after {
          border-right-color: #af4de2; }
    #siteNav > li {
      display: inline-block;
      text-align: left;
      margin-right: 10px; }
      #siteNav > li.ctsize, #siteNav > li.dropdown {
        position: relative; }
      #siteNav > li > a {
        color: #1e262e;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        line-height: 40px;
        padding: 0 15px; }
        #siteNav > li > a:hover, #siteNav > li > a.active {
          color: #f37223; }
        #siteNav > li > a .lbl {
          border-radius: 3px;
          position: absolute;
          top: -6px;
          left: 50%; }
          #siteNav > li > a .lbl:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            bottom: -5px;
            left: 4px;
            border: 5px solid transparent;
            border-left-color: #f00; }
          #siteNav > li > a .lbl.nm_label1:after {
            border-left-color: #ff0000;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label2:after {
            border-left-color: #1cb5b5;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label3:after {
            border-left-color: #7fbf10;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label4:after {
            border-left-color: #d0a306;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label5:after {
            border-left-color: #af4de2;
            border-right: 0 none; }
      #siteNav > li:hover > a {
        color: #f37223; }
      #siteNav > li:hover > .megamenu, #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: visible; }
    #siteNav div.megamenu {
      opacity: 0;
      visibility: hidden;
      padding: 20px 30px 0;
      margin: 0;
      position: absolute;
      top: 150%;
      z-index: 999;
      max-height: 600px;
      overflow: auto;
      background-color: #ffffff;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      -ms-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      #siteNav div.megamenu.mmfull {
        width: 100%;
        left: 0; }
      #siteNav div.megamenu.left {
        left: -17px; }
      #siteNav div.megamenu.center {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      #siteNav div.megamenu.right {
        right: -17px; }
      #siteNav div.megamenu li.lvl-1 {
        margin-bottom: 25px; }
        #siteNav div.megamenu li.lvl-1 a.lvl-1 {
          text-transform: uppercase;
          color: #000000;
          padding: 0 0 15px;
          font-weight: 600;
          font-size: 14px; }
          #siteNav div.megamenu li.lvl-1 a.lvl-1:hover {
            color: #f37223; }
            #siteNav div.megamenu li.lvl-1 a.lvl-1:hover[href="#"] {
              color: #000000;
              cursor: default; }
          #siteNav div.megamenu li.lvl-1 a.lvl-1 .title {
            display: block; }
          #siteNav div.megamenu li.lvl-1 a.lvl-1:only-child {
            font-size: 16px;
            text-transform: none; }
        #siteNav div.megamenu li.lvl-1 li .site-nav {
          color: #444444;
          padding: 3px 0;
          font-weight: 400; }
          #siteNav div.megamenu li.lvl-1 li .site-nav:before {
            content: "";
            display: inline-block;
            width: 0px;
            height: 2px;
            vertical-align: middle;
            background-color: #f37223;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          #siteNav div.megamenu li.lvl-1 li .site-nav:hover {
            color: #f37223; }
            #siteNav div.megamenu li.lvl-1 li .site-nav:hover:before {
              width: 5px;
              margin-right: 3px; }
      #siteNav div.megamenu .productCol {
        text-align: center; }
        #siteNav div.megamenu .productCol.lvl-1 {
          margin: 0; }
        #siteNav div.megamenu .productCol .grid-view-item {
          padding: 0;
          box-shadow: none;
          border: 0 none; }
          #siteNav div.megamenu .productCol .grid-view-item .spr-badge, #siteNav div.megamenu .productCol .grid-view-item .wishlist {
            display: none; }
        #siteNav div.megamenu .productCol .grid-view-item__title, #siteNav div.megamenu .productCol .grid-view-item__meta {
          color: #000000;
          padding: 0;
          margin: 0; }
      #siteNav div.megamenu .grid__item {
        margin-bottom: 0; }
      #siteNav div.megamenu.style1 .imageCol img {
        margin-bottom: 30px; }
      #siteNav div.megamenu.style2 {
        padding: 0; }
        #siteNav div.megamenu.style2 .prColumn, #siteNav div.megamenu.style2 .mmftcolumn {
          padding: 20px;
          width: auto;
          vertical-align: top; }
        #siteNav div.megamenu.style2 .prColumn .grid {
          margin-left: -15px; }
        #siteNav div.megamenu.style2 .prColumn .grid__item {
          padding-left: 15px; }
        #siteNav div.megamenu.style2 .grid-view-item {
          margin-bottom: 15px;
          line-height: 1.2; }
          #siteNav div.megamenu.style2 .grid-view-item .grid-view-item__meta {
            margin-top: 5px; }
        #siteNav div.megamenu.style2 .mmftcolumn {
          text-align: center; }
          #siteNav div.megamenu.style2 .mmftcolumn img {
            width: 100%; }
      #siteNav div.megamenu.style3 .grid__item .lvl-1 img {
        margin-bottom: 10px; }
      #siteNav div.megamenu.style4 {
        background-repeat: no-repeat;
        background-size: auto 100%; }
      #siteNav div.megamenu.style5 .grid__item {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px; }
        #siteNav div.megamenu.style5 .grid__item.lvl-1 {
          margin-bottom: 20px; }
      #siteNav div.megamenu.style5 .lvl-1 a.lvl-1 {
        position: relative; }
      #siteNav div.megamenu.style5 a {
        display: block; }
      #siteNav div.megamenu.style5 .imgOver {
        display: block;
        padding: 5px 0 10px; }
      #siteNav div.megamenu.style5 .below {
        padding: 10px 0 0; }
      #siteNav div.megamenu.style5 .over .imgOver {
        padding: 10px 15px;
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        bottom: 20px;
        background-color: #ffffff; }
    #siteNav ul.dropdown, #siteNav ul.dropdown ul {
      border: 1px solid #eeeeee;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      width: 240px;
      position: absolute;
      top: 59px;
      left: -17px;
      z-index: 999;
      background-color: #ffffff;
      box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
      -ms-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #siteNav ul.dropdown {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
      #siteNav ul.dropdown li {
        border-top: 1px solid #eeeeee;
        position: relative; }
        #siteNav ul.dropdown li:first-child {
          border: 0 none; }
        #siteNav ul.dropdown li a {
          color: #444444;
          font-weight: 400;
          padding: 8px 5px;
          background-color: #ffffff; }
          #siteNav ul.dropdown li a:hover {
            color: #000000;
            background-color: #fafafa;
            padding-left: 10px; }
          #siteNav ul.dropdown li a .ad {
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 12px; }
        #siteNav ul.dropdown li ul {
          top: 10px;
          left: 100%; }
        #siteNav ul.dropdown li:hover > ul {
          top: -10px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1279px) {
        #siteNav > li > a {
          padding: 0 10px; } }
@media only screen and (max-width: 1024px) {
  body {
    position: relative;
    left: 0;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  body.menuOn {
    left: 270px; }
    body.menuOn .modalOverly {
      display: block;
      opacity: 0.3; }

  .mobile-nav-wrapper {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .mobile-nav-wrapper.active {
      left: 0;
      opacity: 1;
      visibility: visible; }
    .mobile-nav-wrapper .closemobileMenu {
      color: #000;
      font-size: 13px;
      padding: 8px 10px;
      background-color: #eee;
      cursor: pointer; }
      .mobile-nav-wrapper .closemobileMenu .ad {
        font-size: 18px; }

  #MobileNav {
    height: calc(100% - 36px);
    padding-bottom: 10px;
    overflow: auto; }
    #MobileNav li {
      border-top: 1px solid #eeeeee;
      position: relative; }
      #MobileNav li.grid__item {
        float: none;
        padding: 0; }
      #MobileNav li a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 10px 45px 10px 10px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        #MobileNav li a .ad {
          color: #333333;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: center;
          text-align: right;
          padding-right: 15px; }
      #MobileNav li .lbl {
        color: #ffffff;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        padding: 2px 4px;
        border-radius: 3px;
        background-color: #f00;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        margin-left: 5px;
        position: relative; }
        #MobileNav li .lbl:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 2px;
          left: -9px;
          border: 5px solid transparent;
          border-right-color: #f00; }
        #MobileNav li .lbl.nm_label1 {
          background-color: #ff0000; }
          #MobileNav li .lbl.nm_label1:after {
            border-right-color: #ff0000; }
        #MobileNav li .lbl.nm_label2 {
          background-color: #1cb5b5; }
          #MobileNav li .lbl.nm_label2:after {
            border-right-color: #1cb5b5; }
        #MobileNav li .lbl.nm_label3 {
          background-color: #7fbf10; }
          #MobileNav li .lbl.nm_label3:after {
            border-right-color: #7fbf10; }
        #MobileNav li .lbl.nm_label4 {
          background-color: #d0a306; }
          #MobileNav li .lbl.nm_label4:after {
            border-right-color: #d0a306; }
        #MobileNav li .lbl.nm_label5 {
          background-color: #af4de2; }
          #MobileNav li .lbl.nm_label5:after {
            border-right-color: #af4de2; }
      #MobileNav li ul {
        display: none;
        background-color: #f2f2f2; }
      #MobileNav li li a {
        padding-left: 20px; }
      #MobileNav li li li a {
        padding-left: 30px; }
      #MobileNav li li li li a {
        padding-left: 40px; } }
/* Footer Styles ====================*/
body:not(.template-index) .site-footer {
  margin-top: 20px; }
  @media only screen and (min-width: 767px) {
    body:not(.template-index) .site-footer {
      margin-top: 50px; } }

.site-footer {
  color: #111111;
  background-color: #dfe3e6;
  border-top: 1px solid #ffffff;
  padding: 0; }
  .site-footer .h4 {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.5px;
    margin: 0 0 15px; }
  .site-footer .addressFooter li {
    position: relative;
    margin-bottom: 12px; }
    .site-footer .addressFooter li .ad {
      color: #191c1c;
      font-size: 12px;
      padding-right: 12px;
      min-height: 25px;
      float: left;
      margin-top: 4px;
      text-align: center; }
  .site-footer .addressFooter + .h4 {
    margin: 25px 0 10px; }
  .site-footer .social-icons {
    margin-left: -6px; }
    .site-footer .social-icons a {
      width: -webkit-fill-available;
      text-align: left;
      color: #191c1c;
      font-size: 12px;
      display: inline-block;
      margin-right: 0;
      padding: 0 5px;
      line-height: 28px;
      border-radius: 50%; }
      .site-footer .social-icons a:hover {
        opacity: 0.7; }
      .site-footer .social-icons a .ad {
        font-size: 20px; }
  .site-footer .socialicons .social-icons {
    margin-top: -6px; }
  .site-footer .socialicons .social-icons li {
    display: block;
    text-align: left;
    width: 100%; }
    .site-footer .socialicons .social-icons li .ad {
      width: 18px;
      vertical-align: baseline; }
    .site-footer .socialicons .social-icons li .icon__fallback-text {
      color: #111111;
      overflow: visible;
      height: auto;
      width: auto;
      clip: unset;
      padding-left: 10px;
      font-size: 12px; }
  .site-footer .newsletter .input-group .input-group__field, .site-footer .newsletter .input-group .input-group__btn {
    display: block;
    margin-bottom: 10px;
    border-radius: 0; }
  .site-footer .newsletter .input-group .input-group__field {
    color: #000000;
    background-color: #ffffff; }
  .site-footer .newsletter .input-group .input-group__btn {
    margin: 0; }
  .site-footer .newsletter .input-group .input-group__btn .btn, .site-footer .newsletter .input-group .input-group__btn .stamped-container .stamped-summary-actions-newreview, .stamped-container .site-footer .newsletter .input-group .input-group__btn .stamped-summary-actions-newreview,
  .site-footer .newsletter .input-group .input-group__btn .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .site-footer .newsletter .input-group .input-group__btn .stamped-summary-actions-newquestion, .site-footer .newsletter .input-group .input-group__btn .stamped-container #stamped-button-submit, .stamped-container .site-footer .newsletter .input-group .input-group__btn #stamped-button-submit,
  .site-footer .newsletter .input-group .input-group__btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .site-footer .newsletter .input-group .input-group__btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .site-footer .newsletter .input-group .input-group__btn .stamped-container .stamped-file-uploader-btn,
  .stamped-container .site-footer .newsletter .input-group .input-group__btn .stamped-file-uploader-btn {
    border: 0;
    color: #ffffff;
    background-color: #000000; }
  .site-footer .newsletter .socials {
    margin: 20px 0 0 2px; }
  .site-footer .newsletter .input-group__btn {
    width: 100%; }
  .site-footer .newsletter .wrap-newsletter {
    padding-right: 20px;
    max-width: 450px; }
  .site-footer .newsletter.text-center .wrap-newsletter {
    max-width: 550px;
    margin: 0 auto;
    padding: 0; }
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__field,
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__btn {
      display: table-cell;
      vertical-align: top; }
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__btn {
      width: 100px; }
  .site-footer .instafeed {
    margin-left: -2px; }
    .site-footer .instafeed .insta-img {
      float: left;
      margin: 0 2px 4px; }
    .site-footer .instafeed.im150 .insta-img {
      width: 80px !important; }
    .site-footer .instafeed.im320 .insta-img {
      width: 100px !important; }
  @media only screen and (max-width: 1023px) {
    .site-footer .footer-block__item {
      width: 50%; }
    .site-footer .footer-top .footer-block__item.one-whole.newsletter {
      width: 100%; } }
  @media only screen and (max-width: 766px) {
    .site-footer .footer-block {
      margin: 0; }
    .site-footer .footer-block__item {
      width: 100%;
      padding: 12px 0;
      margin: 0; }
      .site-footer .footer-block__item + .footer-block__item {
        border-top: 1px solid #dddddd; } }
  .site-footer .footer-fw {
    padding: 0 60px; }
    @media only screen and (max-width: 1279px) {
      .site-footer .footer-fw {
        padding: 0 15px; } }
    @media only screen and (max-width: 766px) {
      .site-footer .footer-fw {
        padding: 0 10px; } }

.footer-links li {
  margin-bottom: 7px; }
.footer-links a {
  color: #111111;
  text-decoration: none; }
  .footer-links a:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 3px;
    vertical-align: middle;
    background-color: #111111; }
  .footer-links a:hover {
    opacity: 0.7; }
    .footer-links a:hover:before {
      width: 4px;
      margin-right: 3px; }
@media only screen and (max-width: 1024px) {
  .footer-links:nth-child(2n+1) {
    clear: left; } }
@media only screen and (max-width: 766px) {
  .footer-links .h4 {
    line-height: 20px;
    margin-bottom: 0;
    cursor: pointer; }
    .footer-links .h4:before {
      content: "\ea45";
      font-size: 15px;
      font-family: "adorn-icons";
      float: right; }
    .footer-links .h4.active:before {
      content: "\ea48"; }
  .footer-links ul {
    display: none;
    margin: 10px 0 20px; } }

.footer-top {
  padding-top: 60px;
  padding-bottom: 35px; }
  .footer-top .grid__item {
    padding: 20px 0 0; }
  .footer-top .counter {
    display: none; }
  .footer-top a {
    color: #111111; }
  @media only screen and (max-width: 766px) {
    .footer-top {
      padding-top: 15px;
      padding-bottom: 15px; }
      .footer-top .grid {
        margin: 0; }
      .footer-top .grid__item {
        padding: 15px 5px;
        border-bottom: 1px dotted #eeeeee; }
        .footer-top .grid__item:last-child {
          border: 0 none;
          padding-bottom: 0; } }

.footer-bottom {
  background: #ffffff;
  color: #111111;
  clear: both;
  padding: 15px 0;
  border-top: 1px dotted #eeeeee; }
  .footer-bottom .payment-list__item {
    margin-left: 5px;
    width: 35px; }
  .footer-bottom .paymentCall {
    float: right; }
  .footer-bottom .footer-img img {
    vertical-align: middle; }
  .footer-bottom a {
    color: #111111; }
  .footer-bottom .copyright {
    color: #5e7183; }
  @media only screen and (max-width: 766px) {
    .footer-bottom {
      text-align: center;
      line-height: 1.2; }
      .footer-bottom .text-left {
        text-align: center !important; }
      .footer-bottom .paymentCall {
        text-align: center !important;
        margin-bottom: 15px;
        width: 100%; }
        .footer-bottom .paymentCall ul, .footer-bottom .paymentCall ul li {
          float: none;
          text-align: center; } }

.wrap-blog-inner.left {
  text-align: left; }
.wrap-blog-inner.center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

.blog-right.right {
  float: right; }

.sidebar-blog-post li {
  padding-bottom: 15px; }
.sidebar-blog-post .article-img {
  float: left;
  margin-right: 10px; }
.sidebar-blog-post .article-name {
  line-height: 17px;
  display: block;
  margin-bottom: 5px; }
.sidebar-blog-post .article__date {
  display: block;
  color: #46596c;
  margin: 0; }

.article_featured-image img {
  margin-bottom: 20px; }

.publish-detail {
  margin: 0 0 20px 0; }
  .publish-detail li {
    color: #777;
    list-style: none;
    display: inline-block;
    margin: 0 5px; }
    .publish-detail li .ad {
      font-size: 14px;
      vertical-align: initial;
      margin-right: 5px; }
    .publish-detail li .article__author span {
      color: #111; }

.template-article .section-header {
  margin: 20px 0 30px; }
.template-article .article__tags {
  margin-bottom: 0; }
  .template-article .article__tags span {
    display: inline-block; }
  .template-article .article__tags li {
    display: inline-block; }
.template-article .btn--share .ad {
  font-size: 13px; }
.template-article .article__tags {
  margin-bottom: 15px; }

.article--listing {
  padding-top: 15px;
  margin-bottom: 15px; }

.article__title {
  margin: 7.5px 5px;
  line-height: 26px; }

.article__author {
  margin: 0 5px; }

.article__tags li {
  margin: 0 2px; }
  .article__tags li a {
    text-decoration: underline;
    color: #111;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .article__tags li a:hover {
      text-decoration: none; }

/* ===========================================================
   Blog article grid
 * ===========================================================*/
.article__grid-meta {
  margin-bottom: 30px; }

@media only screen and (max-width: 766px) {
  .article__grid-meta--has-image {
    float: left;
    width: 100%;
    padding-left: 15px; } }
.article__grid-excerpt {
  margin-bottom: 25px; }

.article__grid-image {
  display: block;
  margin-bottom: 30px; }
  .article__grid-image img {
    display: block;
    width: 100%; }
  @media only screen and (max-width: 766px) {
    .article__grid-image {
      margin-bottom: 15px; } }

.infinitpagin {
  clear: both;
  padding-top: 15px;
  text-align: center; }

.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 0.9375em; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      font-size: 12px;
      color: #5a728b;
      height: 35px;
      width: 35px;
      line-height: 35px;
      display: inline-block;
      border: 2px solid #dfe3e6; }
  .pagination li.active a {
    border: 2px solid #57656f;
    color: #1e262e; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 7.5px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.875em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share .ad {
    font-size: 13px;
    vertical-align: initial;
    margin-right: 1px; }
  .btn--share .ad-facebook-official {
    color: #3b5998; }
  .btn--share .ad-twitter-square {
    color: #00aced; }
  .btn--share .ad-pinterest-square {
    color: #cb2027; }
  .btn--share .ad-google-plus-square {
    color: #DD4D42; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

/* ===========================================================
   Modals
 * ===========================================================*/
.modalsCenter, .loadingBox {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modalOverly {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 666;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.loadingBox {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1050; }
  .loadingBox .ad {
    font-size: 40px;
    opacity: 0.7; }

.loading .loadingBox {
  display: block;
  position: fixed; }

.showOverly .modalOverly, .loading .modalOverly {
  display: block; }

.hideOverly .modalOverly {
  display: none; }

.mfpbox {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  position: relative;
  background: white;
  box-shadow: 0 0 20px rgba(30, 38, 46, 0.3); }
  .mfpbox .mfp-close {
    right: 0;
    opacity: 1;
    top: 0;
    color: #1e262e;
    line-height: 30px;
    height: 30px;
    width: 30px; }

.modal p {
  margin-bottom: 10px; }
.modal .modal-prod-img {
  max-width: 100px; }
.modal .modal-prod-name {
  color: #000;
  font-size: 14px;
  padding-right: 20px; }
.modal .buttonSet {
  padding-top: 5px; }
.modal .prod-img {
  float: left;
  margin: 0; }
.modal .prod-detail {
  text-align: left;
  padding: 0 0 0 120px; }
.modal .buttonSet .btn, .modal .buttonSet .stamped-container .stamped-summary-actions-newreview, .stamped-container .modal .buttonSet .stamped-summary-actions-newreview,
.modal .buttonSet .stamped-container .stamped-summary-actions-newquestion,
.stamped-container .modal .buttonSet .stamped-summary-actions-newquestion, .modal .buttonSet .stamped-container #stamped-button-submit, .stamped-container .modal .buttonSet #stamped-button-submit,
.modal .buttonSet .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.stamped-container .modal .buttonSet input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.modal .buttonSet .stamped-container .stamped-file-uploader-btn,
.stamped-container .modal .buttonSet .stamped-file-uploader-btn {
  margin-right: 8px; }

#LoginModal.modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
#LoginModal .password__form-heading, #LoginModal .password__input-group {
  margin-bottom: 20px; }
#LoginModal .last-child {
  margin-bottom: 0; }

.text-link.cancel {
  vertical-align: middle;
  margin: 0 0 10px 10px; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0 !important;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  right: 0; }
  .modal__close .icon {
    font-size: 1.25em; }

.closeDrawer {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.125em; }
  .closeDrawer:hover {
    color: #fff;
    opacity: 0.75; }

#prodNotify {
  color: #000000;
  width: auto;
  max-width: 320px;
  text-align: left;
  padding: 5px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: fixed;
  left: 10px;
  bottom: -200px;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #prodNotify img {
    float: left;
    max-width: 70px;
    max-height: 80px;
    width: auto; }
  #prodNotify .details {
    margin: 0 0 0 75px;
    padding: 5px; }
  #prodNotify a {
    color: #000000; }
  #prodNotify .closeNotify {
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff; }
    #prodNotify .closeNotify .ad {
      font-size: 10px; }
  #prodNotify p {
    font-size: 11px;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #666666; }
  #prodNotify .msg {
    margin-right: 15px; }
  #prodNotify .pname {
    font-size: 13px;
    margin-bottom: 15px; }
  #prodNotify.active {
    visibility: visible;
    opacity: 1;
    bottom: 10px; }

 /* ===========================================================
    Hero slider
* ===========================================================*/
.slideshowOuter {
  padding: 0; }
  .slideshowOuter + .slideshowOuter {
    margin: 0; }

.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  margin-bottom: 0; }
  @media only screen and (min-width: 1025px) {
    .slideshow .btn, .slideshow .stamped-container .stamped-summary-actions-newreview, .stamped-container .slideshow .stamped-summary-actions-newreview,
    .slideshow .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .slideshow .stamped-summary-actions-newquestion, .slideshow .stamped-container #stamped-button-submit, .stamped-container .slideshow #stamped-button-submit,
    .slideshow .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .slideshow input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .slideshow .stamped-container .stamped-file-uploader-btn,
    .stamped-container .slideshow .stamped-file-uploader-btn {
      padding: 9px 20px; } }
  .slideshow .slideshow__link, .slideshow a:hover {
    opacity: 1;
    text-decoration: none; }
  .slideshow .slideshow__slide, .slideshow .slick-list, .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-arrow {
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0.5); }
    .slideshow .slick-arrow:before {
      font-size: 20px; }
    .slideshow .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .slideshow .slick-prev {
    left: 10px; }
  .slideshow .slick-next {
    right: 10px; }
  .slideshow .slick-dots {
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }
  @media only screen and (max-width: 766px) {
    .slideshow .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .slideshow .slick-arrow:before {
        font-size: 16px; } }

.imageSlideshow .slideshow {
  height: auto; }
  .imageSlideshow .slideshow .placeholder-background,
  .imageSlideshow .slideshow .slideshow__image, .imageSlideshow .slideshow .slideshow__link {
    position: static;
    text-align: center; }
    .imageSlideshow .slideshow .placeholder-background img,
    .imageSlideshow .slideshow .slideshow__image img, .imageSlideshow .slideshow .slideshow__link img {
      width: 100%; }

.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 3; }

.slick-initialized .slideshow__image, .no-js .slideshow__image {
  opacity: 1; }
.no-autoplay .slideshow__image {
  opacity: 1; }
@media only screen and (max-width: 766px) {
  .slideshow__image.left, .slideshow__image.leftbottom {
    background-position: 90% 0 !important; }
  .slideshow__image.right, .slideshow__image.rightbottom {
    background-position: 10% 0 !important; } }

.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__text-wrap:after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    top: 50%;
    left: 50%;
    z-index: 5; }
  .slick-initialized .slideshow__text-wrap:after, .no-js .slideshow__text-wrap:after {
    opacity: 0;
    visibility: hidden;
    content: none; }

.wrap-caption {
  display: inline-block;
  padding: 30px; }
  @media only screen and (max-width: 1279px) {
    .wrap-caption {
      padding: 20px; } }

.slideshow__text-content {
  position: absolute;
  max-width: 600px;
  width: 50%;
  top: 50%;
  z-index: 3;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .left .slideshow__text-content {
    left: 7%;
    text-align: left; }
  .leftbottom .slideshow__text-content {
    left: 7%;
    text-align: left;
    bottom: 8%;
    transform: none;
    top: inherit; }
  .right .slideshow__text-content {
    right: 7%;
    text-align: right; }
  .rightbottom .slideshow__text-content {
    right: 7%;
    text-align: right;
    bottom: 8%;
    transform: none;
    top: inherit; }
  .topcenter .slideshow__text-content {
    left: 50%;
    top: 5%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .bottomcenter .slideshow__text-content {
    left: 50%;
    bottom: 5%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .center .slideshow__text-content, .video-text .slideshow__text-content {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  @media only screen and (max-width: 1279px) {
    .left .slideshow__text-content {
      left: 1.5%; }
    .right .slideshow__text-content {
      right: 1.5%; } }
  @media only screen and (max-width: 766px) {
    .slideshow__text-content {
      width: 80%; }
      .left .slideshow__text-content {
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .right .slideshow__text-content {
        right: 50%;
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
      .leftbottom .slideshow__text-content {
        left: 10%; }
      .rightbottom .slideshow__text-content {
        right: 10%; } }
  .slideshow__text-content .btnWrap {
    display: inline-block;
    margin-top: 15px; }
    @media only screen and (min-width: 1025px) {
      .slideshow__text-content .btnWrap {
        margin-top: 30px; } }
  .slideshow__text-content .anim-tru.style1 {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    transform: scale(0.8); }
    .slick-active .slideshow__text-content .anim-tru.style1 {
      opacity: 1;
      transform: scale(1); }
  .slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  .slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 0;
    -ms-transition: 0.8s all 200ms;
    -webkit-transition: 0.8s all 200ms;
    transition: 0.8s all 200ms;
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  .slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 0;
    -ms-transition: 0.7s all 300ms;
    -webkit-transition: 0.7s all 300ms;
    transition: 0.7s all 300ms;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 0;
    -ms-transition: 0.6s all 400ms;
    -webkit-transition: 0.6s all 400ms;
    transition: 0.6s all 400ms;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .slick-active .slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slideshow__text-content .anim-tru.style3 {
    opacity: 0;
    margin-bottom: -30px;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms; }
    .slick-active .slideshow__text-content .anim-tru.style3 {
      opacity: 1;
      margin-bottom: 0; }

.mega-small-title {
  margin: 0;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.2; }

.slideshow__title {
  letter-spacing: normal;
  font-size: 50px;
  line-height: 1.1; }

.slideshow__subtitle {
  margin-top: 10px;
  letter-spacing: normal;
  display: block;
  font-size: 16px;
  line-height: 1.1; }

@media only screen and (max-width: 1279px) {
  .mega-small-title {
    font-size: 11px; }

  .slideshow__title {
    font-size: 40px; }

  .slideshow__subtitle {
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  .mega-small-title {
    font-size: 10px; }

  .slideshow__title {
    font-size: 33px; }

  .slideshow__subtitle {
    font-size: 13px; } }
@media only screen and (max-width: 766px) {
  .mega-small-title {
    font-size: 9px; }

  .slideshow__title {
    font-size: 25px; }

  .slideshow__subtitle {
    font-size: 12px; } }
.product-price__price {
  color: #1e262e; }

s.product-price__price {
  opacity: 0.6;
  margin-right: 4px;
  font-weight: 400; }

.product-price__sale, .product__price--sale {
  color: #f77575; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap; }

.product-price__sold-out {
  font-weight: 700;
  white-space: nowrap; }

.price__unit {
  color: #1e262e;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7; }

.product__policies {
  margin: -23px 0 20px; }

/* ===========================================================
   Module | Filters and Sort toolbar and selection
 * ===========================================================*/
.toolbar {
  display: block;
  vertical-align: middle;
  float: right; }
  @media only screen and (max-width: 1024px) {
    .toolbar {
      float: none; } }

.filters-toolbar-wrapper {
  display: block;
  margin: 15px 0; }
  .filters-toolbar-wrapper .filterBtn {
    display: block;
    width: 320px;
    vertical-align: middle;
    margin-bottom: 15px; }
    .filters-toolbar-wrapper .filterBtn .btn-filter {
      border-radius: 3px;
      text-transform: uppercase;
      padding: 10px 12px;
      line-height: normal;
      height: auto;
      font-size: 14px;
      letter-spacing: 0.5px; }
    .filters-toolbar-wrapper .filterBtn .btn, .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-summary-actions-newreview, .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-summary-actions-newreview,
    .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-summary-actions-newquestion, .filters-toolbar-wrapper .filterBtn .stamped-container #stamped-button-submit, .stamped-container .filters-toolbar-wrapper .filterBtn #stamped-button-submit,
    .filters-toolbar-wrapper .filterBtn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .filters-toolbar-wrapper .filterBtn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-file-uploader-btn,
    .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-file-uploader-btn {
      width: 100%; }
    .filters-toolbar-wrapper .filterBtn .ad {
      font-size: 16px;
      font-weight: 600;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar-wrapper {
      margin-bottom: 15px; }
      .filters-toolbar-wrapper .filterBtn {
        display: block;
        width: 100%; }
        .filters-toolbar-wrapper .filterBtn .btn, .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-summary-actions-newreview, .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-summary-actions-newreview,
        .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-summary-actions-newquestion,
        .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-summary-actions-newquestion, .filters-toolbar-wrapper .filterBtn .stamped-container #stamped-button-submit, .stamped-container .filters-toolbar-wrapper .filterBtn #stamped-button-submit,
        .filters-toolbar-wrapper .filterBtn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .stamped-container .filters-toolbar-wrapper .filterBtn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
        .filters-toolbar-wrapper .filterBtn .stamped-container .stamped-file-uploader-btn,
        .stamped-container .filters-toolbar-wrapper .filterBtn .stamped-file-uploader-btn {
          width: 100%; } }

.filters-toolbar {
  width: 100%; }
  .filters-toolbar select {
    font-size: 16px;
    color: #1e262e;
    height: auto;
    margin: 0;
    border: 1px solid #dfe3e6;
    padding: 5px 18px; }
  .filters-toolbar .change-view {
    font-size: 18px;
    background: none;
    opacity: 0.2;
    border: 0;
    padding: 0 3px; }
  .filters-toolbar .change-view--active {
    opacity: 1; }
  .filters-toolbar .filters-toolbar__item:nth-child(1) {
    width: initial;
    padding-right: 40px; }

.filters-toolbar__item {
  display: table-cell;
  vertical-align: middle; }
  .filters-toolbar__item.filters-toolbar__item--count {
    width: auto;
    text-align: center; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar__item.filters-toolbar__item--count {
      display: none; } }
  .filters-toolbar__item label {
    font-size: 16px;
    color: #5e7183;
    display: inline-block; }

.filters-toolbar__input {
  margin-right: -10px;
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: none;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  opacity: 1; }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__product-count {
  font-size: 0.9375em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar__product-count {
      font-size: 0.875em; } }

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 766px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 766px) {
    .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%; } }

@media only screen and (min-width: 767px) {
  .imgCol.fadeInRight {
    order: 2; } }
.feature-row__image {
  display: block; }

.feature-row__text {
  padding: 20px; }
  .feature-row__text h3, .feature-row__text .h3 {
    font-size: 16px;
    margin-bottom: 15px; }
  .feature-row__text p {
    font-size: 14px; }
  .feature-row__text .row-text {
    padding-left: 20px;
    width: 90%;
    margin: 0 auto; }
    .feature-row__text .row-text.text-center {
      padding: 0 20px; }
  .feature-row__text .featured-row__subtext {
    margin-bottom: 20px; }
  @media only screen and (max-width: 766px) {
    .feature-row__text {
      order: 2;
      padding: 20px 0; }
      .feature-row__text .row-text {
        padding: 0 15px;
        width: 100%; }
      .feature-row__text h3, .feature-row__text .h3 {
        font-size: 0.875em; }
      .feature-row__text p {
        font-size: 0.75em; } }

@media only screen and (max-width: 766px) {
  .medium-up--hide .medium-up--show {
    display: block !important; } }
.hero {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .hero .mega-title {
    font-size: 30px;
    margin: 0;
    line-height: 1.3; }
  .hero .mega-subtitle {
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px; }
  .hero .hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2; }
    .hero .hero__inner span {
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 5px;
      display: inline-block; }
    .hero .hero__inner .wrap-text {
      padding: 20px;
      text-align: center;
      position: relative; }
      .hero .hero__inner .wrap-text:before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        z-index: -1; }
      .hero .hero__inner .wrap-text .btn, .hero .hero__inner .wrap-text .stamped-container .stamped-summary-actions-newreview, .stamped-container .hero .hero__inner .wrap-text .stamped-summary-actions-newreview,
      .hero .hero__inner .wrap-text .stamped-container .stamped-summary-actions-newquestion,
      .stamped-container .hero .hero__inner .wrap-text .stamped-summary-actions-newquestion, .hero .hero__inner .wrap-text .stamped-container #stamped-button-submit, .stamped-container .hero .hero__inner .wrap-text #stamped-button-submit,
      .hero .hero__inner .wrap-text .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .stamped-container .hero .hero__inner .wrap-text input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
      .hero .hero__inner .wrap-text .stamped-container .stamped-file-uploader-btn,
      .stamped-container .hero .hero__inner .wrap-text .stamped-file-uploader-btn {
        margin-top: 25px; }
    @media only screen and (min-width: 767px) {
      .hero .hero__inner .wrap-text {
        max-width: 400px;
        padding: 30px; }
      .hero .hero__inner .center {
        margin: 0 auto; }
      .hero .hero__inner .topleft {
        position: absolute;
        left: 5%;
        top: 10%; }
      .hero .hero__inner .topright {
        position: absolute;
        right: 5%;
        top: 10%; }
      .hero .hero__inner .bottomleft {
        position: absolute;
        left: 5%;
        bottom: 10%; }
      .hero .hero__inner .bottomright {
        position: absolute;
        right: 5%;
        bottom: 10%; }
      .hero .hero__inner .leftcenter {
        float: left; }
      .hero .hero__inner .rightcenter {
        float: right; } }
  .hero .heroSaleTime {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: 20px; }
    .hero .heroSaleTime .counter > span {
      border-radius: 5px;
      font-size: 14px;
      display: inline-block;
      margin: 0 4px;
      padding: 8px 8px 7px; }
      .hero .heroSaleTime .counter > span span {
        display: block;
        font-size: 13px;
        min-width: 40px;
        margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .hero {
      background-attachment: inherit !important;
      background-position: 50% 50% !important; } }
  @media only screen and (max-width: 766px) {
    .hero .mega-title {
      font-size: 1.125em;
      line-height: 1; }
    .hero .mega-subtitle {
      font-size: 0.875em; }
    .hero .hero__inner .wrap-text {
      padding: 20px;
      display: table;
      margin: 0 auto; }
    .hero .heroSaleTime .counter > span {
      margin: 0 1px;
      padding: 3px 5px; }
      .hero .heroSaleTime .counter > span span {
        font-size: 10px;
        min-width: 35px; } }

.quote-wraper {
  padding: 40px; }
  @media only screen and (max-width: 766px) {
    .quote-wraper {
      padding: 20px 0; } }

.quotes-slider blockquote {
  font-weight: 400;
  border: 0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 26px;
  background: none; }
  .quotes-slider blockquote p {
    font-size: 14px; }
.quotes-slider .authour {
  margin-top: 25px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px; }
  .quotes-slider .authour span {
    display: block;
    letter-spacing: 0.03em;
    font-size: 11px;
    font-weight: 400; }
.quotes-slider .slick-prev {
  left: 0; }
.quotes-slider .slick-next {
  right: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #1e262e;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar .sliderbox .grid__item {
  width: 16.66667%;
  display: table; }
  .logo-bar .sliderbox .grid__item .logo-bar__link {
    display: table-cell;
    height: 90px;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: center; }
  .logo-bar .sliderbox .grid__item img {
    max-height: 70px;
    margin: auto; }

.map-section {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .map-section {
      height: 500px; } }
  .map-section .page-width {
    height: 100%; }
  @media only screen and (max-width: 766px) {
    .map-section .map-section__overlay {
      position: absolute;
      left: 0;
      width: auto; } }

.map-section--load-error {
  height: auto; }

.map-section__overlay-wrapper {
  position: relative;
  text-align: center;
  height: 100%; }

.map-section__overlay {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 20px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 767px) {
    .map-section__overlay {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 33.33333%; }
      .ie9 .map-section__overlay {
        top: 10%; } }
  .map-section--load-error .map-section__overlay {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  margin-bottom: -50%; }
  @media only screen and (min-width: 767px) {
    .map-section__container {
      width: 100%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

@media only screen and (max-width: 766px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto; } }
.image-bar__item {
  display: block;
  color: black;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: white; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 225px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media only screen and (min-width: 767px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.7; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center; }

.custom-block .text {
  margin-bottom: 15px; }

.custom-content, .footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media only screen and (max-width: 766px) {
    .custom-content, .footer-block {
      margin-bottom: -10px;
      margin-left: -10px; } }

.custom__item, .footer-block__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 766px) {
    .custom__item, .footer-block__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 10px;
      margin-bottom: 15px; }
      .custom__item.small--one-half, .footer-block__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .custom__item .collection-grid-item, .footer-block__item .collection-grid-item {
    margin-bottom: 0; }

.custom__item .custom-text .rte-setting a {
  text-decoration: underline; }
  .custom__item .custom-text .rte-setting a :hover {
    text-decoration: none; }
.custom__item .text-center .custom-text {
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .custom__item .text-center .custom-text {
      max-width: 80%; }
      .one-whole .custom__item .text-center .custom-text {
        max-width: 70%; } }
.custom__item .grid-view-item {
  margin: 0; }

.custom__item-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 100%; }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.custom__item-inner--text img {
  margin-bottom: 15px; }
.custom__item-inner--text h3, .custom__item-inner--text .h3 {
  line-height: normal;
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .custom__item-inner--text h3.medium, .custom__item-inner--text .medium.h3 {
      font-size: 25px; }
    .custom__item-inner--text h3.large, .custom__item-inner--text .large.h3 {
      font-size: 32px; } }
.custom__item-inner--text .rte-setting + .btn, .custom__item-inner--text .stamped-container .rte-setting + .stamped-summary-actions-newreview, .stamped-container .custom__item-inner--text .rte-setting + .stamped-summary-actions-newreview,
.custom__item-inner--text .stamped-container .rte-setting + .stamped-summary-actions-newquestion,
.stamped-container .custom__item-inner--text .rte-setting + .stamped-summary-actions-newquestion, .custom__item-inner--text .stamped-container .rte-setting + #stamped-button-submit, .stamped-container .custom__item-inner--text .rte-setting + #stamped-button-submit,
.custom__item-inner--text .stamped-container .rte-setting + input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.stamped-container .custom__item-inner--text .rte-setting + input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
.custom__item-inner--text .stamped-container .rte-setting + .stamped-file-uploader-btn,
.stamped-container .custom__item-inner--text .rte-setting + .stamped-file-uploader-btn {
  margin-top: 20px; }

.custom__item-inner--collection {
  position: relative; }
  .custom__item-inner--collection .details {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px; }
    .custom__item-inner--collection .details h3, .custom__item-inner--collection .details .h3 {
      margin: 0;
      background: #fff;
      font-size: 15px;
      display: inline-block;
      padding: 10px 20px; }
  .custom__item-inner--collection .img img {
    width: 100%;
    display: block;
    margin: auto; }

.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

/* ===========================================================
   Avon - style
 * ===========================================================*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9); }

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

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

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

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

.ad-spin {
  animation: ad-spin 1.5s infinite linear;
  -webkit-animation: ad-spin 1.5s infinite linear; }

@keyframes scaleimg {
  0%,100% {
    transform: scale(1); }

  50% {
    transform: scale(1.2); } }

.no-border {
  border: 0; }

.no-text-underline {
  text-decoration: none !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important; }

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0; }

.ttl span {
  display: block; }
.ttl .tt-small {
  font-size: 15px; }
.ttl .tt-big {
  font-size: 23px;
  line-height: 35px; }

#site-scroll {
  color: #fff;
  line-height: 33px;
  cursor: pointer;
  font-size: 20px;
  height: 35px;
  right: 20px;
  position: fixed;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
  bottom: 40px;
  z-index: 444;
  display: none;
  background: #322383; }

.collection-tabs {
  border: 0;
  text-align: center;
  margin-bottom: 30px;
  margin-left: -20px; }
  .collection-tabs li {
    float: none;
    display: inline-block; }
    .collection-tabs li a {
      display: inline-block;
      padding: 0;
      position: relative;
      font-size: 16px;
      letter-spacing: 0.02em;
      color: #2d2c2c; }
      .collection-tabs li a:focus {
        color: #ffffff;
        opacity: 1; }
    .collection-tabs li.active a {
      color: #ffffff; }
    .collection-tabs li.style1 {
      padding: 0 12px; }
      .collection-tabs li.style1 a:hover:after, .collection-tabs li.style1 a:focus:after {
        width: 100%;
        opacity: 1; }
      .collection-tabs li.style1 a:after {
        width: 0;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0); }
      .collection-tabs li.style1.active a:after {
        width: 100%; }
    .collection-tabs li.style2, .collection-tabs li.style3 {
      padding: 5px 15px 4px;
      margin: 0 8px;
      border: 1px solid rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0); }
      .collection-tabs li.style2.active, .collection-tabs li.style3.active {
        border: 1px solid rgba(0, 0, 0, 0);
        background: #333333; }
    .collection-tabs li.style3 {
      border-radius: 30px; }

.tab-container {
  /* Collection page sidebar padding for mobile */ }
  .tab-container .tab-content {
    display: none; }
    .tab-container .tab-content #sizechart {
      display: block !important;
      padding: 10px 0;
      overflow-x: auto;
      width: 100%;
      box-shadow: none;
      max-width: 100%; }
    .tab-container .tab-content ul {
      margin: 0 0 20px 15px; }
      .tab-container .tab-content ul li {
        list-style: disc; }
      .tab-container .tab-content ul.swatches {
        margin-left: 0; }
  .tab-container #tabspaces {
    border-bottom: 0;
    padding: 0; }
  .tab-container #education, .tab-container #health, .tab-container #offices, .tab-container #retail {
    font-weight: normal; }
  .tab-container #education {
    border-bottom: 1px solid #5e7183; }
    .tab-container #education.active {
      border-bottom: none; }
  .tab-container h3#spaces, .tab-container #spaces.h3 {
    padding: 16px 0;
    border-bottom: 1px solid #dfe3e6; }
  @media only screen and (max-width: 1024px) {
    .sidebar_tags .tab-container {
      padding: 10px 10px 0 10px; } }
  .sidebar_tags .tab-container ul {
    margin: 0; }
    .sidebar_tags .tab-container ul li {
      list-style: none; }

.productSlider .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 766px) {
    .productSlider .slick-list {
      margin-left: -5px;
      margin-right: -5px; } }
.productSlider .item {
  padding: 3px 15px; }
  @media only screen and (max-width: 766px) {
    .productSlider .item {
      padding: 0 5px; } }

.collection-columns .column-ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
.collection-columns .product-labels {
  left: 0;
  right: auto; }
  .collection-columns .product-labels .lbl {
    font-size: 10px;
    padding: 1px 3px; }
.collection-columns .grid-view_image {
  float: left;
  width: 33%;
  max-width: 100px; }
.collection-columns .grid-view-item {
  display: flex;
  border: 0;
  box-shadow: none; }
  .collection-columns .grid-view-item .details {
    padding: 0 0 0 15px;
    text-align: left; }
  .collection-columns .grid-view-item .product-review {
    margin-bottom: 0; }

.index-section.imgBanners {
  padding: 10px 0;
  margin-top: -20px; }
  .index-section.imgBanners .sec-ttl {
    margin: 30px 0 -10px; }

.layout-boxed .index-section.imgBanners {
  padding: 10px 15px; }
  .layout-boxed .index-section.imgBanners .fullwidth, .layout-boxed .index-section.imgBanners .page-width {
    padding: 0; }
  @media only screen and (max-width: 766px) {
    .layout-boxed .index-section.imgBanners {
      padding: 5px 10px; } }

.imgBnrOuter .grid {
  margin: 0 -10px; }
  .imgBnrOuter .grid .grid__item:not(.img-bnr) {
    padding: 0; }
.imgBnrOuter .img-bnr {
  text-align: center;
  padding: 10px; }
.imgBnrOuter .inner {
  position: relative;
  overflow: hidden; }
  .imgBnrOuter .inner * {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .imgBnrOuter .inner img {
    display: block;
    width: 100%; }
  .imgBnrOuter .inner .ttl {
    line-height: 25px;
    font-size: 19px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 80%;
    position: absolute; }
  .imgBnrOuter .inner:hover a {
    opacity: 1; }
  .imgBnrOuter .inner:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .imgBnrOuter .inner.topleft .ttl {
    left: 20px;
    top: 20px;
    text-align: left; }
  .imgBnrOuter .inner.topright .ttl {
    right: 20px;
    top: 20px;
    text-align: right; }
  .imgBnrOuter .inner.center .ttl {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .imgBnrOuter .inner.btmleft .ttl {
    left: 20px;
    bottom: 20px;
    text-align: left; }
  .imgBnrOuter .inner.btmright .ttl {
    right: 20px;
    bottom: 20px;
    text-align: right; }
@media only screen and (max-width: 766px) {
  .imgBnrOuter a {
    opacity: 1; } }
@media only screen and (max-width: 599px) {
  .imgBnrOuter .grid .grid__item {
    width: 100%; } }

.store-info {
  justify-content: space-between;
  margin: 0 -20px; }
  .store-info li {
    flex: 1;
    padding: 10px 20px; }
  .store-info h5, .store-info .h5 {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-size: 14px; }
  .store-info .ad {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .store-info a:not(.flex) {
      display: inline-block; } }
  .store-info.style2 li a {
    align-items: center; }
  .store-info.style2 .ad {
    margin: 0 15px 0 0; }
  @media only screen and (max-width: 1024px) {
    .store-info.style2 {
      flex-wrap: wrap; }
      .store-info.style2 li {
        flex: 1 1 50%; } }
  @media only screen and (max-width: 766px) {
    .store-info {
      flex-wrap: wrap;
      flex-direction: column; }
      .store-info li {
        border: 0 !important;
        width: 100%; }
        .store-info li a {
          display: flex; }
        .store-info li .ad {
          margin: 0 15px 0 0;
          font-size: 30px;
          min-width: 30px;
          text-align: center; } }

.simple-text {
  letter-spacing: normal;
  line-height: 1.3; }
  .simple-text a {
    text-decoration: underline; }
  @media only screen and (max-width: 766px) {
    .simple-text {
      font-size: 16px;
      padding: 0 15px; } }

.map-section__overlay {
  background: rgba(255, 255, 255, 0.8); }

.page.section-header {
  border: 1px solid #dfe3e6;
  border-top: none; }
  .page.section-header h1, .page.section-header .h1 {
    margin-bottom: 0;
    padding: 35px 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.giftcard-wrapper {
  padding: 30px 10px;
  background: #f5f5f5;
  text-align: center;
  position: relative; }
  .giftcard-wrapper:before {
    position: absolute;
    content: "";
    border: 1px dashed #adacac;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px; }
  .giftcard-wrapper .h3 {
    letter-spacing: 1px;
    text-transform: uppercase; }
  .giftcard-wrapper .print-link {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: auto;
    margin-top: 5px;
    padding: 2px 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #000; }
    .giftcard-wrapper .print-link:hover {
      text-decoration: none; }

/* ===========================================================
   Product Detail Page
 * ===========================================================*/
.topSpace {
  height: 30px; }

.bredcrumbWrap {
  background: #f9f9f9;
  margin: 0 0 30px; }

.breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px; }
  .breadcrumbs.fullwidth {
    padding: 8px 10px; }
  .breadcrumbs a, .breadcrumbs span {
    color: #444444; }
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    padding: 0 3px 0 0;
    margin-right: 3px;
    font-size: 12px; }
    .breadcrumbs a:first-child, .breadcrumbs span:first-child {
      padding-left: 0; }

.sprnav {
  color: #1e262e;
  font-size: 12px;
  line-height: 1.2;
  max-width: 200px;
  padding: 5px;
  opacity: 0.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 45%;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .sprnav.prev {
    left: -130px; }
  .sprnav.next {
    right: -130px; }
  .sprnav > span {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .sprnav span.img {
    width: 60px; }
    .sprnav span.img img {
      display: block; }
  .sprnav .details {
    width: 125px;
    padding: 5px; }
    .sprnav .details span {
      display: block;
      margin-top: 7px; }
  .sprnav:hover {
    color: #1e262e;
    opacity: 1; }
    .sprnav:hover.prev {
      left: 0; }
    .sprnav:hover.next {
      right: 0; }

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

h1.product-single__title, .product-single__title.h1 {
  color: #1e262e;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 1024px) {
    h1.product-single__title, .product-single__title.h1 {
      font-size: 32px; } }

h2.product-single__title, .product-single__title.h2, div.product-single__title[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .product-single__title.stamped-summary-text-1 {
  margin: 5px 0 8px; }

.product-single__price {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }
  .product-single__price s.product-price__price {
    color: #000;
    font-size: 28px;
    margin-right: 0; }
  .product-single__price .product-price__sale {
    color: #e95144; }
  .product-single__price .product-price__units {
    font-size: 16px;
    font-weight: normal; }
  @media only screen and (max-width: 766px) {
    .product-single__price {
      display: block;
      font-size: 24px; }
      .product-single__price s.product-price__price {
        font-size: 26px; } }

.discount-badge {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  font-size: 16px; }
  .discount-badge .off {
    color: #e95144; }

.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px 0; }

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 5px; }
  .product-form__item label {
    display: block; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__input {
  display: block;
  width: 100%;
  margin: 0; }

.product-single__description {
  margin-bottom: 10px; }
  .product-single__description ul {
    text-align: left; }

.slVariant {
  min-width: 40px;
  display: inline-block;
  color: #1e262e; }

.hidedropdown .selector-wrapper {
  display: none; }

.product-form .swatch {
  margin-bottom: 15px;
  width: 100%; }
  .product-form .swatch label {
    display: block; }
    .product-form .swatch label.header {
      margin-bottom: 8px;
      color: #5e7183; }
      .product-form .swatch label.header.edge {
        color: #f37223; }
        .product-form .swatch label.header.edge .ad-question-circle {
          cursor: pointer; }
          .product-form .swatch label.header.edge .ad-question-circle:before {
            content: '\e9e0';
            display: block;
            margin: 0 5px 3px; }
  .product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; }

.swatch-element {
  display: inline-block;
  margin: 0 4px 5px 0;
  position: relative; }
  .swatch-element .swatchInput {
    display: none; }
    .swatch-element .swatchInput + .swatchLbl {
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      text-transform: none;
      display: inline-block;
      margin: 0;
      width: 30px;
      height: 30px;
      overflow: hidden;
      text-align: center;
      background-color: #fff;
      padding: 0 10px;
      border-radius: 0;
      border: 1px solid #dfe3e6;
      box-shadow: none; }
      .swatch-element .swatchInput + .swatchLbl.rounded {
        border-radius: 20px; }
      .swatch-element .swatchInput + .swatchLbl.rounded_rectangle {
        border-radius: 3px; }
      .swatch-element .swatchInput + .swatchLbl.square-only {
        border-radius: 0; }
      .swatch-element .swatchInput + .swatchLbl.color {
        width: 30px;
        padding: 0;
        height: 30px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 100% auto; }
        .swatch-element .swatchInput + .swatchLbl.color.medium {
          width: 50px;
          height: 50px; }
        .swatch-element .swatchInput + .swatchLbl.color.large {
          width: 70px;
          height: 70px; }
        .swatch-element .swatchInput + .swatchLbl.color.rounded, .swatch-element .swatchInput + .swatchLbl.color.rounded_rectangle {
          border-radius: 50%; }
      .swatch-element .swatchInput + .swatchLbl.size {
        min-width: 35px;
        min-height: 35px;
        width: auto;
        box-shadow: none;
        line-height: 34px; }
        .swatch-element .swatchInput + .swatchLbl.size:before {
          display: none; }
        .swatch-element .swatchInput + .swatchLbl.size.edge, .swatch-element .swatchInput + .swatchLbl.size.pattern {
          display: flex;
          align-items: center; }
          .swatch-element .swatchInput + .swatchLbl.size.edge img, .swatch-element .swatchInput + .swatchLbl.size.pattern img {
            height: 14px;
            margin-right: 5px; }
          .swatch-element .swatchInput + .swatchLbl.size.edge .label, .swatch-element .swatchInput + .swatchLbl.size.pattern .label {
            line-height: 1.3; }
        .swatch-element .swatchInput + .swatchLbl.size.pattern .label {
          margin: 0 19px; }
    .swatch-element .swatchInput:checked + .swatchLbl {
      border: 2px solid #f37223; }
      .swatch-element .swatchInput:checked + .swatchLbl.color {
        border: 2px solid #fff;
        box-shadow: 0 0 0 2px #f37223; }
      .swatch-element .swatchInput:checked + .swatchLbl.size {
        line-height: 32px; }
  .swatch-element .tooltip-label {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%); }
    .swatch-element .tooltip-label:before {
      border-top: 5px solid #5e7183;
      bottom: -9px;
      left: 50%;
      margin-left: -5px; }
  @media only screen and (min-width: 767px) {
    .swatch-element:hover .tooltip-label {
      opacity: 1;
      bottom: 110%;
      visibility: visible; } }
  .swatch-element.soldout {
    opacity: 0.5;
    text-decoration: line-through; }
    .swatch-element.soldout .swatchLbl {
      text-decoration: line-through;
      cursor: no-drop; }
      .swatch-element.soldout .swatchLbl.color:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/soldout.png?v=2375451239186013339) no-repeat 50% 50%/cover; }

.product-single.home .product-single__title {
  margin-bottom: 10px; }
.product-single.home .prInfoRow {
  margin-bottom: 20px; }
.product-single.home .infolinks {
  width: auto; }
  .product-single.home .infolinks .btn, .product-single.home .infolinks .stamped-container .stamped-summary-actions-newreview, .stamped-container .product-single.home .infolinks .stamped-summary-actions-newreview,
  .product-single.home .infolinks .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .product-single.home .infolinks .stamped-summary-actions-newquestion, .product-single.home .infolinks .stamped-container #stamped-button-submit, .stamped-container .product-single.home .infolinks #stamped-button-submit,
  .product-single.home .infolinks .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .product-single.home .infolinks input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .product-single.home .infolinks .stamped-container .stamped-file-uploader-btn,
  .stamped-container .product-single.home .infolinks .stamped-file-uploader-btn {
    margin: 0; }
@media only screen and (max-width: 766px) {
  .product-single.home > .grid__item {
    display: block; } }

#product-swatch-modal.modal .modal__close {
  position: absolute;
  top: 10px;
  right: 10px; }
  #product-swatch-modal.modal .modal__close:before {
    content: '\eb41';
    display: block;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer; }
#product-swatch-modal.modal .modal__head {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe3e6; }
  #product-swatch-modal.modal .modal__head .dots {
    text-align: center;
    margin-bottom: 20px; }
    #product-swatch-modal.modal .modal__head .dots .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #dfe3e6;
      border-radius: 50%;
      display: inline-block; }
      #product-swatch-modal.modal .modal__head .dots .dot.active {
        background-color: #5e7183; }
  #product-swatch-modal.modal .modal__head .slide-control {
    display: flex;
    align-items: center; }
  #product-swatch-modal.modal .modal__head .slide-title-container {
    text-align: left;
    font-size: 16px;
    color: #5e7183; }
    @media only screen and (max-width: 766px) {
      #product-swatch-modal.modal .modal__head .slide-title-container {
        font-size: 14px; } }
  #product-swatch-modal.modal .modal__head .slide-title-dir {
    font-weight: bold; }
  #product-swatch-modal.modal .modal__head .slick-arrow {
    position: static;
    display: block;
    width: 30px;
    height: 30px;
    padding: 10px 0 8px 0;
    transform: translateY(0%); }
    #product-swatch-modal.modal .modal__head .slick-arrow:before {
      display: block;
      margin-top: -6px;
      color: #fff;
      font-size: 14px;
      opacity: 1; }
    #product-swatch-modal.modal .modal__head .slick-arrow.slick-next {
      margin: 0 10px; }
#product-swatch-modal.modal .modal__body {
  height: 100%; }

.product-swatch-modal--container {
  position: relative;
  width: 660px;
  height: 700px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px 30px 30px; }
  @media only screen and (max-width: 766px) {
    .product-swatch-modal--container {
      width: 90%;
      height: calc(90vw + 80px);
      padding: 20px; } }

.product-swatch-modal__slide {
  max-width: 100%;
  height: 100%; }
  .product-swatch-modal__slide .slideshow__image {
    display: block;
    width: 100%;
    height: auto; }

.product-swatch-modal__slide-item {
  display: inline-block; }

#product-qty-estimator-modal.modal.modal--is-active {
  top: 0;
  left: 0; }
#product-qty-estimator-modal.modal .modal__close {
  position: absolute;
  top: 10px;
  right: 10px; }
  #product-qty-estimator-modal.modal .modal__close:before {
    content: '\eb41';
    display: block;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer; }
#product-qty-estimator-modal.modal .modal__body {
  max-height: calc(90vh - 80px - 200px);
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (max-width: 766px) {
    #product-qty-estimator-modal.modal .modal__body {
      height: 100%;
      max-height: none; } }
#product-qty-estimator-modal.modal .title {
  margin-bottom: 10px; }
#product-qty-estimator-modal.modal p {
  color: #5e7183; }
#product-qty-estimator-modal.modal .estimation-option {
  display: flex;
  margin: 20px 0; }
#product-qty-estimator-modal.modal .estimation-option-label {
  margin-right: 20px; }
  #product-qty-estimator-modal.modal .estimation-option-label:last-of-type {
    margin-right: 0; }
#product-qty-estimator-modal.modal label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer; }
  #product-qty-estimator-modal.modal label .checkmark {
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: 0;
    border: 1px solid #f37223; }
  #product-qty-estimator-modal.modal label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #product-qty-estimator-modal.modal label input[type="radio"] ~ .checkmark {
    border-radius: 50%; }
    #product-qty-estimator-modal.modal label input[type="radio"] ~ .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 2px;
      left: 2px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #f37223; }
  #product-qty-estimator-modal.modal label input[type="radio"]:checked ~ .checkmark:after {
    display: block; }
#product-qty-estimator-modal.modal .add-btn-container button, #product-qty-estimator-modal.modal .estimation-input-list-item button {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #1cacda;
  letter-spacing: 1px; }
#product-qty-estimator-modal.modal .add-btn-container .ad, #product-qty-estimator-modal.modal .estimation-input-list-item .ad {
  font-size: 24px;
  margin: 0 5px 2px 0; }
#product-qty-estimator-modal.modal .remove-btn-container {
  width: 24px;
  height: 24px;
  margin-left: 10px; }
#product-qty-estimator-modal.modal .estimation-input-list {
  margin-top: 15px; }
#product-qty-estimator-modal.modal .estimation-input-list-label span, #product-qty-estimator-modal.modal .estimation-input-list-item input {
  flex: 1;
  margin-right: 30px; }
  #product-qty-estimator-modal.modal .estimation-input-list-label span:last-of-type, #product-qty-estimator-modal.modal .estimation-input-list-item input:last-of-type {
    margin-right: 0; }
  @media only screen and (max-width: 766px) {
    #product-qty-estimator-modal.modal .estimation-input-list-label span, #product-qty-estimator-modal.modal .estimation-input-list-item input {
      margin-right: 20px;
      font-size: 16px; }
      #product-qty-estimator-modal.modal .estimation-input-list-label span:last-of-type, #product-qty-estimator-modal.modal .estimation-input-list-item input:last-of-type {
        margin-right: 0; } }
#product-qty-estimator-modal.modal .estimation-input-list-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px; }
#product-qty-estimator-modal.modal .estimation-input-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  #product-qty-estimator-modal.modal .estimation-input-list-item input {
    width: 0;
    margin-bottom: 0;
    border-radius: 3px; }
    #product-qty-estimator-modal.modal .estimation-input-list-item input:invalid {
      box-shadow: none; }
  #product-qty-estimator-modal.modal .estimation-input-list-item:last-of-type {
    margin-bottom: 0; }
#product-qty-estimator-modal.modal .calculate-btn {
  width: 170px;
  margin-top: 20px; }
  @media only screen and (max-width: 766px) {
    #product-qty-estimator-modal.modal .calculate-btn {
      width: 100%; } }
#product-qty-estimator-modal.modal hr {
  margin: 20px 0; }
#product-qty-estimator-modal.modal .result-quantity {
  display: flex;
  align-items: center; }
  #product-qty-estimator-modal.modal .result-quantity .estimated-quantity {
    font-size: 32px;
    font-weight: bold; }
  #product-qty-estimator-modal.modal .result-quantity .update-quantity-btn {
    margin-left: 20px;
    text-decoration: underline; }
    @media only screen and (max-width: 766px) {
      #product-qty-estimator-modal.modal .result-quantity .update-quantity-btn {
        font-size: 16px; } }

.product-qty-estimator-modal--container {
  position: relative;
  width: 710px;
  min-height: 550px;
  max-height: calc(90vh - 80px - 100px);
  overflow: hidden;
  background-color: #fff;
  padding: 50px 50px 30px 50px; }
  @media only screen and (max-width: 766px) {
    .product-qty-estimator-modal--container {
      width: 100%;
      height: 100vh;
      max-height: none;
      padding: 50px 15px 15px 15px; } }

.group-prod > li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #dfe3e6; }
  .group-prod > li .img {
    width: 70px;
    font-size: 0; }
  .group-prod > li .details {
    padding: 0 0 10px 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
.group-prod .product-name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  width: 100%; }
.group-prod .gprvrAct {
  color: #1e262e;
  font-size: 13px;
  padding: 7px 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dddddd; }
  .group-prod .gprvrAct span {
    margin-right: 15px; }
  .group-prod .gprvrAct .ad {
    right: 10px;
    top: 8px;
    position: absolute; }
.group-prod .gpprVariants {
  position: relative;
  margin-right: 10px; }
  .group-prod .gpprVariants ul {
    z-index: 11;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #dddddd;
    border-top: 0;
    width: 100%;
    display: none;
    background-color: #ffffff; }
    .group-prod .gpprVariants ul li {
      cursor: pointer;
      padding: 5px 10px; }
      .group-prod .gpprVariants ul li:hover {
        background-color: rgba(30, 38, 46, 0.05); }
.group-prod .qtyField {
  width: 91px;
  background-color: #ffffff; }
  .group-prod .qtyField .gprQty {
    padding: 0 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    border-radius: 0; }
  .group-prod .qtyField .qty {
    line-height: 32px;
    height: 32px;
    width: 35px; }
  .group-prod .qtyField .ad {
    font-size: 12px; }
.group-prod .money {
  line-height: 33px;
  margin-right: 10px; }
.group-prod .gpprVariants .money {
  line-height: inherit; }

.gpr-form-cart {
  width: 100%;
  margin-bottom: 20px; }

.shopWrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9); }
  .shopWrapper #shopify-section-quickshop > div {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .shopWrapper .swatch-element .swatchInput + .swatchLbl {
    border-radius: 0; }
    .shopWrapper .swatch-element .swatchInput + .swatchLbl.color {
      width: 30px;
      height: 30px; }
    .shopWrapper .swatch-element .swatchInput + .swatchLbl.size {
      min-width: 30px;
      min-height: 30px;
      line-height: 26px;
      width: auto; }
  .shopWrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 555; }
  .shopWrapper .product-form__item--quantity {
    display: none; }
  .shopWrapper .product-single__price {
    width: 100%;
    font-size: 14px;
    margin: 15px 0; }
    .shopWrapper .product-single__price .product-price__price {
      font-weight: 600; }
  .shopWrapper .product-form__item--submit button .ad {
    margin-right: 12px;
    margin-bottom: 4px;
    font-weight: 700; }
  @media only screen and (max-width: 766px) {
    .shopWrapper .product-form__item--submit button {
      font-size: 15px; }
      .shopWrapper .product-form__item--submit button .ad {
        display: none; } }
  .shopWrapper .closeShop {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; }
    .shopWrapper .closeShop .ad {
      vertical-align: text-top;
      font-size: 20px; }
  .shopWrapper .product-single {
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    height: 100%;
    width: 100%;
    margin: 0; }
  .shopWrapper .productWrap {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    align-content: center;
    -webkit-align-content: center;
    flex-flow: row wrap; }
  @media only screen and (max-width: 766px) {
    .shopWrapper .product-single {
      padding: 5px; } }

.sizelink {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400; }
  .sizelink .ad {
    font-size: 17px;
    vertical-align: text-top;
    opacity: 0.7; }

.product-single__photos {
  margin-bottom: 45px; }
  @media only screen and (max-width: 766px) {
    .product-single__photos {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 767px) {
    body.template-product .product-single__photos {
      position: sticky;
      position: -webkit-sticky;
      top: 70px; } }

.product-single__photo {
  min-height: 1px;
  position: relative;
  overflow: hidden; }
  .product-single__photo.zoomcr:hover {
    cursor: crosshair; }
  .primgSlider .product-single__photo:not(.slick-slide):not(:first-child) {
    display: none; }
  .primgSlider .product-single__photo:not(.slick-active) img {
    display: none; }
  .product-single__photo.lightbox {
    cursor: crosshair; }

.primgWrp {
  margin: auto;
  display: block; }

.product-featured-img {
  display: block;
  width: 100%; }

.prod-large-img {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 767px) {
    .prod-large-img {
      float: right;
      width: 85%; } }
  .prod-large-img .slick-prev {
    left: 0;
    background: none; }
  .prod-large-img .slick-next {
    right: 0;
    background: none; }

.product-btn {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .product-btn .btn, .product-btn .stamped-container .stamped-summary-actions-newreview, .stamped-container .product-btn .stamped-summary-actions-newreview,
  .product-btn .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .product-btn .stamped-summary-actions-newquestion, .product-btn .stamped-container #stamped-button-submit, .stamped-container .product-btn #stamped-button-submit,
  .product-btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .product-btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .product-btn .stamped-container .stamped-file-uploader-btn,
  .stamped-container .product-btn .stamped-file-uploader-btn {
    width: 40px;
    float: left;
    height: 35px;
    line-height: 30px;
    padding: 0;
    position: relative;
    margin-right: 2px; }
  .product-btn .ad {
    font-size: 18px; }
  .product-btn .tooltip-label {
    top: -40px;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
    .product-btn .tooltip-label:before {
      bottom: -9px;
      border-top: 5px solid #000;
      left: 50%;
      margin-left: -4px; }
  .product-btn .popup-video .ad {
    font-size: 22px; }
  @media only screen and (min-width: 1025px) {
    .product-btn .btn:hover .tooltip-label, .product-btn .stamped-container .stamped-summary-actions-newreview:hover .tooltip-label, .stamped-container .product-btn .stamped-summary-actions-newreview:hover .tooltip-label,
    .product-btn .stamped-container .stamped-summary-actions-newquestion:hover .tooltip-label,
    .stamped-container .product-btn .stamped-summary-actions-newquestion:hover .tooltip-label, .product-btn .stamped-container #stamped-button-submit:hover .tooltip-label, .stamped-container .product-btn #stamped-button-submit:hover .tooltip-label,
    .product-btn .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .stamped-container .product-btn input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover .tooltip-label,
    .product-btn .stamped-container .stamped-file-uploader-btn:hover .tooltip-label,
    .stamped-container .product-btn .stamped-file-uploader-btn:hover .tooltip-label {
      opacity: 1;
      visibility: visible;
      top: -28px; } }

.thumbnails-wrapper {
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .thumbnails-wrapper {
      float: left;
      width: 15%;
      padding-right: 10px; } }
  .thumbnails-wrapper .product-single__thumbnails-item {
    display: block;
    margin-bottom: 10px; }
    .thumbnails-wrapper .product-single__thumbnails-item:not(.slick-slide):not(:first-child) {
      display: none; }
    @media only screen and (max-width: 1024px) {
      .thumbnails-wrapper .product-single__thumbnails-item {
        display: inline-block;
        width: 20%;
        padding: 0 3px;
        margin: 0;
        vertical-align: top; } }
    .thumbnails-wrapper .product-single__thumbnails-item.slick-current {
      opacity: 0.5; }
  .thumbnails-wrapper .slick-prev {
    left: 0; }
    @media only screen and (min-width: 767px) {
      .thumbnails-wrapper .slick-prev {
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .thumbnails-wrapper .slick-prev:before {
          content: "\e966"; } }
  .thumbnails-wrapper .slick-next {
    right: 0; }
    @media only screen and (min-width: 767px) {
      .thumbnails-wrapper .slick-next {
        top: inherit;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .thumbnails-wrapper .slick-next:before {
          content: "\e95f"; } }
  @media only screen and (max-width: 1024px) {
    .thumbnails-wrapper .product-single__thumbnails {
      margin: 6px -3px 0; } }

.product-single__thumbnail-image {
  display: block; }

.container-promo {
  border: 2px solid #dfe3e6;
  float: left;
  margin-left: 84px;
  width: 488px;
  height: 141px;
  margin-top: 75px; }

.image-walls {
  float: left;
  width: 358px;
  height: 20px;
  margin: -17px 20px 0 -175px;
  padding: 17px 24px 3px 175px; }

.info-ceilings {
  float: right;
  margin: 0 20px 0 0; }

h1.title-promo, .title-promo.h1 {
  color: #1d262e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.44;
  text-align: left;
  margin-top: 6px; }

a.link-woodhaven {
  width: 203.4px;
  height: 21px;
  margin: 8px 148.6px 0 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #1cacda; }

.paragraph-promo-walls {
  width: 278px;
  color: #5e7183;
  margin: 14px 0px 0px !important;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 10px !important; }

p.paragraph-promo {
  width: 271px;
  height: 46px;
  margin: 4px 0 8px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #5e7183;
  margin-top: -11px; }

.title-hidden {
  visibility: hidden; }

@media (min-width: 768px) {
  .promo-desktop {
    display: block; }

  .promo-mobile {
    display: none; } }
@media (min-width: 1024px) and (max-width: 1366px) {
  .container-promo {
    margin-left: 72px;
    width: 417px;
    height: 204px;
    padding: 2px 50px 23px 177px;
    margin-bottom: 26px;
    margin-top: -52px; }

  .image-walls {
    margin: 9px 19px -6px -350px;
    width: 370px;
    height: 58px;
    padding: 13px 24px 3px 175px; }

  .info-ceilings {
    margin-left: 10px; }

  h1.title-promo, .title-promo.h1 {
    width: 110.8px;
    height: 35.3px;
    margin: 0 5.2px 5.7px 0;
    margin-top: -43px; }

  p.paragraph-promo {
    width: 157px;
    height: 90px;
    margin: 11.7px 0 7px; }

  a.link-woodhaven {
    width: 157px;
    height: 21px;
    margin: 9px 22px 0px 2px; } }
@media (max-width: 768px) {
  .container-promo {
    margin-left: 54px;
    width: 310px;
    height: 204px;
    padding: 23px 16px 23px 175px;
    margin-bottom: 26px;
    margin-top: -52px; }

  .image-walls {
    margin: 9px 19px -6px -350px;
    width: 327px;
    height: 58px;
    padding: 13px 24px 3px 175px; }

  .info-ceilings {
    margin: 61px -11px 0 0; }

  h1.title-promo, .title-promo.h1 {
    width: 110.8px;
    height: 35.3px;
    margin: 0 5.2px 5.7px 0;
    margin-top: -72px; }

  p.paragraph-promo {
    width: 157px;
    height: 90px;
    margin: 11.7px 0 7px; }

  a.link-woodhaven {
    width: 157px;
    height: 21px;
    margin: 9px 22px 0px 2px; } }
@media only screen and (max-width: 766px) {
  .container-promo {
    margin-left: 2px;
    width: 388px;
    height: 213px;
    padding: 23px 16px 23px 175px;
    margin-bottom: 26px;
    margin-top: 3px; }

  .image-walls {
    margin: -8px 19px -6px -350px;
    width: 363px;
    height: 62px;
    padding: 13px 24px 3px 175px; }

  .info-ceilings {
    margin: 0 18px 0 0; }

  h1.title-promo, .title-promo.h1 {
    width: 110.8px;
    height: 35.3px;
    margin: 0 5.2px 5.7px 0;
    margin-top: -57px; }

  p.paragraph-promo {
    width: 157px;
    height: 90px;
    margin: 11.7px 0 7px; }

  a.link-woodhaven {
    width: 157px;
    height: 21px;
    margin: 9px 35px 0px 2px; }

  .promo-desktop {
    display: none; } }
.zoomImg {
  background-color: #ffffff; }

.qtyField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 3px; }
  .qtyField .qtyBtn, .qtyField input {
    margin: 0;
    color: #1e262e;
    width: 33px;
    height: 40px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding: 12px 0;
    background: none;
    border-radius: 0; }
  .qtyField .qtyBtn {
    line-height: 14px; }
  .qtyField .qtyBtn .ad {
    font-size: 16px;
    color: #5e7183; }
  .qtyField .qty {
    border: 0 none; }

.product-template__container hr {
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #5e7183; }
.product-template__container .product-single__info {
  margin-bottom: 10px; }
.product-template__container .product-single__meta {
  margin-bottom: 45px;
  position: relative; }
  @media only screen and (max-width: 766px) {
    .product-template__container .product-single__meta {
      margin-bottom: 0; } }
.product-template__container .product-vendor {
  margin: 0; }
.product-template__container .quantity-container {
  margin-bottom: 20px; }
  .product-template__container .quantity-container label {
    display: block; }
    .product-template__container .quantity-container label.header {
      margin-bottom: 8px;
      color: #5e7183; }
.product-template__container .quantity-item-container {
  display: flex;
  align-items: center; }
.product-template__container .product-qty-estimator-link {
  margin-left: 20px;
  text-decoration: underline; }
.product-template__container .product-form__item--quantity {
  display: table-cell;
  width: 100px;
  margin-right: 5px; }
.product-template__container .product-action {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .product-template__container .product-action .product-form__item--submit {
    padding-right: 30px;
    width: 50%;
    display: table-cell;
    vertical-align: top;
    overflow: visible; }
    @media only screen and (max-width: 1024px) {
      .product-template__container .product-action .product-form__item--submit {
        padding-right: 10px; } }
    .product-template__container .product-action .product-form__item--submit button {
      height: 42px;
      width: 100%; }
      .product-template__container .product-action .product-form__item--submit button .ad {
        margin-right: 12px;
        margin-bottom: 4px;
        font-weight: 700; }
      @media only screen and (max-width: 766px) {
        .product-template__container .product-action .product-form__item--submit button {
          font-size: 15px; }
          .product-template__container .product-action .product-form__item--submit button .ad {
            display: none; } }
    .product-template__container .product-action .product-form__item--submit.no-mr {
      padding-left: 0; }
.product-template__container .product-shipping-time {
  margin-bottom: 25px; }
.product-template__container .section-header {
  margin-bottom: 40px; }
.product-template__container .product-single__meta .spr-badge-caption {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px; }
.product-template__container .product-single__meta label.header {
  color: #5e7183; }
.product-template__container .swatch {
  width: 100%; }
.product-template__container .product-style-2 {
  text-align: center; }
  .product-template__container .product-style-2 h1.product-single__title, .product-template__container .product-style-2 .product-single__title.h1 {
    padding: 0 35px;
    font-size: 22px; }
  .product-template__container .product-style-2 .product-info p span {
    position: static;
    padding-left: 5px; }
  .product-template__container .product-style-2 .product-form__item {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .product-template__container .product-style-2 .hidedropdown .selector-wrapper {
    display: none; }
.product-template__container #quantity_message {
  padding: 1px 12px;
  margin-bottom: 20px;
  display: inline-block;
  background: #000000;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff; }
.product-template__container .prcountdown {
  margin: 0 -4px 30px;
  display: inline-block;
  width: 100%; }
  .product-template__container .prcountdown > span {
    font-weight: 700;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    font-size: 20px;
    line-height: 1;
    margin: 0 3px;
    color: #050000; }
    .product-template__container .prcountdown > span span {
      font-size: 11px;
      letter-spacing: 1px;
      font-weight: 400;
      display: block;
      text-transform: uppercase;
      padding-top: 5px; }
.product-template__container .countdown-lbl {
  margin-bottom: 5px; }
.product-template__container .share-title {
  display: none; }
.product-template__container .social-share .lbl {
  vertical-align: middle; }
.product-template__container .social-share .lbl, .product-template__container .social-share .social-sharing {
  display: inline-block; }
.product-template__container .prod-promo {
  float: right;
  width: 85%;
  margin-top: 15px;
  border: 2px solid #dfe3e6;
  padding: 20px; }
  .product-template__container .prod-promo h3.title, .product-template__container .prod-promo .title.h3 {
    font-size: 20px;
    color: #5e7183; }
  .product-template__container .prod-promo ul li {
    margin-bottom: 10px; }
    @media only screen and (max-width: 766px) {
      .product-template__container .prod-promo ul li {
        text-align: center; } }
    .product-template__container .prod-promo ul li img {
      display: inline-block;
      height: 40px;
      width: 40px; }
    .product-template__container .prod-promo ul li div.text-container {
      display: inline-block;
      margin-left: 5px;
      width: 88%; }
      @media only screen and (max-width: 766px) {
        .product-template__container .prod-promo ul li div.text-container {
          width: 100%; } }
      .product-template__container .prod-promo ul li div.text-container p.list-title {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
        .product-template__container .prod-promo ul li div.text-container p.list-title.clean {
          color: #3d74c6; }
        .product-template__container .prod-promo ul li div.text-container p.list-title.safe {
          color: #187998; }
        .product-template__container .prod-promo ul li div.text-container p.list-title.quiet {
          color: #465665; }
  .product-template__container .prod-promo .cta {
    padding-left: 50px;
    color: #f37223; }
    @media only screen and (max-width: 766px) {
      .product-template__container .prod-promo .cta {
        padding-left: 0;
        text-align: center; } }
    .product-template__container .prod-promo .cta a {
      text-decoration: underline; }
    .product-template__container .prod-promo .cta span {
      font-size: 20px; }
  .quick-view-popup .product-template__container .prod-promo {
    width: 100%; }
  @media only screen and (max-width: 766px) {
    .product-template__container .prod-promo {
      float: none;
      width: auto; }
      .quick-view-popup .product-template__container .prod-promo {
        width: auto;
        margin-left: 20px;
        margin-right: 20px; } }
.product-template__container .prod-gallery {
  float: right;
  width: 85%;
  margin-top: 15px; }
  .quick-view-popup .product-template__container .prod-gallery {
    width: 100%; }
  @media only screen and (max-width: 766px) {
    .product-template__container .prod-gallery {
      float: none;
      width: auto;
      display: none; }
      .quick-view-popup .product-template__container .prod-gallery {
        width: auto;
        margin-left: 20px;
        margin-right: 20px; } }
  .product-template__container .prod-gallery #evm-lookbook-title {
    margin-bottom: 5px; }
.product-template__container.style6 #shopify-section-related-products .grid-view-item,
.product-template__container.style6 #shopify-section-recently-viewed .grid-view-item {
  margin-bottom: 10px; }

.main-content {
  position: relative; }
  .main-content .click-to-call {
    position: fixed;
    display: none;
    right: 50px;
    bottom: 30px;
    width: 286px;
    padding: 10px 30px;
    background-color: #ffffff;
    border: 4px solid #1cacda;
    border-radius: 999px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 1; }
    @media only screen and (max-width: 766px) {
      .main-content .click-to-call {
        right: 0;
        left: 20px; } }
    .main-content .click-to-call h2, .main-content .click-to-call .h2, .main-content .click-to-call div[data-section-type="collection-widget"]:not(.rendered):before, .main-content .click-to-call .stamped-container .stamped-summary-text-1, .stamped-container .main-content .click-to-call .stamped-summary-text-1, .main-content .click-to-call h3, .main-content .click-to-call .h3 {
      margin-bottom: 8px; }
      @media only screen and (max-width: 766px) {
        .main-content .click-to-call h2, .main-content .click-to-call .h2, .main-content .click-to-call div[data-section-type="collection-widget"]:not(.rendered):before, .main-content .click-to-call .stamped-container .stamped-summary-text-1, .stamped-container .main-content .click-to-call .stamped-summary-text-1, .main-content .click-to-call h3, .main-content .click-to-call .h3 {
          margin-bottom: 5px; } }
    .main-content .click-to-call a, .main-content .click-to-call p {
      color: #1e262e; }
    .main-content .click-to-call .close-btn {
      position: absolute;
      top: 20px;
      right: 25px;
      color: #5e7183;
      cursor: pointer; }
      .main-content .click-to-call .close-btn .ad {
        font-size: 20px; }
    .main-content .click-to-call .tel .ad {
      margin-right: 12px;
      color: #f37223;
      font-size: 30px; }
    @media only screen and (min-width: 767px) {
      .main-content .click-to-call {
        width: auto;
        max-width: 385px;
        padding: 24px 50px 15px 50px; }
        .main-content .click-to-call.sticky {
          position: absolute;
          bottom: 0; } }

@keyframes iconmove {
  0% {
    opacity: 100%; }

  25% {
    opacity: 0; }

  100% {
    opacity: 50%; } }

.orderMsg {
  margin-bottom: 20px; }
  .orderMsg .fire-icon .ad {
    vertical-align: baseline;
    width: 15px;
    margin-right: 3px;
    font-size: 18px; }

.shippingMsg,
.freeShipMsg,
.userViewMsg {
  margin-bottom: 12px; }
  .shippingMsg .ad,
  .freeShipMsg .ad,
  .userViewMsg .ad {
    font-size: 15px;
    width: 23px; }

.cart__shipping {
  width: 320px;
  height: 22px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: var(--col-02); }

.page-title-cart {
  height: 52px;
  font-family: Bitter;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #1d262e; }

.cart-header-titles {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #1d262e; }

#freeShipclaim {
  display: none; }

.storeFeatures {
  padding-top: 15px;
  color: #111111; }
  .storeFeatures .ad {
    min-width: 25px; }

.storeFeatures {
  margin: 0 -10px 10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .storeFeatures p {
    padding: 5px 10px;
    margin: 0; }

#sizechart {
  text-align: center; }

@media only screen and (max-width: 766px) {
  #sizechart, #ShippingInfo {
    overflow-x: scroll; }
    #sizechart table, #ShippingInfo table {
      width: 480px;
      overflow-x: scroll; } }
#sizechart table tr th, #ShippingInfo table tr th {
  background: #131313;
  color: #fff;
  border: 0;
  font-weight: 400; }
#sizechart table tr th, #sizechart table tr td, #ShippingInfo table tr th, #ShippingInfo table tr td {
  padding: 7px;
  text-align: center;
  font-size: 12px; }
#sizechart ul, #ShippingInfo ul {
  margin: 0 0 20px 15px; }
  #sizechart ul li, #ShippingInfo ul li {
    list-style: disc; }

#productInquiry {
  max-width: 600px; }
  #productInquiry .page-title h3, #productInquiry .page-title .h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  #productInquiry .errors {
    display: none; }
  #productInquiry textarea {
    resize: none; }
  @media only screen and (max-width: 766px) {
    #productInquiry {
      overflow-x: scroll; }
      #productInquiry table {
        width: 480px;
        overflow-x: scroll; } }

.infolinks {
  width: 100%; }
  .infolinks a:not(.btn) {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    font-size: 13px;
    color: #1e262e; }
    .infolinks a:not(.btn) .ad {
      font-size: 13px;
      margin-right: 5px; }
    .infolinks a:not(.btn):hover {
      color: #1e262e;
      opacity: 0.8; }
  .infolinks .btn, .infolinks .stamped-container .stamped-summary-actions-newreview, .stamped-container .infolinks .stamped-summary-actions-newreview,
  .infolinks .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .infolinks .stamped-summary-actions-newquestion, .infolinks .stamped-container #stamped-button-submit, .stamped-container .infolinks #stamped-button-submit,
  .infolinks .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .infolinks input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .infolinks .stamped-container .stamped-file-uploader-btn,
  .stamped-container .infolinks .stamped-file-uploader-btn {
    display: block; }

.trustseal-img {
  margin-top: 20px; }

.social-share {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: inline-block; }

.product-stock {
  margin-bottom: 10px; }
  .product-stock span {
    color: #1e262e;
    font-weight: 400; }
    .product-stock span.instock {
      color: #01ae27; }
    .product-stock span.outstock {
      color: #ff9f3b; }

.product-info {
  margin-bottom: 20px; }
  .product-info .review, .product-info p {
    display: inline-block;
    margin: 0 25px 0 0; }
  .product-info .review, .product-info p {
    color: rgba(30, 38, 46, 0.7); }
    .product-info .review span, .product-info p span {
      color: #1e262e;
      font-weight: 400; }
      .product-info .review span.instock, .product-info p span.instock {
        color: #01ae27; }
      .product-info .review span.outstock, .product-info p span.outstock {
        color: #ff9f3b; }
    .product-info .review a, .product-info p a {
      color: rgba(30, 38, 46, 0.7); }
      .product-info .review a:hover, .product-info p a:hover {
        color: #1e262e;
        opacity: 1;
        text-decoration: underline; }
  .product-info.other {
    margin-top: 20px; }
    .product-info.other p {
      margin: 0 0 5px;
      display: block; }

.sub-heading {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.template-product .tabs-listing .product-tabs, .template-collection .tabs-listing .product-tabs {
  width: 100%;
  border-bottom: 1px solid #5e7183; }
  .template-product .tabs-listing .product-tabs li, .template-collection .tabs-listing .product-tabs li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 5px; }
    .template-product .tabs-listing .product-tabs li a, .template-collection .tabs-listing .product-tabs li a {
      font-size: 13px;
      position: relative;
      letter-spacing: 0.02em;
      display: block;
      padding: 10px 25px;
      font-weight: 600;
      outline: none;
      color: #121a23;
      border: 1px solid #dfe3e6;
      border-bottom: 0;
      background: rgba(0, 0, 0, 0); }
      .template-product .tabs-listing .product-tabs li a:hover, .template-collection .tabs-listing .product-tabs li a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0);
        color: #121a23; }
    .template-product .tabs-listing .product-tabs li.active a, .template-collection .tabs-listing .product-tabs li.active a {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0);
      color: #121a23;
      border: 1px solid #5e7183;
      border-bottom: 0; }
      .template-product .tabs-listing .product-tabs li.active a:before, .template-collection .tabs-listing .product-tabs li.active a:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0; }
.template-product .tabs-listing .tab-container, .template-collection .tabs-listing .tab-container {
  padding: 0 0 20px;
  text-align: left;
  margin-bottom: 50px; }
.template-product .tabs-listing .tab-content, .template-collection .tabs-listing .tab-content {
  padding: 10px 0;
  border-bottom: 1px solid #5e7183; }
  .template-product .tabs-listing .tab-content.no-padding, .template-collection .tabs-listing .tab-content.no-padding {
    padding-top: 0; }
  .template-product .tabs-listing .tab-content .characteristics-table__row, .template-collection .tabs-listing .tab-content .characteristics-table__row {
    display: flex;
    align-items: center;
    height: 40px; }
    .template-product .tabs-listing .tab-content .characteristics-table__row:nth-child(even), .template-collection .tabs-listing .tab-content .characteristics-table__row:nth-child(even) {
      background-color: rgba(223, 227, 230, 0.3); }
  .template-product .tabs-listing .tab-content .characteristics-table__cell, .template-collection .tabs-listing .tab-content .characteristics-table__cell {
    display: flex;
    align-items: center;
    flex: 1 1 0px;
    height: 100%; }
    .template-product .tabs-listing .tab-content .characteristics-table__cell:first-of-type, .template-collection .tabs-listing .tab-content .characteristics-table__cell:first-of-type {
      flex-grow: 4; }
    .template-product .tabs-listing .tab-content .characteristics-table__cell .ad, .template-collection .tabs-listing .tab-content .characteristics-table__cell .ad {
      margin: 0 18px 0 16px;
      color: #5e7183; }
  .template-product .tabs-listing .tab-content .characteristics-table__cell--quality, .template-collection .tabs-listing .tab-content .characteristics-table__cell--quality {
    position: relative;
    border-left: 2px solid #dfe3e6; }
    .template-product .tabs-listing .tab-content .characteristics-table__cell--quality:last-of-type, .template-collection .tabs-listing .tab-content .characteristics-table__cell--quality:last-of-type {
      border-right: 2px solid #dfe3e6; }
    .template-product .tabs-listing .tab-content .characteristics-table__cell--quality .head-label, .template-collection .tabs-listing .tab-content .characteristics-table__cell--quality .head-label {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
    .template-product .tabs-listing .tab-content .characteristics-table__cell--quality.characteristics-table__cell--checked:after, .template-collection .tabs-listing .tab-content .characteristics-table__cell--quality.characteristics-table__cell--checked:after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background-color: #5e7183;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4.5px;
      margin-left: -5.5px; }
  .template-product .tabs-listing .tab-content .characteristics-text, .template-collection .tabs-listing .tab-content .characteristics-text {
    margin-left: 10px;
    line-height: 1.1; }
  .template-product .tabs-listing .tab-content .healthier-spaces-table, .template-collection .tabs-listing .tab-content .healthier-spaces-table {
    background-color: rgba(223, 227, 230, 0.3);
    margin: 0 0 25px 0; }
  .template-product .tabs-listing .tab-content .healthier-spaces-table__cell, .template-collection .tabs-listing .tab-content .healthier-spaces-table__cell {
    padding: 5px 0; }
    @media only screen and (max-width: 766px) {
      .template-product .tabs-listing .tab-content .healthier-spaces-table__cell, .template-collection .tabs-listing .tab-content .healthier-spaces-table__cell {
        padding-left: 8px; } }
  .template-product .tabs-listing .tab-content .healthier-spaces-table__cell--icon, .template-collection .tabs-listing .tab-content .healthier-spaces-table__cell--icon {
    vertical-align: middle; }
  .template-product .tabs-listing .tab-content .healthier-spaces-table__cell--label, .template-collection .tabs-listing .tab-content .healthier-spaces-table__cell--label {
    vertical-align: middle;
    padding-left: 4px; }
.template-product .tabs-listing.sidebar_tags .tab-container, .template-collection .tabs-listing.sidebar_tags .tab-container {
  padding-top: 0; }
@media only screen and (max-width: 766px) {
  .template-product .tabs-listing .tab-container, .template-collection .tabs-listing .tab-container {
    padding: 0; }
  .template-product .tabs-listing .tab-content, .template-collection .tabs-listing .tab-content {
    border-bottom: 1px solid #5e7183; } }
.template-product .tabs-listing .info-content h3, .template-product .tabs-listing .info-content .h3, .template-collection .tabs-listing .info-content h3, .template-collection .tabs-listing .info-content .h3 {
  display: inline-block;
  margin: 0; }
.template-product .tabs-listing .info-content .paragraph, .template-collection .tabs-listing .info-content .paragraph {
  margin-bottom: 15px; }
.template-product .tabs-listing .info-content--edge-profile .table, .template-collection .tabs-listing .info-content--edge-profile .table {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
.template-product .tabs-listing .info-content--edge-profile .table-row, .template-collection .tabs-listing .info-content--edge-profile .table-row {
  display: flex;
  margin-bottom: 5px; }
  .template-product .tabs-listing .info-content--edge-profile .table-row .img-col, .template-collection .tabs-listing .info-content--edge-profile .table-row .img-col {
    width: 140px; }
  .template-product .tabs-listing .info-content--edge-profile .table-row .text-col, .template-collection .tabs-listing .info-content--edge-profile .table-row .text-col {
    flex: 1;
    margin-left: 30px; }
@media only screen and (max-width: 766px) {
  .template-product .tabs-listing .info-content--edge-profile .table, .template-collection .tabs-listing .info-content--edge-profile .table {
    margin-top: 10px; }
  .template-product .tabs-listing .info-content--edge-profile .table-row .img-col, .template-collection .tabs-listing .info-content--edge-profile .table-row .img-col {
    width: 120px; }
  .template-product .tabs-listing .info-content--edge-profile .table-row .text-col, .template-collection .tabs-listing .info-content--edge-profile .table-row .text-col {
    margin-left: 10px; } }
.template-product .tabs-listing .info-content--grid .img-col, .template-collection .tabs-listing .info-content--grid .img-col {
  width: 342px; }
@media only screen and (max-width: 766px) {
  .template-product .tabs-listing .info-content--grid .img-col, .template-collection .tabs-listing .info-content--grid .img-col {
    width: 100%; } }

.product-description ul, .product-single__description ul {
  list-style: disc;
  margin: 10px 0 30px 18px; }
.product-description img, .product-single__description img {
  margin-bottom: 25px; }

.spr-header-title {
  display: none; }

.spr-container {
  padding: 0 !important;
  border: 0 !important; }
  .spr-container .spr-review {
    position: relative;
    padding-bottom: 10px; }
  .spr-container .spr-review-footer {
    position: absolute;
    top: 24px;
    right: 0; }

.spr-form-title {
  font-weight: 400;
  letter-spacing: 1px; }

.spr-form-label {
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase; }

.spr-summary-actions-newreview {
  background: #1cacda;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px 8px;
  ext-transform: uppercase;
  position: relative; }
  .spr-summary-actions-newreview:before {
    position: absolute;
    left: 10px;
    font-family: "adorn-icons"; }
  .spr-summary-actions-newreview:hover, .spr-summary-actions-newreview:focus {
    opacity: 1;
    color: #fff; }

.spr-review-header-byline {
  font-style: normal !important;
  opacity: 0.7 !important; }
  .spr-review-header-byline strong {
    font-weight: 400 !important; }

.spr-icon {
  font-size: 12px !important;
  margin-right: 1px !important; }

.product-review .spr-badge-caption {
  display: none; }

@media only screen and (max-width: 766px) {
  .spr-summary-actions, .spr-summary-actions a {
    display: block;
    margin: 15px 0 0; } }
#products-related-products {
  margin-bottom: 20px; }

.shopify-payment-button {
  margin: 0; }
  .shopify-payment-button .shopify-cleanslate > div[role="button"],
  .shopify-payment-button .shopify-payment-button__button {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    min-height: 42px !important;
    max-height: 42px !important;
    border-radius: 3px !important; }
    .shopify-payment-button .shopify-cleanslate > div[role="button"].shopify-payment-button__button--unbranded,
    .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
      background: #ffffff !important;
      color: #5e7183 !important;
      padding: 10px 15px 8px 15px;
      font-family: Roboto, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      border: 2px solid #5e7183; }
      .shopify-payment-button .shopify-cleanslate > div[role="button"].shopify-payment-button__button--unbranded:hover,
      .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
        color: #5e7183 !important;
        background-color: #dfe3e6 !important;
        border-color: #5e7183 !important; }
  .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none; }

.title-bold {
  font-weight: 700; }

/* ===========================================================
   Wishlist Page
 * ===========================================================*/
.wishlist-product {
  margin: 20px 0 0 0; }
  .wishlist-product a.product-title {
    color: #000; }
  .wishlist-product li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    list-style: none;
    padding: 15px 0;
    display: table;
    font-size: 12px;
    width: 100%;
    margin: 0; }
  .wishlist-product li > div {
    display: table-cell;
    vertical-align: middle; }
  .wishlist-product li:first-child {
    color: #000;
    font-family: Bitter, serif;
    font-weight: 700;
    padding: 10px 0;
    background-color: #f9f9f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none; }
  .wishlist-product .product_img {
    width: 100px;
    padding: 0; }
  .wishlist-product .product_name {
    text-align: left;
    padding-left: 20px; }
  .wishlist-product .product_price {
    width: 14%;
    text-align: center; }
    .wishlist-product .product_price p {
      margin-bottom: 0; }
    .wishlist-product .product_price span {
      display: inline;
      padding: 0; }
  .wishlist-product .product_stock {
    min-width: 110px;
    width: 15%; }
    .wishlist-product .product_stock.available {
      color: #49a60a; }
    .wishlist-product .product_stock.unavailable {
      color: #e64100; }
  .wishlist-product .product_add {
    width: 170px;
    text-align: center; }
    .wishlist-product .product_add .btn, .wishlist-product .product_add .stamped-container .stamped-summary-actions-newreview, .stamped-container .wishlist-product .product_add .stamped-summary-actions-newreview,
    .wishlist-product .product_add .stamped-container .stamped-summary-actions-newquestion,
    .stamped-container .wishlist-product .product_add .stamped-summary-actions-newquestion, .wishlist-product .product_add .stamped-container #stamped-button-submit, .stamped-container .wishlist-product .product_add #stamped-button-submit,
    .wishlist-product .product_add .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .stamped-container .wishlist-product .product_add input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
    .wishlist-product .product_add .stamped-container .stamped-file-uploader-btn,
    .stamped-container .wishlist-product .product_add .stamped-file-uploader-btn {
      padding: 6px 15px 5px; }
  .wishlist-product .product_remove {
    width: 40px;
    text-align: center; }
  .wishlist-product .btn-remove-wishlist {
    font-size: 16px;
    height: 34px;
    padding: 5px 9px; }
  @media only screen and (max-width: 766px) {
    .wishlist-product li:first-child {
      display: none; }
    .wishlist-product li > div {
      display: block;
      margin-bottom: 5px; }
    .wishlist-product .product_img {
      float: left;
      max-width: 100px;
      width: auto;
      margin-right: 15px; }
    .wishlist-product .product_price, .wishlist-product .product_stock {
      width: auto;
      text-align: left !important; }
    .wishlist-product .product_add, .wishlist-product .product_remove {
      display: inline-block;
      width: auto;
      margin-right: 8px; } }

.insta-shop {
  margin: 0 -10px; }

.home-instagram .instagram-des {
  margin-bottom: 25px; }
.home-instagram .instafeed {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0px; }
  .home-instagram .instafeed .instagram-image {
    color: #fff; }
  .home-instagram .instafeed .counter {
    font-size: 13px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-instagram .instafeed .counter .ad {
      margin-right: 3px; }
    .home-instagram .instafeed .counter span {
      padding: 0 5px; }
  .home-instagram .instafeed .insta-img {
    padding: 0;
    float: left; }
    .home-instagram .instafeed .insta-img a {
      position: relative;
      padding-bottom: 100%;
      display: block;
      overflow: hidden; }
    .home-instagram .instafeed .insta-img img {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-instagram .instafeed.grid-sp .insta-img {
    padding: 0 5px 10px; }
  .home-instagram .instafeed.list .insta-img {
    display: inline-block;
    float: none; }
  .home-instagram .instafeed .insta-img:hover a, .home-instagram .instafeed .insta-img:hover .counter {
    opacity: 1; }
  .home-instagram .instafeed.im150 .insta-img {
    width: 12.5%; }
  .home-instagram .instafeed.im150.fw.im150 .insta-img {
    width: 10%; }
  .home-instagram .instafeed.im320 .insta-img {
    width: 20%; }
  .home-instagram .instafeed.im320.fw.im320 .insta-img {
    width: 16%; }
  .home-instagram .instafeed.im640 .insta-img {
    width: 25%; }
  .home-instagram .instafeed.im640.fw .insta-img {
    width: 19%; }
  @media only screen and (max-width: 766px) {
    .home-instagram .instafeed.list .insta-img {
      width: 20% !important; } }
.home-instagram .followus {
  text-align: center;
  padding: 20px 0; }
  .home-instagram .followus .btn, .home-instagram .followus .stamped-container .stamped-summary-actions-newreview, .stamped-container .home-instagram .followus .stamped-summary-actions-newreview,
  .home-instagram .followus .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .home-instagram .followus .stamped-summary-actions-newquestion, .home-instagram .followus .stamped-container #stamped-button-submit, .stamped-container .home-instagram .followus #stamped-button-submit,
  .home-instagram .followus .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .home-instagram .followus input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .home-instagram .followus .stamped-container .stamped-file-uploader-btn,
  .stamped-container .home-instagram .followus .stamped-file-uploader-btn {
    position: relative;
    z-index: 555; }

#content_quickview {
  max-width: 800px;
  margin: 50px auto;
  background-color: #ffffff;
  position: relative;
  padding: 25px; }
  @media only screen and (max-width: 766px) {
    #content_quickview {
      padding: 0; }
      #content_quickview .product-btns {
        margin-top: 10px; } }

#quickView .product-photos .product-single__thumbnail {
  opacity: 1; }
#quickView .product-photos .grid__item:not(:first-child):not(.slick-slide) {
  display: none; }
#quickView .sizelink {
  display: none; }
#quickView .view-full {
  width: 100%;
  margin: 10px 0 0; }
#quickView .product-template__container .product-single__meta, #quickView .product-template__container .product-single__photos {
  margin-bottom: 0; }
#quickView .product-template__container .product-single__title {
  font-size: 28px !important;
  margin-bottom: 5px; }
  #quickView .product-template__container .product-single__title a {
    color: #1e262e; }
#quickView .product-info {
  margin-bottom: 15px; }
#quickView .product-stock {
  margin-bottom: 10px; }
#quickView .product-single__price {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px; }
#quickView .mfp-close {
  top: 5px;
  right: 5px; }
#quickView .product-single__description {
  margin-top: 0; }
#quickView .product-action {
  margin-bottom: 0; }
  #quickView .product-action .quantity-container {
    margin-bottom: 0; }
#quickView .product-form__cart-submit {
  padding-left: 30px;
  padding-right: 30px;
  width: auto; }
#quickView .slick-prev {
  left: 15px;
  z-index: 999; }
#quickView .slick-next {
  right: 15px; }
#quickView .product-form__item--submit {
  width: auto;
  margin-top: 10px; }
  #quickView .product-form__item--submit .btn, #quickView .product-form__item--submit .stamped-container .stamped-summary-actions-newreview, .stamped-container #quickView .product-form__item--submit .stamped-summary-actions-newreview,
  #quickView .product-form__item--submit .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container #quickView .product-form__item--submit .stamped-summary-actions-newquestion, #quickView .product-form__item--submit .stamped-container #stamped-button-submit, .stamped-container #quickView .product-form__item--submit #stamped-button-submit,
  #quickView .product-form__item--submit .stamped-container .stamped-file-uploader-btn,
  .stamped-container #quickView .product-form__item--submit .stamped-file-uploader-btn {
    width: 100%;
    vertical-align: top; }
  #quickView .product-form__item--submit .ad {
    margin-right: 12px;
    margin-bottom: 4px;
    font-weight: 700; }
  @media only screen and (max-width: 766px) {
    #quickView .product-form__item--submit .ad {
      display: none; } }
#quickView .wishlist {
  display: inline-block;
  margin: 5px 0 15px; }
  #quickView .wishlist .ad {
    margin-right: 5px; }
#quickView .product-form {
  margin-bottom: 0; }
@media only screen and (max-width: 766px) {
  #quickView {
    max-width: 480px;
    padding: 0; }
    #quickView .product-template__container .product-single__photos {
      margin-bottom: 20px; }
    #quickView .product-template__container .product-single__meta {
      padding: 0 20px 20px; }
    #quickView .product-form__cart-submit {
      padding-left: 13px;
      padding-right: 13px; } }
#quickView.layout-search .product-template__container .product-single__meta {
  padding: 0; }

.input-error-message {
  display: none; }

.newsletter-section .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  max-width: 500px;
  margin: 0 auto; }

.form-border {
  border: 1px solid #dfe3e6;
  padding: 20px;
  margin-bottom: 20px; }
  .form-border h2, .form-border .h2, .form-border div[data-section-type="collection-widget"]:not(.rendered):before, .form-border .stamped-container .stamped-summary-text-1, .stamped-container .form-border .stamped-summary-text-1 {
    margin-bottom: 15px; }
  .form-border label {
    font-weight: 400; }

@media only screen and (max-width: 766px) {
  #newsletter-modal {
    max-width: 400px; }
    #newsletter-modal .newsltr-text {
      padding: 30px 20px; } }
/* ===========================================================
   About Page
 * ===========================================================*/
.top-text-block {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px; }
  @media only screen and (min-width: 767px) {
    .top-text-block {
      max-width: 800px;
      margin: 30px auto 40px; } }

.about-us .feature-row {
  margin-bottom: 25px; }
.about-us .row-text p {
  font-size: 14px; }
@media only screen and (min-width: 1025px) {
  .about-us .feature-row__image {
    margin-bottom: 30px; } }

.about-style-2 .grid--about-us {
  display: flex; }
  @media only screen and (max-width: 766px) {
    .about-style-2 .grid--about-us {
      flex-flow: column-reverse; } }
  @media only screen and (min-width: 767px) {
    .about-style-2 .grid--about-us {
      margin-top: 80px; } }
.about-style-2 .top-text-block {
  margin-top: 0;
  text-align: left;
  padding: 0 15px; }
  @media only screen and (min-width: 767px) {
    .about-style-2 .top-text-block {
      padding: 0; } }
  .about-style-2 .top-text-block p {
    margin-bottom: 24px; }
.about-style-2 .about-details > .grid__item:nth-child(odd) {
  clear: left; }
.about-style-2 .placeholder-svg {
  max-height: 300px;
  margin-bottom: 35px; }
.about-style-2 .about_us_image {
  display: block;
  text-align: center;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 766px) {
    .about-style-2 .about_us_image {
      margin-top: 30px; } }
  @media only screen and (max-width: 599px) {
    .about-style-2 .about_us_image {
      margin-top: 0; } }
.about-style-2 .block-title, .about-style-2 .block-des {
  margin-bottom: 35px; }
.about-style-2 .team-bio {
  margin-bottom: 10px;
  letter-spacing: 1px; }
  .about-style-2 .team-bio img {
    margin-bottom: 20px; }
  .about-style-2 .team-bio .social-url a {
    margin: 0 6px; }
  .about-style-2 .team-bio .social-url .ad {
    font-size: 14px; }
  .about-style-2 .team-bio p {
    margin-bottom: 0; }
  @media only screen and (max-width: 766px) {
    .about-style-2 .team-bio .grid__item {
      margin-bottom: 20px; } }

/* ===========================================================
   Contact Page
 * ===========================================================*/
.contact-template {
  margin-top: 0; }
  .contact-template .section-header {
    margin-bottom: 20px; }
  .contact-template .map {
    height: 350px;
    margin-top: 40px; }
    .contact-template .map .map-section__overlay-wrapper {
      position: static;
      text-align: left; }
      .contact-template .map .map-section__overlay-wrapper .map-section__overlay {
        left: 40px;
        width: 300px; }
        .contact-template .map .map-section__overlay-wrapper .map-section__overlay h3, .contact-template .map .map-section__overlay-wrapper .map-section__overlay .h3 {
          margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .contact-template .form-vertical {
      padding-right: 30px; } }
  .contact-template .form-vertical .h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px; }
  .contact-template .form-vertical textarea {
    height: 120px; }
  .contact-template .contact-logo {
    margin-bottom: 30px; }
  .contact-template .follow-us label {
    display: block;
    margin-bottom: 15px; }
  .contact-template .follow-us li {
    display: inline-block;
    margin-right: 30px; }
    .contact-template .follow-us li a {
      line-height: 20px;
      padding: 0; }
      .contact-template .follow-us li a .ad {
        font-size: 14px; }
  .contact-template label {
    font-weight: 400; }
  .contact-template .contact-frm {
    text-align: center; }
    .contact-template .contact-frm label {
      text-align: left; }
    .contact-template .contact-frm .grid {
      margin: 0 -10px; }
      .contact-template .contact-frm .grid .grid__item {
        padding: 0 10px; }
    .contact-template .contact-frm input, .contact-template .contact-frm select, .contact-template .contact-frm textarea {
      margin-bottom: 20px; }
  .contact-template .open-hours {
    margin-bottom: 20px; }
    .contact-template .open-hours strong {
      font-size: 13px;
      display: block;
      letter-spacing: 1px;
      margin-bottom: 10px;
      color: #000; }
  .contact-template .contact-address {
    margin-bottom: 20px; }
    .contact-template .contact-address li {
      display: table;
      padding: 5px 0; }
    .contact-template .contact-address .ad {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      width: 25px; }
    .contact-template .contact-address p {
      display: table-cell;
      vertical-align: middle; }
  .contact-template .style2 .follow-us label {
    display: inline-block; }
  .contact-template .style2 .social-icons {
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 20px; }
  .contact-template .style2 .map-section {
    margin-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .contact-template .style2 .contact-details {
      margin-top: 30px; } }
  @media only screen and (max-width: 766px) {
    .contact-template .style1 .form-vertical {
      padding: 0 0 25px; }
      .contact-template .style1 .form-vertical textarea {
        height: 80px; } }

.template-404 h1, .template-404 .h1 {
  font-size: 40px;
  text-transform: none; }

/* ===========================================================
   Brands Page
 * ===========================================================*/
.brandList .ttl, .brandList .list {
  padding: 20px 10px;
  border-top: 1px solid #eee; }
.brandList .ttl {
  width: 100px;
  font-size: 20px;
  font-weight: 700; }
.brandList ul {
  column-count: 4; }
  .brandList ul a {
    display: inline-block;
    padding: 5px; }
@media only screen and (max-width: 1024px) {
  .brandList ul {
    column-count: 3; } }
@media only screen and (max-width: 766px) {
  .brandList .ttl {
    width: 50px; }
  .brandList ul {
    column-count: 2; } }

.filterbrand {
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap; }

.filterbrand a {
  width: 42px;
  padding: 7px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  display: inline-block; }

.brand-logo-list .grid {
  margin: 0 -5px 25px -5px; }
  .brand-logo-list .grid .grid__item {
    padding: 0 5px;
    margin-bottom: 10px; }
.brand-logo-list .logo-bar__link {
  margin: 0;
  padding: 10px;
  border: 1px solid #eee;
  display: block;
  text-align: center; }

/* ===========================================================
   FAQs Page
 * ===========================================================*/
body[id^="faq"] .rte {
  margin: 0; }

div#faq {
  border-radius: 0;
  border: none;
  margin-bottom: 12px;
  box-shadow: none; }
  div#faq .section-title {
    margin: 0 0 18px 0;
    padding-top: 40px; }
    div#faq .section-title:first-of-type {
      margin-top: 60px; }
      @media only screen and (max-width: 766px) {
        div#faq .section-title:first-of-type {
          margin-top: 14px; } }
    @media only screen and (max-width: 766px) {
      div#faq .section-title {
        margin: 0 0 14px 0;
        padding-top: 30px; } }
  div#faq .panel-content {
    padding: 25px 0; }
  div#faq .faq-body .panel-title {
    line-height: 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 105%;
    background: none;
    padding: 15px 40px 15px 0;
    margin: 0;
    border-top: 1px solid #dfe3e6;
    position: relative; }
    div#faq .faq-body .panel-title:before {
      position: absolute;
      content: "\ebe0";
      font-family: "adorn-icons";
      right: 10px;
      top: 50%;
      margin-top: -10px;
      font-size: 22px;
      color: #5e7183; }
    div#faq .faq-body .panel-title:hover, div#faq .faq-body .panel-title:focus {
      text-decoration: none; }
  div#faq .faq-body .panel-content {
    display: none; }
  div#faq .faq-body + .section-title {
    border-top: 1px solid #dfe3e6; }
  div#faq .faq-body:last-of-type {
    border-bottom: 1px solid #dfe3e6; }
  div#faq .faq-body.active .panel-title {
    border-top: 1px solid #5e7183; }
    div#faq .faq-body.active .panel-title:before {
      content: "\ebd1";
      color: #f37223; }
  div#faq .faq-body.active + .faq-body .panel-title, div#faq .faq-body.active + .section-title {
    border-top: 1px solid #5e7183; }
  div#faq .faq-body.active:last-of-type {
    border-bottom: 1px solid #5e7183; }
  div#faq .faq-body.active .panel-content {
    display: block;
    border-top: 1px solid #dfe3e6; }
  div#faq a {
    text-decoration: underline; }
    div#faq a:hover {
      opacity: 1; }

.faq-style1 .faq-title {
  display: none; }

.faq-style2 #faq .faq-body .panel-content {
  display: block !important; }
.faq-style2 #faq .panel-title {
  color: #000;
  cursor: default; }
  .faq-style2 #faq .panel-title:before {
    content: "\ead8"; }
.faq-style2 h3, .faq-style2 .h3 {
  padding: 15px 20px;
  margin-top: 15px; }
.faq-style2 .panel-title:before {
  display: none; }

/* ===========================================================
   Lookbook Page
 * ===========================================================*/
@keyframes box-shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }

  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px; } }

.lookbook.grid {
  margin: 0; }
.lookbook a {
  opacity: 1; }
.lookbook .collection-grid-item {
  position: relative;
  overflow: visible; }
  .lookbook .collection-grid-item.gallery {
    overflow: hidden; }
.lookbook .grid-lookbook {
  float: left;
  z-index: 1; }
  .lookbook .grid-lookbook.active {
    z-index: 5; }
  .lookbook .grid-lookbook img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .lookbook .grid-lookbook:hover .lookbook-caption {
    bottom: 0; }
.lookbook .lookbook-caption {
  font-size: 20px;
  text-align: center;
  bottom: -100px;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 18px; }
  .lookbook .lookbook-caption .text-1 {
    font-size: 15px; }
  .lookbook .lookbook-caption .text-2 {
    font-size: 13px;
    display: block; }
.lookbook .zoom-img {
  text-align: center;
  border-radius: 2px;
  display: block;
  width: 31px;
  height: 28px;
  opacity: 0;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px; }
  .lookbook .zoom-img .ad {
    font-size: 19px;
    line-height: 28px; }
.lookbook .grid-lookbook:hover .zoom-img {
  opacity: 1; }
.lookbook .products {
  position: absolute; }
  .lookbook .products .btn-shop {
    z-index: 1;
    margin: 5px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 23px; }
    .lookbook .products .btn-shop:before {
      content: "";
      position: absolute;
      animation: box-shadow 1.5s linear infinite;
      left: 5px;
      top: 5px;
      border-radius: 50%;
      height: 24px;
      width: 24px;
      color: rgba(255, 255, 255, 0.4); }
    .lookbook .products .btn-shop .ad {
      font-size: 10px; }
.lookbook .grid-lb {
  visibility: hidden;
  z-index: 2;
  box-shadow: 0 0 2px #bbb;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: table;
  position: absolute;
  table-layout: fixed;
  width: 260px;
  background: #fff;
  border-radius: 0;
  padding: 10px; }
  .lookbook .grid-lb .grid-view_image {
    display: table-cell;
    margin: 0;
    width: 80px; }
  .lookbook .grid-lb .details {
    width: 160px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px; }
  .lookbook .grid-lb .btn-shop-close {
    background: #1cacda;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 1px 6px;
    cursor: pointer;
    z-index: 3; }
    .lookbook .grid-lb .btn-shop-close .ad {
      font-size: 12px; }
  .lookbook .grid-lb.left {
    right: 0; }
  .lookbook .grid-lb.right {
    left: 0; }
  .lookbook .grid-lb.active {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 1024px) {
    .lookbook .grid-lb {
      padding: 5px;
      width: 130px;
      display: block;
      table-layout: inherit; }
      .lookbook .grid-lb .grid-view-item__title {
        font-size: 12px; }
      .lookbook .grid-lb.left {
        left: auto;
        right: -20px; }
      .lookbook .grid-lb.right {
        left: auto;
        right: -20px; }
      .lookbook .grid-lb .grid-view_image {
        margin-bottom: 10px;
        display: block;
        width: 100%; }
      .lookbook .grid-lb .details {
        padding-left: 0;
        text-align: center;
        display: block;
        width: 100%; }
      .lookbook .grid-lb .add-to-cart, .lookbook .grid-lb .btn-options {
        font-size: 11px; } }

/* ===========================================================
   Blog Page
 * ===========================================================*/
.inline-tags span {
  display: none; }

.inline-tags a {
  display: inline-block;
  padding: 1px 8px;
  color: #000;
  background: #f4f4f4; }

.inline-tags hr {
  margin: 15px 0; }

.comment-form h2, .comment-form .h2, .comment-form div[data-section-type="collection-widget"]:not(.rendered):before, .comment-form .stamped-container .stamped-summary-text-1, .stamped-container .comment-form .stamped-summary-text-1 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: arial;
  margin-bottom: 30px; }

.blog-nav {
  margin: 0 0 40px; }

.blog-nav .ad {
  font-size: 16px;
  vertical-align: middle; }

.blog-nav a {
  color: #000; }

.comment-box {
  margin-bottom: 0; }

.comment-box li {
  padding-bottom: 0;
  margin-bottom: 15px; }

.user-comment {
  background: #fafafa;
  font-weight: 700;
  margin: 0 -15px 0;
  padding: 8px 15px; }

.user-comment .ad {
  font-size: 16px; }

.blog-right .widget-content a {
  color: #000; }
.blog-right .social-sharing {
  margin-bottom: 20px; }
.blog-right h1, .blog-right .h1 {
  text-transform: none; }
  .blog-right h1:after, .blog-right .h1:after {
    display: none !important; }

h2.sub-title, .sub-title.h2, div.sub-title[data-section-type="collection-widget"]:not(.rendered):before, .stamped-container .sub-title.stamped-summary-text-1 {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe3e6;
  text-align: left;
  padding-bottom: 15px; }

#comments {
  text-align: left; }
  #comments .comment {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  #comments .comment + .comment {
    border-top: 1px solid #dfe3e6; }
  #comments .comment__meta {
    margin-top: 20px;
    position: relative;
    font-size: 12px; }
  #comments .authour {
    font-weight: 700;
    text-transform: uppercase; }
    #comments .authour:before {
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      top: -10px;
      content: " "; }
  #comments .time {
    color: #46596c; }

#comment_form {
  padding: 50px 50px 40px;
  background: #faf9f9; }
  #comment_form input:not([type="submit"]), #comment_form textarea, #comment_form select {
    background: #fff; }
  #comment_form label {
    text-align: left; }

.return-link {
  padding: 6px 16px; }

.blog-category li {
  padding: 2px 0; }

.social-sharing {
  clear: both; }
  .social-sharing .btn, .social-sharing .stamped-container .stamped-summary-actions-newreview, .stamped-container .social-sharing .stamped-summary-actions-newreview,
  .social-sharing .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .social-sharing .stamped-summary-actions-newquestion, .social-sharing .stamped-container #stamped-button-submit, .stamped-container .social-sharing #stamped-button-submit,
  .social-sharing .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .social-sharing input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .social-sharing .stamped-container .stamped-file-uploader-btn,
  .stamped-container .social-sharing .stamped-file-uploader-btn {
    font-weight: 400;
    color: #000 !important;
    height: auto;
    padding: 0 5px;
    margin-bottom: 0;
    background: none;
    border: 0;
    letter-spacing: normal;
    text-transform: capitalize; }

#shopify-section-product-template .acor-ttl.active a {
  border-top: 1px solid #5e7183; }

.acor-ttl {
  font-size: 16px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  margin: 0; }
  .acor-ttl a {
    border: 0;
    color: #ffffff;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    background-color: #111111;
    position: relative; }
    .acor-ttl a:hover {
      opacity: 0.9; }
    .acor-ttl a .ad {
      font-size: 16px;
      position: absolute;
      top: 14px;
      right: 10px; }
  .acor-ttl.active a {
    color: #111111;
    background-color: #f5f5f5; }
  .product-template__container .acor-ttl:first-of-type a, div[data-section-type="collection-template"] .acor-ttl:first-of-type a {
    border-top: 1px solid #dfe3e6; }
  .product-template__container .acor-ttl a, div[data-section-type="collection-template"] .acor-ttl a {
    color: #121a23;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dfe3e6; }
    .product-template__container .acor-ttl a:before, div[data-section-type="collection-template"] .acor-ttl a:before {
      position: absolute;
      right: 13px;
      top: 50%;
      margin-top: -10px;
      font-family: "adorn-icons";
      content: "\ebe0";
      font-size: 16px;
      color: #5e7183; }
  .product-template__container .acor-ttl:first-of-type.active, div[data-section-type="collection-template"] .acor-ttl:first-of-type.active {
    border-top: 1px solid #5e7183; }
  .product-template__container .acor-ttl.active a, div[data-section-type="collection-template"] .acor-ttl.active a {
    color: #121a23;
    background-color: rgba(0, 0, 0, 0); }
    .product-template__container .acor-ttl.active a:before, div[data-section-type="collection-template"] .acor-ttl.active a:before {
      content: "\ebd1";
      color: #f37223; }

#age-check-prompt {
  border-radius: 0; }
  #age-check-prompt select {
    min-width: 80px;
    float: none;
    display: inline-block; }

.snptwdgt__usr-profl,
.snptwdgt-rtd__fotr {
  display: none !important; }

.falling-snow {
  position: relative; }

@keyframes falling-down-snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 0 700px, 0 500px, 0 300px; } }

.falling-snow.style1:before {
  background-color: transparent;
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snowballs-sm.png?v=7809798825184695868), url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snowballs-lg.png?v=6777665211772854250), url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snowballs-md.png?v=5085031900036772769);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: falling-down-snow 10s linear infinite;
  -moz-animation: falling-down-snow 12s linear infinite;
  -ms-animation: falling-down-snow 10s linear infinite;
  animation: falling-down-snow 10s linear infinite; }

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

.falling-snow.style2:before {
  background-color: transparent;
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snow-1.png?v=6818413144944369928), url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snow-2.png?v=13441253988100137108), url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/snow-2.png?v=13441253988100137108);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite; }

.snow-wrap.falling-snow.style2::before {
  z-index: 111; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

iframe[src="https://avon-demo.myshopify.com/preview_bar"] {
  display: none; }

/* ===========================================================
  Armstrong - Upload Photos page
 * ===========================================================*/
section.upload-photos--banner-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe3e6; }
  @media only screen and (max-width: 766px) {
    section.upload-photos--banner-container {
      border-bottom: 0;
      padding-bottom: 0; } }
  section.upload-photos--banner-container .grid {
    display: flex; }
    @media only screen and (max-width: 766px) {
      section.upload-photos--banner-container .grid {
        display: unset; } }
  @media only screen and (max-width: 766px) {
    section.upload-photos--banner-container h1, section.upload-photos--banner-container .h1 {
      margin-bottom: 10px; } }

.upload-photos--banner__left-col {
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.upload-photos--banner__right-col {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .upload-photos--banner__right-col img {
    height: 142px;
    width: auto; }
    @media only screen and (max-width: 766px) {
      .upload-photos--banner__right-col img {
        max-width: 305px;
        height: auto;
        margin-top: 20px; } }

section.upload-photos--form-container {
  padding: 40px 0; }
  @media only screen and (max-width: 766px) {
    section.upload-photos--form-container {
      padding: 0; } }
  section.upload-photos--form-container form fieldset {
    border: 0;
    margin-bottom: 0; }
    section.upload-photos--form-container form fieldset:last-of-type {
      margin-top: 0px; }
    @media only screen and (max-width: 766px) {
      section.upload-photos--form-container form fieldset {
        margin-top: 40px; } }
  section.upload-photos--form-container form h2, section.upload-photos--form-container form .h2, section.upload-photos--form-container form div[data-section-type="collection-widget"]:not(.rendered):before, section.upload-photos--form-container form .stamped-container .stamped-summary-text-1, .stamped-container section.upload-photos--form-container form .stamped-summary-text-1 {
    margin: 0;
    padding: 0 15px; }
    @media only screen and (max-width: 766px) {
      section.upload-photos--form-container form h2, section.upload-photos--form-container form .h2, section.upload-photos--form-container form div[data-section-type="collection-widget"]:not(.rendered):before, section.upload-photos--form-container form .stamped-container .stamped-summary-text-1, .stamped-container section.upload-photos--form-container form .stamped-summary-text-1 {
        padding: 0 10px; } }
  section.upload-photos--form-container button[type="submit"] {
    text-transform: uppercase;
    width: 170px;
    margin: 40px 0px; }
    @media only screen and (max-width: 766px) {
      section.upload-photos--form-container button[type="submit"] {
        width: 227px;
        margin: 30px 0px; } }

.upload-photos--form__input-photo {
  padding: 0 15px;
  margin-bottom: 60px;
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 766px) {
    .upload-photos--form__input-photo {
      padding: 0 10px;
      margin-bottom: 20px; }
      .upload-photos--form__input-photo:last-of-type {
        margin-bottom: 0; } }
  .upload-photos--form__input-photo label {
    display: inline-block;
    font-weight: bold;
    font-size: 16px; }
  .upload-photos--form__input-photo button {
    float: right;
    background: none;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #f37223;
    font-size: 14px;
    padding-right: 0; }
  .upload-photos--form__input-photo input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -10; }
  .upload-photos--form__input-photo .preview-container {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 270px;
    cursor: pointer; }
    @media only screen and (max-width: 766px) {
      .upload-photos--form__input-photo .preview-container {
        margin-top: 17px; } }
  .upload-photos--form__input-photo .preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(//cdn.shopify.com/s/files/1/0416/6752/6809/t/3/assets/upload_photos_placeholder.png?v=8738607626793113843);
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .upload-photos--form__input-photo .prompt {
    display: none;
    background: #1e262e;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11; }

.upload-photos--form__input-text {
  padding: 0 15px;
  margin-top: 25px;
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 766px) {
    .upload-photos--form__input-text {
      padding: 0 10px; } }
  .upload-photos--form__input-text label {
    font-weight: bold;
    margin-bottom: 17px;
    font-size: 16px; }
  .upload-photos--form__input-text input, .upload-photos--form__input-text textarea {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #919191; }
    .upload-photos--form__input-text input::placeholder, .upload-photos--form__input-text textarea::placeholder {
      color: #979797; }
  .upload-photos--form__input-text textarea {
    margin: 0; }

.upload-photos--form__input-accept-privacy {
  margin-top: 15px; }
  .upload-photos--form__input-accept-privacy label {
    margin-left: 20px;
    position: relative;
    font-size: 16px; }
    @media only screen and (max-width: 766px) {
      .upload-photos--form__input-accept-privacy label {
        margin-left: 25px; } }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      .upload-photos--form__input-accept-privacy label {
        margin-left: 28px; } }
  .upload-photos--form__input-accept-privacy a {
    font-weight: bold;
    color: #f37223; }
  .upload-photos--form__input-accept-privacy .checkmark {
    position: absolute;
    top: 2px;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 3px; }
    .upload-photos--form__input-accept-privacy .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .upload-photos--form__input-accept-privacy input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 2px;
    left: -27px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border: solid 1.5px #5e7183;
    border-radius: 3px;
    padding: 0; }
    .upload-photos--form__input-accept-privacy input[type="checkbox"]:checked {
      display: none; }
    .upload-photos--form__input-accept-privacy input[type="checkbox"]:checked ~ .checkmark {
      background: #f37223; }
    .upload-photos--form__input-accept-privacy input[type="checkbox"]:checked ~ .checkmark:after {
      display: block; }

.upload-photos--thank-you-container {
  display: none;
  text-align: center; }
  .upload-photos--thank-you-container img {
    margin-top: 50px; }
  .upload-photos--thank-you-container h1, .upload-photos--thank-you-container .h1 {
    margin-top: 56px; }
  .upload-photos--thank-you-container p {
    margin: auto;
    margin-top: 40px;
    max-width: 800px;
    color: #61697A; }
  .upload-photos--thank-you-container .btn, .upload-photos--thank-you-container .stamped-container .stamped-summary-actions-newreview, .stamped-container .upload-photos--thank-you-container .stamped-summary-actions-newreview,
  .upload-photos--thank-you-container .stamped-container .stamped-summary-actions-newquestion,
  .stamped-container .upload-photos--thank-you-container .stamped-summary-actions-newquestion, .upload-photos--thank-you-container .stamped-container #stamped-button-submit, .stamped-container .upload-photos--thank-you-container #stamped-button-submit,
  .upload-photos--thank-you-container .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .stamped-container .upload-photos--thank-you-container input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary,
  .upload-photos--thank-you-container .stamped-container .stamped-file-uploader-btn,
  .stamped-container .upload-photos--thank-you-container .stamped-file-uploader-btn {
    margin-top: 58px;
    text-transform: uppercase; }

.upload-photos--gotcha {
  display: none; }

#uploadPhotosExampleModal {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100vw;
  height: 100vh; }
  @media only screen and (max-width: 766px) {
    #uploadPhotosExampleModal {
      padding: 0; } }
  #uploadPhotosExampleModal .modal__inner {
    display: flex;
    justify-content: center;
    align-items: center; }

.upload-photos--example-modal--container {
  position: relative;
  padding: 80px 98px 55px 98px;
  background: #ffffff; }
  @media only screen and (max-width: 766px) {
    .upload-photos--example-modal--container {
      padding: 45px 45px 30px 45px; } }
  .upload-photos--example-modal--container img.modalImg {
    height: 378px;
    width: 550px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 766px) {
      .upload-photos--example-modal--container img.modalImg {
        height: 195px;
        width: 285px; } }
  .upload-photos--example-modal--container p {
    margin: 0;
    margin-top: 42px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
  .upload-photos--example-modal--container .modal__close {
    position: absolute;
    padding: 0;
    height: 24px;
    width: 24px;
    background: unset;
    top: 15px;
    right: 15px; }
    .upload-photos--example-modal--container .modal__close img {
      height: 100%;
      width: 100%; }

/* ===========================================================
  Armstrong - Forms
 * ===========================================================*/
.kanopi-form input, .kanopi-form textarea, .kanopi-form select {
  border-radius: 0;
  border: 1px solid #919191;
  margin-bottom: 0; }
@media only screen and (max-width: 1024px) {
  .kanopi-form input, .kanopi-form textarea, .kanopi-form select {
    font-size: 16px;
    padding: 10px 18px; } }
@media only screen and (max-width: 766px) {
  .kanopi-form label {
    font-size: 16px; } }

.kanopi-form-label--required:after {
  content: ' *';
  display: inline; }

.kanopi-form-label:not(.kanopi-form-label--checkbox):not(.kanopi-form-label--radio),
.kanopi-form-input:not(.kanopi-form-input--checkbox):not(.kanopi-form-input--radio) {
  width: 100%; }

.kanopi-form-label--checkbox, .kanopi-form-label--radio {
  display: flex; }

.kanopi-form-checkbox + span, .kanopi-form-radio + span {
  margin-top: 1px; }

.kanopi-form-input--checkbox {
  width: 16px;
  height: 16px; }

.kanopi-form-input--radio {
  width: 20px;
  height: 20px; }

/* ===========================================================
  Partial Search Results Page
 * ===========================================================*/
.boost-pfs-filter-product-item-inner {
  border-bottom: 1px solid #5e7183 !important; }

.boost-pfs-filter-product-item-image {
  margin-bottom: 0 !important; }

.boost-pfs-filter-item-swatch li .tooltip {
  background: #5e7183 !important;
  color: #ffffff !important;
  margin-bottom: 5px !important; }
  .boost-pfs-filter-item-swatch li .tooltip:after {
    border-top-color: #5e7183 !important;
    border-width: 5px !important;
    bottom: -5px !important; }

.boost-pfs-filter-product-item {
  padding-right: 0; }
  @media only screen and (max-width: 766px) {
    .boost-pfs-filter-product-item {
      width: 50% !important; } }

.boost-pfs-filter-product-item-price {
  font-size: 16px !important; }
  .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-price-from-text {
    display: inline !important; }
  .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-regular-price .money {
    color: #1e262e;
    font-weight: 600; }

.boost-pfs-filter-product-item-list .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-regular-price .money {
  font-size: 28px;
  line-height: 1; }
.boost-pfs-filter-product-item-list .boost-pfs-filter-product-item-inner {
  border-bottom: none !important; }

.search__partial-sku-help {
  color: #5e7183;
  margin-bottom: 20px; }

/* ===========================================================
  Search SKU / Find Your Match Results Page
 * ===========================================================*/
.search__help-container .search__help-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1e262e;
  padding: 65px 70px; }
  .search__help-container .search__help-upload h2, .search__help-container .search__help-upload .h2, .search__help-container .search__help-upload div[data-section-type="collection-widget"]:not(.rendered):before, .search__help-container .search__help-upload .stamped-container .stamped-summary-text-1, .stamped-container .search__help-container .search__help-upload .stamped-summary-text-1, .search__help-container .search__help-upload p {
    color: #ffffff; }
  .search__help-container .search__help-upload > div {
    width: 49%; }
  .search__help-container .search__help-upload .search__help-upload-graphic img {
    width: 425px; }
  @media only screen and (max-width: 1024px) {
    .search__help-container .search__help-upload {
      padding: 20px 15px; } }
  @media only screen and (max-width: 766px) {
    .search__help-container .search__help-upload {
      flex-direction: column-reverse; }
      .search__help-container .search__help-upload > div {
        width: 100%; }
      .search__help-container .search__help-upload .search__help-upload-body {
        margin-bottom: 30px; } }
.search__help-container .search__help-contact {
  display: flex;
  align-items: center;
  background-color: #dfe3e6;
  padding: 40px 60px 40px 70px; }
  .search__help-container .search__help-contact h2, .search__help-container .search__help-contact .h2, .search__help-container .search__help-contact div[data-section-type="collection-widget"]:not(.rendered):before, .search__help-container .search__help-contact .stamped-container .stamped-summary-text-1, .stamped-container .search__help-container .search__help-contact .stamped-summary-text-1, .search__help-container .search__help-contact p {
    color: #1e262e; }
  .search__help-container .search__help-contact .search__help-contact-body {
    flex: 1 0 45%; }
    .search__help-container .search__help-contact .search__help-contact-body .search__help-contact-body-inner {
      max-width: 300px; }
  .search__help-container .search__help-contact .search__help-contact-actions {
    display: flex;
    justify-content: space-between; }
    .search__help-container .search__help-contact .search__help-contact-actions h2, .search__help-container .search__help-contact .search__help-contact-actions .h2, .search__help-container .search__help-contact .search__help-contact-actions div[data-section-type="collection-widget"]:not(.rendered):before, .search__help-container .search__help-contact .search__help-contact-actions .stamped-container .stamped-summary-text-1, .stamped-container .search__help-container .search__help-contact .search__help-contact-actions .stamped-summary-text-1 {
      font-size: 26px; }
    .search__help-container .search__help-contact .search__help-contact-actions h2, .search__help-container .search__help-contact .search__help-contact-actions .h2, .search__help-container .search__help-contact .search__help-contact-actions div[data-section-type="collection-widget"]:not(.rendered):before, .search__help-container .search__help-contact .search__help-contact-actions .stamped-container .stamped-summary-text-1, .stamped-container .search__help-container .search__help-contact .search__help-contact-actions .stamped-summary-text-1, .search__help-container .search__help-contact .search__help-contact-actions p {
      margin-bottom: 8px; }
    .search__help-container .search__help-contact .search__help-contact-actions > div {
      width: 49%; }
    .search__help-container .search__help-contact .search__help-contact-actions .search__help-contact-phone a {
      color: #1cacda; }
    .search__help-container .search__help-contact .search__help-contact-actions .search__help-contact-email a {
      width: 75%; }
  .search__help-container .search__help-contact .search__help-contact-icon {
    display: block;
    width: 94px;
    height: 94px;
    margin-bottom: 18px; }
  @media only screen and (max-width: 1024px) {
    .search__help-container .search__help-contact {
      padding: 20px 15px; }
      .search__help-container .search__help-contact .search__help-contact-body {
        flex: 1 0 35%; }
        .search__help-container .search__help-contact .search__help-contact-body .search__help-contact-body-inner {
          max-width: 200px; }
      .search__help-container .search__help-contact .search__help-contact-actions .search__help-contact-email a {
        width: 100%; } }
  @media only screen and (max-width: 766px) {
    .search__help-container .search__help-contact {
      flex-direction: column; }
      .search__help-container .search__help-contact .search__help-contact-body {
        flex: 1;
        margin-bottom: 20px; }
        .search__help-container .search__help-contact .search__help-contact-body .search__help-contact-body-inner {
          max-width: 100%; }
      .search__help-container .search__help-contact .search__help-contact-actions {
        text-align: center; }
        .search__help-container .search__help-contact .search__help-contact-actions h2, .search__help-container .search__help-contact .search__help-contact-actions .h2, .search__help-container .search__help-contact .search__help-contact-actions div[data-section-type="collection-widget"]:not(.rendered):before, .search__help-container .search__help-contact .search__help-contact-actions .stamped-container .stamped-summary-text-1, .stamped-container .search__help-container .search__help-contact .search__help-contact-actions .stamped-summary-text-1 {
          font-size: 20px; }
        .search__help-container .search__help-contact .search__help-contact-actions > div {
          width: 48%; }
      .search__help-container .search__help-contact .search__help-contact-icon {
        margin-left: auto;
        margin-right: auto; } }

/* ===========================================================
  Stamped.io (Product Reviews and Q&A) Styles
 * ===========================================================*/
@media only screen and (max-width: 766px) {
  .main-content.product div[data-widget-style] div.stamped-container {
    margin-top: 0 !important; } }

.stamped-container {
  font-size: 16px !important;
  font-family: Roboto, sans-serif !important;
  color: #1e262e !important; }
  .stamped-container .stamped-summary-actions-newreview,
  .stamped-container .stamped-summary-actions-newquestion {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none; }
    .stamped-container .stamped-summary-actions-newreview:before,
    .stamped-container .stamped-summary-actions-newquestion:before {
      font-family: 'adorn-icons';
      font-size: 16px; }
  .stamped-container .stamped-summary-actions-newreview:before {
    content: '\f044'; }
  .stamped-container .stamped-summary-actions-newquestion:before {
    content: '\f0e6'; }
  .stamped-container .stamped-form-label {
    text-transform: none; }
  .stamped-container #stamped-button-submit,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn-primary.stamped-summary-actions-newreview,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn-primary.stamped-summary-actions-newquestion,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn-primary#stamped-button-submit,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn-primary.btn,
  .stamped-container input.stamped-button.stamped-button-primary.button.button-primary.btn-primary.stamped-file-uploader-btn,
  .stamped-container .stamped-file-uploader-btn {
    margin-top: 0 !important; }
  .stamped-container .stamped-file-uploader-btn {
    border: none !important;
    border-radius: 3px !important;
    padding: 11px 15px !important;
    font-size: 14px !important; }
  .stamped-container input::placeholder, .stamped-container textarea::placeholder {
    color: #979797; }
  .stamped-container .stamped-summary-text-1 {
    font-size: 30px !important; }
  .stamped-container ul.stamped-tabs li {
    outline: none; }
    @media only screen and (max-width: 599px) {
      div[data-widget-style*=standard] .stamped-container ul.stamped-tabs li {
        margin-right: 10px !important; } }
  .stamped-container ul.stamped-tabs li,
  .stamped-container .stamped-review-header .author,
  .stamped-container .stamped-review-header-title {
    font-size: 16px !important; }
  .stamped-container .stamped-review-avatar-content {
    width: 65px;
    height: 66px; }
  .stamped-container .stamped-review-header .review-location,
  .stamped-container .stamped-review-header .stamped-review-header-starratings {
    margin-top: 5px; }
  .stamped-container .stamped-review-header-title {
    margin-top: 15px; }
  .stamped-container p.stamped-review-content-body {
    margin-top: 5px; }
  .stamped-container .stamped-questions-search-text .stamped-questions-search-icon.stamped-fa.stamped-fa-search,
  .stamped-container .stamped-reviews-search-text .stamped-reviews-search-icon.stamped-fa.stamped-fa-search {
    top: calc(50% - 17px); }
  .stamped-container .stamped-questions-search-text .stamped-questions-search-clear,
  .stamped-container .stamped-reviews-search-text .stamped-reviews-search-clear {
    top: calc(50% - 19px); }

.main-content.product [class*=" stamped-fa-"]:before,
.main-content.product [class*=" stamped-icon-"]:before,
.main-content.product [class^=fa-]:before,
.main-content.product [class^=stamped-fa-]:before,
.main-content.product [class^=stamped-icon-]:before,
.main-content.product div[data-widget-style] .summary-rating:nth-child(1) .summary-rating-title:before,
.main-content.product div[data-widget-style] .summary-rating:nth-child(2) .summary-rating-title:before,
.main-content.product div[data-widget-style] .summary-rating:nth-child(3) .summary-rating-title:before,
.main-content.product div[data-widget-style] .summary-rating:nth-child(4) .summary-rating-title:before,
.main-content.product div[data-widget-style] .summary-rating:nth-child(5) .summary-rating-title:before {
  font-family: 'adorn-icons' !important; }
.main-content.product div[data-widget-style*=standard] .summary-rating:nth-child(1) .summary-rating-title:before {
  content: '\f005\2009\f005\2009\f005\2009\f005\2009\f005'; }
.main-content.product div[data-widget-style*=standard] .summary-rating:nth-child(2) .summary-rating-title:before {
  content: '\f005\2009\f005\2009\f005\2009\f005\2009\f006'; }
.main-content.product div[data-widget-style*=standard] .summary-rating:nth-child(3) .summary-rating-title:before {
  content: '\f005\2009\f005\2009\f005\2009\f006\2009\f006'; }
.main-content.product div[data-widget-style*=standard] .summary-rating:nth-child(4) .summary-rating-title:before {
  content: '\f005\2009\f005\2009\f006\2009\f006\2009\f006'; }
.main-content.product div[data-widget-style*=standard] .summary-rating:nth-child(5) .summary-rating-title:before {
  content: '\f005\2009\f006\2009\f006\2009\f006\2009\f006'; }
.main-content.product .fa-star,
.main-content.product .fa-star-o,
.main-content.product .fa-star-half-o,
.main-content.product .stamped-fa-star,
.main-content.product .stamped-fa-star-o,
.main-content.product .stamped-fa-star-half-o {
  color: #fddc66 !important;
  margin: 0 1px; }
.main-content.product .fa-star:before,
.main-content.product .stamped-fa-star:before {
  content: '\f005'; }
.main-content.product .fa-star-o:before,
.main-content.product .stamped-fa-star-o:before {
  content: '\f006'; }
.main-content.product .fa-star-half-o:before,
.main-content.product .stamped-fa-star-half-o:before {
  content: '\f123'; }
.main-content.product .fa-share-alt:before,
.main-content.product .stamped-fa-share-alt:before {
  content: '\e9fd'; }
.main-content.product .fa-thumbs-up:before,
.main-content.product .stamped-fa-thumbs-up:before {
  content: '\ea24'; }
.main-content.product .fa-thumbs-down:before,
.main-content.product .stamped-fa-thumbs-down:before {
  content: '\ea23'; }
.main-content.product .fa-camera:before,
.main-content.product .stamped-fa-camera:before {
  content: '\e943'; }
.main-content.product .fa-facebook:before,
.main-content.product .stamped-fa-facebook:before {
  content: '\eaed'; }
.main-content.product .fa-twitter:before,
.main-content.product .stamped-fa-twitter:before {
  content: '\ec36'; }
.main-content.product .fa-comment:before,
.main-content.product .stamped-fa-comment:before {
  content: '\e96d'; }
.main-content.product .fa-search:before,
.main-content.product .stamped-fa-search:before {
  content: '\ec28'; }

.live-chat-container {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100; }
  .live-chat-container img {
    height: auto;
    width: 44px; }

body[id$=gallery] .page-title {
  color: #1e262e;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    body[id$=gallery] .page-title {
      font-size: 32px; } }

.EVMLookbookgrid {
  max-width: none !important; }

#lookbook-promo {
  padding: 16px 24px;
  background-color: #1cacda;
  position: absolute;
  top: 4px;
  z-index: 34;
  right: 4px;
  max-width: 75%; }
  #lookbook-promo .title-promo-lookbook {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    margin: 0; }
  #lookbook-promo .link-product-lookbook {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: underline; }
  #lookbook-promo .paragraph-promo-lookbook {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }

@media only screen and (max-width: 766px) {
  #lookbook-promo {
    display: none; } }
.collections-promo {
  border-top: 3px solid #dfe3e6;
  border-bottom: 3px solid #dfe3e6;
  margin: 20px 0;
  padding: 22px 83px 22px 53px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 766px) {
    .collections-promo {
      margin: 8px 0 16px 0;
      padding: 16px 36px;
      flex-direction: column; } }
  .collections-promo .left-col {
    width: 190px;
    display: flex;
    align-items: center;
    margin-right: 50px; }
    @media only screen and (max-width: 766px) {
      .collections-promo .left-col {
        margin-right: 0; } }
  .collections-promo .middle-col {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    flex: 1;
    margin: 0; }
    @media only screen and (max-width: 766px) {
      .collections-promo .middle-col {
        margin-top: 8px;
        text-align: center; } }
  .collections-promo a {
    margin-left: 50px; }
    @media only screen and (max-width: 766px) {
      .collections-promo a {
        margin-left: 0;
        margin-top: 16px; } }
    .collections-promo a button {
      height: 42px;
      width: 200px; }

.sidebar-filter-by-see-more button {
  border: 0;
  width: 100%;
  padding: 16px 0 6px 30px;
  cursor: pointer;
  background: transparent;
  color: #f37223;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  position: relative; }
  .sidebar-filter-by-see-more button::before {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    font-family: "adorn-icons"; }
  .sidebar-filter-by-see-more button[data-state="CLOSED"] {
    display: block; }
    .sidebar-filter-by-see-more button[data-state="CLOSED"]::before {
      content: "\ebe0"; }
  .sidebar-filter-by-see-more button[data-state="OPEN"] {
    display: block; }
    .sidebar-filter-by-see-more button[data-state="OPEN"]::before {
      content: "\ebd1"; }
.sidebar-filter-by-see-more .sidebar-filter-by-expanded {
  height: 1px;
  background-color: #dfe2e1;
  margin: 18px 0; }
  .sidebar-filter-by-see-more .sidebar-filter-by-expanded[data-state="CLOSED"] {
    display: none; }
  .sidebar-filter-by-see-more .sidebar-filter-by-expanded[data-state="OPEN"] {
    display: block; }
.sidebar-filter-by-see-more .sidebar-filter-by-drawer[data-state="CLOSED"] {
  display: none; }
.sidebar-filter-by-see-more .sidebar-filter-by-drawer[data-state="OPEN"] {
  display: block; }

.more_description .body {
  margin: 15px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left; }
.more_description .embed-responsive {
  margin: 15px 0; }
.more_description ul.link_list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0; }
  .more_description ul.link_list li.link_item {
    list-style: none;
    margin: 15px 0; }
    .more_description ul.link_list li.link_item a {
      margin: 5px 0 0;
      font-family: Roboto;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      text-align: left; }
    .more_description ul.link_list li.link_item img {
      margin-right: 10px;
      width: 24px;
      height: 24px; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive-16by9::before {
  padding-top: 56.25%;
  display: block;
  content: ""; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.grid__item {
  position: relative; }

.new-flag {
  position: absolute;
  background: #fddc66;
  padding: 10px 20px;
  font-weight: bold;
  top: 30px;
  z-index: 9;
  left: -10px;
  transition: all .2s ease-in-out; }

.new-flag::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid #e8b62f;
  position: absolute;
  left: 0;
  bottom: -10px; }

.hide-mobile {
  display: flex;
  border-style: solid;
  border-width: 1px;
  color: #dfe3e6;
  text-align: center;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  padding-top: 50px;
  height: 93%; }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none; } }

.hide-desktop {
  display: flex;
  border-style: solid;
  border-width: 1px;
  color: #dfe3e6;
  text-align: center;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  padding-top: 50px;
  height: 93%; }
  @media (min-width: 768px) {
    .hide-desktop {
      display: none; } }

.installation-promo-browse .container-image img {
  width: 80px; }
.installation-promo-browse .title {
  height: 32.5px;
  margin: 10px 3.1px 0 2px;
  font-family: Bitter;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #1d262e; }
  @media (min-width: 768px) {
    .installation-promo-browse .title {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .installation-promo-browse .title {
      font-size: 12px; } }
.installation-promo-browse .get-text-v1 {
  margin: 15px 0 10px 0;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #5e7183; }
  @media (min-width: 768px) and (max-width: 1025px) {
    .installation-promo-browse .get-text-v1 {
      font-size: 16px;
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1026px) {
    .installation-promo-browse .get-text-v1 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .installation-promo-browse .get-text-v1 {
      font-size: 12px; } }
.installation-promo-browse .get-text {
  margin: 10px 0 10px 0;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #5e7183; }
  @media (min-width: 1025px) {
    .installation-promo-browse .get-text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .installation-promo-browse .get-text {
      font-size: 12px; } }

.btn-outline-dark {
  color: #5e7183;
  background-color: transparent;
  background-image: none;
  border-color: #5e7183; }

button.btn.btn-outline-dark.block, .stamped-container button.btn-outline-dark.block.stamped-summary-actions-newreview,
.stamped-container button.btn-outline-dark.block.stamped-summary-actions-newquestion, .stamped-container button.btn-outline-dark.block#stamped-button-submit,
.stamped-container button.btn-outline-dark.block.stamped-file-uploader-btn {
  width: 222px;
  height: 43px;
  flex-grow: 0;
  margin: 16px 9px 0 10px;
  padding: 12px 13px 11px 13px; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.block {
  display: block;
  width: 100%;
  cursor: pointer; }

@media (min-width: 768px) {
  button.btn.btn-outline-dark.block, .stamped-container button.btn-outline-dark.block.stamped-summary-actions-newreview,
  .stamped-container button.btn-outline-dark.block.stamped-summary-actions-newquestion, .stamped-container button.btn-outline-dark.block#stamped-button-submit,
  .stamped-container button.btn-outline-dark.block.stamped-file-uploader-btn {
    width: 100%;
    height: auto;
    margin: 0; } }
.banner-wizard {
  margin: 14px 0px 15px -25px;
  width: 100%; }
  .banner-wizard img {
    height: auto; }
    @media (min-width: 601px) {
      .banner-wizard img {
        width: 100%; } }
    @media (max-width: 600px) {
      .banner-wizard img {
        width: 60px;
        margin-top: 20px; } }
  .banner-wizard .banner-title {
    display: inline;
    height: 25px;
    font-family: Bitter;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1d262e; }
    @media (min-width: 768px) {
      .banner-wizard .banner-title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .banner-wizard .banner-title {
        font-size: 18px; } }
  .banner-wizard .banner-text {
    font-family: Roboto;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #5e7183; }
    @media (min-width: 768px) {
      .banner-wizard .banner-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .banner-wizard .banner-text {
        font-size: 14px; } }

@media (max-width: 576px) {
  .banner-wizard {
    margin: 0; } }
.align-items-banner {
  align-items: center;
  justify-content: center;
  margin: 0; }
  @media (min-width: 1025px) {
    .align-items-banner {
      padding: 20px 0px 0px 0px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .align-items-banner {
      padding: 25px 0px 0px 0px; } }
  @media (min-width: 768px) {
    .align-items-banner {
      margin: 0; } }
  @media (max-width: 576px) {
    .align-items-banner {
      margin: -70px 0px 25px 74px; } }

.grid-products {
  display: flex;
  flex-wrap: wrap; }
  .grid-products .grid-view_image {
    display: flex;
    height: auto; }
  .grid-products .grid__item .new-flag {
    top: 10px;
    left: 5px; }
  .grid-products .grid__item .search-results-flag .new-flag {
    left: -10px; }
  .grid-products .grid-view-item__link {
    display: flex;
    height: inherit;
    width: 100%; }
  @media (max-width: 575.98px) {
    .grid-products .grid__item .new-flag {
      left: -5px; } }

.grid-product-page {
  position: relative; }
  .grid-product-page .product-single {
    position: relative; }
  .grid-product-page .new-flag {
    left: 100px;
    top: 10px; }
    @media (max-width: 575.98px) {
      .grid-product-page .new-flag {
        left: 5px; } }
    .grid-product-page .new-flag::before {
      display: none; }

.product-single__thumbnails-item.slick-slide {
  height: 76px;
  overflow: hidden; }

@media (max-width: 576px) {
  .cart-container::before {
    opacity: 0;
    content: "";
    transition: all .3s ease-in-out; }

  .cart-container.active::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 30;
    opacity: 1; } }
.btn-mid {
  width: 100%;
  max-width: 270px; }
  @media (max-width: 576px) {
    .btn-mid {
      max-width: 100%; } }

.btn-long {
  width: 100%;
  max-width: 370px; }
