/** Shopify CDN: Minification failed

Line 377:27 Unexpected "0%"
Line 381:27 Unexpected "100%"
Line 785:2 Expected identifier but found "*"
Line 3068:2 Expected identifier but found "*"
Line 3120:2 Expected identifier but found "*"
Line 9678:2 "ext-transform" is not a known CSS property

**/
/*============================================================================
  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
==============================================================================*/
/*================ 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
==============================================================================*/
.flex {
  display: flex; }
  .flex .flex-item {
    flex: 1; }

/*================ 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: //www.mariacommunion.com/cdn/shop/t/6/assets/ico-select.svg?v=54192558760207300401614182980; */
/*================ 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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

/* Slick Arrows */
.slick-prev, .slick-next {
  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-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-next:before {
    font-family: "adorn-icons";
    font-size: 20px;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-prev:focus, .slick-next:focus {
    outline: 0 !important; }
  @media only screen and (max-width: 766px) {
    .slick-prev, .slick-next {
      height: 30px;
      width: 30px;
      line-height: 29px;
      border-radius: 50%;
      opacity: 1 !important; }
      .slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next: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; }

/* ===========================================================
   Animated Css
 * ===========================================================*/
.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; }

bkit-keyframes fadeInRight 0%  {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
bkit-keyframes fadeInRight 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; }

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

@media only screen and (max-width: 766px) {
  html {
    overflow-x: hidden; } }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

a {
  background-color: transparent; }

a, a:before, a:after {
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none; }

button[disabled], input[disabled] {
  cursor: default; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle; }

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

td, th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

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

/*============================================================================
  Fast Tap - enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a, img {
  outline: none !important;
  border: 0; }

a, button, [role="button"], input, label, select, textarea {
  touch-action: manipulation; }

/* ===========================================================
   Grid Setup
 * ===========================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 1024px) {
    .grid {
      margin: 0 -7.5px; } }
  @media only screen and (max-width: 766px) {
    .grid {
      margin: 0 -5px; } }

.grid__item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .grid__item {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media only screen and (max-width: 766px) {
    .grid__item {
      padding-left: 5px;
      padding-right: 5px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Half */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Sevenths */
.one-seventh {
  width: 14.28571%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Nineths */
.one-nineth {
  width: 11.11111%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (min-width: 767px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Half */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium-up--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .medium-up--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--one-seventh:nth-child(7n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 999px) {
  /* Whole */
  .tblt-up--one-whole {
    width: 100%; }

  /* Half */
  .tblt-up--one-half {
    width: 50%; }

  /* Thirds */
  .tblt-up--one-third {
    width: 33.33333%; }

  .tblt-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .tblt-up--one-quarter {
    width: 25%; }

  .tblt-up--two-quarters {
    width: 50%; }

  .tblt-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .tblt-up--one-fifth {
    width: 20%; }

  .tblt-up--two-fifths {
    width: 40%; }

  .tblt-up--three-fifths {
    width: 60%; }

  .tblt-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .tblt-up--one-sixth {
    width: 16.66667%; }

  .tblt-up--two-sixths {
    width: 33.33333%; }

  .tblt-up--three-sixths {
    width: 50%; }

  .tblt-up--four-sixths {
    width: 66.66667%; }

  .tblt-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .tblt-up--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .tblt-up--one-eighth {
    width: 12.5%; }

  .tblt-up--two-eighths {
    width: 25%; }

  .tblt-up--three-eighths {
    width: 37.5%; }

  .tblt-up--four-eighths {
    width: 50%; }

  .tblt-up--five-eighths {
    width: 62.5%; }

  .tblt-up--six-eighths {
    width: 75%; }

  .tblt-up--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .tblt-up--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .tblt-up--one-tenth {
    width: 10%; }

  .tblt-up--two-tenths {
    width: 20%; }

  .tblt-up--three-tenths {
    width: 30%; }

  .tblt-up--four-tenths {
    width: 40%; }

  .tblt-up--five-tenths {
    width: 50%; }

  .tblt-up--six-tenths {
    width: 60%; }

  .tblt-up--seven-tenths {
    width: 70%; }

  .tblt-up--eight-tenths {
    width: 80%; }

  .tblt-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .tblt-up--one-twelfth {
    width: 8.33333%; }

  .tblt-up--two-twelfths {
    width: 16.66667%; }

  .tblt-up--three-twelfths {
    width: 25%; }

  .tblt-up--four-twelfths {
    width: 33.33333%; }

  .tblt-up--five-twelfths {
    width: 41.66667%; }

  .tblt-up--six-twelfths {
    width: 50%; }

  .tblt-up--seven-twelfths {
    width: 58.33333%; }

  .tblt-up--eight-twelfths {
    width: 66.66667%; }

  .tblt-up--nine-twelfths {
    width: 75%; }

  .tblt-up--ten-twelfths {
    width: 83.33333%; }

  .tblt-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .tblt-up--one-half:nth-child(2n+1),
  .grid--uniform .tblt-up--one-third:nth-child(3n+1),
  .grid--uniform .tblt-up--one-quarter:nth-child(4n+1),
  .grid--uniform .tblt-up--one-fifth:nth-child(5n+1),
  .grid--uniform .tblt-up--one-sixth:nth-child(6n+1),
  .grid--uniform .tblt-up--one-seventh:nth-child(7n+1),
  .grid--uniform .tblt-up--two-sixths:nth-child(3n+1),
  .grid--uniform .tblt-up--three-sixths:nth-child(2n+1),
  .grid--uniform .tblt-up--one-eighth:nth-child(8n+1),
  .grid--uniform .tblt-up--two-eighths:nth-child(4n+1),
  .grid--uniform .tblt-up--four-eighths:nth-child(2n+1),
  .grid--uniform .tblt-up--five-tenths:nth-child(2n+1),
  .grid--uniform .tblt-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .tblt-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .tblt-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .tblt-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .tblt-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .tblt-up--show {
    display: block !important; }

  .tblt-up--hide {
    display: none !important; }

  .tblt-up--text-left {
    text-align: left !important; }

  .tblt-up--text-right {
    text-align: right !important; }

  .tblt-up--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 999px) {
  /* Whole */
  .tblt-down--one-whole {
    width: 100%; }

  /* Half */
  .tblt-down--one-half {
    width: 50%; }

  /* Thirds */
  .tblt-down--one-third {
    width: 33.33333%; }

  .tblt-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .tblt-down--one-quarter {
    width: 25%; }

  .tblt-down--two-quarters {
    width: 50%; }

  .tblt-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .tblt-down--one-fifth {
    width: 20%; }

  .tblt-down--two-fifths {
    width: 40%; }

  .tblt-down--three-fifths {
    width: 60%; }

  .tblt-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .tblt-down--one-sixth {
    width: 16.66667%; }

  .tblt-down--two-sixths {
    width: 33.33333%; }

  .tblt-down--three-sixths {
    width: 50%; }

  .tblt-down--four-sixths {
    width: 66.66667%; }

  .tblt-down--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .tblt-down--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .tblt-down--one-eighth {
    width: 12.5%; }

  .tblt-down--two-eighths {
    width: 25%; }

  .tblt-down--three-eighths {
    width: 37.5%; }

  .tblt-down--four-eighths {
    width: 50%; }

  .tblt-down--five-eighths {
    width: 62.5%; }

  .tblt-down--six-eighths {
    width: 75%; }

  .tblt-down--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .tblt-down--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .tblt-down--one-tenth {
    width: 10%; }

  .tblt-down--two-tenths {
    width: 20%; }

  .tblt-down--three-tenths {
    width: 30%; }

  .tblt-down--four-tenths {
    width: 40%; }

  .tblt-down--five-tenths {
    width: 50%; }

  .tblt-down--six-tenths {
    width: 60%; }

  .tblt-down--seven-tenths {
    width: 70%; }

  .tblt-down--eight-tenths {
    width: 80%; }

  .tblt-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .tblt-down--one-twelfth {
    width: 8.33333%; }

  .tblt-down--two-twelfths {
    width: 16.66667%; }

  .tblt-down--three-twelfths {
    width: 25%; }

  .tblt-down--four-twelfths {
    width: 33.33333%; }

  .tblt-down--five-twelfths {
    width: 41.66667%; }

  .tblt-down--six-twelfths {
    width: 50%; }

  .tblt-down--seven-twelfths {
    width: 58.33333%; }

  .tblt-down--eight-twelfths {
    width: 66.66667%; }

  .tblt-down--nine-twelfths {
    width: 75%; }

  .tblt-down--ten-twelfths {
    width: 83.33333%; }

  .tblt-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .tblt-down--one-half:nth-child(2n+1),
  .grid--uniform .tblt-down--one-third:nth-child(3n+1),
  .grid--uniform .tblt-down--one-quarter:nth-child(4n+1),
  .grid--uniform .tblt-down--one-fifth:nth-child(5n+1),
  .grid--uniform .tblt-down--one-sixth:nth-child(6n+1),
  .grid--uniform .tblt-down--one-seventh:nth-child(7n+1),
  .grid--uniform .tblt-down--two-sixths:nth-child(3n+1),
  .grid--uniform .tblt-down--three-sixths:nth-child(2n+1),
  .grid--uniform .tblt-down--one-eighth:nth-child(8n+1),
  .grid--uniform .tblt-down--two-eighths:nth-child(4n+1),
  .grid--uniform .tblt-down--four-eighths:nth-child(2n+1),
  .grid--uniform .tblt-down--five-tenths:nth-child(2n+1),
  .grid--uniform .tblt-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .tblt-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .tblt-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .tblt-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .tblt-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .tblt-down--show {
    display: block !important; }

  .tblt-down--hide {
    display: none !important; }

  .tblt-down--text-left {
    text-align: left !important; }

  .tblt-down--text-right {
    text-align: right !important; }

  .tblt-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1025px) {
  /* Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Half */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .large-up--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .large-up--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--one-seventh:nth-child(7n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1280px) {
  /* Whole */
  .widescreen--one-whole {
    width: 100%; }

  /* Half */
  .widescreen--one-half {
    width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    width: 33.33333%; }

  .widescreen--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%; }

  .widescreen--two-quarters {
    width: 50%; }

  .widescreen--three-quarters {
    width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%; }

  .widescreen--two-fifths {
    width: 40%; }

  .widescreen--three-fifths {
    width: 60%; }

  .widescreen--four-fifths {
    width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--two-sixths {
    width: 33.33333%; }

  .widescreen--three-sixths {
    width: 50%; }

  .widescreen--four-sixths {
    width: 66.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .widescreen--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%; }

  .widescreen--two-eighths {
    width: 25%; }

  .widescreen--three-eighths {
    width: 37.5%; }

  .widescreen--four-eighths {
    width: 50%; }

  .widescreen--five-eighths {
    width: 62.5%; }

  .widescreen--six-eighths {
    width: 75%; }

  .widescreen--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .widescreen--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%; }

  .widescreen--two-tenths {
    width: 20%; }

  .widescreen--three-tenths {
    width: 30%; }

  .widescreen--four-tenths {
    width: 40%; }

  .widescreen--five-tenths {
    width: 50%; }

  .widescreen--six-tenths {
    width: 60%; }

  .widescreen--seven-tenths {
    width: 70%; }

  .widescreen--eight-tenths {
    width: 80%; }

  .widescreen--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.33333%; }

  .widescreen--two-twelfths {
    width: 16.66667%; }

  .widescreen--three-twelfths {
    width: 25%; }

  .widescreen--four-twelfths {
    width: 33.33333%; }

  .widescreen--five-twelfths {
    width: 41.66667%; }

  .widescreen--six-twelfths {
    width: 50%; }

  .widescreen--seven-twelfths {
    width: 58.33333%; }

  .widescreen--eight-twelfths {
    width: 66.66667%; }

  .widescreen--nine-twelfths {
    width: 75%; }

  .widescreen--ten-twelfths {
    width: 83.33333%; }

  .widescreen--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .widescreen--one-half:nth-child(2n+1),
  .grid--uniform .widescreen--one-third:nth-child(3n+1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen--one-seventh:nth-child(7n+1),
  .grid--uniform .widescreen--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .widescreen--show {
    display: block !important; }

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

  .widescreen--text-left {
    text-align: left !important; }

  .widescreen--text-right {
    text-align: right !important; }

  .widescreen--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  /* Whole */
  .large--one-whole {
    width: 100%; }

  /* Half */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }

  .large--two-sixths {
    width: 33.33333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .large--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .large--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.33333%; }

  .large--two-twelfths {
    width: 16.66667%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.33333%; }

  .large--five-twelfths {
    width: 41.66667%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.33333%; }

  .large--eight-twelfths {
    width: 66.66667%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.33333%; }

  .large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--one-seventh:nth-child(7n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large--show {
    display: block !important; }

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

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  /* Whole */
  .medium--one-whole {
    width: 100%; }

  /* Half */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .medium--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--one-seventh:nth-child(7n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

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

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 766px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Half */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .small--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .small--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--one-seventh:nth-child(7n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 639px) {
  /* Whole */
  .xsmall--one-whole {
    width: 100%; }

  /* Half */
  .xsmall--one-half {
    width: 50%; }

  /* Thirds */
  .xsmall--one-third {
    width: 33.33333%; }

  .xsmall--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .xsmall--one-quarter {
    width: 25%; }

  .xsmall--two-quarters {
    width: 50%; }

  .xsmall--three-quarters {
    width: 75%; }

  /* Fifths */
  .xsmall--one-fifth {
    width: 20%; }

  .xsmall--two-fifths {
    width: 40%; }

  .xsmall--three-fifths {
    width: 60%; }

  .xsmall--four-fifths {
    width: 80%; }

  /* Sixths */
  .xsmall--one-sixth {
    width: 16.66667%; }

  .xsmall--two-sixths {
    width: 33.33333%; }

  .xsmall--three-sixths {
    width: 50%; }

  .xsmall--four-sixths {
    width: 66.66667%; }

  .xsmall--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .xsmall--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .xsmall--one-eighth {
    width: 12.5%; }

  .xsmall--two-eighths {
    width: 25%; }

  .xsmall--three-eighths {
    width: 37.5%; }

  .xsmall--four-eighths {
    width: 50%; }

  .xsmall--five-eighths {
    width: 62.5%; }

  .xsmall--six-eighths {
    width: 75%; }

  .xsmall--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .xsmall--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .xsmall--one-tenth {
    width: 10%; }

  .xsmall--two-tenths {
    width: 20%; }

  .xsmall--three-tenths {
    width: 30%; }

  .xsmall--four-tenths {
    width: 40%; }

  .xsmall--five-tenths {
    width: 50%; }

  .xsmall--six-tenths {
    width: 60%; }

  .xsmall--seven-tenths {
    width: 70%; }

  .xsmall--eight-tenths {
    width: 80%; }

  .xsmall--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .xsmall--one-twelfth {
    width: 8.33333%; }

  .xsmall--two-twelfths {
    width: 16.66667%; }

  .xsmall--three-twelfths {
    width: 25%; }

  .xsmall--four-twelfths {
    width: 33.33333%; }

  .xsmall--five-twelfths {
    width: 41.66667%; }

  .xsmall--six-twelfths {
    width: 50%; }

  .xsmall--seven-twelfths {
    width: 58.33333%; }

  .xsmall--eight-twelfths {
    width: 66.66667%; }

  .xsmall--nine-twelfths {
    width: 75%; }

  .xsmall--ten-twelfths {
    width: 83.33333%; }

  .xsmall--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .xsmall--one-half:nth-child(2n+1),
  .grid--uniform .xsmall--one-third:nth-child(3n+1),
  .grid--uniform .xsmall--one-quarter:nth-child(4n+1),
  .grid--uniform .xsmall--one-fifth:nth-child(5n+1),
  .grid--uniform .xsmall--one-sixth:nth-child(6n+1),
  .grid--uniform .xsmall--one-seventh:nth-child(7n+1),
  .grid--uniform .xsmall--two-sixths:nth-child(3n+1),
  .grid--uniform .xsmall--three-sixths:nth-child(2n+1),
  .grid--uniform .xsmall--one-eighth:nth-child(8n+1),
  .grid--uniform .xsmall--two-eighths:nth-child(4n+1),
  .grid--uniform .xsmall--four-eighths:nth-child(2n+1),
  .grid--uniform .xsmall--five-tenths:nth-child(2n+1),
  .grid--uniform .xsmall--one-twelfth:nth-child(12n+1),
  .grid--uniform .xsmall--two-twelfths:nth-child(6n+1),
  .grid--uniform .xsmall--three-twelfths:nth-child(4n+1),
  .grid--uniform .xsmall--four-twelfths:nth-child(3n+1),
  .grid--uniform .xsmall--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .xsmall--show {
    display: block !important; }

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

  .xsmall--text-left {
    text-align: left !important; }

  .xsmall--text-right {
    text-align: right !important; }

  .xsmall--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 479px) {
  /* Whole */
  .mobile--one-whole {
    width: 100%; }

  /* Half */
  .mobile--one-half {
    width: 50%; }

  /* Thirds */
  .mobile--one-third {
    width: 33.33333%; }

  .mobile--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .mobile--one-quarter {
    width: 25%; }

  .mobile--two-quarters {
    width: 50%; }

  .mobile--three-quarters {
    width: 75%; }

  /* Fifths */
  .mobile--one-fifth {
    width: 20%; }

  .mobile--two-fifths {
    width: 40%; }

  .mobile--three-fifths {
    width: 60%; }

  .mobile--four-fifths {
    width: 80%; }

  /* Sixths */
  .mobile--one-sixth {
    width: 16.66667%; }

  .mobile--two-sixths {
    width: 33.33333%; }

  .mobile--three-sixths {
    width: 50%; }

  .mobile--four-sixths {
    width: 66.66667%; }

  .mobile--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .mobile--one-seventh {
    width: 14.28571%; }

  /* Eighths */
  .mobile--one-eighth {
    width: 12.5%; }

  .mobile--two-eighths {
    width: 25%; }

  .mobile--three-eighths {
    width: 37.5%; }

  .mobile--four-eighths {
    width: 50%; }

  .mobile--five-eighths {
    width: 62.5%; }

  .mobile--six-eighths {
    width: 75%; }

  .mobile--seven-eighths {
    width: 87.5%; }

  /* Nineths */
  .mobile--one-nineth {
    width: 11.11111%; }

  /* Tenths */
  .mobile--one-tenth {
    width: 10%; }

  .mobile--two-tenths {
    width: 20%; }

  .mobile--three-tenths {
    width: 30%; }

  .mobile--four-tenths {
    width: 40%; }

  .mobile--five-tenths {
    width: 50%; }

  .mobile--six-tenths {
    width: 60%; }

  .mobile--seven-tenths {
    width: 70%; }

  .mobile--eight-tenths {
    width: 80%; }

  .mobile--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .mobile--one-twelfth {
    width: 8.33333%; }

  .mobile--two-twelfths {
    width: 16.66667%; }

  .mobile--three-twelfths {
    width: 25%; }

  .mobile--four-twelfths {
    width: 33.33333%; }

  .mobile--five-twelfths {
    width: 41.66667%; }

  .mobile--six-twelfths {
    width: 50%; }

  .mobile--seven-twelfths {
    width: 58.33333%; }

  .mobile--eight-twelfths {
    width: 66.66667%; }

  .mobile--nine-twelfths {
    width: 75%; }

  .mobile--ten-twelfths {
    width: 83.33333%; }

  .mobile--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .mobile--one-half:nth-child(2n+1),
  .grid--uniform .mobile--one-third:nth-child(3n+1),
  .grid--uniform .mobile--one-quarter:nth-child(4n+1),
  .grid--uniform .mobile--one-fifth:nth-child(5n+1),
  .grid--uniform .mobile--one-sixth:nth-child(6n+1),
  .grid--uniform .mobile--one-seventh:nth-child(7n+1),
  .grid--uniform .mobile--two-sixths:nth-child(3n+1),
  .grid--uniform .mobile--three-sixths:nth-child(2n+1),
  .grid--uniform .mobile--one-eighth:nth-child(8n+1),
  .grid--uniform .mobile--two-eighths:nth-child(4n+1),
  .grid--uniform .mobile--four-eighths:nth-child(2n+1),
  .grid--uniform .mobile--five-tenths:nth-child(2n+1),
  .grid--uniform .mobile--one-twelfth:nth-child(12n+1),
  .grid--uniform .mobile--two-twelfths:nth-child(6n+1),
  .grid--uniform .mobile--three-twelfths:nth-child(4n+1),
  .grid--uniform .mobile--four-twelfths:nth-child(3n+1),
  .grid--uniform .mobile--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .mobile--show {
    display: block !important; }

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

  .mobile--text-left {
    text-align: left !important; }

  .mobile--text-right {
    text-align: right !important; }

  .mobile--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 766px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 767px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.clear {
  clear: both; }

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

.visibility-hidden {
  visibility: hidden; }

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

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

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

/* ===========================================================
   Skip to content button - Overrides .visually-hidden when focused
 * ===========================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #111111;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/* ===========================================================
   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; } }

.main-content {
  display: block; }

.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: normal; }
  @media only screen and (min-width: 767px) {
    .sec-ttl .h3, .sec-ttl h3, .sec-ttl .h3 {
      font-size: 18px;
      line-height: 1.4;
      max-width: 400px;
      margin: 0 auto; }
    .sec-ttl span {
      max-width: 600px;
      font-size: 15px; } }

blockquote {
  background: #f8f8f8;
  font-size: 1.38462em;
  font-style: normal;
  line-height: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    padding: 25px;
    margin-bottom: 25px; }
  blockquote p + cite {
    margin-top: 7.5px; }
  blockquote cite {
    display: block;
    font-size: 13px;
    font-style: inherit; }

code, pre {
  font-family: Consolas, monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

body {
  color: #333333;
  font-size: 13px;
  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: 13px;
  font-family: "Open Sans", sans-serif;
  color: #111111;
  line-height: 1.5; }

@media only screen and (max-width: 1024px) {
  input, textarea, select, button {
    font-size: 13px; } }
.page-title {
  letter-spacing: normal;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center; }

p {
  margin: 0 0 15px 0; }

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #111111;
  letter-spacing: 0.05em; }
  h1 a, .h1 a, h2 a, .h2 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 {
  font-size: 26px; }
  @media only screen and (max-width: 766px) {
    h1, .h1 {
      font-size: 21px; } }

h2, .h2 {
  font-size: 22px; }
  @media only screen and (max-width: 766px) {
    h2, .h2 {
      font-size: 17px; } }

h3, .h3 {
  font-size: 16px; }
  @media only screen and (max-width: 766px) {
    h3, .h3 {
      font-size: 13px; } }

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

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

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

.rte {
  color: #333333;
  margin-bottom: 20px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin: 15px 0; }
    .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

p:last-child {
  margin-bottom: 0; }

li {
  list-style: none; }

.fine-print {
  font-size: 1.07692em;
  font-style: italic;
  margin: 20px 0; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  margin-bottom: 15px; }

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

.mega-title--large {
  font-size: 1.84615em; }
  @media only screen and (min-width: 767px) {
    .mega-title--large {
      font-size: 2.15385em; } }
  @media only screen and (min-width: 1025px) {
    .mega-title--large {
      font-size: 2.38462em; } }
  @media only screen and (min-width: 1280px) {
    .mega-title--large {
      font-size: 3.53846em; } }

@media only screen and (min-width: 767px) {
  .mega-subtitle {
    font-size: 17px;
    margin: 0 auto; } }
.mega-subtitle p {
  color: inherit; }

.mega-subtitle--large {
  font-size: 1.15385em;
  font-weight: 400;
  line-height: 1.1; }
  @media only screen and (min-width: 767px) {
    .mega-subtitle--large {
      font-size: 1.46154em;
      line-height: 1.3; } }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

.payment-icons {
  float: right;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin-left: 8px;
    float: left; }
    .payment-icons li .ad {
      font-size: 25px; }

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

/* ===========================================================
   Lists
 * ===========================================================*/
ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/* ===========================================================
   Rich Text Editor
 * ===========================================================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul, .rte ol {
  margin: 20px 0 30px 30px; }
  .rte ul.list--inline, .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  padding-bottom: 1px; }

.text-center.rte ul, .text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

.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 #e34848;
  padding: 7px 15px;
  background-color: #e34848;
  letter-spacing: 0.02em;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  white-space: normal;
  border-radius: 0;
  -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 {
      padding: 10px 25px; } }
  .btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #111111;
    border: 2px solid #030505;
    opacity: 1; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.4; }

.btn--secondary {
  color: #111111;
  background-color: white;
  border-color: #131313; }
  .btn--secondary:hover, .btn--secondary:focus {
    color: #ffffff;
    background-color: #111111;
    border-color: #111111; }

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

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

.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 {
      margin-bottom: -51px; }
      .return-link-wrapper .btn {
        display: block; } }

table {
  margin-bottom: 7.5px; }

th {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid #eeeeee;
  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 #eeeeee; } }
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #eeeeee;
  margin: 0 0 15px;
  padding: 7.5px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 766px) {
    label {
      font-size: 0.84615em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input, textarea, select {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  background-color: white;
  color: #111111;
  max-width: 100%;
  line-height: 1.2; }
  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; }

textarea {
  min-height: 100px; }

input[type=checkbox],
input[type=radio] {
  margin: 0 5px 0 0; }

/* ===========================================================
   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(//www.mariacommunion.com/cdn/shop/t/6/assets/arrow-select.png?v=93383133388335707051614182948);
  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: #111111;
  background-color: #ffffff; }

select::-ms-expand {
  display: none; }

.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

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

::-moz-placeholder {
  color: #111111;
  opacity: 0.6; }

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

::-ms-input-placeholder {
  color: #111111;
  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; } }

.form-vertical input, .form-vertical select, .form-vertical textarea {
  display: block;
  width: 100%; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"], .form-vertical .btn {
  display: inline-block;
  width: auto; }

.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 #eeeeee;
    padding: 40px; }

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

.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 {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 767px) {
    .input-group__field,
    .input-group__btn .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 {
    white-space: nowrap; }

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

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

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

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

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

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

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.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
 * ===========================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

@-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); } }

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #111111; }

.js-drawer-open {
  overflow: hidden; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.drawer__title, .drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.38462em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

.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 {
    position: relative;
    text-align: center;
    overflow: hidden; }
    .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 .img img {
        display: block;
        width: 100%;
        -ms-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
    .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 .collection-grid-item__title {
      font-size: 20px;
      margin: 0;
      font-weight: 400; }
      @media only screen and (max-width: 1024px) {
        .collection-box .collection-grid-item .collection-grid-item__title {
          font-size: 14px; } }
    .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 {
      display: inline-block;
      margin-top: 15px;
      font-size: 12px; }
    .collection-box .collection-grid-item:hover .img img {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .collection-box.style1 .collection-grid-item .details {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .collection-box.style1 .collection-grid-item .details .inner {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15px; }
  .collection-box.style1 .collection-grid-item:hover .details {
    opacity: 1; }
  .collection-box.style2 .collection-grid-item .details {
    text-align: center;
    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 {
    text-align: center;
    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 {
    padding: 7px 20px; }
  @media only screen and (max-width: 766px) {
    .collection-box.style1 .collection-grid-item .details {
      opacity: 1;
      position: relative; }
      .collection-box.style1 .collection-grid-item .details .inner {
        transform: none;
        padding: 0; }
      .collection-box.style1 .collection-grid-item .details:before {
        opacity: 1 !important; }
    .collection-box.style2 .collection-grid-item .details {
      position: relative;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .collection-box.style2 .collection-grid-item .details:before {
        opacity: 1 !important; }
    .collection-box.style4 .collection-grid-item .details {
      position: relative;
      left: 0;
      bottom: inherit; }
      .collection-box.style4 .collection-grid-item .details:before {
        opacity: 1 !important; }
    .collection-box .slick-prev, .collection-box .slick-next {
      border-radius: 0; } }
  .collection-box.fullwidth div[class^="grid-mr-"] {
    margin: 0; }

.grid-mr-0 {
  margin: 0px; }

.grid-mr-1 {
  margin: 0 -0.5px; }

.grid-mr-2 {
  margin: 0 -1px; }

.grid-mr-3 {
  margin: 0 -1.5px; }

.grid-mr-4 {
  margin: 0 -2px; }

.grid-mr-5 {
  margin: 0 -2.5px; }

.grid-mr-6 {
  margin: 0 -3px; }

.grid-mr-7 {
  margin: 0 -3.5px; }

.grid-mr-8 {
  margin: 0 -4px; }

.grid-mr-9 {
  margin: 0 -4.5px; }

.grid-mr-10 {
  margin: 0 -5px; }

.grid-mr-11 {
  margin: 0 -5.5px; }

.grid-mr-12 {
  margin: 0 -6px; }

.grid-mr-13 {
  margin: 0 -6.5px; }

.grid-mr-14 {
  margin: 0 -7px; }

.grid-mr-15 {
  margin: 0 -7.5px; }

.grid-mr-16 {
  margin: 0 -8px; }

.grid-mr-17 {
  margin: 0 -8.5px; }

.grid-mr-18 {
  margin: 0 -9px; }

.grid-mr-19 {
  margin: 0 -9.5px; }

.grid-mr-20 {
  margin: 0 -10px; }

.grid-mr-21 {
  margin: 0 -10.5px; }

.grid-mr-22 {
  margin: 0 -11px; }

.grid-mr-23 {
  margin: 0 -11.5px; }

.grid-mr-24 {
  margin: 0 -12px; }

.grid-mr-25 {
  margin: 0 -12.5px; }

.grid-mr-26 {
  margin: 0 -13px; }

.grid-mr-27 {
  margin: 0 -13.5px; }

.grid-mr-28 {
  margin: 0 -14px; }

.grid-mr-29 {
  margin: 0 -14.5px; }

.grid-mr-30 {
  margin: 0 -15px; }

@media only screen and (max-width: 766px) {
  div[class^="grid-mr"] {
    margin: 0; } }
.pd-0 .collection-grid-item {
  margin: 0px; }

.pd-1 .collection-grid-item {
  margin: 0 0.5px 1px; }

.pd-2 .collection-grid-item {
  margin: 0 1px 2px; }

.pd-3 .collection-grid-item {
  margin: 0 1.5px 3px; }

.pd-4 .collection-grid-item {
  margin: 0 2px 4px; }

.pd-5 .collection-grid-item {
  margin: 0 2.5px 5px; }

.pd-6 .collection-grid-item {
  margin: 0 3px 6px; }

.pd-7 .collection-grid-item {
  margin: 0 3.5px 7px; }

.pd-8 .collection-grid-item {
  margin: 0 4px 8px; }

.pd-9 .collection-grid-item {
  margin: 0 4.5px 9px; }

.pd-10 .collection-grid-item {
  margin: 0 5px 10px; }

.pd-11 .collection-grid-item {
  margin: 0 5.5px 11px; }

.pd-12 .collection-grid-item {
  margin: 0 6px 12px; }

.pd-13 .collection-grid-item {
  margin: 0 6.5px 13px; }

.pd-14 .collection-grid-item {
  margin: 0 7px 14px; }

.pd-15 .collection-grid-item {
  margin: 0 7.5px 15px; }

.pd-16 .collection-grid-item {
  margin: 0 8px 16px; }

.pd-17 .collection-grid-item {
  margin: 0 8.5px 17px; }

.pd-18 .collection-grid-item {
  margin: 0 9px 18px; }

.pd-19 .collection-grid-item {
  margin: 0 9.5px 19px; }

.pd-20 .collection-grid-item {
  margin: 0 10px 20px; }

.pd-21 .collection-grid-item {
  margin: 0 10.5px 21px; }

.pd-22 .collection-grid-item {
  margin: 0 11px 22px; }

.pd-23 .collection-grid-item {
  margin: 0 11.5px 23px; }

.pd-24 .collection-grid-item {
  margin: 0 12px 24px; }

.pd-25 .collection-grid-item {
  margin: 0 12.5px 25px; }

.pd-26 .collection-grid-item {
  margin: 0 13px 26px; }

.pd-27 .collection-grid-item {
  margin: 0 13.5px 27px; }

.pd-28 .collection-grid-item {
  margin: 0 14px 28px; }

.pd-29 .collection-grid-item {
  margin: 0 14.5px 29px; }

.pd-30 .collection-grid-item {
  margin: 0 15px 30px; }

@media only screen and (max-width: 766px) {
  .pd-mb-0 .collection-grid-item {
    margin: 0px; }

  .pd-mb-1 .collection-grid-item {
    margin: 0 0.5px 1px; }

  .pd-mb-2 .collection-grid-item {
    margin: 0 1px 2px; }

  .pd-mb-3 .collection-grid-item {
    margin: 0 1.5px 3px; }

  .pd-mb-4 .collection-grid-item {
    margin: 0 2px 4px; }

  .pd-mb-5 .collection-grid-item {
    margin: 0 2.5px 5px; }

  .pd-mb-6 .collection-grid-item {
    margin: 0 3px 6px; }

  .pd-mb-7 .collection-grid-item {
    margin: 0 3.5px 7px; }

  .pd-mb-8 .collection-grid-item {
    margin: 0 4px 8px; }

  .pd-mb-9 .collection-grid-item {
    margin: 0 4.5px 9px; }

  .pd-mb-10 .collection-grid-item {
    margin: 0 5px 10px; }

  .pd-mb-11 .collection-grid-item {
    margin: 0 5.5px 11px; }

  .pd-mb-12 .collection-grid-item {
    margin: 0 6px 12px; }

  .pd-mb-13 .collection-grid-item {
    margin: 0 6.5px 13px; }

  .pd-mb-14 .collection-grid-item {
    margin: 0 7px 14px; }

  .pd-mb-15 .collection-grid-item {
    margin: 0 7.5px 15px; }

  .pd-mb-16 .collection-grid-item {
    margin: 0 8px 16px; }

  .pd-mb-17 .collection-grid-item {
    margin: 0 8.5px 17px; }

  .pd-mb-18 .collection-grid-item {
    margin: 0 9px 18px; }

  .pd-mb-19 .collection-grid-item {
    margin: 0 9.5px 19px; }

  .pd-mb-20 .collection-grid-item {
    margin: 0 10px 20px; }

  .pd-mb-21 .collection-grid-item {
    margin: 0 10.5px 21px; }

  .pd-mb-22 .collection-grid-item {
    margin: 0 11px 22px; }

  .pd-mb-23 .collection-grid-item {
    margin: 0 11.5px 23px; }

  .pd-mb-24 .collection-grid-item {
    margin: 0 12px 24px; }

  .pd-mb-25 .collection-grid-item {
    margin: 0 12.5px 25px; }

  .pd-mb-26 .collection-grid-item {
    margin: 0 13px 26px; }

  .pd-mb-27 .collection-grid-item {
    margin: 0 13.5px 27px; }

  .pd-mb-28 .collection-grid-item {
    margin: 0 14px 28px; }

  .pd-mb-29 .collection-grid-item {
    margin: 0 14.5px 29px; }

  .pd-mb-30 .collection-grid-item {
    margin: 0 15px 30px; } }
.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 .wd-30 {
  width: 30%; }
.collection-banners .wd-40 {
  width: 40%; }
.collection-banners .wd-50 {
  width: 50%; }
.collection-banners .wd-60 {
  width: 60%; }
.collection-banners .wd-70 {
  width: 70%; }
.collection-banners .wd-80 {
  width: 80%; }
.collection-banners .wd-90 {
  width: 90%; }
.collection-banners .collection-grid-item {
  position: relative;
  overflow: hidden; }
  .collection-banners .collection-grid-item img {
    display: block;
    width: 100%;
    -ms-transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s; }
  .collection-banners .collection-grid-item:hover img {
    transform: scale(1.1); }
.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: 18px; }
    @media only screen and (max-width: 1024px) {
      .collection-banners .details h3, .collection-banners .details .h3 {
        font-size: 14px; } }
  .collection-banners .details .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: 999px) {
  .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 {
    white-space: nowrap;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    height: 19px;
    margin-bottom: 5px;
    letter-spacing: 0.5px; }
  .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; }
  .product-labels.radius .lbl {
    border-radius: 3px; }
  .product-labels.rounded br {
    display: none; }
  .product-labels.rounded .lbl {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    white-space: nowrap;
    word-break: break-all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 45px;
    width: 45px; }
  .product-labels.rectangular .lbl {
    border-radius: 0; }

.grid-view-item {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .productSlider .grid-view-item {
    margin-bottom: 0; }
  .grid-view-item .sizelink {
    display: none; }
  .grid-view-item .grid-view_image {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .grid-view-item .grid-view_image .grid-view-item__link {
      opacity: 1;
      white-space: nowrap;
      position: relative;
      display: block; }
      .grid-view-item .grid-view_image .grid-view-item__link:after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 100%;
        vertical-align: middle; }
    .grid-view-item .grid-view_image .grid-view-item__image {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      -ms-transition: all ease-out 0.5s;
      -webkit-transition: all ease-out 0.5s;
      transition: all ease-out 0.5s; }
      .grid-view-item--sold-out .grid-view-item .grid-view_image .grid-view-item__image {
        opacity: 0.5; }
    .grid-view-item .grid-view_image .ad-spinner4 {
      display: none; }
    .grid-view-item .grid-view_image .hover, .grid-view-item .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-item .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-item .grid-view_image.showVariantImg img {
      opacity: 0; }
    .grid-view-item .grid-view_image.showVariantImg .variantImg {
      visibility: visible;
      opacity: 1; }
    @media only screen and (min-width: 1025px) {
      .grid-view-item .grid-view_image:hover .primary {
        opacity: 0; } }
    .grid-view-item .grid-view_image:hover .hover, .grid-view-item .grid-view_image:hover .variantImg {
      opacity: 1;
      visibility: visible; }
    @media only screen and (max-width: 1024px) {
      .grid-view-item .grid-view_image .hover:not(.variantImg) {
        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 {
      display: inline-block;
      border: 0;
      background-color: #363232;
      position: relative;
      font-size: 18px;
      padding: 0;
      margin: 2px;
      line-height: 35px;
      width: 100%;
      height: 36px;
      width: 38px;
      text-align: center;
      border-radius: 0; }
      .grid-view-item .button-set .btn .ad {
        color: #ffffff;
        margin-top: -2px; }
      .grid-view-item .button-set .btn:hover {
        opacity: 1;
        background-color: #4b4646; }
    .grid-view-item .button-set .tooltip-label {
      text-transform: none;
      line-height: 18px;
      -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: #000000;
      color: #ffffff;
      border-radius: 0;
      padding: 0 5px;
      white-space: nowrap;
      position: absolute; }
      .grid-view-item .button-set .tooltip-label:before {
        content: "";
        border: 5px solid transparent;
        position: absolute; }
    .grid-view-item .button-set .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 {
        line-height: 30px;
        height: 30px;
        width: 30px; }
        .grid-view-item .button-set .btn .ad {
          font-size: 14px; } }
  .grid-view-item .sold-out {
    background-color: #000000; }
  .grid-view-item .details {
    padding: 15px 10px 10px; }
  .grid-view-item .grid-view-item__vendor {
    color: #777777;
    margin-bottom: 5px; }
  .grid-view-item .grid-view-item__title {
    color: #111111;
    font-size: 13px;
    text-transform: none;
    font-weight: normal; }
  .grid-view-item .grid-view-item__meta {
    margin: 5px 0 10px; }
  .grid-view-item .product-price__price {
    font-size: 14px;
    font-weight: 400;
    display: inline-block; }
  .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 #ddd;
      border: 2px solid #fff; }
      .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 #e55151; }
      .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;
        opacity: 0;
        position: absolute;
        background: #000000;
        color: #ffffff;
        border-radius: 0;
        padding: 0 6px;
        white-space: nowrap;
        font-size: 11px;
        top: -38px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        .grid-view-item .swatches li .tooltip-label:before {
          content: "";
          border: 5px solid transparent;
          border-top: 5px solid #000000;
          position: absolute;
          bottom: -9px;
          left: 50%;
          margin-left: -5px; }
      .grid-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; }
        .grid-view-item .swatches li:hover:hover .tooltip-label {
          opacity: 1;
          top: -28px;
          visibility: visible; }
  @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 {
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        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 {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style1:hover .button-set {
        bottom: 10px; }
      .grid-view-item.style1:hover .btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style1:hover .overly, .grid-view-item.style1:hover .details {
        opacity: 1; }
      .grid-view-item.style1:hover .grid-view_image:hover .primary {
        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 {
          width: 38px; }
    .grid-view-item.style4 {
      -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 {
        text-align: left; }
      .grid-view-item.style4 .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 {
          display: block;
          border-left: 0; }
        .grid-view-item.style4 .button-set .btn {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style4:hover .btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style4:hover .overly, .grid-view-item.style4:hover .details {
        opacity: 1; }
      .grid-view-item.style4:hover .grid-view_image:hover .primary {
        opacity: 1; }
    .grid-view-item.style1 .button-set .tooltip-label, .grid-view-item.style2 .button-set .tooltip-label, .grid-view-item.style3 .button-set .tooltip-label {
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 50px; }
      .grid-view-item.style1 .button-set .tooltip-label:before, .grid-view-item.style2 .button-set .tooltip-label:before, .grid-view-item.style3 .button-set .tooltip-label:before {
        border-top: 6px solid #000000;
        bottom: -9px;
        margin-left: -3px;
        left: 50%; }
    .grid-view-item.style1 .button-set .btn:hover .tooltip-label, .grid-view-item.style2 .button-set .btn:hover .tooltip-label, .grid-view-item.style3 .button-set .btn:hover .tooltip-label {
      bottom: 45px; }
    .grid-view-item.style4 .button-set .tooltip-label {
      left: 55px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .grid-view-item.style4 .button-set .tooltip-label:before {
        border-right: 6px solid #000000;
        left: -9px;
        top: 3px; }
    .grid-view-item.style4 .button-set .btn:hover .tooltip-label {
      left: 45px; } }
  @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 {
        bottom: 5px; }
      .grid-view-item .details {
        position: relative;
        padding: 15px 0 0; } }
  @media only screen and (max-width: 766px) {
    .grid-view-item .swatches li.large, .grid-view-item .swatches li.medium {
      height: 25px;
      width: 25px; } }

.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: table;
  table-layout: fixed;
  margin-bottom: 15px;
  padding-bottom: 20px;
  width: 100%;
  position: relative; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  .list-view-item .listview-button .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 {
      height: 30px;
      line-height: 28px; } }
  @media only screen and (max-width: 479px) {
    .list-view-item .list-view-item__image-column, .list-view-item .list-view-item__title-column {
      width: 100%;
      display: block; } }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 230px; }
  @media only screen and (max-width: 766px) {
    .list-view-item__image-column {
      width: 200px; } }
  .list-view-item__image-column .list-view-item__image-wrapper {
    position: relative;
    margin-right: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 766px) {
      .list-view-item__image-column .list-view-item__image-wrapper {
        margin-right: 10px; } }
  .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: 14;
      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: #111111;
      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; } }
    @media only screen and (max-width: 766px) {
      .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: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: #111111;
    font-size: 1.15385em;
    font-weight: 700; }
    @media only screen and (max-width: 766px) {
      .list-view-item__title-column .list-view-item__title {
        font-size: 0.92308em; } }
  .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: 16;
    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.92308em;
  font-style: italic; }
  @media only screen and (max-width: 766px) {
    .list-view-item__vendor {
      font-size: 0.84615em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.07692em; }
  @media only screen and (max-width: 766px) {
    .list-view-item__price-column {
      font-size: 0.92308em; } }
  .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: black; }
  @media only screen and (max-width: 766px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 766px) {
  .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; }
    @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 {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
      @media only screen and (min-width: 767px) {
        .slick-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .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; }
      @media only screen and (min-width: 767px) {
        .slick-slider .slick-dots li button::before {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }

/* ===========================================================
   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(51, 51, 51, 0.35);
  background-color: rgba(51, 51, 51, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(51, 51, 51, 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
 * ===========================================================*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #ffffff; }
  .ie9 .password-page {
    height: auto; }
  .password-page .errors, .password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .password-page .share-title {
    display: none; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }
  .password-login .btn--secondary {
    padding: 0 15px;
    font-size: 13px;
    line-height: 28px;
    height: 30px; }
    .password-login .btn--secondary .ad {
      font-size: 13px;
      vertical-align: initial; }

.password-logo .logo {
  font-weight: 700;
  max-width: 100%; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .password-main .site-header__logo-image img {
    margin-bottom: 15px; }
  .password-main #contact_form .password__form-heading {
    font-size: 14px;
    margin-bottom: 15px; }
  .password-main #contact_form .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 7.5px; }

.password-message {
  max-width: 500px;
  margin: 22.5px auto 7.5px; }

.password__input-group {
  max-width: 340px;
  margin: 0 auto 15px; }

.password__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700; }

.password-social-sharing .password__form-heading {
  margin-bottom: 10px;
  font-size: 14px; }

.password__form-heading {
  margin-bottom: 15px; }

.password-powered-by {
  margin-top: 25px; }

#shopify-section-password-content {
  width: 500px;
  margin-top: -75px; }

/********** Collection Page **************/
.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%; }
  .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-title {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0; }
    .template-collection .collection-banner .block-ttl .collection-description {
      margin-top: 15px;
      font-size: 13px; }
  .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; }
    .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; }
  @media only screen and (min-width: 767px) {
    .template-collection .collection-description.top {
      max-width: 800px; } }

.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;
    height: 30px;
    width: 30px;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: -30px;
    background-color: #000;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar .sidebar-products-slider .grid-view-item {
    margin-bottom: 0; }
  .sidebar .sidebar_widget {
    margin-bottom: 10px;
    clear: both; }
    .sidebar .sidebar_widget .sidebar-products li {
      padding-bottom: 10px; }
    .sidebar .sidebar_widget .sidebar-products .grid-view-item__link {
      float: left;
      margin-right: 10px; }
    .sidebar .sidebar_widget .sidebar-products .product-price__price {
      display: block; }
    .sidebar .sidebar_widget .widget-title {
      color: #111111;
      font-size: 15px;
      margin-bottom: 10px;
      font-weight: 700;
      letter-spacing: 0.2px;
      position: relative; }
    .sidebar .sidebar_widget .widget-content {
      padding: 0;
      margin-bottom: 30px; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate .grid__item {
      float: none; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate li {
      padding: 4px 0; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate a {
      color: #000000; }
      .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate a:hover {
        color: #8dc337; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate ul {
      margin: 0 0 0 15px; }
    .sidebar .sidebar_widget.static-banner {
      border: 0 none;
      margin-bottom: 35px; }
    .sidebar .sidebar_widget.filterBox ul.twoCall {
      column-count: 2;
      column-gap: 12px; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) li {
      padding: 3px 0; }
      .sidebar .sidebar_widget.filterBox ul:not(.filter-color) li label {
        font-weight: 400;
        font-size: 12px; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] {
      display: none; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] + label {
      display: inline-block;
      line-height: 1.5em; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] + label > span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 0.25em 0.5em 0.25em 0.25em;
      border: 1px solid #d0d0d0;
      vertical-align: bottom; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox]:checked + label > span {
      border: 1px solid #000; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox]:checked + label > span:before {
      content: '\ea7f';
      display: block;
      width: 15px;
      color: #fff;
      background-color: #000;
      font-size: 10px;
      line-height: 15px;
      text-align: center;
      font-family: "adorn-icons"; }
    .sidebar .sidebar_widget.filterBox .filter-color li {
      display: inline-block;
      padding: 0;
      margin: 0 5px 5px 0;
      position: relative; }
      .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] {
        display: none; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color {
          margin: 0;
          border-radius: 0; }
          .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox {
            display: block;
            height: 18px;
            width: 18px;
            border-radius: 0; }
            .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox.rounded {
              border-radius: 50%; }
            .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox.rounded_rectangle {
              border-radius: 4px; }
            .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox.medium {
              height: 30px;
              width: 30px; }
            .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox.large {
              height: 40px;
              width: 40px; }
            .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span.clrbox.swtwhite {
              border: 1px solid #eee; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"]:checked + label.color span.clrbox:before {
          margin-left: 3px;
          content: '\ea7f';
          position: absolute;
          color: #fff;
          font-size: 11px;
          font-family: "adorn-icons"; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"]:checked + label.color span.medium:before {
          margin: 4px 0 0 8px;
          font-size: 13px; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"]:checked + label.color span.large:before {
          margin: 8px 0 0 12px;
          font-size: 14px; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"]:checked + label.color span.swtwhite:before {
          color: #000; }
      .sidebar .sidebar_widget.filterBox .filter-color li .tooltip-label {
        top: -25px;
        left: 50%;
        transform: translateX(-50%); }
        .sidebar .sidebar_widget.filterBox .filter-color li .tooltip-label:before {
          border-top: 7px solid #000;
          bottom: -9px;
          left: 50%;
          margin-left: -5px; }
      .sidebar .sidebar_widget.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: 250px;
      height: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: -260px;
      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: 250px; }
      .sidebar.popup .sidebar_tags, .sidebar.filterbar .sidebar_tags {
        overflow: scroll;
        height: 100%; }
      .sidebar.popup .sidebar_widget, .sidebar.filterbar .sidebar_widget {
        padding: 10px 10px 0 10px; } }

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

.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 {
  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;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px; }
.cart table .list-view-item__title a {
  color: #333333; }
.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 {
  width: 100%;
  margin: 0; }
@media only screen and (max-width: 999px) {
  .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; }
@media only screen and (max-width: 1279px) {
  .cart.style2 {
    max-width: 700px;
    margin: 0 auto; } }
.cart #shipping-rates-feedback {
  border: 2px solid #111;
  letter-spacing: normal; }

.cart__meta-text {
  padding: 5px 0;
  font-size: 0.84615em;
  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: 700;
  padding: 10px 0;
  text-transform: uppercase;
  -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; }

.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; }
  .page-wrapper.layout-boxed {
    background-color: #ffffff;
    max-width: 1300px;
    margin: 0 auto;
    position: relative; }
    .page-wrapper.layout-boxed .page-width {
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 766px) {
        .page-wrapper.layout-boxed .page-width {
          padding-left: 10px;
          padding-right: 10px; } }

@media only screen and (max-width: 999px) {
  #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; } }
/* ===========================================================
   MODULES
 * ===========================================================*/
.tooltip-label {
  font-size: 11px;
  text-transform: none;
  line-height: 18px;
  -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: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 0 5px;
  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: #f06543; }

.notification-bar__message {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  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 #fff; }
  #headerWrapper.stickyHeader {
    position: fixed;
    top: 0;
    z-index: 555;
    width: 100%;
    left: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
    #headerWrapper.stickyHeader .site-header {
      min-height: 50px; }
    .layout-boxed #headerWrapper.stickyHeader {
      box-shadow: none;
      left: inherit;
      width: 100%;
      max-width: 1300px; }
    @media only screen and (min-width: 1025px) {
      #headerWrapper.stickyHeader.popup {
        padding-right: 16px; } }

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 80px;
  position: relative;
  padding: 0 60px; }
  .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 .header-logo {
    margin: 0;
    min-width: 170px;
    max-width: 210px; }
    .site-header .header-logo .header-logo-link {
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      text-decoration: none; }
    .site-header .header-logo img {
      display: block;
      max-width: 180px;
      max-height: 30px; }
      @media only screen and (max-width: 1024px) {
        .site-header .header-logo img {
          max-width: 90px; } }
      .site-header .header-logo img path {
        fill: #000; }
  .site-header .icons-col {
    font-size: 0px;
    width: 20%;
    max-width: 170px; }
    .site-header .icons-col .customer-links {
      font-size: 12px;
      text-transform: uppercase; }
      .site-header .icons-col .customer-links .register {
        text-decoration: underline; }
        .site-header .icons-col .customer-links .register:hover {
          text-decoration: none; }
  .site-header a.hdicon {
    position: relative;
    color: #030505;
    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 #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 .js-mobile-nav-toggle {
    padding-left: 0;
    margin-left: -9px; }
    .site-header .js-mobile-nav-toggle .ad-bars-l {
      display: none; }
    .site-header .js-mobile-nav-toggle .ad-times-l {
      display: inline-block; }
    .site-header .js-mobile-nav-toggle.open .ad-bars-l {
      display: inline-block; }
    .site-header .js-mobile-nav-toggle.open .ad-times-l {
      display: none; }
  @media only screen and (max-width: 1024px) {
    .site-header {
      padding-left: 15px;
      padding-right: 15px;
      min-height: 50px; }
      .site-header .header-logo {
        min-width: 40px;
        max-width: 100%; }
        .site-header .header-logo img {
          margin: 0 auto; }
      .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 {
    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 .cart_tearm {
    width: 100%; }
  #cart-drawer.active {
    right: 0; }
  #cart-drawer #cartCheckout {
    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: 8px 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; }

#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 .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 a .img {
      display: table-cell;
      width: 60px;
      padding: 5px;
      vertical-align: middle; }
      .search-results a .img img {
        display: block;
        margin: 0 auto; }
    .search-results a .details {
      padding: 5px;
      line-height: 1.2;
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    .search-results a .price {
      display: block;
      font-weight: 700;
      margin-top: 5px; }
  .search-results .more {
    padding: 5px 0 0;
    clear: both;
    width: 100%; }
    .search-results .more a {
      color: #050000;
      font-weight: 700;
      text-decoration: underline; }
      .search-results .more a:hover {
        background: none;
        opacity: 0.9; }
  @media only screen and (max-width: 766px) {
    .search-results li {
      width: 50%; }
      .search-results li:nth-child(2n+1) {
        clear: both; }
    .search-results a .img {
      width: 40px;
      padding: 5px;
      vertical-align: middle; } }

.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.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 a .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 a .lbl:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          bottom: 3px;
          left: -7px;
          border: 4px solid transparent;
          border-right-color: #f00; }
        #siteNav a .lbl.nm_label1 {
          background-color: #ff0000; }
          #siteNav a .lbl.nm_label1:after {
            border-right-color: #ff0000; }
        #siteNav a .lbl.nm_label2 {
          background-color: #1cb5b5; }
          #siteNav a .lbl.nm_label2:after {
            border-right-color: #1cb5b5; }
        #siteNav a .lbl.nm_label3 {
          background-color: #7fbf10; }
          #siteNav a .lbl.nm_label3:after {
            border-right-color: #7fbf10; }
        #siteNav a .lbl.nm_label4 {
          background-color: #d0a306; }
          #siteNav a .lbl.nm_label4:after {
            border-right-color: #d0a306; }
        #siteNav a .lbl.nm_label5 {
          background-color: #af4de2; }
          #siteNav a .lbl.nm_label5:after {
            border-right-color: #af4de2; }
    #siteNav > li {
      display: inline-block;
      text-align: left;
      margin-right: 40px; }
      #siteNav > li.ctsize, #siteNav > li.dropdown {
        position: relative; }
      #siteNav > li > a {
        color: #111111;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        line-height: 40px; }
        #siteNav > li > a:hover, #siteNav > li > a.active {
          color: #f06543; }
        #siteNav > li > a .lbl {
          color: #ffffff;
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 1;
          text-transform: uppercase;
          display: inline-block;
          padding: 2px 4px;
          border-radius: 3px;
          background-color: #f00;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          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 {
            background-color: #ff0000; }
            #siteNav > li > a .lbl.nm_label1:after {
              border-left-color: #ff0000;
              border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label2 {
            background-color: #1cb5b5; }
            #siteNav > li > a .lbl.nm_label2:after {
              border-left-color: #1cb5b5;
              border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label3 {
            background-color: #7fbf10; }
            #siteNav > li > a .lbl.nm_label3:after {
              border-left-color: #7fbf10;
              border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label4 {
            background-color: #d0a306; }
            #siteNav > li > a .lbl.nm_label4:after {
              border-left-color: #d0a306;
              border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label5 {
            background-color: #af4de2; }
            #siteNav > li > a .lbl.nm_label5:after {
              border-left-color: #af4de2;
              border-right: 0 none; }
      #siteNav > li:hover > a {
        color: #f06543; }
      #siteNav > li .megamenu {
        opacity: 0;
        visibility: hidden;
        padding: 20px 30px 0;
        margin: 0;
        position: absolute;
        top: 150%;
        z-index: 999;
        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 > li .megamenu.mmfull {
          width: 100%;
          left: 0; }
        #siteNav > li .megamenu.left {
          left: -17px; }
        #siteNav > li .megamenu.center {
          left: 50%;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        #siteNav > li .megamenu.right {
          right: -17px; }
        #siteNav > li .megamenu li.lvl-1 {
          margin-bottom: 25px; }
          #siteNav > li .megamenu li.lvl-1 a.lvl-1 {
            text-transform: uppercase;
            color: #000000;
            padding: 0 0 8px;
            font-weight: 600; }
            #siteNav > li .megamenu li.lvl-1 a.lvl-1:hover {
              color: #e34848; }
            #siteNav > li .megamenu li.lvl-1 a.lvl-1 .title {
              display: block; }
          #siteNav > li .megamenu li.lvl-1 li .site-nav {
            color: #444444;
            padding: 3px 0;
            font-weight: 400; }
            #siteNav > li .megamenu li.lvl-1 li .site-nav:before {
              content: "";
              display: inline-block;
              width: 0px;
              height: 2px;
              vertical-align: middle;
              background-color: #e34848;
              -ms-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            #siteNav > li .megamenu li.lvl-1 li .site-nav:hover {
              color: #e34848; }
              #siteNav > li .megamenu li.lvl-1 li .site-nav:hover:before {
                width: 5px;
                margin-right: 3px; }
        #siteNav > li .megamenu .productCol {
          text-align: center; }
          #siteNav > li .megamenu .productCol.lvl-1 {
            margin: 0; }
          #siteNav > li .megamenu .productCol .grid-view-item {
            padding: 0;
            box-shadow: none;
            border: 0 none; }
            #siteNav > li .megamenu .productCol .grid-view-item .spr-badge, #siteNav > li .megamenu .productCol .grid-view-item .wishlist {
              display: none; }
          #siteNav > li .megamenu .productCol .grid-view-item__title, #siteNav > li .megamenu .productCol .grid-view-item__meta {
            color: #000000;
            padding: 0;
            margin: 0; }
        #siteNav > li .megamenu .grid__item {
          margin-bottom: 0; }
        #siteNav > li .megamenu.style1 .imageCol img {
          margin-bottom: 30px; }
        #siteNav > li .megamenu.style2 {
          padding: 0; }
          #siteNav > li .megamenu.style2 .prColumn, #siteNav > li .megamenu.style2 .mmftcolumn {
            padding: 20px;
            width: auto;
            vertical-align: top; }
          #siteNav > li .megamenu.style2 .prColumn .grid {
            margin-left: -15px; }
          #siteNav > li .megamenu.style2 .prColumn .grid__item {
            padding-left: 15px; }
          #siteNav > li .megamenu.style2 .grid-view-item {
            margin-bottom: 15px;
            line-height: 1.2; }
            #siteNav > li .megamenu.style2 .grid-view-item .grid-view-item__meta {
              margin-top: 5px; }
          #siteNav > li .megamenu.style2 .mmftcolumn {
            text-align: center; }
            #siteNav > li .megamenu.style2 .mmftcolumn img {
              width: 100%; }
        #siteNav > li .megamenu.style3 .grid__item .lvl-1 img {
          margin-bottom: 10px; }
        #siteNav > li .megamenu.style4 {
          background-repeat: no-repeat;
          background-size: auto 100%; }
        #siteNav > li .megamenu.style5 .grid__item {
          text-align: center;
          font-weight: 700;
          margin-bottom: 5px; }
          #siteNav > li .megamenu.style5 .grid__item.lvl-1 {
            margin-bottom: 20px; }
        #siteNav > li .megamenu.style5 .lvl-1 a.lvl-1 {
          position: relative; }
        #siteNav > li .megamenu.style5 a {
          display: block; }
        #siteNav > li .megamenu.style5 .imgOver {
          display: block;
          padding: 5px 0 10px; }
        #siteNav > li .megamenu.style5 .below {
          padding: 10px 0 0; }
        #siteNav > li .megamenu.style5 .over .imgOver {
          padding: 10px 15px;
          position: absolute;
          left: 10px;
          right: 10px;
          width: auto;
          bottom: 20px;
          background-color: #ffffff; }
      #siteNav > li .dropdown, #siteNav > li .dropdown ul {
        border: 1px solid #eeeeee;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        position: absolute;
        top: 59px;
        left: -17px;
        z-index: 999;
        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 > li:hover > .megamenu, #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: visible; }
      #siteNav > li ul.dropdown {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
        #siteNav > li ul.dropdown li {
          border-top: 1px solid #eeeeee;
          position: relative; }
          #siteNav > li ul.dropdown li:first-child {
            border: 0 none; }
          #siteNav > li ul.dropdown li a {
            color: #444444;
            font-weight: 400;
            padding: 8px 12px;
            background-color: #ffffff; }
            #siteNav > li ul.dropdown li a:hover {
              color: #e34848;
              background-color: #ffffff;
              padding-left: 17px; }
            #siteNav > li ul.dropdown li a .ad {
              position: absolute;
              right: 10px;
              top: 12px;
              font-size: 12px; }
          #siteNav > li ul.dropdown li ul {
            top: 20px;
            left: 100%; }
          #siteNav > li ul.dropdown li:hover > ul {
            top: 0; }
      #siteNav > li:last-child {
        margin-right: 0; } }
@media only screen and (max-width: 1024px) {
  html {
    overflow-x: hidden; }

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

  .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; }
      #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: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 0; }
  .site-footer .footer-top .grid__item {
    padding: 20px 0 0; }
  .site-footer .h4 {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.5px;
    margin: 0 0 15px; }
  .site-footer .footer-links li {
    margin-bottom: 7px; }
  .site-footer .footer-links a {
    color: #111111;
    text-decoration: none; }
    .site-footer .footer-links a:before {
      content: "";
      display: inline-block;
      width: 0px;
      height: 3px;
      vertical-align: middle;
      background-color: #111111; }
    .site-footer .footer-links a:hover {
      opacity: 0.7; }
      .site-footer .footer-links a:hover:before {
        width: 4px;
        margin-right: 3px; }
  .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: 5px;
      padding: 0 7px;
      line-height: 28px;
      border-radius: 50%; }
      .site-footer .social-icons a:hover {
        opacity: 0.7; }
      .site-footer .social-icons a .ad {
        font-size: 14px; }
  .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 {
    border: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 0 18px;
    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 .footer-top {
    padding-top: 35px;
    padding-bottom: 35px; }
    .site-footer .footer-top .counter {
      display: none; }
    .site-footer .footer-top a {
      color: #111111; }
  .site-footer #instafeed {
    margin-left: -2px; }
    .site-footer #instafeed .insta-img {
      float: left;
      margin: 0 2px 4px; }
    .site-footer #instafeed.imthumbnail .insta-img {
      width: 80px !important; }
    .site-footer #instafeed.imlow_resolution .insta-img {
      width: 100px !important; }
  .site-footer .footer-bottom {
    background: #ffffff;
    color: #111111;
    clear: both;
    line-height: 30px;
    padding: 15px 0;
    border-top: 1px dotted #ffffff; }
    .site-footer .footer-bottom .paymentCall {
      float: right; }
    .site-footer .footer-bottom .footer-img img {
      vertical-align: middle; }
    .site-footer .footer-bottom .payment-icons {
      color: #111111;
      font-size: 30px;
      line-height: 30px;
      text-align: right; }
  @media only screen and (max-width: 1024px) {
    .site-footer .footer-links:nth-child(2n+1) {
      clear: left; } }
  @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-top {
      padding-top: 15px;
      padding-bottom: 15px; }
      .site-footer .footer-top .grid {
        margin: 0; }
      .site-footer .footer-top .grid__item {
        padding: 15px 5px;
        border-bottom: 1px dotted #ffffff; }
        .site-footer .footer-top .grid__item:last-child {
          border: 0 none;
          padding-bottom: 0; }
    .site-footer .footer-links .h4 {
      line-height: 20px;
      margin-bottom: 0;
      cursor: pointer; }
      .site-footer .footer-links .h4:before {
        content: "\ea45";
        font-size: 15px;
        font-family: "adorn-icons";
        float: right; }
      .site-footer .footer-links .h4.active:before {
        content: "\ea48"; }
    .site-footer .footer-links ul {
      display: none;
      margin: 10px 0 20px; }
    .site-footer .footer-bottom {
      text-align: center;
      line-height: 1.2; }
      .site-footer .footer-bottom .text-left {
        text-align: center !important; }
      .site-footer .footer-bottom .paymentCall {
        text-align: center !important;
        margin-bottom: 15px;
        width: 100%; }
        .site-footer .footer-bottom .paymentCall ul, .site-footer .footer-bottom .paymentCall ul li {
          float: none;
          text-align: center; } }
  .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; } }

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

.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: 1.15385em; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      font-size: 12px;
      color: gray;
      height: 35px;
      width: 35px;
      line-height: 35px;
      display: inline-block;
      border: 2px solid #eeeeee; }
  .pagination li.active a {
    border: 2px solid #6e6e6e;
    color: #333333; }
  .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: 1.07692em; }
  .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, .modal {
  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: 333;
  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: 444; }
  .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(51, 51, 51, 0.3); }
  .mfpbox .mfp-close {
    right: 0;
    opacity: 1;
    top: 0;
    color: #333333;
    line-height: 30px;
    height: 30px;
    width: 30px; }

.modal {
  padding: 20px;
  display: none;
  overflow: hidden;
  z-index: 11;
  width: 80%;
  max-width: 440px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  bottom: inherit; }
  .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 {
    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--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

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

.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.38462em; }
  .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 {
      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-prev, .slideshow .slick-next {
    top: 50%;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5); }
    .slideshow .slick-prev:before, .slideshow .slick-next:before {
      font-size: 20px; }
    .slideshow .slick-prev:hover, .slideshow .slick-next: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-prev, .slideshow .slick-next {
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .slideshow .slick-prev:before, .slideshow .slick-next: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%; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #e34848;
  padding: 7.5px;
  z-index: 10000;
  transition: none; }
  .video-is-playing .slideshow__pause:focus {
    display: none; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-play {
  display: none; }
  .is-paused .slideshow__pause-play {
    display: block; }

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

.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .slideshow__slide--background-video .slideshow__image {
    opacity: 0; }
  .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; } }

.ie9 .slideshow__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__slide--has-background-video .slideshow__text-wrap {
    padding-top: 45px; }
  .video-is-playing .slideshow__text-wrap {
    display: none; }
  .slideshow__slide.video-is-paused .slideshow__text-wrap {
    display: none; }
  .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; } }
  @media only screen and (max-width: 766px) {
    .wrap-caption {
      background-color: rgba(255, 255, 255, 0.6); } }

.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; }
  .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: 16px;
  line-height: normal; }
  @media only screen and (max-width: 1279px) {
    .mega-small-title {
      line-height: normal;
      font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .mega-small-title {
      font-size: 13px; } }
  @media only screen and (max-width: 766px) {
    .mega-small-title {
      font-size: 12px; } }

.slideshow__title {
  letter-spacing: normal;
  font-size: 38px;
  line-height: 1.2; }
  @media only screen and (max-width: 1279px) {
    .slideshow__title {
      line-height: normal;
      font-size: 31px; } }
  @media only screen and (max-width: 1024px) {
    .slideshow__title {
      font-size: 25px; } }
  @media only screen and (max-width: 766px) {
    .slideshow__title {
      font-size: 19px; } }

.slideshow__subtitle {
  margin-top: 10px;
  letter-spacing: normal;
  display: block;
  font-size: 18px;
  line-height: 1.3; }
  @media only screen and (max-width: 1279px) {
    .slideshow__subtitle {
      line-height: normal;
      font-size: 16px; } }
  @media only screen and (max-width: 1024px) {
    .slideshow__subtitle {
      font-size: 15px; } }
  @media only screen and (max-width: 766px) {
    .slideshow__subtitle {
      font-size: 13px; } }

.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .autoplay .slideshow__video--background.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .ie9 .slideshow__video--chrome {
    display: block; }
  .slideshow__slide.video-is-playing .slideshow__video--chrome, .slideshow__slide.video-is-paused .slideshow__video--chrome {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out;
  width: 80px; }
  .slideshow__video-control:hover, .slideshow__video-control:focus {
    opacity: 0.7; }

.video-loader {
  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;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%; }
  .ie9 .video-loader, .video-is-loaded .video-loader, .video-is-playing .video-loader, .video-is-paused .video-loader, .autoplay .video-loader, .no-autoplay .video-loader {
    content: none;
    display: none; }
  .video-is-loading .video-loader, .autoplay .video-is-loading .video-loader, .no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control--play-wrapper {
  height: 30px; }
  @media only screen and (min-width: 767px) {
    .slideshow__video-control--play-wrapper {
      height: 45px; } }

@media only screen and (min-width: 767px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px; } }
.slideshow__video-control--play {
  opacity: 0;
  color: black;
  position: relative;
  margin: 0 auto; }
  .slideshow__video-control--play .slideshow__video--background {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-is-loaded .slideshow__video-control--play {
    display: block;
    visibility: visible;
    opacity: 1; }
  .video-is-loading .slideshow__video-control--play, .video-is-playing .slideshow__video-control--play, .slideshow__slide.video-is-paused .slideshow__video-control--play {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .slideshow__video-control--play .icon {
    width: 42px;
    height: 100%; }
    @media only screen and (min-width: 767px) {
      .slideshow__video-control--play .icon {
        width: 65px; } }

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: black; }
  .video-is-playing .slideshow__video-control--close, .slideshow__slide.video-is-paused .slideshow__video-control--close {
    display: block;
    visibility: visible;
    opacity: 1; }
  .slideshow__video-control--close .icon {
    display: block;
    width: 20px;
    height: 20px; }

.product-price__price {
  color: #222222; }

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

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

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

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

/* ===========================================================
   Module | Filters and Sort toolbar and selection
 * ===========================================================*/
.filters-toolbar-wrapper {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px; }
  .filters-toolbar-wrapper .filterBtn {
    display: table-cell;
    width: 90px;
    vertical-align: middle; }
    .filters-toolbar-wrapper .filterBtn .btn-filter {
      border-radius: 3px;
      text-transform: uppercase;
      padding: 2px 12px;
      line-height: normal;
      height: auto;
      font-size: 12px;
      letter-spacing: 0.5px; }
    .filters-toolbar-wrapper .filterBtn .ad {
      font-size: 13px;
      vertical-align: middle;
      margin-bottom: 3px; }
  @media only screen and (max-width: 639px) {
    .filters-toolbar-wrapper {
      margin-bottom: 15px; }
      .filters-toolbar-wrapper .filterBtn {
        display: block;
        width: 100%; }
        .filters-toolbar-wrapper .filterBtn .btn {
          width: 100%; } }

.filters-toolbar {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .filters-toolbar select {
    font-size: 12px;
    height: auto;
    margin: 0; }
  .filters-toolbar .change-view {
    font-size: 18px;
    background: none;
    opacity: 0.6;
    border: 0;
    padding: 0 3px; }
  .filters-toolbar .change-view--active {
    opacity: 1; }

.filters-toolbar__item {
  display: table-cell;
  width: 130px;
  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__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.92308em;
  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.84615em; } }

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

.feature-row__image {
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 766px) {
    .feature-row__image {
      order: 1; } }

.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-left: 0;
        width: 100%; }
      .feature-row__text h3, .feature-row__text .h3 {
        font-size: 1.07692em; }
      .feature-row__text p {
        font-size: 0.92308em; } }

@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 {
        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; } }
  @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.38462em;
      line-height: 1; }
    .hero .mega-subtitle {
      font-size: 1.07692em; }
    .hero .hero__inner .wrap-text {
      padding: 20px;
      display: table;
      margin: 0 auto; } }

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

.grid-sizer {
  width: 25%;
  position: absolute; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.33%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

/* ===========================================================
   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: #ffad00; }

.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: 12px;
      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: #e55151; }
    .collection-tabs li.style3 {
      border-radius: 30px; }

.tab-container .tab-content {
  display: none; }
  .tab-container .tab-content #sizechart {
    display: block !important;
    padding: 10px 0;
    overflow-x: auto;
    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; }

.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;
  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: 16px;
    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: 479px) {
  .imgBnrOuter .grid .grid__item {
    width: 100%; } }

.store-info h5, .store-info .h5 {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-size: 14px; }
.store-info .ad {
  font-size: 40px;
  vertical-align: middle;
  display: block;
  margin-bottom: 20px; }
.store-info li {
  padding: 0 20px;
  text-align: center; }
@media only screen and (min-width: 1025px) {
  .store-info.style2 .ad {
    float: left;
    margin: 0 15px 0 0; }
  .store-info.style2 li {
    text-align: left; } }
@media only screen and (max-width: 766px) {
  .store-info .display-table-cell {
    display: table;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
    text-align: left; }
    .store-info .display-table-cell .ad {
      float: left;
      margin: 0 15px 0 0;
      font-size: 30px;
      min-width: 37px;
      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 #eeeeee;
  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 a, .breadcrumbs span {
    color: #111111; }
  .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: #333333;
  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: #333333;
    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: #111111;
  text-transform: none;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 1024px) {
    h1.product-single__title, .product-single__title.h1 {
      font-size: 20px; } }

.product-single__meta .spr-badge {
  margin-bottom: 5px; }

.product-single__price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px; }
  .product-single__price s.product-price__price {
    font-size: 20px;
    margin-right: 0; }
  @media only screen and (max-width: 766px) {
    .product-single__price {
      display: block;
      font-size: 20px; }
      .product-single__price s.product-price__price {
        font-size: 18px; } }

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

.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--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

.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: 20px; }
  .product-single__description ul {
    text-align: left; }

.slVariant {
  min-width: 40px;
  display: inline-block;
  font-weight: 700; }

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

.product-form .swatch {
  margin-bottom: 15px;
  width: 100%; }
  .product-form .swatch label {
    display: block;
    text-transform: capitalize;
    font-weight: 500; }
    .product-form .swatch label.header {
      margin-bottom: 8px;
      text-transform: uppercase; }
  .product-form .swatch .swatch-element {
    display: inline-block;
    margin: 0 4px 2px 0;
    position: relative; }
    .product-form .swatch .swatch-element .swatchInput {
      display: none; }
      .product-form .swatch .swatch-element .swatchInput + .swatchLbl {
        color: #333;
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        text-transform: capitalize;
        display: inline-block;
        margin: 0;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        background-color: #f5f5f5;
        padding: 0 10px;
        border-radius: 0;
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #ddd; }
        .product-form .swatch .swatch-element .swatchInput + .swatchLbl.rounded {
          border-radius: 20px; }
        .product-form .swatch .swatch-element .swatchInput + .swatchLbl.rounded_rectangle {
          border-radius: 5px; }
        .product-form .swatch .swatch-element .swatchInput + .swatchLbl.square-only {
          border-radius: 0; }
        .product-form .swatch .swatch-element .swatchInput + .swatchLbl.color {
          width: 30px;
          padding: 0;
          height: 30px;
          background-repeat: no-repeat;
          background-position: 50% 0;
          background-size: 100% auto; }
          .product-form .swatch .swatch-element .swatchInput + .swatchLbl.color.medium {
            width: 50px;
            height: 50px; }
          .product-form .swatch .swatch-element .swatchInput + .swatchLbl.color.large {
            width: 70px;
            height: 70px; }
          .product-form .swatch .swatch-element .swatchInput + .swatchLbl.color.rounded {
            border-radius: 50%; }
        .product-form .swatch .swatch-element .swatchInput + .swatchLbl.size {
          min-width: 35px;
          min-height: 35px;
          width: auto;
          box-shadow: none;
          line-height: 32px;
          border: 2px solid transparent; }
          .product-form .swatch .swatch-element .swatchInput + .swatchLbl.size:before {
            display: none; }
      .product-form .swatch .swatch-element .swatchInput:checked + .swatchLbl.size {
        border: 2px solid #e55151; }
      .product-form .swatch .swatch-element .swatchInput:checked + .swatchLbl {
        border: 2px solid #e55151;
        box-shadow: none; }
    .product-form .swatch .swatch-element .tooltip-label {
      -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: #000000;
      color: #ffffff;
      border-radius: 0;
      padding: 0 5px;
      white-space: nowrap;
      position: absolute;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%); }
      .product-form .swatch .swatch-element .tooltip-label:before {
        content: "";
        border: 5px solid transparent;
        border-top: 5px solid #000000;
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -5px; }
    .product-form .swatch .swatch-element:hover .tooltip-label {
      opacity: 1;
      bottom: 110%;
      visibility: visible; }
    .product-form .swatch .swatch-element.soldout {
      opacity: 0.5;
      text-decoration: line-through; }
      .product-form .swatch .swatch-element.soldout .swatchLbl {
        text-decoration: line-through;
        cursor: no-drop; }
        .product-form .swatch .swatch-element.soldout .swatchLbl.color:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: url(//www.mariacommunion.com/cdn/shop/t/6/assets/soldout.png?v=23754512391860133391614182962) no-repeat 50% 50%/cover; }
  .product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; }

.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 {
    margin: 0; }
@media only screen and (max-width: 766px) {
  .product-single.home > .grid__item {
    display: block; } }

.grid-view_image .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); }
  .grid-view_image .shopWrapper #shopify-section-quickshop > div {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .grid-view_image .shopWrapper .product-form .swatch .swatch-element .swatchInput + .swatchLbl {
    border-radius: 0; }
    .grid-view_image .shopWrapper .product-form .swatch .swatch-element .swatchInput + .swatchLbl.color {
      width: 30px;
      height: 30px; }
    .grid-view_image .shopWrapper .product-form .swatch .swatch-element .swatchInput + .swatchLbl.size {
      min-width: 30px;
      min-height: 30px;
      line-height: 26px;
      width: auto; }
  .grid-view_image .shopWrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 555; }
  .grid-view_image .shopWrapper .product-form__item--quantity {
    display: none; }
  .grid-view_image .shopWrapper .product-single__price {
    width: 100%;
    font-size: 14px;
    margin: 15px 0; }
    .grid-view_image .shopWrapper .product-single__price .product-price__price {
      font-weight: 400;
      font-weight: 600; }
  .grid-view_image .shopWrapper .closeShop {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; }
    .grid-view_image .shopWrapper .closeShop .ad {
      vertical-align: text-top;
      font-size: 20px; }
  .grid-view_image .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; }
  .grid-view_image .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) {
    .grid-view_image .shopWrapper .product-single {
      padding: 5px; } }

.product-form-product-template label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
.product-form-product-template .swatch .header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px; }
  .product-form-product-template .swatch .header span {
    font-weight: 400;
    text-transform: none;
    padding-left: 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; } }

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

.product-featured-img {
  display: block;
  margin: 0 auto; }

.prod-large-img {
  position: relative;
  z-index: 1; }
  .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 {
    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; }
  .product-btn .btn:hover .tooltip-label {
    opacity: 1;
    visibility: visible;
    top: -28px; }

.thumbnails-wrapper {
  text-align: center;
  padding-top: 10px;
  margin: 0 -5px; }
  .thumbnails-wrapper .product-single__thumbnails-item {
    display: inline-block;
    width: 16.66%;
    padding: 0 5px;
    vertical-align: top; }
    .thumbnails-wrapper .product-single__thumbnails-item:not(.slick-slide):not(:first-child) {
      display: none; }
  .thumbnails-wrapper .product-single__thumbnail {
    opacity: 1;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block; }
    .thumbnails-wrapper .product-single__thumbnail.active-thumb {
      opacity: 0.5; }
  .thumbnails-wrapper .slick-prev {
    left: 0; }
  .thumbnails-wrapper .slick-next {
    right: 0; }
  @media only screen and (max-width: 1024px) {
    .thumbnails-wrapper .product-single__thumbnails {
      margin: 6px -3px 0; } }

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

.zoomImg {
  background-color: #ffffff; }

.qtyField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0; }
  .qtyField .qtyBtn, .qtyField input {
    margin: 0;
    color: #111111;
    width: 28px;
    height: 38px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding: 11px 0;
    background: none;
    border-radius: 0; }
  .qtyField .qtyBtn {
    line-height: 17px; }
  .qtyField .qtyBtn .ad {
    font-size: 10px; }
  .qtyField .qty {
    border: 0 none; }

.product-template__container .product-single__meta {
  margin-bottom: 45px;
  position: relative; }
.product-template__container .product-vendor {
  margin: 0; }
.product-template__container .product-action {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .product-template__container .product-action .product-form__item--quantity {
    width: 90px;
    display: table-cell;
    vertical-align: top;
    margin-right: 5px; }
  .product-template__container .product-action .product-form__item--submit {
    padding-left: 10px;
    width: auto;
    display: table-cell;
    vertical-align: top;
    overflow: visible; }
    .product-template__container .product-action .product-form__item--submit button {
      height: 40px;
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .product-template__container .product-action .product-form__item--submit button {
          font-size: 12px;
          padding: 0 12px; } }
      @media only screen and (max-width: 766px) {
        .product-template__container .product-action .product-form__item--submit button {
          font-size: 15px; } }
  @media only screen and (max-width: 479px) {
    .product-template__container .product-action .product-form__item--quantity {
      margin-bottom: 10px; }
    .product-template__container .product-action .product-form__item--submit {
      clear: both;
      padding: 0; } }
.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 .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: #ff656c;
  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.style6 #shopify-section-related-products .grid-view-item,
.product-template__container.style6 #shopify-section-recently-viewed .grid-view-item {
  margin-bottom: 10px; }

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

#freeShipclaim {
  display: none; }

.discount-badge {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  font-size: 13px; }
  .discount-badge .off, .discount-badge .product-single__save-amount {
    color: #000000; }
  @media only screen and (max-width: 1024px) {
    .discount-badge .devider {
      display: none; } }

.storeFeatures {
  padding-top: 15px;
  color: #111; }
  .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: 639px) {
  #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: 639px) {
    #productInquiry {
      overflow-x: scroll; }
      #productInquiry table {
        width: 480px;
        overflow-x: scroll; } }

.infolinks {
  width: 100%; }
  .infolinks a {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    font-size: 13px;
    color: #333333; }
    .infolinks a .ad {
      font-size: 13px;
      margin-right: 5px; }
    .infolinks a:hover {
      color: #333333;
      opacity: 0.8; }

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

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

.product-info {
  margin-bottom: 20px; }
  .product-info p {
    display: inline-block;
    margin: 0 25px 0 0; }
  .product-info p {
    color: rgba(51, 51, 51, 0.7); }
    .product-info p span {
      color: #333333;
      font-weight: 400; }
      .product-info p span.instock {
        color: #447900; }
      .product-info p span.outstock {
        color: #e06900; }
    .product-info p a {
      color: rgba(51, 51, 51, 0.7); }
      .product-info p a:hover {
        color: #333333;
        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 {
  width: 100%;
  border-bottom: 1px solid #dddddd; }
  .template-product .tabs-listing .product-tabs li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 5px; }
    .template-product .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: #000;
      border: 1px solid #ddd;
      border-bottom: 0;
      background: #f5f5f5; }
      .template-product .tabs-listing .product-tabs li a:hover {
        text-decoration: none;
        background: #ffffff;
        color: #000000; }
    .template-product .tabs-listing .product-tabs li.active a {
      text-decoration: none;
      background-color: #ffffff;
      color: #000000;
      border: 1px solid #dddddd;
      border-bottom: 0; }
      .template-product .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 {
  padding: 30px 0 20px;
  text-align: left;
  margin-bottom: 50px; }
@media only screen and (max-width: 766px) {
  .template-product .tabs-listing .tab-container {
    padding: 0; }
  .template-product .tabs-listing .tab-content {
    padding: 15px 0; } }

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

#products-related-products {
  margin-bottom: 20px; }

.shopify-payment-button {
  margin: 0 0 30px 0; }
  .shopify-payment-button .shopify-payment-button__button {
    background: #000000 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 0; }
  .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: "Roboto Condensed", sans-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 {
      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%; }
  .home-instagram #instafeed .overlay {
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute; }
  .home-instagram #instafeed .counter {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    text-align: center; }
    .home-instagram #instafeed .counter span {
      padding: 0 4px; }
  .home-instagram #instafeed .insta-img {
    position: relative;
    display: inline-block;
    padding: 0;
    float: left; }
    .home-instagram #instafeed .insta-img a {
      margin: 0 1px 2px;
      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 .insta-img:hover .overlay {
    opacity: 1; }
  .home-instagram #instafeed .insta-img a:hover {
    opacity: 1; }
  .home-instagram #instafeed.imthumbnail .insta-img {
    width: 12.5%; }
    .home-instagram #instafeed.imthumbnail .insta-img img {
      display: block; }
    @media only screen and (max-width: 1024px) {
      .home-instagram #instafeed.imthumbnail .insta-img {
        width: 16.66%; } }
    @media only screen and (max-width: 766px) {
      .home-instagram #instafeed.imthumbnail .insta-img {
        width: 20%; } }
  .home-instagram #instafeed.imlow_resolution .insta-img {
    width: 25%; }
  .home-instagram #instafeed.imstandard_resolution .insta-img {
    width: 33.33%; }
.home-instagram .followus {
  text-align: center;
  padding: 20px 0; }
  .home-instagram .followus .btn {
    position: relative;
    z-index: 555; }

#content_quickview {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  position: relative;
  padding: 25px; }
  #content_quickview .product-photos .product-single__thumbnail {
    opacity: 1; }
  #content_quickview .product-photos .grid__item:not(:first-child):not(.slick-slide) {
    display: none; }
  #content_quickview .sizelink {
    display: none; }
  #content_quickview .view-full {
    width: 100%;
    margin: 10px 0 0; }
  #content_quickview .product-template__container .product-single__meta, #content_quickview .product-template__container .product-single__photos {
    margin-bottom: 0; }
  #content_quickview .product-template__container .product-single__title {
    font-size: 18px; }
  #content_quickview .product-info, #content_quickview .product-single__price {
    margin-bottom: 15px; }
  #content_quickview .mfp-close {
    top: 5px;
    right: 5px; }
  #content_quickview .product-single__description {
    margin-top: 0; }
  #content_quickview .product-form__cart-submit {
    padding-left: 30px;
    padding-right: 30px;
    width: auto; }
  #content_quickview .slick-prev {
    left: 15px;
    z-index: 999; }
  #content_quickview .slick-next {
    right: 15px; }
  #content_quickview .product-form__item--submit .btn {
    height: 40px;
    vertical-align: top; }
  #content_quickview .wishlist {
    display: inline-block;
    margin: 5px 0 15px; }
    #content_quickview .wishlist .ad {
      margin-right: 5px; }
  #content_quickview .product-form {
    margin-bottom: 0; }
  @media only screen and (max-width: 766px) {
    #content_quickview {
      max-width: 480px;
      padding: 0; }
      #content_quickview .product-template__container .product-single__photos {
        margin-bottom: 20px; }
      #content_quickview .product-template__container .product-single__meta {
        padding: 0 20px 20px; }
      #content_quickview .view-full {
        margin: 0; } }
  @media only screen and (max-width: 639px) {
    #content_quickview .product-form__cart-submit {
      padding-left: 13px;
      padding-right: 13px; } }

.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 #eeeeee;
  padding: 20px;
  margin-bottom: 20px; }
  .form-border h2, .form-border .h2 {
    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-bottom: 30px;
  text-align: center;
  font-size: 14px; }
  @media only screen and (min-width: 767px) {
    .top-text-block {
      max-width: 800px;
      margin: 0 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 .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 35px; }
.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; }

/* ===========================================================
   FAQs Page
 * ===========================================================*/
#faq {
  border-radius: 0;
  border: none;
  margin-bottom: 12px;
  box-shadow: none; }
  #faq .panel-title {
    line-height: 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 105%;
    text-transform: uppercase;
    background: none;
    padding: 18px 40px 18px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    position: relative; }
    #faq .panel-title:before {
      position: absolute;
      content: "\ebe0";
      font-family: "adorn-icons";
      right: 10px;
      top: 50%;
      margin-top: -10px;
      font-size: 12px; }
    #faq .panel-title.active:before {
      content: "\ebd1"; }
    #faq .panel-title:hover, #faq .panel-title:focus {
      text-decoration: none; }
  #faq .panel-content {
    padding: 25px 0; }
  #faq .faq-body + .faq-body .panel-content {
    display: none; }

.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: #e34848;
    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 {
  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 {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  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 #eeeeee; }
  #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: #666666; }

#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 {
    font-weight: 400;
    color: #000 !important;
    height: auto;
    padding: 0 5px;
    margin-bottom: 0;
    background: none;
    border: 0;
    letter-spacing: normal;
    text-transform: capitalize; }

.acor-ttl {
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 5px; }
  .acor-ttl a {
    border: 0;
    color: #ffffff;
    display: block;
    padding: 15px 30px 15px 15px;
    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 a {
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd; }
    .product-template__container .acor-ttl a:before {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -10px;
      font-family: "adorn-icons";
      content: "\eb66";
      font-size: 18px; }
  .product-template__container .acor-ttl.active a {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dddddd; }
    .product-template__container .acor-ttl.active a:before {
      content: "\eb69"; }

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

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

@media only screen and (max-width: 1024px) {
  .site-header .icons-col {
    max-width: 115px; } }
