@charset "UTF-8";
/*
    Theme Name:     Yogibo
    Theme URI:      http://vtldesign.com
    Description:    A custom WordPress theme made by Vital.
    Version:        2.1
    Author:         Vital
    Author URI:     http://vtldesign.com
*/
/*  ==========================================================================
     UTILITIES
     Global mixins, functions, etc.
    ==========================================================================  */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Questrial");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,aside,footer,header,nav,section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,figure,main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,kbd,samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
[type="reset"],[type="submit"],button,html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*   Helper Functions
	--------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
	--------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/* Slider */
.slick-slider {
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-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;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

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

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem; }

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

/*  ==========================================================================
     BASE
     Base mixins, layout, and styles
    ==========================================================================  */
/*   Fonts
	--------------------------------------------------------------------------  */
@font-face {
  font-family: 'yogibo';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yogibo.eot?q59053");
  src: url("../fonts/yogibo.eot?#iefixq59053") format("embedded-opentype"), url("../fonts/yogibo.woff?q59053") format("woff"), url("../fonts/yogibo.ttf?q59053") format("truetype"), url("../fonts/yogibo.svg?q59053#yogibo") format("svg"); }

[class*=' icon-'],[class^='icon-'] {
  font-family: 'yogibo';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icons-inspiration::before {
  content: '\e619'; }

.icon-icons-ourstory::before {
  content: '\e61a'; }

.icon-icons-shop::before {
  content: '\e61b'; }

.icon-icon-arrowdown::before {
  content: '\e600'; }

.icon-icon-arrowright::before {
  content: '\e601'; }

.icon-icon-chat::before {
  content: '\e602'; }

.icon-icon-circleplus::before {
  content: '\e603'; }

.icon-icon-circle::before {
  content: '\e604'; }

.icon-icon-facebook::before {
  content: '\e605'; }

.icon-icon-instagram::before {
  content: '\e606'; }

.icon-icon-linkedin::before {
  content: '\e607'; }

.icon-icon-pinterest::before {
  content: '\e608'; }

.icon-icon-plus::before {
  content: '\e609'; }

.icon-icon-search::before {
  content: '\e60a'; }

.icon-icon-storepin::before {
  content: '\e60b'; }

.icon-icon-twitter::before {
  content: '\e60c'; }

.icon-icon-videoplay::before {
  content: '\e60d'; }

.icon-arrow-left::before {
  content: '\e615'; }

.icon-arrow-down::before {
  content: '\e616'; }

.icon-arrow-up::before {
  content: '\e617'; }

.icon-unie618::before {
  content: '\e618'; }

.icon-arrowright::before {
  content: '\e61c'; }

.icon-pintrest::before {
  content: '\e613'; }

.icon-menu::before {
  content: '\e60e'; }

.icon-delete::before {
  content: '\e614'; }

.icon-instagram::before {
  content: '\e60f'; }

.icon-twitter::before {
  content: '\e610'; }

.icon-linkedin::before {
  content: '\e611'; }

.icon-facebook::before {
  content: '\e612'; }

.icon-arrow-right::before {
  content: '\e618'; }

/*   Maps
	--------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/*SCSS_BREAKPOINT_VARS*/
/*END_SCSS_BREAKPOINT_VARS*/
/**
 * Z-indices
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
	--------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
	--------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
/*   WordPress Admin
	--------------------------------------------------------------------------  */

.mce-content-body {
  max-width: 58em;
  margin: 1.25rem; }

/*   Core Typography

	 Apply .core class on all WYSIWYG content and other elements that need it
	--------------------------------------------------------------------------  */
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child {
  margin-top: 0;
  padding-top: 0; }

.core a {
  color: #18b4bd; }

.core .wp-image-link {
  text-decoration: none; }

.core h1 {
  margin-top: 1.67em;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1.3; }
  .core h1 + h2 {
    margin-top: -0.5em; }

.core h2 {
  margin: 1.2em 0 0.4em;
  font-size: 1.375em;
  line-height: 1.3; }
  .core h2 + h3 {
    margin-top: -0.4em;
    margin-bottom: 0.2em; }

.core h3 {
  margin: 1.8em 0 0.4em;
  font-size: 1.125em;
  line-height: 1.5; }
  .core h3 + h4 {
    margin-top: -0.3em; }

.core h4 {
  margin: 1.8em 0 0.4em;
  font-size: 1em;
  line-height: 1.5; }
  .core h4 + h5 {
    margin-top: -0.3em; }

.core h5 {
  margin: 1.8em 0 0.4em;
  font-size: 0.875em;
  line-height: 1.5; }
  .core h5 + h6 {
    margin-top: -0.2em; }

.core h6 {
  margin: 1.8em 0 0.4em;
  font-size: 0.875em;
  line-height: 1.5; }

.core h1:first-child,.core h2:first-child,.core h3:first-child,.core h4:first-child,.core h5:first-child,.core h6:first-child {
  margin-top: 0;
  padding-top: 0; }

.core address,.core p {
  margin: 1em 0 0;
  font-size: 1em; }

.core p {
  line-height: 1.5; }
  .core p:first-child {
    margin-top: 0; }

.core blockquote {
  margin: 1.75em 2.5em;
  font-style: italic;
  line-height: 1.5; }

.core code,.core pre {
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 0.875em; }

.core pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.core sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.core sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.core abbr {
  cursor: help; }

.core address {
  line-height: 1.5; }

.core dl {
  line-height: 1.5; }

.core dd,.core dt {
  font-size: 0.875em; }

.core dt {
  font-weight: 700; }

.core dd {
  margin: 0 0 1em; }

.core ol,.core ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em; }
  .core ol ol,.core ol ul,.core ul ol,.core ul ul {
    margin: 0; }

.core li {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5; }
  .core li li {
    font-size: 1em; }

.core table {
  margin: 0;
  padding: 0; }

.core td,.core th {
  padding: 0.625em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  text-align: left; }

.core th {
  border-width: 2px; }

.core tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

.core img,.core img[class*='align'],.core img[class*='wp-image-'] {
  max-width: 100%;
  height: auto;
  border: 0; }

.core .wp-caption {
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center; }
  .core .wp-caption.alignleft,.core .wp-caption.alignnone {
    margin: 0.3125rem 1.25rem 1.25rem 0; }
  .core .wp-caption.alignright {
    margin: 0.3125rem 0 1.25rem 1.25rem; }
  .core .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none; }
  .core .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 0.25rem 0.3125rem;
    font-size: 0.875em;
    line-height: 1.5; }

.core .entry-caption {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 0.875em;
  line-height: 1.5; }

.core .gallery {
  position: relative;
  max-width: 48em;
  margin: 2em auto; }
  .core .gallery + * {
    clear: left; }

.core .gallery-item {
  position: relative;
  float: left;
  margin: 0 0.25em 0.25em 0; }

.core .gallery-columns-1 .gallery-item {
  max-width: 100%;
  margin: 0 0 0.25em; }

.core .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 0.25em); }

.core .gallery-columns-3 .gallery-item {
  max-width: calc(33.3% - 0.25em); }

.core .gallery-columns-4 .gallery-item {
  max-width: calc(25% - 0.25em); }

.core .gallery-columns-5 .gallery-item {
  max-width: calc(20% - 0.25em); }

.core .gallery-columns-6 .gallery-item {
  max-width: calc(16.7% - 0.25em); }

.core .gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 0.25em); }

.core .gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 0.25em); }

.core .gallery-columns-9 .gallery-item {
  max-width: calc(11.1% - 0.25em); }

.core .gallery-columns-2 .gallery-item:nth-child(2n),.core .gallery-columns-3 .gallery-item:nth-child(3n),.core .gallery-columns-4 .gallery-item:nth-child(4n),.core .gallery-columns-5 .gallery-item:nth-child(5n),.core .gallery-columns-6 .gallery-item:nth-child(6n),.core .gallery-columns-7 .gallery-item:nth-child(7n),.core .gallery-columns-8 .gallery-item:nth-child(8n),.core .gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0; }

.core .gallery-columns-1 .gallery-item:nth-child(1n+1),.core .gallery-columns-2 .gallery-item:nth-child(2n+3),.core .gallery-columns-3 .gallery-item:nth-child(3n+4),.core .gallery-columns-4 .gallery-item:nth-child(4n+5),.core .gallery-columns-5 .gallery-item:nth-child(5n+6),.core .gallery-columns-6 .gallery-item:nth-child(6n+7),.core .gallery-columns-7 .gallery-item:nth-child(7n+8),.core .gallery-columns-8 .gallery-item:nth-child(8n+9),.core .gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left; }

.core .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.375rem 0.5rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left; }
  .core .gallery-caption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
    content: ''; }

.core .gallery-item:hover .gallery-caption {
  opacity: 1; }

.core hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

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

.core .alignnone {
  margin: 1em 1em 0 0; }

.core .aligncenter,.core .alignleft,.core .alignright {
  display: block;
  margin: 1em auto; }

.core img.aligncenter,.core img.alignleft,.core img.alignright {
  display: block;
  margin: 1em auto; }

/*   Base styles and layout
	--------------------------------------------------------------------------  */
::-moz-selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none; }
::selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  position: relative;
  margin: 0;
  background: #fff;
  color: #666;
  font-family: "Questrial", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; }

a {
  color: #18b4bd;
  text-decoration: none; }
  a:hover {
    color: #f18c11;
    text-decoration: none; }

.group::after,.group::before {
  display: table;
  content: ' '; }

.group::after {
  clear: both; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .icon svg {
    display: block;
    width: 1em;
    height: 1em; }

.catalog-product-view .breadcrumbs,.catalog-product-view .product-info-media-wrapper .container,.cms-page-view .breadcrumbs,.contact-index-index .breadcrumbs,.wordpress-homepage-view .breadcrumbs,.wordpress-post-view .breadcrumbs,.wordpress-user-view .breadcrumbs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

/*  ==========================================================================
     PARTIALS
     Template partials
    ==========================================================================  */
/*   Buttons
	--------------------------------------------------------------------------  */
#confirmBox .am-related-box .block-actions .action.select,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.account .page-wrapper .columns .sidebar-additional .block-cart .action.details,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action,.account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary,.button,.catalog-category-view .columns .column.main .products .item .action.primary,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary,.catalogsearch-result-index .columns .column.main .products .item .action.primary,.checkout-index-index #checkout-step-shipping .action-add-new-address,.checkout-index-index #customer-email-fieldset button,.checkout-index-index #onestepcheckout-forgot-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link,.checkout-index-index #onestepcheckout-login-popup button.button,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2,.checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup,.checkout-index-index #opc-new-shipping-address .actions .action.action-save-address,.checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3 .action.primary,.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer button,.checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 .action.primary,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer button,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.checkout-index-index .wrap-payment-content .actions .action-update,.checkout-index-index button#add_coupon_code_button,.checkout-index-index button#remove_coupon_code_button,.checkout-index-index button.onestepcheckout-btn-checkout,.checkout-index-index button.osc-ok-button,.checkout-onepage-success .columns #registration .action.primary,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback,.cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button,.events-index-index .press-events-list .item .content-wrap .cta-block .button,.events-index-view .columns .event-details .event-info .event-contents .event-address .button,.press-slider-wrapper .cta-block .button,.storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 .action.primary,.storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.storepickup-index-view .views-wrapper .box-input.form-group .action.primary,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  border: none;
  border-radius: 40px;
  background-color: #18b4bd;
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 100ms ease-out; }
  #confirmBox .am-related-box .block-actions .action.select:active,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:active,.account .page-wrapper .columns .sidebar-additional .block-cart .action.details:active,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action:active,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action:active,.account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary:active,.button:active,.catalog-category-view .columns .column.main .products .item .action.primary:active,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary:active,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary:active,.catalogsearch-result-index .columns .column.main .products .item .action.primary:active,.checkout-index-index #checkout-step-shipping .action-add-new-address:active,.checkout-index-index #customer-email-fieldset button:active,.checkout-index-index #onestepcheckout-forgot-button:active,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button:active,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link:active,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link:active,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button:active,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link:active,.checkout-index-index #onestepcheckout-login-popup button.button:active,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button:active,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2:active,.checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup:active,.checkout-index-index #opc-new-shipping-address .actions .action.action-save-address:active,.checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3 .action.primary:active,.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer button:active,.checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:active,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 .action.primary:active,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer button:active,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:active,.checkout-index-index .wrap-payment-content .actions .action-update:active,.checkout-index-index button#add_coupon_code_button:active,.checkout-index-index button#remove_coupon_code_button:active,.checkout-index-index button.onestepcheckout-btn-checkout:active,.checkout-index-index button.osc-ok-button:active,.checkout-onepage-success .columns #registration .action.primary:active,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action:active,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback:active,.cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button:active,.events-index-index .press-events-list .item .content-wrap .cta-block .button:active,.events-index-view .columns .event-details .event-info .event-contents .event-address .button:active,.press-slider-wrapper .cta-block .button:active,.storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 .action.primary:active,.storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:active,.storepickup-index-view .views-wrapper .box-input.form-group .action.primary:active,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:active,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:active,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:active,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:active,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:active,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:active,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart:active {
    outline: none;
    box-shadow: none; }
  #confirmBox .am-related-box .block-actions .action.select:focus,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:focus,.account .page-wrapper .columns .sidebar-additional .block-cart .action.details:focus,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action:focus,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action:focus,.account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary:focus,.button:focus,.catalog-category-view .columns .column.main .products .item .action.primary:focus,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary:focus,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary:focus,.catalogsearch-result-index .columns .column.main .products .item .action.primary:focus,.checkout-index-index #checkout-step-shipping .action-add-new-address:focus,.checkout-index-index #customer-email-fieldset button:focus,.checkout-index-index #onestepcheckout-forgot-button:focus,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button:focus,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link:focus,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link:focus,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button:focus,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link:focus,.checkout-index-index #onestepcheckout-login-popup button.button:focus,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button:focus,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2:focus,.checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup:focus,.checkout-index-index #opc-new-shipping-address .actions .action.action-save-address:focus,.checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3 .action.primary:focus,.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer button:focus,.checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:focus,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 .action.primary:focus,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer button:focus,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:focus,.checkout-index-index .wrap-payment-content .actions .action-update:focus,.checkout-index-index button#add_coupon_code_button:focus,.checkout-index-index button#remove_coupon_code_button:focus,.checkout-index-index button.onestepcheckout-btn-checkout:focus,.checkout-index-index button.osc-ok-button:focus,.checkout-onepage-success .columns #registration .action.primary:focus,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action:focus,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback:focus,.cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button:focus,.events-index-index .press-events-list .item .content-wrap .cta-block .button:focus,.events-index-view .columns .event-details .event-info .event-contents .event-address .button:focus,.press-slider-wrapper .cta-block .button:focus,.storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 .action.primary:focus,.storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:focus,.storepickup-index-view .views-wrapper .box-input.form-group .action.primary:focus,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:focus,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:focus,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:focus,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:focus,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:focus,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:focus,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart:focus {
    outline: 0; }
  #confirmBox .am-related-box .block-actions .action.select:hover,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:hover,.account .page-wrapper .columns .sidebar-additional .block-cart .action.details:hover,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action:hover,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action:hover,.account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary:hover,.button:hover,.catalog-category-view .columns .column.main .products .item .action.primary:hover,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary:hover,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary:hover,.catalogsearch-result-index .columns .column.main .products .item .action.primary:hover,.checkout-index-index #checkout-step-shipping .action-add-new-address:hover,.checkout-index-index #customer-email-fieldset button:hover,.checkout-index-index #onestepcheckout-forgot-button:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link:hover,.checkout-index-index #onestepcheckout-login-popup button.button:hover,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button:hover,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2:hover,.checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup:hover,.checkout-index-index #opc-new-shipping-address .actions .action.action-save-address:hover,.checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3 .action.primary:hover,.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer button:hover,.checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:hover,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 .action.primary:hover,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer button:hover,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:hover,.checkout-index-index .wrap-payment-content .actions .action-update:hover,.checkout-index-index button#add_coupon_code_button:hover,.checkout-index-index button#remove_coupon_code_button:hover,.checkout-index-index button.onestepcheckout-btn-checkout:hover,.checkout-index-index button.osc-ok-button:hover,.checkout-onepage-success .columns #registration .action.primary:hover,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action:hover,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback:hover,.cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button:hover,.events-index-index .press-events-list .item .content-wrap .cta-block .button:hover,.events-index-view .columns .event-details .event-info .event-contents .event-address .button:hover,.press-slider-wrapper .cta-block .button:hover,.storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 .action.primary:hover,.storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary:hover,.storepickup-index-view .views-wrapper .box-input.form-group .action.primary:hover,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:hover,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:hover,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action:hover,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart:hover {
    border: none;
    background: #018d96; }

.account .page-wrapper .columns .sidebar-additional .block-cart .action.details,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary,.checkout-index-index button.onestepcheckout-btn-checkout,.checkout-onepage-success .columns #registration .action.primary,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback,.press-slider-wrapper .cta-block .button,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
  padding: 0.3125rem 1.5625rem;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 2.25rem; }

#confirmBox #confirmButtons button.am-btn-left,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.account .page-wrapper .columns .column.main .actions-toolbar .action,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action,.catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .green-button,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary,.checkout-cart-index .cart-page-empty .ctn-button,.checkout-index-index .wrap-payment-content .actions .action-cancel,.cms-noroute-index .columns .button,.customer-account-create .form.create.account .actions-toolbar .primary .action,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action,.modals-wrapper .modal-popup-blispay .modal-content .green-button,.storepickup-index-view .views-wrapper .back-page a,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button,button.action.primary {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.625rem 1.875rem;
  border: none;
  border-radius: 36px;
  background: #b3c43f;
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  cursor: pointer; }
  #confirmBox #confirmButtons button.am-btn-left:hover,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:hover,.account .page-wrapper .columns .column.main .actions-toolbar .action:hover,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action:hover,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button:hover,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary:hover,.checkout-cart-index .cart-page-empty .ctn-button:hover,.checkout-index-index .wrap-payment-content .actions .action-cancel:hover,.cms-noroute-index .columns .button:hover,.customer-account-create .form.create.account .actions-toolbar .primary .action:hover,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action:hover,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action:hover,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action:hover,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action:hover,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action:hover,.modals-wrapper .modal-popup-blispay .modal-content .green-button:hover,.storepickup-index-view .views-wrapper .back-page a:hover,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button:hover,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button:hover,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button:hover,button.action.primary:hover {
    border: none;
    background: #839025; }
  #confirmBox #confirmButtons button.am-btn-left:focus,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:focus,.account .page-wrapper .columns .column.main .actions-toolbar .action:focus,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action:focus,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button:focus,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary:focus,.checkout-cart-index .cart-page-empty .ctn-button:focus,.checkout-index-index .wrap-payment-content .actions .action-cancel:focus,.cms-noroute-index .columns .button:focus,.customer-account-create .form.create.account .actions-toolbar .primary .action:focus,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action:focus,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action:focus,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action:focus,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action:focus,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action:focus,.modals-wrapper .modal-popup-blispay .modal-content .green-button:focus,.storepickup-index-view .views-wrapper .back-page a:focus,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button:focus,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button:focus,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button:focus,button.action.primary:focus {
    outline: 0; }
  #confirmBox #confirmButtons button.am-btn-left:active,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary:active,.account .page-wrapper .columns .column.main .actions-toolbar .action:active,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action:active,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button:active,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary:active,.checkout-cart-index .cart-page-empty .ctn-button:active,.checkout-index-index .wrap-payment-content .actions .action-cancel:active,.cms-noroute-index .columns .button:active,.customer-account-create .form.create.account .actions-toolbar .primary .action:active,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action:active,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action:active,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action:active,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action:active,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action:active,.modals-wrapper .modal-popup-blispay .modal-content .green-button:active,.storepickup-index-view .views-wrapper .back-page a:active,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button:active,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button:active,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button:active,button.action.primary:active {
    outline: none;
    box-shadow: none; }

#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.storepickup-index-view .views-wrapper .back-page a {
  padding: 0 1.5rem;
  font-size: 0.875rem;
  line-height: 2rem; }

/*   Gravity Forms
	--------------------------------------------------------------------------  */
.gform_wrapper {
  border: 1px solid #ccc; }
  .gform_wrapper ul {
    margin: 0;
    padding: 0; }
  .gform_wrapper li {
    margin-top: 0;
    list-style: none; }
  .gform_wrapper label {
    display: block;
    padding: 0 0 0.75em;
    font-weight: 400; }
    .gform_wrapper label.hidden_sub_label,.gform_wrapper label.screen-reader-text {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      white-space: nowrap; }
    .gform_wrapper label .gfield_optional {
      font-weight: 300; }
    .gform_wrapper label .gfield-optional {
      font-weight: 300; }
  .gform_wrapper input[type='date'],.gform_wrapper input[type='email'],.gform_wrapper input[type='password'],.gform_wrapper input[type='search'],.gform_wrapper input[type='tel'],.gform_wrapper input[type='text'],.gform_wrapper input[type='time'],.gform_wrapper input[type='url'],.gform_wrapper select,.gform_wrapper textarea {
    display: block;
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ccc;
    font-family: "Questrial", sans-serif;
    font-size: 1em;
    transition: all 0.3s ease-out; }
    .gform_wrapper input[type='date']:focus,.gform_wrapper input[type='email']:focus,.gform_wrapper input[type='password']:focus,.gform_wrapper input[type='search']:focus,.gform_wrapper input[type='tel']:focus,.gform_wrapper input[type='text']:focus,.gform_wrapper input[type='time']:focus,.gform_wrapper input[type='url']:focus,.gform_wrapper select:focus,.gform_wrapper textarea:focus {
      outline: none;
      border-color: #9ecaed;
      box-shadow: 0 0 5px #9ecaed; }
  .gform_wrapper select::-ms-expand {
    display: none; }

.gform_heading {
  padding: 2em;
  background: #4d4d4d;
  color: #fff;
  text-align: center; }

.gform_body {
  padding: 1em 1em 0; }

.gform_footer {
  padding: 0 1em 1em; }
  .gform_footer button {
    width: 100%; }

.gfield {
  margin-bottom: 1em; }

.ginput_complex::after,.ginput_complex::before {
  display: table;
  content: ' '; }

.ginput_complex::after {
  clear: both; }

.ginput_complex .ginput_full,.ginput_complex .ginput_left,.ginput_complex .ginput_right,.ginput_complex .name_first,.ginput_complex .name_last {
  display: block;
  margin-bottom: 1em; }

.ginput_complex .ginput_full label,.ginput_complex .ginput_left label,.ginput_complex .ginput_right label,.ginput_complex .name_first label,.ginput_complex .name_last label {
  display: block;
  font-size: 0.875em;
  font-weight: 400; }

.gfield_checkbox li input[type='checkbox'],.gfield_checkbox li input[type='radio'],.gfield_radio li input[type='checkbox'],.gfield_radio li input[type='radio'] {
  display: none; }

.gfield_checkbox li input[type='text'],.gfield_radio li input[type='text'] {
  width: 50%;
  margin-left: -1.5em; }

.gfield_checkbox input,.gfield_checkbox label,.gfield_radio input,.gfield_radio label {
  display: inline-block;
  vertical-align: middle; }

.gfield_checkbox label,.gfield_radio label {
  padding-bottom: 0; }

.gfield_checkbox li {
  margin-bottom: 0.8em; }

.gfield_checkbox li input[type='checkbox'] + label {
  position: relative;
  margin-left: 0;
  padding-left: 1.875rem;
  font-style: normal;
  cursor: pointer; }
  .gfield_checkbox li input[type='checkbox'] + label .gform-custom-checkbox-input {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    content: ''; }

.gfield_checkbox li input[type='checkbox']:checked + label .gform-custom-checkbox-input {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/70% 70%; }

.gfield_radio li {
  margin-bottom: 0.8em; }

.gfield_radio li input[type='radio'] + label {
  position: relative;
  margin-left: 0;
  padding-left: 1.875rem;
  font-style: normal;
  cursor: pointer; }
  .gfield_radio li input[type='radio'] + label .gform-custom-radio-input {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2em;
    content: ''; }

.gfield_radio li input[type='radio']:checked + label {
  position: relative; }
  .gfield_radio li input[type='radio']:checked + label .gform-custom-radio-input::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 1em;
    background: #4d4d4d;
    content: ''; }

.gform-styled-select {
  position: relative;
  overflow: hidden;
  background: #fff; }
  .gform-styled-select select {
    position: relative;
    z-index: 2;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #a9a9a9;
    font-size: 1em;
    line-height: 1.125;
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: none; }
    .gform-styled-select select:focus {
      outline: 0; }
  .gform-styled-select .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%); }
    .gform-styled-select .icon svg {
      width: 16px;
      height: 16px;
      fill: #4d4d4d; }

.gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 0.625rem;
  padding: 1.5625rem;
  border: 2px dashed #ddd;
  color: #aaa;
  text-align: center; }

.gfield_description {
  font-size: 0.75em; }

.validation_message {
  color: #d9534f;
  font-size: 0.75em;
  font-weight: 700; }

.validation_error {
  margin: 1.5em 0;
  padding: 1.5em;
  border-left: 5px solid #d9534f;
  color: #d9534f;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5; }

.gform_ajax_spinner {
  margin-left: 1em; }

.gform_validation_container {
  display: none; }

.gf_clear {
  clear: both; }

/*   Header
	--------------------------------------------------------------------------  */
.block.category.event,.breadcrumbs,.footer.content,.header.content,.navigation,.page-header .header.panel,.page-main,.page-wrapper > .page-bottom,.page-wrapper > .widget,.top-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

.utility-header {
  display: none;
  height: 40px;
  background: #fff; }
  .utility-header .country {
    position: relative;
    z-index: 1;
    float: left;
    width: auto;
    height: 30px;
    margin-top: 0.3125rem;
    padding: 0 0.9375rem;
    border-radius: 15px;
    background: #ececec;
    color: #808080;
    font-size: 0.8125rem;
    letter-spacing: 0.01875rem;
    line-height: 1.875rem;
    cursor: pointer; }
    .utility-header .country .flag {
      position: relative;
      top: 2px;
      margin-right: 0.125rem;
      padding-right: 1.25rem; }
      .utility-header .country .flag.icon-icon-arrowdown::before {
        position: absolute;
        top: 3px;
        right: 3px;
        font-size: 0.4375rem; }
  .utility-header .global-message {
    position: relative;
    float: left;
    width: auto;
    margin-left: 1.25rem;
    color: #195736;
    font-size: 0.9375rem;
    line-height: 2.5rem;
    text-align: center; }
    .utility-header .global-message p {
      margin: 0; }

.page-header {
  position: relative;
  z-index: 9999;
  top: 0;
  width: 100%;
  margin: 0;
  border: none; }
  .page-header .header.content {
    clear: right;
    height: 60px;
    background: #ff9a1f; }
    .page-header .header.content .cart-link {
      position: absolute;
      top: 20px;
      right: 70px;
      color: #fff; }
      .page-header .header.content .cart-link:hover {
        color: #f18c11; }
    .page-header .header.content .country {
      position: relative;
      z-index: 1;
      float: left;
      width: 100%;
      height: 40px;
      padding: 0 1.5625rem;
      background: #ececec;
      color: #808080;
      font-size: 0.875rem;
      letter-spacing: 0.01875rem;
      line-height: 2.5rem;
      text-align: center;
      cursor: pointer; }
      .page-header .header.content .country .flag {
        position: relative;
        top: 2px;
        margin-right: 0.125rem;
        padding-right: 1.25rem; }
        .page-header .header.content .country .flag.icon-icon-arrowdown::before {
          position: absolute;
          top: 3px;
          right: 3px;
          font-size: 0.4375rem; }
    .page-header .header.content .nav-toggle {
      position: absolute;
      top: 0;
      right: 5%;
      left: inherit;
      display: block;
      width: 40px;
      height: 40px;
      color: #fff; }
      .page-header .header.content .nav-toggle::before {
        color: #fff;
        font-family: 'yogibo';
        font-size: 3rem;
        content: '\e60e'; }
    .page-header .header.content .header-right-wrapper {
      display: none; }
    .page-header .header.content .logo {
      position: absolute;
      z-index: 1000;
      top: 5px;
      margin: 0; }
      .page-header .header.content .logo img {
        width: 120px;
        height: auto;
        transition: all 0.2s; }
        .page-header .header.content .logo img:hover {
          transform: rotate(-2deg); }
  .page-header .block-search {
    display: none;
    float: none;
    margin: 0 auto;
    padding: 0; }
    .page-header .block-search .block-content {
      position: relative;
      width: 270px;
      margin: 0 auto; }
      .page-header .block-search .block-content .label {
        display: none; }
    .page-header .block-search input[type='text'] {
      outline: none;
      border: none;
      background: #f18c11;
      color: #fff;
      font-family: "Questrial", sans-serif;
      font-size: 1.125rem; }
      .page-header .block-search input[type='text']:focus {
        outline: none;
        box-shadow: none; }
      .page-header .block-search input[type='text']:-ms-input-placeholder {
        opacity: 0.5;
        color: #fff; }
      .page-header .block-search input[type='text']::placeholder {
        opacity: 0.5;
        color: #fff; }
    .page-header .block-search .action.search {
      display: block;
      opacity: 1;
      border: none;
      background: none;
      color: rgba(0, 0, 0, 0);
      font-size: 0;
      cursor: pointer;
      pointer-events: all; }
      .page-header .block-search .action.search::before {
        position: relative;
        left: 10px;
        transform: rotate(90deg);
        color: #fff;
        font-size: 1.875rem;
        line-height: 2rem; }
    .page-header .block-search .search-close {
      position: absolute;
      top: 25px;
      right: -70px;
      display: none;
      width: 44px;
      height: 42px;
      overflow: hidden;
      border: none;
      background: url("../images/close-img.png") no-repeat center top;
      text-indent: -9999px;
      cursor: pointer; }
      .page-header .block-search .search-close:hover {
        opacity: 0.5; }
  .page-header .header-social-block {
    padding: 1.25rem 0; }
    .page-header .header-social-block .header-social-media-items {
      width: 100%;
      text-align: center; }
      .page-header .header-social-block .header-social-media-items .item {
        display: inline-block;
        padding: 0 0.625rem;
        color: #fff;
        font-size: 1.375rem; }
        .page-header .header-social-block .header-social-media-items .item:hover {
          color: #f18c11; }
        .page-header .header-social-block .header-social-media-items .item .hide-text {
          display: none; }
    .page-header .header-social-block .social-media-box {
      display: none;
      width: 125px;
      padding: 0.625rem 0 0.75rem;
      font-family: 'Fredoka One', cursive;
      font-size: 1.063em;
      text-align: center; }
      .page-header .header-social-block .social-media-box a,.page-header .header-social-block .social-media-box a:active,.page-header .header-social-block .social-media-box a:link,.page-header .header-social-block .social-media-box a:visited {
        color: #fff; }
        .page-header .header-social-block .social-media-box a:active:hover,.page-header .header-social-block .social-media-box a:hover,.page-header .header-social-block .social-media-box a:link:hover,.page-header .header-social-block .social-media-box a:visited:hover {
          color: #018d96; }
      .page-header .header-social-block .social-media-box .social-media-plus {
        display: block;
        color: #fff;
        cursor: pointer; }
        .page-header .header-social-block .social-media-box .social-media-plus:hover {
          color: #018d96; }

.modals-wrapper .modal-popup-country {
  z-index: 10000; }
  .modals-wrapper .modal-popup-country .modal-inner-wrap {
    position: relative;
    width: auto;
    max-width: 950px;
    padding: 5rem 1.875rem 3.125rem;
    border-radius: 20px;
    box-shadow: none;
    background: #f18c11;
    color: #fff; }
    .modals-wrapper .modal-popup-country .modal-inner-wrap .action-close {
      padding: 0.625rem; }
      .modals-wrapper .modal-popup-country .modal-inner-wrap .action-close::before {
        color: #fff;
        font-family: 'yogibo';
        content: '\e614'; }
  .modals-wrapper .modal-popup-country .modal-header {
    padding: 0; }
  .modals-wrapper .modal-popup-country .modal-content {
    padding: 0;
    overflow-y: visible; }
  .modals-wrapper .modal-popup-country .country-popup .bottom-head {
    width: 100%;
    padding-top: 0.625rem;
    border-top: 1px solid #cd8329;
    text-align: center; }
    .modals-wrapper .modal-popup-country .country-popup .bottom-head .dropdown-title {
      position: relative;
      top: -22px;
      display: inline-block;
      margin: 0;
      padding: 0 0.9375rem;
      background: #f18c11;
      color: #ad6309;
      font-size: 1.25rem; }
    .modals-wrapper .modal-popup-country .country-popup .bottom-head .dropdown {
      position: relative;
      display: block;
      width: 245px;
      height: 40px;
      margin: 0.625rem auto 0;
      padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
      outline: none;
      border: none;
      border-radius: 7px;
      background: #fff url("../images/select-arrow.jpg") no-repeat center right 10px;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .modals-wrapper .modal-popup-country .country-popup .bottom-head .dropdown:focus {
        outline: none;
        box-shadow: none; }
  .modals-wrapper .modal-popup-country .country-popup .intro-heading {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.625rem;
    font-size: 1.5rem;
    text-align: center; }
  .modals-wrapper .modal-popup-country .country-popup .heading {
    width: 100%;
    padding-bottom: 1.875rem;
    font-family: "Fredoka One", cursive;
    font-size: 2.25rem;
    text-align: center; }
  .modals-wrapper .modal-popup-country .country-popup .cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding-bottom: 2.5rem;
    text-align: center; }
    .modals-wrapper .modal-popup-country .country-popup .cta .button {
      position: relative;
      margin: 0 auto 1.25rem;
      padding: 0.9375rem 3.125rem;
      border: none;
      border-radius: 40px;
      background: #0dbbc6;
      color: #fff;
      font-family: "Fredoka One", cursive;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: normal;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 300ms ease-out; }

.modals-wrapper .modals-overlay {
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8); }

/*   Footer
	--------------------------------------------------------------------------  */
.page-footer {
  padding: 1.25rem 0 5rem;
  background: #ececec; }
  .page-footer .footer-menu {
    display: inline-block;
    width: 100%; }
    .page-footer .footer-menu .left-column {
      float: none;
      width: 100%;
      text-align: center; }
      .page-footer .footer-menu .left-column .footer-social-block {
        float: left;
        width: 100%;
        margin-bottom: 0.625rem; }
        .page-footer .footer-menu .left-column .footer-social-block .footer-logo {
          margin: 0 0 0.625rem; }
        .page-footer .footer-menu .left-column .footer-social-block .social-media-items {
          margin: 0;
          padding: 0;
          font-size: 1.625rem; }
          .page-footer .footer-menu .left-column .footer-social-block .social-media-items .social-media-item {
            display: inline-block;
            margin: 0; }
          .page-footer .footer-menu .left-column .footer-social-block .social-media-items .icon {
            color: #18b4bd; }
            .page-footer .footer-menu .left-column .footer-social-block .social-media-items .icon:hover {
              color: #05959d; }
            .page-footer .footer-menu .left-column .footer-social-block .social-media-items .icon .hide-text {
              display: none; }
      .page-footer .footer-menu .left-column .footer-newsletter {
        float: left;
        width: 100%;
        margin: 0; }
        .page-footer .footer-menu .left-column .footer-newsletter .newsletter-title {
          display: block;
          padding-bottom: 0.3125rem;
          color: #ff9a1f;
          font-family: "Fredoka One", cursive;
          font-size: 1.25rem; }
        .page-footer .footer-menu .left-column .footer-newsletter .newsletter-sub-title {
          padding-bottom: 0.625rem;
          color: #ff9a1f;
          font-size: 0.9375rem; }
        .page-footer .footer-menu .left-column .footer-newsletter .label {
          display: none; }
        .page-footer .footer-menu .left-column .footer-newsletter input[type='email'],.page-footer .footer-menu .left-column .footer-newsletter input[type='text'] {
          width: 100%;
          height: auto;
          margin-bottom: 1.25rem;
          padding: 0.625rem;
          outline: none;
          border: none;
          border-bottom: 2px solid #ccc;
          background: none;
          color: #acacac;
          font-family: "Questrial", sans-serif;
          font-size: 1.125em; }
          .page-footer .footer-menu .left-column .footer-newsletter input[type='email']:focus,.page-footer .footer-menu .left-column .footer-newsletter input[type='text']:focus {
            outline: none;
            border: none;
            border-bottom: 2px solid #ff9a1f;
            box-shadow: none;
            background: none; }
          .page-footer .footer-menu .left-column .footer-newsletter input[type='email'].mage-error,.page-footer .footer-menu .left-column .footer-newsletter input[type='text'].mage-error {
            border-bottom: 2px solid #e02b27; }
        .page-footer .footer-menu .left-column .footer-newsletter div.mage-error[generated] {
          margin: 0;
          white-space: normal; }
        .page-footer .footer-menu .left-column .footer-newsletter .submit-button {
          width: 100%;
          padding: 0.625rem;
          border: none;
          background: none;
          color: #ff9a1f;
          font-family: "Fredoka One", cursive;
          font-size: 1.25rem;
          text-align: center;
          cursor: pointer; }
          .page-footer .footer-menu .left-column .footer-newsletter .submit-button:hover {
            color: #e65d02; }
    .page-footer .footer-menu .right-column {
      float: right;
      width: 100%;
      padding: 1.25rem 0; }
      .page-footer .footer-menu .right-column .menu-block {
        float: left;
        width: 100%;
        text-align: center; }
        .page-footer .footer-menu .right-column .menu-block a {
          color: #919191;
          font-size: 0.8125rem;
          letter-spacing: 0.03125rem; }
          .page-footer .footer-menu .right-column .menu-block a:hover {
            color: #18b4bd; }
        .page-footer .footer-menu .right-column .menu-block .menu-title {
          margin: 0.3125rem 0;
          color: #18b4bd;
          font-size: 1rem; }
          .page-footer .footer-menu .right-column .menu-block .menu-title a {
            color: #18b4bd;
            font-size: 1rem; }
            .page-footer .footer-menu .right-column .menu-block .menu-title a:hover {
              color: #b3c43f; }
          .page-footer .footer-menu .right-column .menu-block .menu-title.no-link {
            display: none; }
        .page-footer .footer-menu .right-column .menu-block ul {
          display: none;
          margin: 0;
          padding: 0 0 0.9375rem;
          list-style-type: none;
          line-height: 1.25rem; }
          .page-footer .footer-menu .right-column .menu-block ul li {
            margin: 0; }
  .page-footer .address-with-copyright {
    width: auto;
    margin: 0 auto;
    text-align: center; }
    .page-footer .address-with-copyright .footer-copy-block {
      position: relative;
      width: 520px;
      max-width: 100%;
      margin: 0 auto; }
      .page-footer .address-with-copyright .footer-copy-block .siteseal {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%; }
    .page-footer .address-with-copyright .canada-link a {
      color: #18b4bd; }
      .page-footer .address-with-copyright .canada-link a:hover {
        color: #f18c11; }
    .page-footer .address-with-copyright .store-address {
      width: auto;
      padding: 0.625rem 0 0;
      color: #acacac;
      font-size: 0.9375rem;
      text-align: center; }
      .page-footer .address-with-copyright .store-address p {
        margin: 0; }
    .page-footer .address-with-copyright .copyright {
      color: #acacac;
      font-size: 0.75rem; }

/*   Main Navigation
	--------------------------------------------------------------------------  */
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .main-menu > li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    white-space: nowrap; }
    .main-menu > li > a {
      display: block;
      padding: 0 5%;
      color: #fff;
      font-size: 1.5rem;
      line-height: 2.5rem;
      text-decoration: none; }
    .main-menu > li:hover > a {
      background: #f18c11; }
    .main-menu > li:hover .search-open {
      background: #f18c11; }
    .main-menu > li.naavy-parent.active a {
      background: #f18c11; }
    .main-menu > li.naavy-parent .naavy-sub-toggle {
      position: absolute;
      top: 0;
      right: 5%;
      bottom: 0;
      width: auto;
      height: 40px;
      color: #fff;
      line-height: 2.5rem;
      text-align: center;
      cursor: pointer; }
      .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon {
        display: block;
        font-size: 1.375rem;
        line-height: 2.5rem;
        transition: all 100ms linear; }
      .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon-arrow::after {
        padding: 0 0.3125rem;
        font-family: 'yogibo';
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        content: '\e600';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon-arrow::before {
        position: relative;
        top: 0; }
    .main-menu > li.search-menu {
      display: none; }
    .main-menu > li .sub-menu {
      position: relative;
      top: 100%;
      left: 0;
      display: none;
      margin: 0;
      padding: 0 0 0.625rem;
      background: #f18c11;
      list-style-type: none; }
      .main-menu > li .sub-menu li {
        display: block;
        margin: 0; }
        .main-menu > li .sub-menu li:hover a {
          color: #195736; }
        .main-menu > li .sub-menu li a {
          display: inline-block;
          width: 100%;
          padding: 0.375rem 5%;
          padding-right: 2.625rem;
          background: #f18c11;
          color: #fff;
          font-size: 1.125rem;
          line-height: 1rem;
          transition: all 100ms linear; }
    .main-menu > li .search-open {
      display: block;
      height: 70px;
      padding: 0 0.9375rem;
      color: #fff;
      font-size: 1.5em;
      line-height: 4.375rem;
      cursor: pointer; }

.mega-menu {
  position: absolute;
  z-index: 9999;
  top: 110px;
  left: 0;
  display: none;
  width: 100%;
  background: #f18c11; }
  .mega-menu ul {
    padding: 0; }
    .mega-menu ul li.level-top {
      float: left;
      width: 48%;
      min-height: 230px;
      margin: 0 2% 0 0;
      padding: 0;
      border: none; }
      .mega-menu ul li.level-top:last-child {
        border: none; }
      .mega-menu ul li.level-top.nav-6 {
        min-height: inherit; }
      .mega-menu ul li.level-top.nav-7,.mega-menu ul li.level-top.nav-8,.mega-menu ul li.level-top.nav-9,.mega-menu ul li.level-top.nav-10 {
        min-height: inherit; }
      .mega-menu ul li.level-top.active .level-top {
        border: none;
        color: #fff; }
      .mega-menu ul li.level-top.has-active .level-top {
        border: none; }
      .mega-menu ul li.level-top .level-top {
        display: inline-block;
        width: 100%;
        padding: 0 0 0.3125rem;
        color: #a25b03;
        font-size: 1.25rem;
        font-weight: 300;
        letter-spacing: 0.0125rem;
        line-height: 1.25rem;
        white-space: pre-line;
        text-transform: none; }
        .mega-menu ul li.level-top .level-top:hover {
          color: #195736; }
        .mega-menu ul li.level-top .level-top::after {
          display: none; }
        .mega-menu ul li.level-top .level-top:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin: 0; }
      .mega-menu ul li.level-top .submenu {
        position: relative;
        display: block;
        min-width: 100%;
        border: none;
        box-shadow: none;
        background: none;
        font-size: 1rem; }
        .mega-menu ul li.level-top .submenu:not(:first-child) .level1.active > a {
          padding: 0; }
        .mega-menu ul li.level-top .submenu li {
          margin: 0;
          padding: 0; }
          .mega-menu ul li.level-top .submenu li.active a {
            padding: 0;
            border: none; }
          .mega-menu ul li.level-top .submenu li a {
            padding: 0;
            color: #fff;
            font-size: 1.0625rem;
            font-weight: normal;
            line-height: 1.5rem;
            white-space: pre-line; }
            .mega-menu ul li.level-top .submenu li a:hover {
              background: none;
              color: #195736; }
  .mega-menu .discount {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #18b4bd;
    color: #fff;
    font-size: 1.188em;
    line-height: 4.6875rem;
    text-align: center; }
    .mega-menu .discount span {
      padding-right: 0.625rem;
      font-family: "Fredoka One", cursive;
      font-size: 1.375em; }

/*   Utility Navigation
	--------------------------------------------------------------------------  */
.utility-menu {
  position: relative;
  z-index: 99;
  float: right;
  margin: 0;
  padding-top: 0.75rem;
  list-style: none; }
  .utility-menu li {
    float: left;
    margin: 0;
    margin-left: 1.5625rem;
    color: #ff9a1f; }
    .utility-menu li a {
      color: #ff9a1f;
      font-size: 1.0625rem; }
      .utility-menu li a:hover {
        color: #18b4bd; }

/*   Footer Navigation
    --------------------------------------------------------------------------  */
.footer-cta-wrapper .home-blog-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.footer-cta-wrapper .footer-cta-block {
  position: relative;
  width: 100%;
  padding: 1.25rem; }
  .footer-cta-wrapper .footer-cta-block .title {
    margin-bottom: 1.875rem;
    padding: 1.25rem 0 1.25rem 6.25rem;
    font-size: 2.1875rem;
    font-weight: 300; }
  .footer-cta-wrapper .footer-cta-block h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #fff;
    font-size: 1.6875rem;
    font-weight: 300;
    line-height: 1.875rem; }
  .footer-cta-wrapper .footer-cta-block p {
    margin: 0;
    padding-bottom: 1.5625rem;
    color: #fff;
    font-size: 1rem; }
  .footer-cta-wrapper .footer-cta-block a {
    color: #fff; }
  .footer-cta-wrapper .footer-cta-block .actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer-cta-wrapper .footer-cta-block .actions a.view-more {
      font-family: "Fredoka One", cursive;
      font-size: 1.125rem; }
    .footer-cta-wrapper .footer-cta-block .actions a.see-all {
      font-size: 1rem; }
  .footer-cta-wrapper .footer-cta-block.home-events {
    background: #18b4bd; }
    .footer-cta-wrapper .footer-cta-block.home-events .title {
      background: url("../images/event-icon.png") no-repeat left center;
      color: #017f86; }
    .footer-cta-wrapper .footer-cta-block.home-events a:hover {
      color: #017f86; }
  .footer-cta-wrapper .footer-cta-block.home-blog {
    background: #e65d02; }
    .footer-cta-wrapper .footer-cta-block.home-blog .title {
      background: url("../images/blog-icon.png") no-repeat 10px center;
      color: #ad4602; }
    .footer-cta-wrapper .footer-cta-block.home-blog a:hover {
      color: #ad4602; }
  .footer-cta-wrapper .footer-cta-block.home-checkit {
    margin: 0;
    padding: 1.25rem 1.25rem 9.375rem;
    background: url("../images/checkit-img.png") no-repeat center bottom #ff9a1f;
    text-align: center; }
    .footer-cta-wrapper .footer-cta-block.home-checkit h1 {
      padding-top: 0.625rem;
      padding-bottom: 1.875rem;
      font-size: 1.75rem; }
    .footer-cta-wrapper .footer-cta-block.home-checkit a {
      color: #fff;
      font-family: "Fredoka One", cursive;
      font-size: 1.625rem; }
      .footer-cta-wrapper .footer-cta-block.home-checkit a:hover {
        color: #ea860c; }

.footer-cta-wrapper .find-store {
  width: 100%; }
  .footer-cta-wrapper .find-store .find {
    float: left;
    width: 100%;
    height: 70px;
    background: #b3c43f;
    color: #fff;
    font-family: "Fredoka One", cursive;
    font-size: 1.625rem;
    line-height: 4.375rem;
    text-align: center; }
    .footer-cta-wrapper .find-store .find:hover {
      background: #9cad29; }
    .footer-cta-wrapper .find-store .find span {
      position: relative;
      top: 5px;
      padding-right: 0.625rem;
      font-size: 2.25rem; }

/*  ==========================================================================
     LAYOUTS
     Self-contained layouts and elements
    ==========================================================================  */
/*  ==========================================================================
     TEMPLATES
     Full custom templates
    ==========================================================================  */
.fieldset > .field {
  margin: 0 0 0.9375rem; }

.fieldset > .field:not(.choice) > .label {
  width: 100%;
  padding: 0;
  text-align: left; }

.fieldset > .field > .label,.fieldset > .fields > .field > .label {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

input[type='datetime'],input[type='email'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'] {
  width: 100%;
  height: auto;
  padding: 0.625rem;
  outline: none;
  border: 1px solid #ccc;
  font-family: "Questrial", sans-serif;
  line-height: normal; }

input:not([disabled]):focus,select:not([disabled]):focus,textarea:not([disabled]):focus {
  border: 1px solid #ff9a1f;
  box-shadow: none;
  background-color: rgba(255, 154, 31, 0.1); }

._keyfocus :focus,:focus {
  outline: 0;
  box-shadow: none; }

[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring,button:-moz-focusring {
  outline: 0; }

input.mage-error,select.mage-error,textarea.mage-error {
  border: 1px solid #e02b27;
  box-shadow: none;
  background-color: rgba(224, 43, 39, 0.1); }

select {
  position: relative;
  height: 37px;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
  outline: none;
  border: 1px solid #ccc;
  background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select:focus {
    outline: none;
    box-shadow: none; }

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

div.mage-error[generated] {
  font-size: 0.8125rem; }

table tfoot,table thead {
  background: #f5f5f5; }

.table:not(.cart):not(.totals) > thead > tr > td,.table:not(.cart):not(.totals) > thead > tr > th {
  vertical-align: middle;
  color: #afafaf;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

#confirmBox {
  border-radius: 5px;
  box-shadow: none; }
  #confirmBox > .cross {
    top: 15px;
    right: 20px;
    font-size: 1.875rem; }
  #confirmBox.am-center {
    width: 800px;
    max-width: 100%; }
  #confirmBox #messageBox {
    width: 100%;
    padding: 0 10%; }
    #confirmBox #messageBox p {
      padding: 1.875rem 0 0;
      border: none;
      background: url("../images/icon-tick.png") no-repeat top center;
      color: #666;
      font-size: 1.375rem;
      text-align: center; }
    #confirmBox #messageBox .product-info-main .added-item {
      margin: 0;
      padding: 0;
      border: none;
      color: #666;
      font-size: 1.375rem;
      font-weight: 400;
      text-align: center; }
    #confirmBox #messageBox .product-info-main .product-add-form {
      margin: 0; }
      #confirmBox #messageBox .product-info-main .product-add-form .swatch-attribute-label {
        color: #898989;
        font-size: 1.0625rem;
        font-weight: 400;
        letter-spacing: 0.0625rem;
        text-transform: uppercase; }
      #confirmBox #messageBox .product-info-main .product-add-form .swatch-attribute-selected-option {
        font-style: italic; }
      #confirmBox #messageBox .product-info-main .product-add-form .swatch-attribute-options {
        height: 50px;
        margin: 0.3125rem 0 0; }
      #confirmBox #messageBox .product-info-main .product-add-form .swatch-option {
        width: 37px;
        height: 37px;
        outline: none;
        border: 1px solid #ccc;
        background-size: cover !important; }
        #confirmBox #messageBox .product-info-main .product-add-form .swatch-option.selected {
          outline: none;
          border: 1px solid #f18c11; }
      #confirmBox #messageBox .product-info-main .product-add-form .mage-error[generated] {
        text-align: center; }
  #confirmBox #confirmButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto 1.25rem;
    padding: 0.625rem 0; }
    #confirmBox #confirmButtons button.am-btn-left {
      height: auto;
      margin: 0 1.25rem;
      box-shadow: none;
      line-height: normal; }
    #confirmBox #confirmButtons button.am-btn-right {
      width: auto;
      height: auto;
      margin: 0 1.25rem;
      padding: 0 1.25rem;
      border: none;
      box-shadow: none;
      background: none;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.25rem;
      line-height: 3.125rem; }
      #confirmBox #confirmButtons button.am-btn-right:hover {
        color: #05959d; }
  #confirmBox .product-add-form .product-options-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 2.5rem; }
    #confirmBox .product-add-form .product-options-top .box-qty {
      width: 70px;
      margin-right: 1.25rem; }
    #confirmBox .product-add-form .product-options-top select {
      height: 38px; }
    #confirmBox .product-add-form .product-options-top .fieldset > .field:not(.choice) {
      margin: 0; }
      #confirmBox .product-add-form .product-options-top .fieldset > .field:not(.choice) > .label {
        height: 26px;
        margin: 0; }
  #confirmBox .product-add-form .product-options-bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #confirmBox .product-add-form .product-options-bottom .box-tocart {
    display: block; }
  #confirmBox .product-add-form .product-options-bottom .authorize-block {
    width: 100px; }
  #confirmBox .am-related-box {
    width: 100%;
    margin: 0;
    padding: 0.9375rem 1.5625rem 1.875rem;
    background: #eaeaea; }
    #confirmBox .am-related-box .block.related {
      width: 100%; }
    #confirmBox .am-related-box .block-title.title {
      margin: 0;
      padding: 0.625rem 0 1.875rem;
      font-size: 1rem;
      text-align: center; }
      #confirmBox .am-related-box .block-title.title strong {
        margin: 0;
        color: #666;
        font-size: 1.25rem;
        font-weight: normal; }
    #confirmBox .am-related-box .block-actions {
      padding-bottom: 1.875rem; }
    #confirmBox .am-related-box .products {
      margin: 0; }
      #confirmBox .am-related-box .products .product-item {
        width: 100%;
        margin: 0 0 1.875rem; }
        #confirmBox .am-related-box .products .product-item:last-child {
          margin: 0; }
        #confirmBox .am-related-box .products .product-item .product-item-info {
          width: 100%; }
        #confirmBox .am-related-box .products .product-item .product-item-photo {
          display: inline-block;
          width: 100%;
          text-align: center; }
          #confirmBox .am-related-box .products .product-item .product-item-photo img {
            position: relative !important;
            margin: 0; }
          #confirmBox .am-related-box .products .product-item .product-item-photo .product-image-container {
            width: 100%; }
        #confirmBox .am-related-box .products .product-item .product-item-name {
          margin: 0;
          font-size: 1.375rem;
          text-align: left; }
          #confirmBox .am-related-box .products .product-item .product-item-name a {
            color: #666; }
            #confirmBox .am-related-box .products .product-item .product-item-name a:hover {
              color: #f18c11;
              text-decoration: none; }
        #confirmBox .am-related-box .products .product-item .product-item-description {
          display: none; }
        #confirmBox .am-related-box .products .product-item .product-reviews-summary {
          float: right;
          margin: 0.4375rem 0 0; }
          #confirmBox .am-related-box .products .product-item .product-reviews-summary .rating-summary .rating-result {
            width: 80px; }
            #confirmBox .am-related-box .products .product-item .product-reviews-summary .rating-summary .rating-result::before {
              height: 23px;
              color: #dedddc;
              font-size: 1.4375rem;
              letter-spacing: -0.5rem; }
            #confirmBox .am-related-box .products .product-item .product-reviews-summary .rating-summary .rating-result > span::before {
              height: 23px;
              color: #f0c808;
              font-size: 1.4375rem;
              letter-spacing: -0.5rem; }
          #confirmBox .am-related-box .products .product-item .product-reviews-summary .reviews-actions {
            display: none; }
        #confirmBox .am-related-box .products .product-item .price-box {
          float: left;
          margin: 0.625rem 0 0; }
          #confirmBox .am-related-box .products .product-item .price-box .price-label {
            display: none !important; }
          #confirmBox .am-related-box .products .product-item .price-box .price {
            color: #ababab;
            font-size: 1.25rem;
            font-weight: 300; }
        #confirmBox .am-related-box .products .product-item .product-item-actions {
          display: block;
          float: right;
          width: auto;
          margin: 0.4375rem 0 0; }
          #confirmBox .am-related-box .products .product-item .product-item-actions .actions-primary {
            margin: 0; }
          #confirmBox .am-related-box .products .product-item .product-item-actions .action.primary {
            padding: 0.3125rem 1rem;
            box-shadow: none;
            font-size: 0.875rem;
            letter-spacing: 0;
            line-height: 1.5rem; }

body #confirmOverlay {
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7); }

body #amprogress {
  background: rgba(255, 255, 255, 0.7); }

.cms-noroute-index .page-title-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .cms-noroute-index .page-title-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .cms-noroute-index .page-title-wrapper .page-title {
    width: 100%;
    margin: 0;
    padding: 1.25rem 0;
    color: #18b4bd;
    font-family: "Fredoka One", cursive;
    font-weight: 400;
    text-align: center; }

.cms-noroute-index .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%;
  text-align: center; }
  .cms-noroute-index .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .cms-noroute-index .columns dt {
    margin: 0 0 0.625rem;
    color: #18b4bd;
    font-family: "Fredoka One", cursive;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center; }
  .cms-noroute-index .columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .cms-noroute-index .columns .button {
    margin: 0 0.625rem; }

.message.error {
  margin-bottom: 1rem;
  padding: 1.5625rem;
  border-color: #bb1724;
  background-color: #d91b2a;
  color: #fff;
  font-size: 1rem; }
  .message.error > :first-child::before {
    display: none; }

.message.info,.message.warning {
  margin-bottom: 1rem;
  padding: 1.5625rem;
  border-color: #edb00d;
  background-color: #ffca3b;
  color: #fff;
  font-size: 1rem; }
  .message.info > :first-child::before,.message.warning > :first-child::before {
    display: none; }

.message.success {
  margin-bottom: 1rem;
  padding: 1.5625rem;
  border-color: #a2b202;
  background-color: #bccf02;
  color: #fff;
  font-size: 1rem; }
  .message.success > :first-child::before {
    display: none; }

.interior-banner {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .interior-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 180, 189, 0.7);
    text-align: center; }
    .interior-banner .banner-overlay .container {
      height: 100%; }
    .interior-banner .banner-overlay .content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      padding: 0 5%; }
    .interior-banner .banner-overlay .title {
      margin: 0;
      padding-bottom: 0.9375rem;
      color: #fff;
      font-family: "Fredoka One", cursive;
      font-size: 2.5rem;
      text-transform: lowercase; }

.catalogsearch-result-index .breadcrumbs {
  display: none; }

.catalogsearch-result-index .page-title-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .catalogsearch-result-index .page-title-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .catalogsearch-result-index .page-title-wrapper .page-title {
    width: 100%;
    margin: 0;
    padding: 1.25rem 0;
    color: #18b4bd;
    font-family: "Fredoka One", cursive;
    font-weight: 400;
    text-align: center; }

.catalogsearch-result-index .block.filter .filter-title {
  margin: 0 0 1rem;
  padding: 0;
  color: #9b9b9b;
  font-family: "Fredoka One", cursive;
  font-size: 1.4375rem;
  text-transform: lowercase; }
  .catalogsearch-result-index .block.filter .filter-title strong {
    font-size: 1.4375rem; }

.catalogsearch-result-index .block.filter .filter-content {
  padding: 0; }
  .catalogsearch-result-index .block.filter .filter-content .filter-subtitle {
    margin: 0 0 1rem;
    padding: 0;
    color: #9b9b9b;
    font-family: "Fredoka One", cursive;
    font-size: 1.4375rem;
    text-transform: lowercase; }
    .catalogsearch-result-index .block.filter .filter-content .filter-subtitle strong {
      font-size: 1.4375rem; }
  .catalogsearch-result-index .block.filter .filter-content .filter-options-title {
    padding: 0;
    color: #9b9b9b;
    font-family: "Fredoka One", cursive;
    font-size: 1.4375rem;
    font-weight: 400;
    text-transform: lowercase; }

.catalog-category-view .category-details,.catalogsearch-result-index .category-details {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .catalog-category-view .category-details .category-content-overlay,.catalogsearch-result-index .category-details .category-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 180, 189, 0.7);
    text-align: center; }
    .catalog-category-view .category-details .category-content-overlay .container,.catalogsearch-result-index .category-details .category-content-overlay .container {
      height: 100%; }
    .catalog-category-view .category-details .category-content-overlay .category-content,.catalogsearch-result-index .category-details .category-content-overlay .category-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%; }
    .catalog-category-view .category-details .category-content-overlay .page-title,.catalogsearch-result-index .category-details .category-content-overlay .page-title {
      margin: 0;
      padding-bottom: 0.9375rem;
      color: #fff;
      font-family: "Fredoka One", cursive;
      font-size: 2.5rem;
      text-transform: lowercase; }
    .catalog-category-view .category-details .category-content-overlay .category-description,.catalogsearch-result-index .category-details .category-content-overlay .category-description {
      padding: 0;
      color: #fff;
      font-size: 1rem;
      line-height: 1.25rem; }

.catalog-category-view .columns,.catalogsearch-result-index .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px; }
  .catalog-category-view .columns:after,.catalogsearch-result-index .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .catalog-category-view .columns .sidebar-main,.catalogsearch-result-index .columns .sidebar-main {
    width: 100%;
    padding: 0 0.9375rem;
    text-align: center; }
    .catalog-category-view .columns .sidebar-main .category-list,.catalog-category-view .columns .sidebar-main .filter-options-content .items,.catalogsearch-result-index .columns .sidebar-main .category-list,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items {
      float: left;
      width: 100%;
      margin-bottom: 1.25rem;
      padding: 0; }
      .catalog-category-view .columns .sidebar-main .category-list .item,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item,.catalogsearch-result-index .columns .sidebar-main .category-list .item,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item {
        float: left;
        width: 100%;
        margin: 0.125rem 0;
        list-style-type: none; }
        .catalog-category-view .columns .sidebar-main .category-list .item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item a,.catalogsearch-result-index .columns .sidebar-main .category-list .item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item a {
          float: left;
          width: 100%;
          padding: 0.1875rem 1.25rem;
          border-radius: 25px;
          color: #9b9b9b;
          font-size: 1.125rem;
          line-height: 1.5rem; }
          .catalog-category-view .columns .sidebar-main .category-list .item a:hover,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item a:hover,.catalogsearch-result-index .columns .sidebar-main .category-list .item a:hover,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item a:hover {
            background: #18b4bd;
            color: #fff; }
      .catalog-category-view .columns .sidebar-main .category-list .category-item,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item {
        float: left;
        width: 100%;
        margin: 0.125rem 0;
        list-style-type: none; }
        .catalog-category-view .columns .sidebar-main .category-list .category-item > a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item > a,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item > a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item > a {
          color: #9b9b9b;
          font-family: "Fredoka One", cursive;
          font-size: 1.4375rem;
          text-transform: lowercase; }
        .catalog-category-view .columns .sidebar-main .category-list .category-item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a {
          float: left;
          width: 100%;
          padding: 0.1875rem 1.25rem;
          border-radius: 25px;
          color: #9b9b9b;
          line-height: 1.5rem; }
          .catalog-category-view .columns .sidebar-main .category-list .category-item a.active-category,.catalog-category-view .columns .sidebar-main .category-list .category-item a:hover,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a.active-category,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a:hover,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a.active-category,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a:hover,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a.active-category,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a:hover {
            background: #18b4bd;
            color: #fff; }
        .catalog-category-view .columns .sidebar-main .category-list .category-item .child-category-list,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item .child-category-list,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item .child-category-list,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item .child-category-list {
          float: left;
          width: 100%;
          margin: 0 0 1.25rem;
          padding: 0;
          font-size: 1.125rem; }
          .catalog-category-view .columns .sidebar-main .category-list .category-item .child-category-list .child-category-item,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item .child-category-list .child-category-item,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item .child-category-list .child-category-item,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item .child-category-list .child-category-item {
            float: left;
            width: 100%;
            margin: 0.125rem 0;
            list-style-type: none; }
  .catalog-category-view .columns .sidebar-additional,.catalogsearch-result-index .columns .sidebar-additional {
    width: 100%;
    padding: 0 0.9375rem;
    text-align: center; }
    .catalog-category-view .columns .sidebar-additional .block-static-block,.catalogsearch-result-index .columns .sidebar-additional .block-static-block {
      width: 100%;
      margin: 0; }
      .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo {
        float: left;
        width: 100%;
        margin: 1.25rem 0 0;
        padding: 0; }
        .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 {
          float: left;
          width: 100%;
          margin-bottom: 1.875rem; }
          .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text1,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text1 {
            color: #f4b02c;
            font-family: "Fredoka One", cursive;
            font-size: 1.875rem; }
          .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text2,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text2 {
            color: #18b4bd;
            font-size: 1.5rem; }
          .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .normal-text,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .normal-text {
            display: block;
            padding-bottom: 0.625rem;
            color: #9b9b9b;
            font-size: 1rem; }
          .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a {
            color: #18b4bd; }
            .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a:hover,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a:hover {
              color: #f18c11; }
  .catalog-category-view .columns .column.main,.catalogsearch-result-index .columns .column.main {
    width: 100%;
    padding: 0 0.9375rem; }
    .catalog-category-view .columns .column.main .list-short-description,.catalogsearch-result-index .columns .column.main .list-short-description {
      width: 100%;
      max-width: 80%;
      margin: 0 auto 2.5rem;
      text-align: center; }
      .catalog-category-view .columns .column.main .list-short-description .title,.catalogsearch-result-index .columns .column.main .list-short-description .title {
        margin: 0;
        padding-bottom: 0.625rem;
        color: #18b4bd;
        font-family: "Fredoka One", cursive;
        font-size: 1.5rem; }
      .catalog-category-view .columns .column.main .list-short-description .sub-title,.catalogsearch-result-index .columns .column.main .list-short-description .sub-title {
        color: #666;
        font-size: 1.125rem; }
      .catalog-category-view .columns .column.main .list-short-description a,.catalogsearch-result-index .columns .column.main .list-short-description a {
        color: #666;
        text-decoration: underline; }
        .catalog-category-view .columns .column.main .list-short-description a:hover,.catalogsearch-result-index .columns .column.main .list-short-description a:hover {
          color: #18b4bd; }
    .catalog-category-view .columns .column.main .products ~ .toolbar .limiter,.catalogsearch-result-index .columns .column.main .products ~ .toolbar .limiter {
      display: none; }
    .catalog-category-view .columns .column.main .toolbar,.catalogsearch-result-index .columns .column.main .toolbar {
      margin: 0.625rem 0 2.1875rem;
      padding: 0; }
      .catalog-category-view .columns .column.main .toolbar .toolbar-amount,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-amount {
        display: none; }
      .catalog-category-view .columns .column.main .toolbar .pages,.catalogsearch-result-index .columns .column.main .toolbar .pages {
        width: 100%; }
        .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item {
          width: 30px;
          height: 30px;
          margin: 0;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.875rem; }
          .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item a,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item a {
            color: #18b4bd; }
            .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item a:hover,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item a:hover {
              color: #f18c11; }
          .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.current .page,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.current .page {
            color: #666;
            font-size: 1rem;
            font-weight: 400; }
          .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action,.catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action {
            width: 30px;
            margin: 0;
            border: none;
            color: #18b4bd; }
            .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action:hover::before,.catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action:hover::before,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action:hover::before,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action:hover::before {
              color: #f18c11; }
            .catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action::before,.catalog-category-view .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action::before,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-next .action::before,.catalogsearch-result-index .columns .column.main .toolbar .pages .pages-items .item.pages-item-previous .action::before {
              color: #18b4bd; }
      .catalog-category-view .columns .column.main .toolbar .limiter,.catalogsearch-result-index .columns .column.main .toolbar .limiter {
        display: block; }
        .catalog-category-view .columns .column.main .toolbar .limiter .label,.catalogsearch-result-index .columns .column.main .toolbar .limiter .label {
          display: inline-block;
          float: left;
          height: 37px;
          padding: 0 0.9375rem;
          border: 1px solid #ccc;
          border-right: 0;
          font-size: 0.9375rem;
          line-height: 2.3125rem;
          text-transform: uppercase; }
        .catalog-category-view .columns .column.main .toolbar .limiter .limiter-options,.catalogsearch-result-index .columns .column.main .toolbar .limiter .limiter-options {
          position: relative;
          float: left;
          height: 37px;
          margin: 0;
          padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
          outline: none;
          border: 1px solid #ccc;
          background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
          -webkit-appearance: none;
          -moz-appearance: none; }
          .catalog-category-view .columns .column.main .toolbar .limiter .limiter-options:focus,.catalogsearch-result-index .columns .column.main .toolbar .limiter .limiter-options:focus {
            outline: none;
            box-shadow: none; }
        .catalog-category-view .columns .column.main .toolbar .limiter .limiter-text,.catalogsearch-result-index .columns .column.main .toolbar .limiter .limiter-text {
          display: none; }
      .catalog-category-view .columns .column.main .toolbar .toolbar-sorter,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter {
        padding: 0; }
        .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-label,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-label {
          display: inline-block;
          float: left;
          height: 37px;
          padding: 0 0.9375rem;
          border: 1px solid #ccc;
          border-right: 0;
          font-size: 0.9375rem;
          line-height: 2.3125rem;
          text-transform: uppercase; }
        .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-options,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-options {
          position: relative;
          float: left;
          height: 37px;
          margin: 0;
          padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
          outline: none;
          border: 1px solid #ccc;
          background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
          -webkit-appearance: none;
          -moz-appearance: none; }
          .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-options:focus,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-options:focus {
            outline: none;
            box-shadow: none; }
        .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-action,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-action {
          width: 36px;
          height: 37px;
          margin: 0 0.625rem;
          background: #f4b02c; }
          .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-action::before,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-action::before {
            color: #fff; }
    .catalog-category-view .columns .column.main .products,.catalogsearch-result-index .columns .column.main .products {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin: 0; }
      .catalog-category-view .columns .column.main .products .item,.catalogsearch-result-index .columns .column.main .products .item {
        width: 100%;
        margin: 0 0 1.875rem;
        padding: 0; }
        .catalog-category-view .columns .column.main .products .item .product-item-info,.catalogsearch-result-index .columns .column.main .products .item .product-item-info {
          width: 100%; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-photo,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-photo {
            display: inline-block;
            width: 100%;
            text-align: center; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-photo img,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-photo img {
              position: relative !important; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-photo .product-image-container,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-photo .product-image-container {
              width: 100%; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-name,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-name {
            margin: 0;
            font-size: 1.625rem;
            text-align: left; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-name a,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-name a {
              color: #666; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-name a:hover,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-name a:hover {
                color: #f18c11;
                text-decoration: none; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-description,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-description {
            margin: 0 0 0.625rem;
            font-size: 1rem;
            text-align: left; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .product-reviews-summary,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-reviews-summary {
            float: right;
            margin: 0; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result {
              width: 80px; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result::before,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result::before {
                height: 23px;
                color: #dedddc;
                font-size: 1.4375rem;
                letter-spacing: -0.5rem; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result > span::before,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-reviews-summary .rating-summary .rating-result > span::before {
                height: 23px;
                color: #f0c808;
                font-size: 1.4375rem;
                letter-spacing: -0.5rem; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .product-reviews-summary .reviews-actions,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-reviews-summary .reviews-actions {
              display: none; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .price-box .price-label,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .price-box .price-label {
            display: none !important; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .price-box .price,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .price-box .price {
            color: #ababab;
            font-size: 1.5625rem;
            font-weight: 300; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .swatch-option,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-option {
            height: 30px;
            margin: 0 0.1875rem 0.1875rem 0;
            padding: 0;
            outline: none;
            border: 1px solid #ddd;
            background-size: cover !important; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .swatch-option.selected,.catalog-category-view .columns .column.main .products .item .product-item-info .swatch-option:hover,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-option.selected,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-option:hover {
              border: 1px solid #F90; }
          .catalog-category-view .columns .column.main .products .item .product-item-info .swatch-more,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-more {
            position: relative;
            width: 26px;
            height: 26px;
            padding: 0.125rem;
            overflow: hidden;
            border-radius: 25px;
            background: #ccc;
            font-size: 0;
            cursor: pointer; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .swatch-more::before,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-more::before {
              position: absolute;
              top: 5px;
              left: 6px;
              color: #fff;
              font-family: 'yogibo';
              font-size: 0.9375rem;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none;
              content: '\e609';
              -moz-osx-font-smoothing: grayscale; }
            .catalog-category-view .columns .column.main .products .item .product-item-info .swatch-more:hover,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .swatch-more:hover {
              background: #f18c11; }
        .catalog-category-view .columns .column.main .products .item .product-item-actions,.catalogsearch-result-index .columns .column.main .products .item .product-item-actions {
          display: block;
          margin: 0.625rem 0; }
          .catalog-category-view .columns .column.main .products .item .product-item-actions .actions-secondary,.catalogsearch-result-index .columns .column.main .products .item .product-item-actions .actions-secondary {
            display: none; }
        .catalog-category-view .columns .column.main .products .item .action.primary,.catalogsearch-result-index .columns .column.main .products .item .action.primary {
          width: 140px; }

.catalog-category-view .swatch-option-tooltip,.catalog-category-view .swatch-option-tooltip-layered,.catalogsearch-result-index .swatch-option-tooltip,.catalogsearch-result-index .swatch-option-tooltip-layered {
  max-width: 100px;
  padding: 0.125rem; }
  .catalog-category-view .swatch-option-tooltip-layered .title,.catalog-category-view .swatch-option-tooltip .title,.catalogsearch-result-index .swatch-option-tooltip-layered .title,.catalogsearch-result-index .swatch-option-tooltip .title {
    height: 26px;
    line-height: 1.625rem; }
  .catalog-category-view .swatch-option-tooltip-layered .image,.catalog-category-view .swatch-option-tooltip .image,.catalogsearch-result-index .swatch-option-tooltip-layered .image,.catalogsearch-result-index .swatch-option-tooltip .image {
    width: 90px;
    height: 90px;
    background-size: cover !important; }

.catalog-category-view .modals-wrapper .modal-popup-blispay,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay {
  z-index: 10000; }
  .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-inner-wrap {
    position: relative;
    width: auto;
    max-width: 500px;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: none;
    background: #fff; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close {
      padding: 0.625rem; }
      .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close::before,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close::before {
        color: #666;
        font-family: 'yogibo';
        font-size: 1.25rem;
        content: '\e614'; }
  .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-header,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-header {
    padding: 0; }
  .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content {
    padding: 0;
    overflow-y: visible;
    text-align: center; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content p,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content p {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-size: 1.125rem;
      text-align: center; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .popup-title,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .popup-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.875rem;
      font-weight: 400;
      text-align: center; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .popup-sub-title,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .popup-sub-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-family: "Fredoka One", cursive;
      font-size: 1.25rem;
      font-weight: 400;
      text-align: center; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .green-button {
      margin: 0.625rem 0 0;
      padding: 0.625rem 2.5rem;
      font-size: 1rem; }
      .catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .green-button:hover,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .green-button:hover {
        color: #f18c11; }

.catalog-category-view .modals-wrapper .modals-overlay,.catalogsearch-result-index .modals-wrapper .modals-overlay {
  z-index: 9999;
  background: rgba(24, 180, 189, 0.5); }

.catalog-product-view .page-main {
  padding-top: 1.875rem; }

.catalog-product-view .breadcrumbs .items {
  padding: 0 5% 1.25rem; }
  .catalog-product-view .breadcrumbs .items .item {
    color: #f4b02c;
    font-size: 1rem; }
    .catalog-product-view .breadcrumbs .items .item:first-child::before {
      display: none; }
    .catalog-product-view .breadcrumbs .items .item::before {
      position: relative;
      top: -2px;
      margin: 0 0.3125rem;
      color: #aaa;
      content: '|'; }
    .catalog-product-view .breadcrumbs .items .item::after {
      display: none; }
  .catalog-product-view .breadcrumbs .items a {
    color: #9b9b9b;
    font-size: 1rem;
    text-transform: none; }
    .catalog-product-view .breadcrumbs .items a:hover {
      color: #f4b02c;
      text-decoration: none; }

.catalog-product-view .product-info-media-wrapper .container {
  padding: 0 5%; }

.catalog-product-view .product-info-media-wrapper .product.media {
  width: 100%; }
  .catalog-product-view .product-info-media-wrapper .product.media .fotorama__caption {
    display: none; }
  .catalog-product-view .product-info-media-wrapper .product.media .fotorama__dot {
    width: 10px;
    height: 10px;
    cursor: pointer; }
  .catalog-product-view .product-info-media-wrapper .product.media .fotorama__active .fotorama__dot {
    border-color: #18b4bd;
    background-color: #18b4bd; }
  .catalog-product-view .product-info-media-wrapper .product.media .fotorama__stage {
    margin-bottom: 1.875rem; }
  .catalog-product-view .product-info-media-wrapper .product.media .video-thumb-icon:hover::after {
    background-position: center bottom; }
  .catalog-product-view .product-info-media-wrapper .product.media .video-thumb-icon::after {
    width: 33px;
    height: 33px;
    background-image: url("../images/video_play.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 33px 66px; }

.catalog-product-view .product-info-media-wrapper .product-info-main {
  width: 100%; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .page-title {
    color: #666;
    font-size: 1.5625rem;
    text-align: left; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary {
    margin: 0; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .rating-summary .rating-result {
      width: 80px; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .rating-summary .rating-result::before {
        height: 30px;
        color: #dedddc;
        font-size: 1.4375rem;
        letter-spacing: -0.5rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .rating-summary .rating-result > span::before {
        height: 30px;
        color: #f0c808;
        font-size: 1.4375rem;
        letter-spacing: -0.5rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .reviews-actions .action {
      margin: 0 0.625rem 0 0;
      color: #ababab;
      font-size: 0.8125rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .reviews-actions .action:nth-child(2) {
        margin: 0;
        padding-left: 0.625rem;
        border-left: 1px solid #ababab; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .reviews-actions .action:hover {
        color: #ff9a1f; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description .overview {
      margin-bottom: 0.75rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description .product-features .product-features-list {
      margin: 0;
      padding: 0 0 0 1rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description .product-features .product-features-list li {
        margin: 0;
        padding: 0.1875rem 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description .product-features .product-features-list .icon {
        display: none; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .price-box {
      width: 100%;
      margin: 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .price-box .price-container {
        margin: 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .price-box .price-label {
        display: none; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .price-box .price {
        margin-right: 1.25rem;
        color: #666;
        font-size: 1.875rem;
        line-height: 2.25rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .stock {
      margin: 0;
      padding: 0 1.875rem;
      background: url("../images/icon-tick.png") no-repeat center left;
      color: #666;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 2.25rem;
      text-transform: none; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .action.towishlist {
      padding: 0 0 0 1.875rem;
      border: none;
      background: url("../images/icon-whishlist.png") no-repeat center left;
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2.25rem;
      text-transform: none; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .action.towishlist:hover {
        color: #ff9a1f; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .price-box .prices-tier {
    display: none; }
  .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form {
    margin-top: 1.875rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top {
      display: -ms-flexbox;
      display: flex; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .box-qty {
        padding-right: 1.25rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .box-qty .field.qty {
          display: -ms-flexbox;
          display: flex;
          margin: 0; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .box-qty .field.qty .label {
            margin: 0;
            padding-right: 1rem;
            color: #ababab;
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 3.75rem;
            text-transform: uppercase; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .box-qty .field.qty .input-text.qty {
            width: 61px;
            height: 57px;
            outline: none;
            border: 1px solid #ebebeb;
            background: #ebebeb;
            color: #666;
            text-align: center; }
            .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .box-qty .field.qty .input-text.qty:focus {
              outline: none;
              border: 1px solid #ff9a1f;
              box-shadow: none;
              background-color: rgba(255, 154, 31, 0.1); }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt {
        margin: 0; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-attribute-label {
          display: none; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
          display: none; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-attribute-options {
          margin: 0; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-option {
          height: 30px;
          margin: 0 0.25rem 0.25rem 0;
          padding: 0;
          outline: none;
          border: 1px solid #ddd;
          background-size: cover !important; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-option.selected,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-top .product-options-wrapper .swatch-opt .swatch-option:hover {
            border: 1px solid #F90; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 1.25rem 0 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .actions {
        padding-top: 1.25rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart {
      margin: 0 1.25rem 1.25rem 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .actions {
        padding-top: 0; display: flex;}
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .actions .__admingleButton-simple {
          padding-left: 25px;
      }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .verified-seal {
      position: relative;
      top: 34%;
      width: 110px; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .authorize-block .simple {
        top: 25%;
    }
  .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share {
    width: 100%; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay {
      display: inline-block;
      width: 100%;
      margin-top: 0.625rem;
      padding: 0.625rem 1.25rem;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 1.0625rem;
      line-height: 1.625rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay img {
        float: left;
        max-width: 100%;
        margin: 0.75rem 1.5625rem 0.75rem 0; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay p {
        float: left;
        width: 100%; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay a {
        color: #18b4bd;
        font-family: "Fredoka One", cursive; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay a:hover {
          color: #018d96; }
    .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .product-social-share {
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.25rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .product-social-share .social-share-title {
        margin-right: 0.625rem;
        color: #666;
        font-size: 1.5rem;
        line-height: 2.0625rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .product-social-share .social-share-items a {
        margin: 0 0.3125rem;
        color: #cecece;
        font-size: 2rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .product-social-share .social-share-items a:hover {
          color: #018d96; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .product-social-share .social-share-items .hide-text {
        display: none; }

.catalog-product-view .product.info.detailed {
  position: relative;
  width: 100%;
  margin-top: 4.375rem;
  background: #ececec; }
  .catalog-product-view .product.info.detailed::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #b3c43f;
    content: ''; }
  .catalog-product-view .product.info.detailed .product.data.items {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-width: 300px;
    padding: 0; }
    .catalog-product-view .product.info.detailed .product.data.items:after {
      content: " ";
      display: block;
      clear: both; }
    .catalog-product-view .product.info.detailed .product.data.items > .item.title {
      position: relative;
      width: 100%;
      margin: 0;
      text-align: left; }
      .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
        height: 60px;
        padding: 0;
        border: none;
        background: #b3c43f;
        color: #fff;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 3.75rem; }
        .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch:hover {
          background: #ececec;
          color: #5f5f5f; }
      .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch,.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:focus,.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
        background: #ececec;
        color: #5f5f5f; }
    .catalog-product-view .product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:active {
      background: #ececec; }
    .catalog-product-view .product.info.detailed .product.data.items > .item.content {
      margin-top: 5rem;
      padding: 1.25rem;
      border: none;
      background: none;
      font-size: 1.125rem;
      line-height: 1.625rem; }
  .catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > th,.catalog-product-view .product.info.detailed .additional-attributes > tfoot > tr > th,.catalog-product-view .product.info.detailed .additional-attributes > thead > tr > th {
    width: 35%;
    font-weight: 400; }
  .catalog-product-view .product.info.detailed .review-list .block-title {
    font-size: 1.125rem; }
    .catalog-product-view .product.info.detailed .review-list .block-title strong {
      margin: 0;
      font-size: 1.125rem; }
    .catalog-product-view .product.info.detailed .review-list .block-title .add-review {
      padding-left: 1.25rem;
      color: #18b4bd;
      font-size: 0.9375rem;
      cursor: pointer; }
      .catalog-product-view .product.info.detailed .review-list .block-title .add-review:hover {
        color: #f18c11; }
  .catalog-product-view .product.info.detailed .review-list .review-toolbar {
    margin: 1.875rem 0 0;
    border-top: none; }
    .catalog-product-view .product.info.detailed .review-list .review-toolbar:first-child {
      display: block;
      margin: 0; }
    .catalog-product-view .product.info.detailed .review-list .review-toolbar .toolbar-amount {
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages {
      padding: 0;
      border: none;
      text-align: right; }
      .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item {
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem; }
        .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item a {
          color: #18b4bd; }
          .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item a:hover {
            color: #f18c11; }
        .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.current .page {
          color: #666;
          font-size: 1rem;
          font-weight: 400; }
        .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-next .action,.catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-previous .action {
          width: 30px;
          margin: 0;
          border: none;
          color: #18b4bd; }
          .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-next .action:hover::before,.catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-previous .action:hover::before {
            color: #f18c11; }
          .catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-next .action::before,.catalog-product-view .product.info.detailed .review-list .review-toolbar .pages .pages-items .item.pages-item-previous .action::before {
            color: #18b4bd; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-item {
    padding: 1.875rem 0 0;
    border: none; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-title {
    margin: 0 0 0.625rem;
    padding: 0 0 0.3125rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.1875rem;
    font-weight: 700; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-author {
    display: block;
    width: 100%;
    padding-bottom: 0.3125rem;
    font-size: 1.125rem; }
    .catalog-product-view .product.info.detailed .review-list .review-items .review-author strong {
      font-weight: 400; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-details .review-date {
    color: #18b4bd;
    font-size: 1.125rem;
    text-align: right; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-ratings .rating-label {
    float: left;
    width: 80px; }
  .catalog-product-view .product.info.detailed .review-list .review-items .review-ratings .rating-result {
    width: 80px; }
    .catalog-product-view .product.info.detailed .review-list .review-items .review-ratings .rating-result::before {
      height: 30px;
      color: #dedddc;
      font-size: 1.4375rem;
      letter-spacing: -0.5rem; }
    .catalog-product-view .product.info.detailed .review-list .review-items .review-ratings .rating-result > span::before {
      height: 30px;
      color: #f0c808;
      font-size: 1.4375rem;
      letter-spacing: -0.5rem; }

.catalog-product-view .block.upsell {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .catalog-product-view .block.upsell:after {
    content: " ";
    display: block;
    clear: both; }
  .catalog-product-view .block.upsell .block-title {
    display: inline-block;
    width: 100%;
    margin: 1.25rem 0; }
    .catalog-product-view .block.upsell .block-title strong {
      margin: 0;
      color: #18b4bd;
      font-size: 1.375rem;
      font-weight: 400; }
  .catalog-product-view .block.upsell .products-upsell {
    margin-bottom: 0; }
    .catalog-product-view .block.upsell .products-upsell .product-items {
      margin: 0; }
    .catalog-product-view .block.upsell .products-upsell .product-item {
      width: 100%;
      padding: 0 0 3.125rem; }
      .catalog-product-view .block.upsell .products-upsell .product-item.inspired-block {
        padding: 0;
        text-align: center; }
        .catalog-product-view .block.upsell .products-upsell .product-item.inspired-block img {
          display: inline-block; }
        .catalog-product-view .block.upsell .products-upsell .product-item.inspired-block .large-link-btn {
          display: inline-block;
          width: 100%;
          margin: 0.9375rem 0 0;
          color: #e65d02;
          font-family: "Fredoka One", cursive;
          font-size: 1.25rem; }
      .catalog-product-view .block.upsell .products-upsell .product-item .product-item-info {
        width: 100%; }
      .catalog-product-view .block.upsell .products-upsell .product-item .product-item-photo {
        display: inline-block;
        width: 100%;
        text-align: center; }
        .catalog-product-view .block.upsell .products-upsell .product-item .product-item-photo img {
          position: relative;
          margin: 0; }
        .catalog-product-view .block.upsell .products-upsell .product-item .product-item-photo .product-image-container {
          width: 100%; }
      .catalog-product-view .block.upsell .products-upsell .product-item .product-item-name {
        margin: 0;
        color: #18b4bd;
        font-size: 1.625rem;
        text-align: left; }
        .catalog-product-view .block.upsell .products-upsell .product-item .product-item-name a {
          color: #18b4bd; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-item-name a:hover {
            color: #f18c11;
            text-decoration: none; }
      .catalog-product-view .block.upsell .products-upsell .product-item .product-item-description {
        margin: 0 0 0.625rem;
        font-size: 1rem;
        text-align: left; }
      .catalog-product-view .block.upsell .products-upsell .product-item .product-reviews-summary {
        float: right;
        margin: 0.625rem 0 0; }
        .catalog-product-view .block.upsell .products-upsell .product-item .product-reviews-summary .rating-summary .rating-result {
          width: 80px; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-reviews-summary .rating-summary .rating-result::before {
            height: 23px;
            color: #dedddc;
            font-size: 1.4375rem;
            letter-spacing: -0.5rem; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-reviews-summary .rating-summary .rating-result > span::before {
            height: 23px;
            color: #f0c808;
            font-size: 1.4375rem;
            letter-spacing: -0.5rem; }
        .catalog-product-view .block.upsell .products-upsell .product-item .product-reviews-summary .reviews-actions {
          display: none; }
      .catalog-product-view .block.upsell .products-upsell .product-item .price-box {
        float: left;
        margin: 0.625rem 0 0; }
        .catalog-product-view .block.upsell .products-upsell .product-item .price-box .price-label {
          display: none !important; }
        .catalog-product-view .block.upsell .products-upsell .product-item .price-box .price {
          color: #ababab;
          font-size: 1.5625rem;
          font-weight: 300; }
    .catalog-product-view .block.upsell .products-upsell .product-item-actions {
      display: block;
      float: right;
      width: auto;
      margin: 0; }
      .catalog-product-view .block.upsell .products-upsell .product-item-actions .action.primary {
        padding: 0.625rem 1.875rem;
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 1.625rem; }

.catalog-product-view .fotorama--fullscreen {
  z-index: 9999 !important;
  background: rgba(241, 140, 17, 0.9); }

.catalog-product-view .fotorama__arr--next,.catalog-product-view .fotorama__arr--prev {
  background: none !important; }

.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
  opacity: 1; }

.catalog-product-view .fotorama-sprite,.catalog-product-view .fotorama__arr .fotorama__arr__arr,.catalog-product-view .fotorama__fullscreen-icon,.catalog-product-view .fotorama__fullscreen .fotorama__zoom-in,.catalog-product-view .fotorama__fullscreen .fotorama__zoom-out,.catalog-product-view .fotorama__thumb--icon,.catalog-product-view .fotorama__video-close,.catalog-product-view .fotorama__video-play {
  background-image: url("../images/gallery.png"); }

.catalog-product-view .fotorama__caption {
  display: none; }

.catalog-product-view .fotorama__nav--thumbs {
  text-align: center; }
  .catalog-product-view .fotorama__nav--thumbs .fotorama__thumb-border {
    border: 2px solid #f18c11; }
  .catalog-product-view .fotorama__nav--thumbs .video-thumb-icon:hover::after {
    background-position: center bottom; }
  .catalog-product-view .fotorama__nav--thumbs .video-thumb-icon::after {
    width: 33px;
    height: 33px;
    background-image: url("../images/video_play.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 33px 66px; }

.catalog-product-view .swatch-option-tooltip,.catalog-product-view .swatch-option-tooltip-layered {
  max-width: 100px;
  padding: 0.125rem; }
  .catalog-product-view .swatch-option-tooltip-layered .title,.catalog-product-view .swatch-option-tooltip .title {
    height: 26px;
    line-height: 1.625rem; }
  .catalog-product-view .swatch-option-tooltip-layered .image,.catalog-product-view .swatch-option-tooltip .image {
    width: 90px;
    height: 90px;
    background-size: cover !important; }

.catalog-product-view .modals-wrapper .modal-popup-blispay,.catalog-product-view .modals-wrapper .modal-popup-review {
  z-index: 10000; }
  .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap,.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap {
    position: relative;
    width: auto;
    max-width: 500px;
    padding: 1.25rem;
    border-radius: 20px;
    box-shadow: none;
    background: #fff; }
    .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close,.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap .action-close {
      padding: 0.625rem; }
      .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close::before,.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap .action-close::before {
        color: #666;
        font-family: 'yogibo';
        font-size: 1.25rem;
        content: '\e614'; }
  .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-header,.catalog-product-view .modals-wrapper .modal-popup-review .modal-header {
    padding: 0; }
  .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content {
    padding: 0;
    overflow-y: visible;
    text-align: center; }
    .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content p,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content p {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-size: 1.125rem;
      text-align: center; }
    .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content .popup-title,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .popup-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.875rem;
      font-weight: 400;
      text-align: center; }
    .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content .popup-sub-title,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .popup-sub-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-family: "Fredoka One", cursive;
      font-size: 1.25rem;
      font-weight: 400;
      text-align: center; }

.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap {
  max-width: 740px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.catalog-product-view .modals-wrapper .modal-popup-review .review-form {
  max-width: 100%; }
  .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-form-title {
    color: #bccf02;
    font-size: 1.25rem;
    text-align: left; }
  .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-legend {
    width: 100%;
    margin: 0 0 0.625rem;
    font-size: 1rem;
    text-align: left; }
    .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-legend span {
      padding-right: 0.625rem; }
    .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-legend strong {
      display: inline-block;
      color: #ff9a1f;
      font-size: 1.125rem;
      font-weight: 400; }
  .catalog-product-view .modals-wrapper .modal-popup-review .review-form p {
    font-size: 1rem;
    text-align: left; }
  .catalog-product-view .modals-wrapper .modal-popup-review .review-form .label-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    background: #efefef; }
    .catalog-product-view .modals-wrapper .modal-popup-review .review-form .label-header .label-head {
      width: 16%;
      padding: 0.625rem; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .label-header .label-head.head-title {
        width: 20%; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .label-header .label-head .start-label {
        width: 14px;
        height: 14px;
        overflow: hidden;
        background: url("../images/bkg_rating.gif") 0 100% repeat-x;
        text-indent: -99em; }
  .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset {
    margin: 0 0 1.25rem; }
    .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control {
      width: 100%; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .nested {
        width: 100%; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .label {
        width: 20%;
        padding: 0.3125rem 0.625rem;
        background: #efefef;
        text-align: left; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .review-control-vote {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 100%;
        margin: 0;
        padding: 0.3125rem 0; }
        .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .review-control-vote::before {
          display: none; }
        .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .review-control-vote input[type='radio'] {
          position: relative;
          width: auto;
          height: auto;
          margin: 0;
          overflow: inherit;
          clip: inherit; }
        .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .review-control-vote label {
          display: none; }
        .catalog-product-view .modals-wrapper .modal-popup-review .review-form .fieldset > .field:not(.choice) > .control .review-control-vote .rating-box {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 20%; }

.catalog-product-view .modals-wrapper .modals-overlay {
  z-index: 9999;
  background: rgba(24, 180, 189, 0.5); }

.customer-account-create .page-title-wrapper .page-title,.customer-account-createpassword .page-title-wrapper .page-title,.customer-account-forgotpassword .page-title-wrapper .page-title,.customer-account-login .page-title-wrapper .page-title {
  width: 100%;
  max-width: 100%;
  margin: 1.875rem auto 1.25rem;
  color: #18b4bd;
  font-family: "Fredoka One", cursive;
  font-size: 1.875rem;
  text-align: center; }

.customer-account-create .page-main,.customer-account-createpassword .page-main,.customer-account-forgotpassword .page-main,.customer-account-login .page-main {
  padding: 0 5%; }

.customer-account-login .login-container .block-customer-login {
  float: none;
  width: 100%;
  max-width: 850px;
  margin: 0 auto; }
  .customer-account-login .login-container .block-customer-login .block-new-customer {
    float: none;
    width: 100%;
    font-size: 1rem;
    text-align: center; }
    .customer-account-login .login-container .block-customer-login .block-new-customer .action.primary {
      padding: 0;
      border: none;
      border-radius: 0;
      background: none;
      color: #18b4bd;
      font-size: 1.1875rem;
      font-weight: 400; }
      .customer-account-login .login-container .block-customer-login .block-new-customer .action.primary:hover {
        color: #f18c11; }

.customer-account-login .login-container .fieldset::after {
  display: none; }

.customer-account-login .login-container .fieldset > .field {
  width: 100%;
  margin: 0 auto 0.9375rem; }
  .customer-account-login .login-container .fieldset > .field > .control {
    width: 100%; }

.customer-account-login .login-container .fieldset .actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  margin: 0 auto; }
  .customer-account-login .login-container .fieldset .actions-toolbar .secondary {
    text-align: left; }
    .customer-account-login .login-container .fieldset .actions-toolbar .secondary .action {
      margin: 0;
      color: #18b4bd; }
      .customer-account-login .login-container .fieldset .actions-toolbar .secondary .action:hover {
        color: #f18c11; }
  .customer-account-login .login-container .fieldset .actions-toolbar .primary .action {
    float: none;
    margin: 0.625rem 0 0; }

.customer-account-create .form.create.account {
  position: relative;
  float: none;
  width: 100%;
  max-width: 850px;
  margin: 0 auto; }
  .customer-account-create .form.create.account .actions-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.25rem; }
    .customer-account-create .form.create.account .actions-toolbar .secondary {
      text-align: left; }
      .customer-account-create .form.create.account .actions-toolbar .secondary .action {
        margin: 0;
        color: #18b4bd; }
        .customer-account-create .form.create.account .actions-toolbar .secondary .action:hover {
          color: #f18c11; }
    .customer-account-create .form.create.account .actions-toolbar .primary .action {
      float: none;
      margin: 0.625rem 0 0; }

.customer-account-create .fieldset > .legend {
  display: none; }

.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100%; }

.customer-account-create .fieldset.create.info {
  margin: 0; }

.customer-account-create .fieldset .newsletter {
  position: absolute;
  bottom: 110px;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .customer-account-create .fieldset .newsletter::before {
    display: none; }
  .customer-account-create .fieldset .newsletter .label {
    color: #4d4d4d;
    font-size: 1.0625rem;
    text-transform: none; }

.customer-account-create .fieldset .password-strength-meter {
  display: none; }

.customer-account-createpassword .form.password.forget,.customer-account-createpassword .form.password.reset,.customer-account-forgotpassword .form.password.forget,.customer-account-forgotpassword .form.password.reset {
  position: relative;
  float: none;
  width: 100%;
  max-width: 850px;
  margin: 0 auto; }
  .customer-account-createpassword .form.password.forget .fieldset > .field,.customer-account-createpassword .form.password.reset .fieldset > .field,.customer-account-forgotpassword .form.password.forget .fieldset > .field,.customer-account-forgotpassword .form.password.reset .fieldset > .field {
    width: 100%;
    margin: 0 auto 0.9375rem; }
    .customer-account-createpassword .form.password.forget .fieldset > .field > .control,.customer-account-createpassword .form.password.reset .fieldset > .field > .control,.customer-account-forgotpassword .form.password.forget .fieldset > .field > .control,.customer-account-forgotpassword .form.password.reset .fieldset > .field > .control {
      width: 100%; }
    .customer-account-createpassword .form.password.forget .fieldset > .field.note,.customer-account-createpassword .form.password.reset .fieldset > .field.note,.customer-account-forgotpassword .form.password.forget .fieldset > .field.note,.customer-account-forgotpassword .form.password.reset .fieldset > .field.note {
      text-align: center; }
  .customer-account-createpassword .form.password.forget .actions-toolbar,.customer-account-createpassword .form.password.reset .actions-toolbar,.customer-account-forgotpassword .form.password.forget .actions-toolbar,.customer-account-forgotpassword .form.password.reset .actions-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto; }
    .customer-account-createpassword .form.password.forget .actions-toolbar .secondary,.customer-account-createpassword .form.password.reset .actions-toolbar .secondary,.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary,.customer-account-forgotpassword .form.password.reset .actions-toolbar .secondary {
      text-align: left; }
      .customer-account-createpassword .form.password.forget .actions-toolbar .secondary .action,.customer-account-createpassword .form.password.reset .actions-toolbar .secondary .action,.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action,.customer-account-forgotpassword .form.password.reset .actions-toolbar .secondary .action {
        margin: 0;
        color: #18b4bd; }
        .customer-account-createpassword .form.password.forget .actions-toolbar .secondary .action:hover,.customer-account-createpassword .form.password.reset .actions-toolbar .secondary .action:hover,.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action:hover,.customer-account-forgotpassword .form.password.reset .actions-toolbar .secondary .action:hover {
          color: #f18c11; }
    .customer-account-createpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action {
      float: none;
      margin: 0.625rem 0 0; }

.account .page-main {
  padding: 0; }

.account .page-wrapper .page-title-wrapper .page-title {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  color: #18b4bd;
  font-family: "Fredoka One", cursive;
  font-size: 1.875rem; }

.account .page-wrapper .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 1.875rem 0; }
  .account .page-wrapper .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .account .page-wrapper .columns .sidebar-additional {
    margin: 0;
    padding: 0 1.875rem; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .amount {
      margin: 0 0 0.625rem; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .amount a {
      color: #18b4bd; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .amount a:hover {
      color: #f18c11; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .action.details {
      margin-top: 1rem; }
    .account .page-wrapper .columns .sidebar-additional .block-reorder .product-items {
      padding-top: 0.625rem; }
    .account .page-wrapper .columns .sidebar-additional .block-reorder .product-item .field.item {
      margin-right: 0.3125rem; }
    .account .page-wrapper .columns .sidebar-additional .block-reorder .product-item .checkbox {
      top: 0; }
    .account .page-wrapper .columns .sidebar-additional .block-reorder .product-item a {
      margin: 0.125rem 0;
      color: #9b9b9b;
      font-size: 1.25rem;
      line-height: 1.5rem; }
      .account .page-wrapper .columns .sidebar-additional .block-reorder .product-item a:hover {
        color: #18b4bd;
        text-decoration: none; }
    .account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar {
      max-width: 100%;
      margin: 0; }
      .account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action {
        margin-top: 1rem; }
      .account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary {
        float: left;
        margin-top: 0.625rem; }
    .account .page-wrapper .columns .sidebar-additional .block-title {
      position: relative;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0 0 0.3125rem;
      overflow: inherit;
      color: #9b9b9b;
      font-family: "Fredoka One", cursive;
      font-size: 1.4375rem;
      text-transform: lowercase; }
      .account .page-wrapper .columns .sidebar-additional .block-title strong {
        display: inline-block;
        width: 100%;
        margin: 0;
        font-weight: 400;
        line-height: normal; }
  .account .page-wrapper .columns .sidebar,.account .page-wrapper .columns .sidebar-main {
    width: 100%;
    padding: 1.875rem 0.9375rem 0;
    text-align: center; }
    .account .page-wrapper .columns .sidebar-main .account-nav,.account .page-wrapper .columns .sidebar .account-nav {
      margin: 0;
      padding: 0;
      background: none; }
      .account .page-wrapper .columns .sidebar-main .account-nav .content,.account .page-wrapper .columns .sidebar .account-nav .content {
        padding: 0;
        background: none; }
    .account .page-wrapper .columns .sidebar-main .account-nav-title,.account .page-wrapper .columns .sidebar .account-nav-title {
      position: relative;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0 1.25rem 0.3125rem;
      overflow: inherit;
      color: #9b9b9b;
      font-family: "Fredoka One", cursive;
      font-size: 1.4375rem;
      text-transform: lowercase; }
      .account .page-wrapper .columns .sidebar-main .account-nav-title strong,.account .page-wrapper .columns .sidebar .account-nav-title strong {
        display: inline-block;
        width: 100%;
        margin: 0;
        font-weight: 400;
        line-height: normal; }
    .account .page-wrapper .columns .sidebar-main .actions-toolbar .primary,.account .page-wrapper .columns .sidebar .actions-toolbar .primary {
      text-align: center; }
    .account .page-wrapper .columns .sidebar-main .nav.items,.account .page-wrapper .columns .sidebar .nav.items {
      float: left;
      width: 100%;
      margin-bottom: 1.25rem;
      padding: 0; }
      .account .page-wrapper .columns .sidebar-main .nav.items .item,.account .page-wrapper .columns .sidebar .nav.items .item {
        float: left;
        width: 100%;
        margin: 0;
        list-style-type: none;
        text-transform: lowercase; }
        .account .page-wrapper .columns .sidebar-main .nav.items .item.current > strong,.account .page-wrapper .columns .sidebar .nav.items .item.current > strong {
          margin: 0.125rem 0;
          padding: 0.3125rem 1.25rem;
          border: none;
          border-radius: 25px;
          background: #ff9a1f;
          color: #fff;
          font-size: 1.25rem;
          font-weight: 400; }
        .account .page-wrapper .columns .sidebar-main .nav.items .item.current a,.account .page-wrapper .columns .sidebar .nav.items .item.current a {
          padding: 0.3125rem 1.25rem;
          border-radius: 25px;
          background: #ff9a1f;
          color: #fff; }
        .account .page-wrapper .columns .sidebar-main .nav.items .item a,.account .page-wrapper .columns .sidebar .nav.items .item a {
          float: left;
          width: 100%;
          margin: 0.125rem 0;
          padding: 0.3125rem 1.25rem;
          color: #9b9b9b;
          font-size: 1.25rem;
          line-height: 1.5rem; }
          .account .page-wrapper .columns .sidebar-main .nav.items .item a:hover,.account .page-wrapper .columns .sidebar .nav.items .item a:hover {
            padding: 0.3125rem 1.25rem;
            border-radius: 25px;
            background: #ff9a1f;
            color: #fff; }
  .account .page-wrapper .columns .column.main {
    width: 100%;
    padding: 0 0.9375rem; }
    .account .page-wrapper .columns .column.main .box-title {
      width: 100%;
      margin: 0 0 1rem;
      padding: 0.625rem 0;
      border-bottom: 1px solid #ccc;
      font-weight: 400; }
      .account .page-wrapper .columns .column.main .box-title > span {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 400; }
      .account .page-wrapper .columns .column.main .box-title .action {
        float: right;
        color: #b3c43f;
        font-family: "Fredoka One", cursive;
        font-size: 1.125rem; }
        .account .page-wrapper .columns .column.main .box-title .action:hover {
          color: #839025; }
        .account .page-wrapper .columns .column.main .box-title .action .icon {
          margin-left: 0.3125rem;
          font-size: 0.9375rem; }
    .account .page-wrapper .columns .column.main .welcome-msg {
      display: inline-block;
      width: 100%;
      margin-bottom: 1.25rem; }
      .account .page-wrapper .columns .column.main .welcome-msg .hello {
        padding-bottom: 0.625rem;
        font-size: 1.375rem;
        line-height: 1.625rem; }
      .account .page-wrapper .columns .column.main .welcome-msg p {
        font-size: 1.125rem;
        line-height: 1.625rem; }
    .account .page-wrapper .columns .column.main .block .block-title {
      width: 100%;
      margin: 0 0 1.875rem;
      padding: 0.625rem 0;
      border-bottom: 1px solid #ccc;
      font-size: 1.375rem; }
      .account .page-wrapper .columns .column.main .block .block-title strong {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 400; }
      .account .page-wrapper .columns .column.main .block .block-title .action {
        float: right;
        color: #b3c43f;
        font-family: "Fredoka One", cursive;
        font-size: 1.25rem; }
        .account .page-wrapper .columns .column.main .block .block-title .action:hover {
          color: #839025; }
        .account .page-wrapper .columns .column.main .block .block-title .action .icon {
          margin-left: 0.3125rem;
          font-size: 1rem; }
    .account .page-wrapper .columns .column.main .block.block-addresses-list .items.addresses > .item {
      font-size: 1rem;
      line-height: 1.5rem; }
    .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item {
      margin: 0 0 1rem;
      padding: 0 0 1rem;
      border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
      .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item:last-child {
        border: 0; }
      .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item .product-name {
        font-size: 1.125rem;
        font-weight: 400; }
      .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item .rating-summary .label {
        position: relative;
        top: 3px;
        padding: 0 0.625rem 0 0;
        line-height: 1.875rem; }
      .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item .rating-summary .rating-result {
        width: 80px; }
        .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item .rating-summary .rating-result::before {
          height: 23px;
          color: #dedddc;
          font-size: 1.4375rem;
          letter-spacing: -0.5rem; }
        .account .page-wrapper .columns .column.main .block.block-reviews-dashboard .items .item .rating-summary .rating-result > span::before {
          height: 23px;
          color: #f0c808;
          font-size: 1.4375rem;
          letter-spacing: -0.5rem; }
    .account .page-wrapper .columns .column.main .toolbar .toolbar-amount {
      font-weight: 600; }
    .account .page-wrapper .columns .column.main .toolbar .limiter .limiter-label {
      display: inline-block;
      float: left;
      height: 37px;
      padding: 0 0.9375rem;
      border: 1px solid #ccc;
      border-right: 0;
      font-size: 0.9375rem;
      line-height: 2.3125rem;
      text-transform: uppercase; }
    .account .page-wrapper .columns .column.main .toolbar .limiter .limiter-text {
      display: none; }
    .account .page-wrapper .columns .column.main .toolbar .limiter .limiter-options {
      position: relative;
      float: left;
      height: 37px;
      margin: 0;
      padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
      outline: none;
      border: 1px solid #ccc;
      background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .account .page-wrapper .columns .column.main .toolbar .limiter .limiter-options:focus {
        outline: none;
        box-shadow: none; }
    .account .page-wrapper .columns .column.main .actions-toolbar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: end;
          justify-content: end;
      width: 100%;
      margin: 0; }
      .account .page-wrapper .columns .column.main .actions-toolbar .action {
        margin-right: 1.25rem; }
    .account .page-wrapper .columns .column.main .form-address-edit .fieldset,.account .page-wrapper .columns .column.main .form-edit-account .fieldset {
      float: left;
      width: 100%; }
      .account .page-wrapper .columns .column.main .form-address-edit .fieldset .legend,.account .page-wrapper .columns .column.main .form-edit-account .fieldset .legend {
        margin: 0 0 1rem;
        font-size: 1.5rem; }
      .account .page-wrapper .columns .column.main .form-address-edit .fieldset > .field:not(.choice) > .control,.account .page-wrapper .columns .column.main .form-edit-account .fieldset > .field:not(.choice) > .control {
        width: 100%; }
      .account .page-wrapper .columns .column.main .form-address-edit .fieldset > .field.choice::before,.account .page-wrapper .columns .column.main .form-edit-account .fieldset > .field.choice::before {
        display: none; }
      .account .page-wrapper .columns .column.main .form-address-edit .fieldset [type='checkbox'],.account .page-wrapper .columns .column.main .form-address-edit .fieldset [type='radio'],.account .page-wrapper .columns .column.main .form-edit-account .fieldset [type='checkbox'],.account .page-wrapper .columns .column.main .form-edit-account .fieldset [type='radio'] {
        position: relative;
        top: -2px;
        margin-right: 0.3125rem; }
    .account .page-wrapper .columns .column.main .pages {
      padding-top: 0.3125rem; }
      .account .page-wrapper .columns .column.main .pages .pages-items .item {
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem; }
        .account .page-wrapper .columns .column.main .pages .pages-items .item a {
          color: #18b4bd; }
          .account .page-wrapper .columns .column.main .pages .pages-items .item a:hover {
            color: #f18c11; }
        .account .page-wrapper .columns .column.main .pages .pages-items .item.current .page {
          color: #666;
          font-size: 1rem;
          font-weight: 400; }
        .account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-next .action,.account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-previous .action {
          width: 30px;
          margin: 0;
          border: none;
          color: #18b4bd; }
          .account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-next .action:hover::before,.account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-previous .action:hover::before {
            color: #f18c11; }
          .account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-next .action::before,.account .page-wrapper .columns .column.main .pages .pages-items .item.pages-item-previous .action::before {
            color: #18b4bd; }

.account.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist {
  margin-right: 0; }

.account.wishlist-index-index .page-wrapper .columns .column.main .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0; }
  .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item {
    width: 100%;
    margin: 0 0 1.875rem;
    padding: 0;
    border: none; }
    .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info {
      width: 100%; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-photo {
        display: inline-block;
        width: 100%;
        text-align: center; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-photo .product-image-container {
          width: 100%; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-name {
        margin: 0;
        font-size: 1.625rem;
        text-align: left; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-name a {
          color: #666; }
          .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-name a:hover {
            color: #f18c11;
            text-decoration: none; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .price-box {
        margin: 0; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .price-box .price-label {
          display: none !important; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .price-box .price {
          color: #ababab;
          font-size: 1.5625rem;
          font-weight: 300; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions {
        display: block;
        margin: 0; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary {
          width: 140px; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .box-tocart {
        float: none; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .fieldset {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0 0 0.3125rem; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .fieldset > .field:not(.choice) > .control {
          width: 100%; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .fieldset .field.qty .label {
          display: none; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .fieldset .field.qty input.qty {
          height: 40px; }

.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: end;
  width: 100%;
  margin: 0; }
  .account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action {
    width: auto;
    margin: 0 1.25rem 0.625rem 0; }

.review-customer-index .table-wrapper.reviews table > tbody > tr > td,.review-customer-index .table-wrapper.reviews table > tbody > tr > th,.review-customer-index .table-wrapper.reviews table > tfoot > tr > td,.review-customer-index .table-wrapper.reviews table > tfoot > tr > th {
  vertical-align: middle; }

.review-customer-index .table-wrapper.reviews .rating-summary .rating-result {
  width: 80px; }
  .review-customer-index .table-wrapper.reviews .rating-summary .rating-result::before {
    height: 23px;
    color: #dedddc;
    font-size: 1.4375rem;
    letter-spacing: -0.5rem; }
  .review-customer-index .table-wrapper.reviews .rating-summary .rating-result > span::before {
    height: 23px;
    color: #f0c808;
    font-size: 1.4375rem;
    letter-spacing: -0.5rem; }

.checkout-cart-index .cart-page-empty {
  padding: 2.5rem 0; }
  .checkout-cart-index .cart-page-empty h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #18b4bd;
    font-family: "Fredoka One", cursive;
    font-size: 2.25rem;
    text-align: center; }
  .checkout-cart-index .cart-page-empty p {
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    text-align: center; }

.checkout-cart-index .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 1.25rem 5% 0; }
  .checkout-cart-index .columns:after {
    content: " ";
    display: block;
    clear: both; }

.checkout-cart-index .page-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0 0 1.875rem; }
  .checkout-cart-index .page-title-wrapper .page-title {
    margin: 0;
    font-size: 1.5rem; }

.checkout-cart-index .cart-container .form-cart {
  width: 100%; }

.checkout-cart-index .cart-container .cart.table-wrapper .items {
  width: 100%; }
  .checkout-cart-index .cart-container .cart.table-wrapper .items th.col {
    vertical-align: middle;
    padding: 0.625rem;
    color: #afafaf;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }
  .checkout-cart-index .cart-container .cart.table-wrapper .items > .item {
    border: none;
    border-bottom: 1px solid #ccc; }
    .checkout-cart-index .cart-container .cart.table-wrapper .items > .item:last-child {
      border: none; }
  .checkout-cart-index .cart-container .cart.table-wrapper .items .col {
    vertical-align: middle;
    padding: 1.25rem 0;
    text-align: left; }
    .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
      width: 200px; }

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo {
  width: auto;
  max-width: inherit; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
    position: relative !important; }

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-details {
  vertical-align: middle;
  width: auto; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details p {
    margin: 0; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
    font-size: 1.125rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name a {
      color: #808080;
      text-decoration: none; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name:hover a {
      color: #18b4bd; }

.checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  width: 50px;
  height: 40px;
  border: none;
  background: #ececec;
  color: #666;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
    border: 1px solid #ff9a1f;
    box-shadow: none;
    background-color: rgba(255, 154, 31, 0.1); }

.checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax {
  font-size: 1.125rem; }
  .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price {
    font-size: 1.125rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price .price {
      font-weight: 400; }

.checkout-cart-index .cart-container .cart.table-wrapper .item-options {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.75rem; }
  .checkout-cart-index .cart-container .cart.table-wrapper .item-options li {
    margin: 0 0 0.375rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .item-options li .option-title {
      font-weight: 600; }
  .checkout-cart-index .cart-container .cart.table-wrapper .item-options .swatch-image {
    float: left;
    width: 47px;
    height: 28px;
    margin-right: 0.3125rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .item-options .swatch-image img {
      width: 100%;
      height: 100%; }

.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar {
  margin: 0; }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-edit,.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist,.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .gift-options-cart-item {
    display: none; }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete {
    float: left;
    width: 34px;
    height: 32px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: url("../images/delete-icon.png") no-repeat center top;
    text-indent: -9999px;
    transition: all 0.2s; }
    .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
      background-position: left -32px; }
    .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete::after,.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete::before {
      display: none; }
    .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete span {
      display: none; }

.checkout-cart-index .cart-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.25rem;
  background: #f5f5f5; }
  .checkout-cart-index .cart-container .actions .action.continue,.checkout-cart-index .cart-container .actions .action.update {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-family: "Fredoka One", cursive;
    font-size: 1.25rem;
    cursor: pointer; }
  .checkout-cart-index .cart-container .actions .action.update {
    color: #b3c43f; }
    .checkout-cart-index .cart-container .actions .action.update:hover {
      color: #839025; }
    .checkout-cart-index .cart-container .actions .action.update::before {
      display: none; }
  .checkout-cart-index .cart-container .actions .action.continue {
    float: none;
    margin-top: 0.75rem;
    color: #18b4bd; }
    .checkout-cart-index .cart-container .actions .action.continue:hover {
      color: #05959d; }
    .checkout-cart-index .cart-container .actions .action.continue::before {
      display: none; }

.checkout-cart-index .cart-container .cart-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none; }
  .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper {
    width: 100%; }
    .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .discount .fieldset {
      position: relative;
      margin-top: 0;
      margin-left: 0; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .discount .fieldset .field:not(.choice) > .label {
        padding-bottom: 0.625rem;
        color: #666;
        font-size: 1.375em;
        text-align: left;
        text-transform: none; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .discount .fieldset .field:not(.choice) > .control {
        width: 50%; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .discount .fieldset .actions-toolbar .action.primary {
        position: absolute;
        top: 40px;
        left: 60%;
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        color: #b3c43f; }
        .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .discount .fieldset .actions-toolbar .action.primary:hover {
          color: #839025; }
    .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items {
      text-align: right; }
  .checkout-cart-index .cart-container .cart-summary .cart-totals {
    width: 100%;
    padding: 0;
    border: none; }
    .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals {
      width: 100%; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .mark {
        width: 100%;
        padding: 0 0 1.25rem;
        color: #afafaf;
        font-size: 1.25rem;
        text-align: left; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .amount {
        padding: 0 0 1.25rem;
        color: #afafaf;
        font-size: 1.25rem;
        text-align: right; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .amount,.checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .mark {
        padding: 0;
        color: #e65d02;
        font-size: 1.625rem; }
        .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .amount .price,.checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .mark .price {
          font-weight: 400; }
  .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper {
    width: 100%;
    margin-bottom: 1.875rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping {
      display: block;
      margin-bottom: 1rem;
      outline: none; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset {
        margin: 0; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .shipping-title {
      margin-bottom: 0.625rem;
      font-size: 1.5rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 0.625rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field::after,.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field::before {
        display: none; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field.note {
        margin: 0 0 1.25rem;
        font-size: 1rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .label {
        width: 100%;
        margin: 0;
        font-size: 1rem;
        letter-spacing: 0.03125rem;
        line-height: 1.625rem;
        text-transform: uppercase; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .control {
        width: 100%; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .item-title {
      margin: 1.25rem 0 0.625rem;
      font-size: 1.5rem;
      font-weight: 400; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .field {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.375rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .field .label {
        position: relative;
        top: 1px;
        padding-left: 0.3125rem;
        line-height: 2rem; }

.checkout-cart-index .block.crosssell {
  width: 100%; }
  .checkout-cart-index .block.crosssell .block-title {
    display: inline-block;
    width: 100%;
    margin: 1.25rem 0;
    text-align: center; }
    .checkout-cart-index .block.crosssell .block-title strong {
      margin: 0;
      color: #18b4bd;
      font-size: 2.5rem;
      font-weight: 400; }
  .checkout-cart-index .block.crosssell .products-crosssell {
    margin-bottom: 0; }
    .checkout-cart-index .block.crosssell .products-crosssell .product-item {
      width: 33.3333%; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-info {
        width: 100%; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-photo {
        display: inline-block;
        width: 100%;
        text-align: center; }
        .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-photo img {
          position: relative !important;
          margin: 0; }
        .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-photo .product-image-container {
          width: 100%; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-name {
        margin: 0;
        color: #18b4bd;
        font-size: 1.625rem;
        text-align: left; }
        .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-name a {
          color: #18b4bd; }
          .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-name a:hover {
            color: #f18c11;
            text-decoration: none; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-description {
        margin: 0 0 0.625rem;
        font-size: 1rem;
        text-align: left; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item .price-box {
        display: none; }
    .checkout-cart-index .block.crosssell .products-crosssell .product-item-actions {
      display: block;
      margin: 0; }
      .checkout-cart-index .block.crosssell .products-crosssell .product-item-actions .action.primary {
        padding: 0.625rem 1.875rem;
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 1.625rem; }

.checkout-onepage-success .page-title-wrapper {
  display: none; }

.checkout-onepage-success .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .checkout-onepage-success .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .checkout-onepage-success .columns .checkout-success {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.875rem 0 0;
    text-align: center; }
    .checkout-onepage-success .columns .checkout-success .page-title {
      padding-bottom: 0.625rem;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.625rem;
      text-align: center; }
    .checkout-onepage-success .columns .checkout-success p {
      display: block;
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-size: 1rem;
      line-height: 1.5rem; }
    .checkout-onepage-success .columns .checkout-success .checkout-feedback {
      margin-bottom: 1.875rem; }
      .checkout-onepage-success .columns .checkout-success .checkout-feedback label {
        display: block;
        color: #18b4bd;
        font-size: 1rem;
        line-height: 1.625rem; }
      .checkout-onepage-success .columns .checkout-success .checkout-feedback .input-select {
        position: relative;
        display: block;
        width: 300px;
        max-width: 100%;
        height: 37px;
        margin: 0 auto 1.875rem;
        padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
        outline: none;
        border: 1px solid #ccc;
        background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
        -webkit-appearance: none;
        -moz-appearance: none; }
        .checkout-onepage-success .columns .checkout-success .checkout-feedback .input-select:focus {
          outline: none;
          box-shadow: none; }
      .checkout-onepage-success .columns .checkout-success .checkout-feedback .feedback-option input[type='text'] {
        width: 300px;
        max-width: 100%;
        height: 37px;
        margin: 0 auto 1.875rem; }
    .checkout-onepage-success .columns .checkout-success .actions-toolbar .primary {
      float: none; }
  .checkout-onepage-success .columns #registration {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 1.875rem;
    text-align: center; }
    .checkout-onepage-success .columns #registration p {
      display: block;
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-size: 1rem;
      line-height: 1.5rem; }

.checkout-index-index #onestepcheckout-error-messages {
  text-align: center; }

.checkout-index-index .page-footer {
  padding: 2.5rem 0;
  text-align: center; }
  .checkout-index-index .page-footer .footer-copy-block .canada-link,.checkout-index-index .page-footer .footer-copy-block .siteseal {
    display: none; }
  .checkout-index-index .page-footer .footer-copy-block .store-address {
    color: #acacac;
    font-size: 0.9375rem; }
    .checkout-index-index .page-footer .footer-copy-block .store-address p {
      margin: 0;
      font-size: 0.9375rem; }
    .checkout-index-index .page-footer .footer-copy-block .store-address span {
      font-size: 0.75rem; }
  .checkout-index-index .page-footer .copyright {
    font-size: 0.9375rem; }
    .checkout-index-index .page-footer .copyright span {
      color: #acacac;
      font-size: 0.75rem; }

.checkout-index-index .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  padding: 0 5%; }
  .checkout-index-index .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .checkout-index-index .columns .page-title-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 1.25rem 0;
    overflow: inherit;
    border-bottom: 1px solid #ccc;
    font-size: 1rem; }

.checkout-index-index #one-step-checkout-form label {
  font-family: "Questrial", sans-serif; }

.checkout-index-index .one-step-checkout {
  font-family: "Questrial", sans-serif; }
  .checkout-index-index .one-step-checkout label {
    font-family: "Questrial", sans-serif; }
  .checkout-index-index .one-step-checkout h3 {
    padding: 0.9375rem 0;
    color: #18b4bd;
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: none; }
    .checkout-index-index .one-step-checkout h3::before {
      display: none; }
    .checkout-index-index .one-step-checkout h3#shipping_method_step_header,.checkout-index-index .one-step-checkout h3.step_1,.checkout-index-index .one-step-checkout h3.step_2,.checkout-index-index .one-step-checkout h3.step_3,.checkout-index-index .one-step-checkout h3.step_4,.checkout-index-index .one-step-checkout h3.step_5 {
      border: none; }
  .checkout-index-index .one-step-checkout .fieldset > .field:not(.choice) > .control {
    width: 100%; }
  .checkout-index-index .one-step-checkout .fieldset .field .note {
    font-size: 0.875rem; }
  .checkout-index-index .one-step-checkout .fieldset .field .control {
    padding-top: 1.875rem; }
  .checkout-index-index .one-step-checkout .fieldset .two-fields {
    width: 48%; }
    .checkout-index-index .one-step-checkout .fieldset .two-fields.last {
      float: right; }
  .checkout-index-index .one-step-checkout .fieldset .field.street:not(.choice) > .control {
    padding-top: 0; }
  .checkout-index-index .one-step-checkout .fieldset .field.street legend.label {
    display: none; }
  .checkout-index-index .one-step-checkout .fieldset .field.street .control {
    padding-top: 1.875rem; }
  .checkout-index-index .one-step-checkout .fieldset .field.street .additional.one-field .control {
    padding-top: 0.625rem; }
  .checkout-index-index .one-step-checkout .fieldset.hidden-fields .field .control {
    padding-top: 0; }
  .checkout-index-index .one-step-checkout .fieldset .field.field-select-billing .control {
    padding-top: 0; }
  .checkout-index-index .one-step-checkout .field-tooltip {
    top: 37px;
    right: 7px; }
    .checkout-index-index .one-step-checkout .field-tooltip .field-tooltip-content {
      border: none;
      background: #000;
      color: #fff;
      font-size: 0.875rem; }
      .checkout-index-index .one-step-checkout .field-tooltip .field-tooltip-content::after {
        left: -20px;
        border-right-color: #000; }
      .checkout-index-index .one-step-checkout .field-tooltip .field-tooltip-content::before {
        left: -20px;
        border-right-color: #000; }

.checkout-index-index .checkout-container p.subtitle {
  display: inline-block;
  color: #666;
  font-size: 1.25rem; }

.checkout-index-index #shipping,.checkout-index-index .onestepcheckout-billing-section,.checkout-index-index .onestepcheckout-billing-section .billing_address,.checkout-index-index .onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper,.checkout-index-index .onestepcheckout-shipping-payment-review .order-information,.checkout-index-index .order-review-section {
  border: none;
  box-shadow: none;
  background: none; }
  .checkout-index-index #shipping:hover,.checkout-index-index .onestepcheckout-billing-section .billing_address:hover,.checkout-index-index .onestepcheckout-billing-section:hover,.checkout-index-index .onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper:hover,.checkout-index-index .onestepcheckout-shipping-payment-review .order-information:hover,.checkout-index-index .order-review-section:hover {
    box-shadow: none; }

.checkout-index-index #billing-new-address-form .fieldset .field,.checkout-index-index .address-information .fieldset .field,.checkout-index-index .address-information ul li {
  padding: 0; }

.checkout-index-index #billing-new-address-form label,.checkout-index-index #onestepcheckout-login-popup label,.checkout-index-index #shipping label,.checkout-index-index .field legend.label,.checkout-index-index .gift-messages-form .input-box label,.checkout-index-index .onestepcheckout-discount .discount-form label,.checkout-index-index .onestepcheckout-giftmessage .control label,.checkout-index-index .onestepcheckout-survey label,.checkout-index-index .sercurity-box .input-box label,.checkout-index-index .virtualCheckout .email-field label {
  position: absolute;
  top: 0;
  float: left;
  margin-bottom: 0.3125rem;
  color: #afafaf;
  font-family: "Questrial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-index-index #billing-new-address-form input.input-text:valid ~ label,.checkout-index-index #billing-new-address-form input:focus ~ label,.checkout-index-index #billing-new-address-form input:valid ~ label,.checkout-index-index #billing-new-address-form select:valid ~ label,.checkout-index-index #onestepcheckout-login-popup input.input-text:valid ~ label,.checkout-index-index #onestepcheckout-login-popup input:focus ~ label,.checkout-index-index #shipping .email-has-data ~ label,.checkout-index-index #shipping input.input-text:valid ~ label,.checkout-index-index #shipping input:disabled ~ label,.checkout-index-index #shipping input:focus ~ label,.checkout-index-index #shipping select:valid ~ label,.checkout-index-index .field legend.label,.checkout-index-index .gift-messages-form .input-box input:focus ~ label,.checkout-index-index .gift-messages-form input.input-text:valid ~ label,.checkout-index-index .onestepcheckout-discount .discount-form input.input-text:valid ~ label,.checkout-index-index .onestepcheckout-discount .discount-form input:focus ~ label,.checkout-index-index .onestepcheckout-giftmessage .control input:focus ~ label,.checkout-index-index .onestepcheckout-giftmessage .control textarea:focus ~ label,.checkout-index-index .sercurity-box .input-box input:focus ~ label,.checkout-index-index .sercurity-box input.input-text:valid ~ label,.checkout-index-index .virtualCheckout .email-field input:focus ~ label,.checkout-index-index .virtualCheckout .email-field input:valid ~ label {
  top: 0;
  color: #afafaf;
  font-size: 1rem; }

.checkout-index-index #billing-new-address-form input.input-text,.checkout-index-index #onestepcheckout-login-popup input.input-text,.checkout-index-index #shipping input.input-text,.checkout-index-index .billing-region-input,.checkout-index-index .gift-messages-form input.input-text,.checkout-index-index .onestepcheckout-discount .discount-form input.input-text,.checkout-index-index .sercurity-box input.input-text,.checkout-index-index .shipping-region-input,.checkout-index-index .virtualCheckout .email-field input.input-text,.checkout-index-index select,.checkout-index-index textarea {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #ccc;
  line-height: inherit; }
  .checkout-index-index #billing-new-address-form input.input-text:focus,.checkout-index-index #onestepcheckout-login-popup input.input-text:focus,.checkout-index-index #shipping input.input-text:focus,.checkout-index-index .billing-region-input:focus,.checkout-index-index .gift-messages-form input.input-text:focus,.checkout-index-index .onestepcheckout-discount .discount-form input.input-text:focus,.checkout-index-index .sercurity-box input.input-text:focus,.checkout-index-index .shipping-region-input:focus,.checkout-index-index .virtualCheckout .email-field input.input-text:focus,.checkout-index-index select:focus,.checkout-index-index textarea:focus {
    border: 1px solid #ff9a1f;
    box-shadow: none;
    background-color: rgba(255, 154, 31, 0.1); }
  .checkout-index-index #billing-new-address-form input.input-text.mage-error,.checkout-index-index #onestepcheckout-login-popup input.input-text.mage-error,.checkout-index-index #shipping input.input-text.mage-error,.checkout-index-index .billing-region-input.mage-error,.checkout-index-index .gift-messages-form input.input-text.mage-error,.checkout-index-index .onestepcheckout-discount .discount-form input.input-text.mage-error,.checkout-index-index .sercurity-box input.input-text.mage-error,.checkout-index-index .shipping-region-input.mage-error,.checkout-index-index .virtualCheckout .email-field input.input-text.mage-error,.checkout-index-index select.mage-error,.checkout-index-index textarea.mage-error {
    border: 1px solid #e02b27;
    box-shadow: none;
    background-color: rgba(224, 43, 39, 0.1); }

.checkout-index-index #billing-address-select,.checkout-index-index #billing-new-address-form select,.checkout-index-index #shipping select,.checkout-index-index .onestepcheckout-survey select {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #ccc;
  font-family: "Questrial", sans-serif;
  font-size: 0.9375rem !important;
  line-height: inherit; }
  .checkout-index-index #billing-address-select:focus,.checkout-index-index #billing-new-address-form select:focus,.checkout-index-index #shipping select:focus,.checkout-index-index .onestepcheckout-survey select:focus {
    border: 1px solid #ff9a1f;
    box-shadow: none;
    background-color: rgba(255, 154, 31, 0.1); }
  .checkout-index-index #billing-address-select.mage-error,.checkout-index-index #billing-new-address-form select.mage-error,.checkout-index-index #shipping select.mage-error,.checkout-index-index .onestepcheckout-survey select.mage-error {
    border: 1px solid #e02b27;
    box-shadow: none;
    background-color: rgba(224, 43, 39, 0.1); }

.checkout-index-index #billing-new-address-form .bar,.checkout-index-index #onestepcheckout-login-popup .bar,.checkout-index-index #shipping .bar,.checkout-index-index .gift-messages-form .bar,.checkout-index-index .onestepcheckout-discount .discount-form .bar,.checkout-index-index .sercurity-box .bar {
  display: none; }

.checkout-index-index #billing-new-address-form .one-field,.checkout-index-index #billing-new-address-form .two-fields,.checkout-index-index #onestepcheckout-login-popup .input-box,.checkout-index-index #shipping .one-field,.checkout-index-index #shipping .two-fields,.checkout-index-index .address-info-3-columns form .field,.checkout-index-index .gift-messages-form .input-box,.checkout-index-index .onestepcheckout-discount .discount-form .input-box {
  margin: 0.625rem 0 0; }

.checkout-index-index #billing-new-address-form .highlight,.checkout-index-index #onestepcheckout-login-popup .highlight,.checkout-index-index #shipping .highlight,.checkout-index-index .gift-messages-form .highlight,.checkout-index-index .onestepcheckout-discount .discount-form .highlight,.checkout-index-index .sercurity-box .highlight {
  display: none; }

.checkout-index-index #customer-email-fieldset .actions-toolbar {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.625rem 0 0; }

.checkout-index-index #customer-email-fieldset button,.checkout-index-index #onestepcheckout-forgot-button,.checkout-index-index #onestepcheckout-login-popup button.button,.checkout-index-index button#add_coupon_code_button,.checkout-index-index button#remove_coupon_code_button,.checkout-index-index button.osc-ok-button {
  background-color: #18b4bd !important; }
  .checkout-index-index #customer-email-fieldset button:hover,.checkout-index-index #onestepcheckout-forgot-button:hover,.checkout-index-index #onestepcheckout-login-popup button.button:hover,.checkout-index-index button#add_coupon_code_button:hover,.checkout-index-index button#remove_coupon_code_button:hover,.checkout-index-index button.osc-ok-button:hover {
    background: #018d96 !important; }

.checkout-index-index #one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section .sp-methods dt {
  margin: 0;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-index-index #checkout-step-shipping_method dd {
  padding-left: 0; }

.checkout-index-index .order-information ol li .onestepcheckout-shipping-method-section {
  padding: 0.625rem 0; }

.checkout-index-index #one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center; }

.checkout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods {
  width: 100%;
  padding: 0; }

.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 0; }

.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
  padding: 0; }

.checkout-index-index #checkout-payment-method-load .actions-toolbar {
  margin: 0; }

.checkout-index-index #co-transparent-form,.checkout-index-index #purchaseorder-form,.checkout-index-index .billing-address-same-as-shipping-block.checkbox-group,.checkout-index-index .payment-method-billing-address {
  margin: 0.625rem 0 0 !important; }

.checkout-index-index .checkbox-group label .check {
  top: 3px;
  border-color: #18b4bd; }

.checkout-index-index .checkbox-group label .box-check {
  border: 2px solid #ccc; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
  margin: 0;
  padding: 0.625rem 0 0; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.date .control,.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.date .control .control,.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.number .control {
  padding: 0; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field {
  margin-bottom: 0.3125rem; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.date {
  float: left;
  width: 70%; }

.checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.month {
  width: 60% !important; }
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.month .select {
    width: 100%; }

.checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.year {
  width: 40% !important; }
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.year .select {
    width: 100%; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.cvv {
  float: left;
  width: 28%;
  margin-left: 2%; }
  .checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.cvv .label span span {
    font-size: 0; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.cvv .label span span::after {
      font-size: 0.875rem;
      content: 'CVV'; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.cvv .control._with-tooltip {
  padding: 0; }
  .checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.cvv .control._with-tooltip .field-tooltip {
    top: 7px; }

.checkout-index-index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  margin-top: 0.625rem !important;
  padding: 0.625rem 0 0;
  border-top: 1px solid #ccc;
  font-size: 0.9375rem; }

.checkout-index-index .onestepcheckout-index-index .payment-method-title label > span {
  font-size: 1rem; }

.checkout-index-index .checkout-payment-method .step-title {
  margin-bottom: 1rem;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.checkout-index-index .payment-method form.form .control input,.checkout-index-index .payment-method form.form select {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #ccc;
  line-height: inherit; }
  .checkout-index-index .payment-method form.form .control input:focus,.checkout-index-index .payment-method form.form select:focus {
    border: 1px solid #ff9a1f;
    box-shadow: none;
    background-color: rgba(255, 154, 31, 0.1); }
  .checkout-index-index .payment-method form.form .control input.mage-error,.checkout-index-index .payment-method form.form select.mage-error {
    border: 1px solid #e02b27;
    box-shadow: none;
    background-color: rgba(224, 43, 39, 0.1); }

.checkout-index-index #billing-new-address-form {
  margin: 0; }

.checkout-index-index .wrap-payment-content .actions .action-cancel {
  height: auto !important;
  margin: 0.625rem 0 0 !important;
  padding: 0 1.25rem !important;
  box-shadow: none !important;
  background-color: #b3c43f !important;
  color: #fff !important; }
  .checkout-index-index .wrap-payment-content .actions .action-cancel:hover {
    box-shadow: none !important;
    background: #839025 !important; }

.checkout-index-index .wrap-payment-content .actions .action-update {
  height: auto !important;
  margin: 0.625rem 0 0 !important;
  padding: 0 1.25rem !important;
  box-shadow: none !important;
  background-color: #18b4bd !important; }
  .checkout-index-index .wrap-payment-content .actions .action-update:hover {
    box-shadow: none !important;
    background: #018d96 !important; }

.checkout-index-index #control_overlay_payment,.checkout-index-index #control_overlay_review,.checkout-index-index #control_overlay_shipping {
  opacity: 0.5;
  background: #fff; }

.checkout-index-index #checkout-review-table-wrapper {
  background: none !important; }

.checkout-index-index .one-step-checkout #review_step_header {
  border: none;
  background: none; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table {
  width: 100%; }

.checkout-index-index #checkout-review-table tfoot,.checkout-index-index #checkout-review-table thead {
  background: none; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table .even {
  background: none !important; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table thead th {
  padding: 0.625rem 0;
  font-size: 1.125rem;
  font-weight: 400; }

.checkout-index-index .osc-delete {
  width: 16px;
  height: 16px;
  background-size: cover;
  line-height: 1rem; }

.checkout-index-index .three-columns-new-osc #one-step-checkout-form .checkout-review-load .data-table td h2 {
  font-size: 1rem; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table td .price {
  font-size: 1.25rem;
  font-weight: 400; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody th {
  border: none !important;
  color: #222;
  font-weight: 400; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody td,.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody th {
  border: none !important; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody .totals .mark strong {
  color: #999;
  font-size: 1.375rem; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table td .control-qty {
  width: 17px;
  background: #dcdcd7; }

.checkout-index-index #one-step-checkout-form .checkout-review-load .data-table td .qty {
  border: 1px solid #ccc;
  text-align: center;
  height: 28px; }
  .checkout-index-index #one-step-checkout-form .checkout-review-load .data-table td .qty:focus {
    outline: none; }

.checkout-index-index #discount-form.discount-form .input-box {
  width: 100%;
  margin: 0;
  padding-top: 1.875rem; }

.checkout-index-index .order-review-info .onestepcheckout-discount .actions-button {
  margin: 0 0 1.25rem; }

.checkout-index-index #discount-form.discount-form .actions-button .action.apply-coupon {
  position: relative;
  top: 0;
  width: auto;
  padding: 0;
  box-shadow: none !important;
  background: none !important; }
  .checkout-index-index #discount-form.discount-form .actions-button .action.apply-coupon::after {
    position: relative;
    left: 5px;
    color: #b3c43f !important;
    font-family: 'yogibo';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\e601';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .checkout-index-index #discount-form.discount-form .actions-button .action.apply-coupon span {
    color: #b3c43f !important;
    font-size: 1.25rem !important; }
  .checkout-index-index #discount-form.discount-form .actions-button .action.apply-coupon:hover::after {
    color: #839025 !important; }
  .checkout-index-index #discount-form.discount-form .actions-button .action.apply-coupon:hover span {
    color: #839025 !important; }

.checkout-index-index button.onestepcheckout-btn-checkout {
  height: auto;
  box-shadow: none !important;
  background: #18b4bd !important;
  padding: 0.3125rem 1.875rem; }
  .checkout-index-index button.onestepcheckout-btn-checkout:hover {
    background: #018d96 !important; }
  .checkout-index-index button.onestepcheckout-btn-checkout .title {
    font-size: 1.5rem !important;
    font-weight: 400;
    text-transform: none; }
    .checkout-index-index button.onestepcheckout-btn-checkout .title::after {
      position: relative;
      left: 9px;
      color: #fff !important;
      font-family: 'yogibo';
      font-size: 1.125rem;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      content: '\e601';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.checkout-index-index #control_overlay {
  z-index: 9999; }

.checkout-index-index #onestepcheckout-login-popup {
  max-width: 100%;
  padding: 1.25rem;
  border-radius: 20px; }
  .checkout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-wrapper h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    background: none !important;
    color: #18b4bd;
    font-family: "Fredoka One", cursive;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: center;
    text-transform: none; }
  .checkout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-wrapper .title-forgot {
    font-size: 1rem;
    text-align: center; }
  .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table {
    width: 100%;
    padding: 0.625rem 0 0; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table .input-box {
      padding-top: 1.875rem; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link {
      padding: 0 !important;
      background: none;
      color: #b3c43f !important;
      font-size: 1rem !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link:hover {
        background: none;
        color: #839025 !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link span {
        display: none; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button {
      background-color: #18b4bd !important;
      color: #fff !important;
      text-transform: none !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button:hover {
        background: #018d96 !important; }
  .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table {
    width: 100%;
    padding: 0.625rem 0 0; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table .input-box {
      padding-top: 1.875rem; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table li {
      padding: 0; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table li::before {
        display: none; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table li .input-box {
        width: 100%; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button {
      min-width: 100px;
      background-color: #18b4bd !important;
      color: #fff !important;
      text-transform: none !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button:hover {
        background: #018d96 !important; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link {
      padding: 0 !important;
      background: none;
      color: #b3c43f !important;
      font-size: 1rem !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link:hover,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link:hover {
        background: none;
        color: #839025 !important; }
      .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link span,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link span {
        display: none; }
    .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table .forgot-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table .register-link {
      padding: 0;
      margin: 0; }

.checkout-index-index #checkout-step-shipping .action-add-new-address {
  float: left;
  height: auto !important;
  margin: 1.25rem 0;
  padding: 0 1.25rem !important;
  box-shadow: none !important;
  background-color: #18b4bd !important; }
  .checkout-index-index #checkout-step-shipping .action-add-new-address:hover {
    background: #018d96 !important; }

.checkout-index-index #shipping-new-address-form .field.checkbox-group {
  margin: 0.625rem 0 0 !important; }
  .checkout-index-index #shipping-new-address-form .field.checkbox-group::before {
    display: none !important; }

.checkout-index-index #opc-new-shipping-address .actions {
  padding: 0.625rem 0;
  text-align: left; }
  .checkout-index-index #opc-new-shipping-address .actions .action {
    margin: 0 !important; }
    .checkout-index-index #opc-new-shipping-address .actions .action.action-save-address {
      float: left;
      height: auto !important;
      margin-right: 1rem !important;
      padding: 0 1.25rem !important;
      box-shadow: none !important;
      background-color: #18b4bd !important; }
      .checkout-index-index #opc-new-shipping-address .actions .action.action-save-address:hover {
        background: #018d96 !important; }
    .checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup {
      padding: 0 1.25rem !important;
      box-shadow: none !important;
      background: none !important;
      color: #b3c43f !important;
      font-size: 1.125rem !important; }
      .checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup:hover {
        background: none;
        color: #839025 !important; }

.checkout-index-index .storepickup-information {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.25rem;
  text-align: left; }
  .checkout-index-index .storepickup-information .list-store-to-pickup label {
    width: 100%;
    margin: 0;
    line-height: 2.5rem; }
  .checkout-index-index .storepickup-information .list-store-to-pickup .list-store-select.disable-ul {
    width: 100%;
    height: auto; }
  .checkout-index-index .storepickup-information #select_store_by_map {
    padding: 0.625rem 0;
    color: #18b4bd;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    cursor: pointer; }

.checkout-index-index .info-store-checkout {
  margin-top: 0.9375rem; }
  .checkout-index-index .info-store-checkout h3 {
    padding: 0;
    font-size: 1.25rem; }
  .checkout-index-index .info-store-checkout p {
    display: inline-block;
    width: 100%;
    margin: 0 0 0.3125rem; }
  .checkout-index-index .info-store-checkout .info-store-checkout-alert {
    color: #ff0000; }

.checkout-index-index #one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section ul li label {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }

.checkout-index-index #onestepcheckout-register-table {
  width: 100%;
  padding: 0; }
  .checkout-index-index #onestepcheckout-register-table li {
    margin: 0;
    padding: 0; }
    .checkout-index-index #onestepcheckout-register-table li .input-box {
      padding-top: 1.875rem; }
    .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2 {
      padding: 0 !important;
      background: none;
      color: #b3c43f !important;
      font-size: 1rem !important; }
      .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2:hover {
        background: none;
        color: #839025 !important; }
      .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2 span {
        display: none; }
    .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button {
      min-width: 100px;
      background-color: #18b4bd !important;
      color: #fff !important;
      text-transform: none !important; }
      .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button:hover {
        background: #018d96 !important; }

.checkout-index-index #onestepcheckout-login-popup-contents-register p.title-register {
  width: 100%;
  margin: 0;
  padding: 0.625rem 0;
  font-size: 1rem;
  text-align: center; }

.checkout-index-index #onestepcheckout-login-popup p.close,.checkout-index-index #onestepcheckout-toc-popup p.close {
  top: -20px;
  right: -20px;
  opacity: 1;
  color: #000; }

.checkout-index-index #onestepcheckout-login-popup p.close a,.checkout-index-index #onestepcheckout-login-popup p.close a:link,.checkout-index-index #onestepcheckout-login-popup p.close a:visited,.checkout-index-index #onestepcheckout-toc-popup p.close a,.checkout-index-index #onestepcheckout-toc-popup p.close a:link,.checkout-index-index #onestepcheckout-toc-popup p.close a:visited {
  color: #999; }

.checkout-index-index .order-faq {
  display: inline-block;
  width: 100%;
  margin: 1.875rem 0 0; }
  .checkout-index-index .order-faq h1 {
    margin-bottom: 0.625rem;
    font-size: 1.625rem; }
  .checkout-index-index .order-faq .order-faq-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    .checkout-index-index .order-faq .order-faq-list .left-block,.checkout-index-index .order-faq .order-faq-list .right-block {
      width: 100%; }
      .checkout-index-index .order-faq .order-faq-list .left-block .item:nth-of-type(1),.checkout-index-index .order-faq .order-faq-list .right-block .item:nth-of-type(1) {
        animation-delay: 0.5s; }
      .checkout-index-index .order-faq .order-faq-list .left-block .item:nth-of-type(2),.checkout-index-index .order-faq .order-faq-list .right-block .item:nth-of-type(2) {
        animation-delay: 0.75s; }
      .checkout-index-index .order-faq .order-faq-list .left-block .item:nth-of-type(3),.checkout-index-index .order-faq .order-faq-list .right-block .item:nth-of-type(3) {
        animation-delay: 1s; }
    .checkout-index-index .order-faq .order-faq-list .item {
      position: relative;
      width: 100%;
      margin: 0 0 1.25rem;
      padding: 0;
      background: #f2f2f2;
      animation: flipdown 0.5s ease both; }
      .checkout-index-index .order-faq .order-faq-list .item:nth-of-type(1) {
        animation-delay: 0.5s; }
      .checkout-index-index .order-faq .order-faq-list .item:nth-of-type(2) {
        animation-delay: 0.75s; }
      .checkout-index-index .order-faq .order-faq-list .item:nth-of-type(3) {
        animation-delay: 1s; }
      .checkout-index-index .order-faq .order-faq-list .item .order-faq-title {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0.9375rem;
        padding-left: 4.0625rem;
        background: url("../images/ques-icon.png") no-repeat 15px center;
        color: #18b4bd;
        font-size: 1.125rem;
        text-decoration: none; }
      .checkout-index-index .order-faq .order-faq-list .item input[type=checkbox] {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer; }
        .checkout-index-index .order-faq .order-faq-list .item input[type=checkbox]:checked ~ .order-faq-content {
          max-height: 0;
          padding: 0;
          transform: translate(0, 50%);
          opacity: 0; }
    .checkout-index-index .order-faq .order-faq-list .order-faq-content {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0.9375rem 0.9375rem 1.875rem 4.0625rem;
      overflow: hidden;
      transform: translate(0, 0);
      opacity: 1;
      background: url("../images/ans-icon.png") no-repeat 15px 15px;
      color: rgba(48, 69, 92, 0.8);
      font-size: 1rem;
      line-height: 1.5rem; }
      .checkout-index-index .order-faq .order-faq-list .order-faq-content p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 1.5rem; }

@keyframes flipdown {
  0% {
    transform: rotateX(-90deg);
    transform-origin: top center;
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform: rotateX(0deg);
    transform-origin: top center; } }

.checkout-index-index .modals-wrapper .modal-popup.confirm,.checkout-index-index .modals-wrapper .modal-slide.modal-popup {
  z-index: 10000;
  left: 0; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-inner-wrap {
    top: 5%;
    left: 0;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto; }
    .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-header,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-inner-wrap .modal-header {
      padding: 1.25rem;
      border-bottom: 1px solid #ccc; }
    .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-title,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-inner-wrap .modal-title {
      margin: 0;
      padding: 0;
      border: 0;
      color: #18b4bd;
      font-size: 1.25rem; }
    .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-content,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-inner-wrap .modal-content {
      padding: 1.25rem; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-inline,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0;
    padding: 0; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-4,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-4 {
    width: 100%; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-5,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-5 {
    width: 100%; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 {
    width: 100%;
    margin-top: 0.625rem; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 {
    width: 100%;
    padding: 0; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .search-content .search-by-area .form-control,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .search-content .search-by-area .form-control {
    padding: 0.375rem 0.625rem; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .slider-range,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .slider-range {
    width: 80%; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .search-tab,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .search-tab {
    border-radius: 0; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .search-tab.active,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .search-tab.active {
    background-color: #b3c43f; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .search-filter,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .search-filter {
    margin-top: 0; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer {
    padding: 0.625rem 1.25rem; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .form-information,.checkout-index-index .modals-wrapper .modal-popup.confirm .map-box-container,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-information,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .map-box-container {
    padding: 0; }

.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap {
  width: 600px; }
  .checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 2.5rem 1.25rem;
    text-align: center; }

.checkout-index-index .modals-wrapper .modals-overlay {
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.8); }

.cms-page-view .breadcrumbs .items,.contact-index-index .breadcrumbs .items {
  padding: 1.25rem 5%; }
  .cms-page-view .breadcrumbs .items .item,.contact-index-index .breadcrumbs .items .item {
    color: #f4b02c;
    font-size: 1rem; }
    .cms-page-view .breadcrumbs .items .item:first-child::before,.contact-index-index .breadcrumbs .items .item:first-child::before {
      display: none; }
    .cms-page-view .breadcrumbs .items .item::before,.contact-index-index .breadcrumbs .items .item::before {
      position: relative;
      top: -2px;
      margin: 0 0.3125rem;
      color: #aaa;
      content: '|'; }
    .cms-page-view .breadcrumbs .items .item::after,.contact-index-index .breadcrumbs .items .item::after {
      display: none; }
  .cms-page-view .breadcrumbs .items a,.contact-index-index .breadcrumbs .items a {
    color: #9b9b9b;
    font-size: 1rem;
    text-transform: none; }
    .cms-page-view .breadcrumbs .items a:hover,.contact-index-index .breadcrumbs .items a:hover {
      color: #f4b02c;
      text-decoration: none; }

.cms-page-view .green-page-title,.contact-index-index .green-page-title {
  padding-bottom: 1.25rem;
  color: #bccf02; }
  .cms-page-view .green-page-title.small,.contact-index-index .green-page-title.small {
    font-size: 1.125rem; }

.cms-page-view .page-title-large,.contact-index-index .page-title-large {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 1rem;
  color: #18b4bd;
  font-family: "Fredoka One", cursive;
  font-size: 2.25rem;
  text-align: center; }

.cms-page-view .page-title-wrapper,.contact-index-index .page-title-wrapper {
  display: none; }

.cms-page-view.cms-social-media .columns,.contact-index-index.cms-social-media .columns {
  width: 100%;
  max-width: 100%; }
  .cms-page-view.cms-social-media .columns .column.main,.contact-index-index.cms-social-media .columns .column.main {
    width: 100%;
    padding: 0; }

.cms-page-view.cms-why-yogibo .breadcrumbs,.contact-index-index.cms-why-yogibo .breadcrumbs {
  display: none; }

.cms-page-view.cms-why-yogibo .columns,.contact-index-index.cms-why-yogibo .columns {
  width: 100%;
  max-width: 100%; }
  .cms-page-view.cms-why-yogibo .columns .column.main,.contact-index-index.cms-why-yogibo .columns .column.main {
    width: 100%;
    padding: 0; }

.cms-page-view.cms-why-yogibo .footer-shop-block,.contact-index-index.cms-why-yogibo .footer-shop-block {
  width: 90%;
  margin: 1.875rem 5%; }
  .cms-page-view.cms-why-yogibo .footer-shop-block.inspired a,.contact-index-index.cms-why-yogibo .footer-shop-block.inspired a {
    color: #ffa824; }
    .cms-page-view.cms-why-yogibo .footer-shop-block.inspired a:hover,.contact-index-index.cms-why-yogibo .footer-shop-block.inspired a:hover {
      color: #b5811b; }
  .cms-page-view.cms-why-yogibo .footer-shop-block.shop a,.contact-index-index.cms-why-yogibo .footer-shop-block.shop a {
    color: #0dbbc6; }
    .cms-page-view.cms-why-yogibo .footer-shop-block.shop a:hover,.contact-index-index.cms-why-yogibo .footer-shop-block.shop a:hover {
      color: #0d7b82; }
  .cms-page-view.cms-why-yogibo .footer-shop-block.our-story a,.contact-index-index.cms-why-yogibo .footer-shop-block.our-story a {
    color: #c9d654; }
    .cms-page-view.cms-why-yogibo .footer-shop-block.our-story a:hover,.contact-index-index.cms-why-yogibo .footer-shop-block.our-story a:hover {
      color: #838f1a; }

.cms-page-view .full-screen-video,.contact-index-index .full-screen-video {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.cms-page-view .interior-why-yogibo .head,.contact-index-index .interior-why-yogibo .head {
  margin: 0;
  padding: 3.125rem 0;
  color: #18b4bd;
  font-size: 3.875em;
  font-weight: 400;
  text-align: center; }
  .cms-page-view .interior-why-yogibo .head span,.contact-index-index .interior-why-yogibo .head span {
    font-family: "Fredoka One", cursive; }

.cms-page-view .interior-why-yogibo .full-block,.contact-index-index .interior-why-yogibo .full-block {
  width: 100%;
  margin-bottom: 2.5rem; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    height: 380px;
    padding: 4.375rem 6.25rem 0 43.75rem; }
  .cms-page-view .interior-why-yogibo .full-block.left-col,.contact-index-index .interior-why-yogibo .full-block.left-col {
    height: 400px;
    padding: 4.375rem 33.125rem 0 10.625rem; }
    .cms-page-view .interior-why-yogibo .full-block.left-col h1,.contact-index-index .interior-why-yogibo .full-block.left-col h1 {
      color: #ff9a1f; }
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    background-image: url("../images/why-yogibo-img1.png");
    background-repeat: no-repeat;
    background-position: 70px top; }
  .cms-page-view .interior-why-yogibo .full-block.lightweight,.contact-index-index .interior-why-yogibo .full-block.lightweight {
    background-image: url("../images/why-yogibo-img2.png");
    background-repeat: no-repeat;
    background-position: 770px top; }
  .cms-page-view .interior-why-yogibo .full-block h1,.contact-index-index .interior-why-yogibo .full-block h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #f85e1a;
    font-family: "Fredoka One", cursive;
    font-size: 3.125em; }
  .cms-page-view .interior-why-yogibo .full-block p,.contact-index-index .interior-why-yogibo .full-block p {
    color: #666;
    font-size: 1.25em;
    letter-spacing: 0.03125rem;
    line-height: 1.875rem; }

.cms-page-view .interior-why-yogibo .full-block1,.contact-index-index .interior-why-yogibo .full-block1 {
  width: auto;
  margin-bottom: 2.5rem; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    height: 380px;
    margin: 0 6.25rem;
    padding: 3.125rem 3.125rem 0 31.25rem; }
  .cms-page-view .interior-why-yogibo .full-block1.left-col,.contact-index-index .interior-why-yogibo .full-block1.left-col {
    height: 435px;
    padding: 7.5rem 28.125rem 0 13.75rem; }
    .cms-page-view .interior-why-yogibo .full-block1.left-col h1,.contact-index-index .interior-why-yogibo .full-block1.left-col h1 {
      color: #f85e1a; }
  .cms-page-view .interior-why-yogibo .full-block1.durable,.contact-index-index .interior-why-yogibo .full-block1.durable {
    background-image: url("../images/why-yogibo-img3.png");
    background-repeat: no-repeat;
    background-position: 70px top; }
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    background-image: url("../images/why-yogibo-img4.png");
    background-repeat: no-repeat;
    background-position: 770px top; }
  .cms-page-view .interior-why-yogibo .full-block1 h1,.contact-index-index .interior-why-yogibo .full-block1 h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #ff9a1f;
    font-family: 'Fredoka One', cursive;
    font-size: 3.125em; }
  .cms-page-view .interior-why-yogibo .full-block1 p,.contact-index-index .interior-why-yogibo .full-block1 p {
    color: #666;
    font-size: 1.25em;
    letter-spacing: 0.03125rem;
    line-height: 1.875rem; }

.cms-page-view .interior-why-yogibo .assembled,.contact-index-index .interior-why-yogibo .assembled {
  height: 574px;
  margin-bottom: 3.75rem;
  background: url("../images/assembled-bg.jpg") no-repeat center top; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 620px;
    height: 500px;
    margin: 0 auto;
    padding: 15rem 4.375rem 0 0.625rem;
    text-align: center; }
    .cms-page-view .interior-why-yogibo .assembled .assembled-content h1,.contact-index-index .interior-why-yogibo .assembled .assembled-content h1 {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #f85e1a;
      font-family: 'Fredoka One', cursive;
      font-size: 3.125em; }
    .cms-page-view .interior-why-yogibo .assembled .assembled-content p,.contact-index-index .interior-why-yogibo .assembled .assembled-content p {
      color: #666;
      font-size: 1.25em;
      letter-spacing: 0.03125rem;
      line-height: 1.875rem; }

.cms-page-view .footer-shop-block,.contact-index-index .footer-shop-block {
  width: 100%;
  margin: 1.875rem 0; }
  .cms-page-view .footer-shop-block ul,.contact-index-index .footer-shop-block ul {
    margin: 0;
    padding: 0; }
  .cms-page-view .footer-shop-block li,.contact-index-index .footer-shop-block li {
    float: left;
    width: 100%;
    margin: 0 0 1.5625rem;
    list-style-type: none;
    text-align: center; }
    .cms-page-view .footer-shop-block li .shop-icon,.contact-index-index .footer-shop-block li .shop-icon {
      display: block;
      padding-bottom: 1.25rem;
      font-size: 6.25rem; }
    .cms-page-view .footer-shop-block li a,.contact-index-index .footer-shop-block li a {
      font-family: "Fredoka One", cursive;
      font-size: 1.1875rem; }
      .cms-page-view .footer-shop-block li a span,.contact-index-index .footer-shop-block li a span {
        font-size: 0.8125rem; }
    .cms-page-view .footer-shop-block li.inspired a,.contact-index-index .footer-shop-block li.inspired a {
      color: #ffa824; }
      .cms-page-view .footer-shop-block li.inspired a:hover,.contact-index-index .footer-shop-block li.inspired a:hover {
        color: #b5811b; }
    .cms-page-view .footer-shop-block li.shop a,.contact-index-index .footer-shop-block li.shop a {
      color: #c9d654; }
      .cms-page-view .footer-shop-block li.shop a:hover,.contact-index-index .footer-shop-block li.shop a:hover {
        color: #838f1a; }
    .cms-page-view .footer-shop-block li.our-story a,.contact-index-index .footer-shop-block li.our-story a {
      color: #0dbbc6; }
      .cms-page-view .footer-shop-block li.our-story a:hover,.contact-index-index .footer-shop-block li.our-story a:hover {
        color: #0d7b82; }

.cms-page-view .columns,.contact-index-index .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 0 1.875rem; }
  .cms-page-view .columns:after,.contact-index-index .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .cms-page-view .columns .sidebar-main,.contact-index-index .columns .sidebar-main {
    width: 100%;
    padding: 0 0.9375rem;
    text-align: center; }
    .cms-page-view .columns .sidebar-main .block-title h1,.contact-index-index .columns .sidebar-main .block-title h1 {
      margin: 0 0 0.625rem;
      padding: 0;
      color: #9b9b9b;
      font-family: "Fredoka One", cursive;
      font-size: 1.5625rem;
      text-transform: lowercase; }
    .cms-page-view .columns .sidebar-main .block,.contact-index-index .columns .sidebar-main .block {
      display: inline-block;
      width: 100%;
      margin: 0; }
    .cms-page-view .columns .sidebar-main .account-list,.cms-page-view .columns .sidebar-main .page-list,.contact-index-index .columns .sidebar-main .account-list,.contact-index-index .columns .sidebar-main .page-list {
      float: left;
      width: 100%;
      margin-bottom: 1.25rem;
      padding: 0; }
      .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item {
        float: left;
        width: 100%;
        margin: 0.125rem 0;
        list-style-type: none;
        font-size: 1.25rem; }
        .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a {
          float: left;
          width: 100%;
          padding: 0.3125rem 1.25rem;
          color: #9b9b9b;
          line-height: 1.5rem;
          text-transform: lowercase; }
          .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a:hover {
            padding: 0.3125rem 1.25rem;
            border-radius: 25px;
            background: #ff9a1f;
            color: #fff; }
  .cms-page-view .columns .column.main,.contact-index-index .columns .column.main {
    width: 100%;
    padding: 0 0.9375rem 1.875rem; }

.cms-page-view .about-page-content,.contact-index-index .about-page-content {
  float: left;
  width: 100%; }
  .cms-page-view .about-page-content .content-left,.contact-index-index .about-page-content .content-left {
    float: left;
    width: 60%; }
  .cms-page-view .about-page-content .content-right,.contact-index-index .about-page-content .content-right {
    float: left;
    width: 40%;
    text-align: center; }
  .cms-page-view .about-page-content h1,.contact-index-index .about-page-content h1 {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #666;
    font-size: 1.5rem;
    line-height: 1.875rem; }
  .cms-page-view .about-page-content p,.contact-index-index .about-page-content p {
    display: block;
    margin: 0;
    padding-bottom: 0.9375rem;
    color: #666;
    font-size: 1rem;
    line-height: 1.625rem; }
    .cms-page-view .about-page-content p img,.contact-index-index .about-page-content p img {
      margin: 0.1875rem 2.5rem 2.5rem 0.1875rem !important; }
  .cms-page-view .about-page-content.privacy-content h1,.contact-index-index .about-page-content.privacy-content h1 {
    color: #bccf02;
    font-size: 2rem; }
  .cms-page-view .about-page-content.privacy-content h3,.contact-index-index .about-page-content.privacy-content h3 {
    margin: 0;
    padding: 0 0 0.625rem; }
  .cms-page-view .about-page-content.privacy-content p,.contact-index-index .about-page-content.privacy-content p {
    padding-bottom: 1.875rem; }
  .cms-page-view .about-page-content.privacy-content .disc,.contact-index-index .about-page-content.privacy-content .disc {
    margin-bottom: 1.875rem;
    margin-left: 0.75rem;
    padding: 0;
    color: #666;
    font-size: 1.3em;
    line-height: 2.5rem; }

.cms-page-view .coupon-code .page-title,.contact-index-index .coupon-code .page-title {
  padding-bottom: 1.25rem;
  color: #bccf02;
  font-size: 3.25rem; }

.cms-page-view .coupon-code p,.contact-index-index .coupon-code p {
  display: block;
  padding-bottom: 0.9375rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.625rem; }

.cms-page-view .coupon-code .about-wrap,.contact-index-index .coupon-code .about-wrap {
  float: left;
  width: 100%; }
  .cms-page-view .coupon-code .about-wrap .left-blk,.cms-page-view .coupon-code .about-wrap .right-blk,.contact-index-index .coupon-code .about-wrap .left-blk,.contact-index-index .coupon-code .about-wrap .right-blk {
    float: left;
    width: 100%;
    padding: 0 0 1.5625rem; }
  .cms-page-view .coupon-code .about-wrap .right-blk,.contact-index-index .coupon-code .about-wrap .right-blk {
    text-align: center; }

.cms-page-view .financing-wrap h2,.contact-index-index .financing-wrap h2 {
  font-size: 1.375rem;
  line-height: 1.5; }

.cms-page-view .financing-wrap h3,.contact-index-index .financing-wrap h3 {
  font-size: 1rem; }

.cms-page-view .form.contact,.contact-index-index .form.contact {
  width: 100%; }
  .cms-page-view .form.contact .fieldset,.contact-index-index .form.contact .fieldset {
    width: 100%;
    margin: 0 0 1.25rem;
    text-align: center; }
    .cms-page-view .form.contact .fieldset .legend,.contact-index-index .form.contact .fieldset .legend {
      width: 100%;
      margin: 0; }
    .cms-page-view .form.contact .fieldset .field.note,.contact-index-index .form.contact .fieldset .field.note {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0 0 0.625rem;
      color: #666;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center; }
      .cms-page-view .form.contact .fieldset .field.note::before,.contact-index-index .form.contact .fieldset .field.note::before {
        display: none; }
  .cms-page-view .form.contact .contact-desc,.contact-index-index .form.contact .contact-desc {
    float: left;
    width: 100%;
    padding: 0 0 1.25rem;
    color: #18b4bd;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center; }
  .cms-page-view .form.contact .contact-form-block,.contact-index-index .form.contact .contact-form-block {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: left; }
    .cms-page-view .form.contact .contact-form-block .field,.contact-index-index .form.contact .contact-form-block .field {
      margin: 0 0 1.25rem; }
      .cms-page-view .form.contact .contact-form-block .field.email,.contact-index-index .form.contact .contact-form-block .field.email {
        float: left;
        width: 48%; }
      .cms-page-view .form.contact .contact-form-block .field.telephone,.contact-index-index .form.contact .contact-form-block .field.telephone {
        float: right;
        width: 48%; }
      .cms-page-view .form.contact .contact-form-block .field .label,.contact-index-index .form.contact .contact-form-block .field .label {
        display: inline-block;
        width: 100%;
        padding: 0 0 0.3125rem;
        color: #898989;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase; }
        .cms-page-view .form.contact .contact-form-block .field .label em,.contact-index-index .form.contact .contact-form-block .field .label em {
          color: #d91b2a; }
  .cms-page-view .form.contact .actions-toolbar,.contact-index-index .form.contact .actions-toolbar {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    .cms-page-view .form.contact .actions-toolbar .primary,.contact-index-index .form.contact .actions-toolbar .primary {
      float: none; }

.wordpress-homepage-view .breadcrumbs .items,.wordpress-post-view .breadcrumbs .items,.wordpress-user-view .breadcrumbs .items {
  padding: 1.25rem 5%; }
  .wordpress-homepage-view .breadcrumbs .items .item,.wordpress-post-view .breadcrumbs .items .item,.wordpress-user-view .breadcrumbs .items .item {
    color: #f4b02c;
    font-size: 1rem; }
    .wordpress-homepage-view .breadcrumbs .items .item:first-child::before,.wordpress-post-view .breadcrumbs .items .item:first-child::before,.wordpress-user-view .breadcrumbs .items .item:first-child::before {
      display: none; }
    .wordpress-homepage-view .breadcrumbs .items .item::before,.wordpress-post-view .breadcrumbs .items .item::before,.wordpress-user-view .breadcrumbs .items .item::before {
      position: relative;
      top: -2px;
      margin: 0 0.3125rem;
      color: #aaa;
      content: '|'; }
    .wordpress-homepage-view .breadcrumbs .items .item::after,.wordpress-post-view .breadcrumbs .items .item::after,.wordpress-user-view .breadcrumbs .items .item::after {
      display: none; }
  .wordpress-homepage-view .breadcrumbs .items a,.wordpress-post-view .breadcrumbs .items a,.wordpress-user-view .breadcrumbs .items a {
    color: #9b9b9b;
    font-size: 1rem;
    text-transform: none; }
    .wordpress-homepage-view .breadcrumbs .items a:hover,.wordpress-post-view .breadcrumbs .items a:hover,.wordpress-user-view .breadcrumbs .items a:hover {
      color: #f4b02c;
      text-decoration: none; }

.wordpress-homepage-view .columns,.wordpress-post-view .columns,.wordpress-user-view .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 0 1.875rem; }
  .wordpress-homepage-view .columns:after,.wordpress-post-view .columns:after,.wordpress-user-view .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .wordpress-homepage-view .columns .sidebar-main,.wordpress-post-view .columns .sidebar-main,.wordpress-user-view .columns .sidebar-main {
    width: 100%;
    padding: 0 0.9375rem;
    text-align: center; }
    .wordpress-homepage-view .columns .sidebar-main .block-title,.wordpress-post-view .columns .sidebar-main .block-title,.wordpress-user-view .columns .sidebar-main .block-title {
      margin: 0 0 0.625rem;
      padding: 0;
      border: none;
      color: #9b9b9b;
      font-family: "Fredoka One", cursive;
      font-size: 1.5625rem;
      text-transform: lowercase; }
      .wordpress-homepage-view .columns .sidebar-main .block-title strong,.wordpress-post-view .columns .sidebar-main .block-title strong,.wordpress-user-view .columns .sidebar-main .block-title strong {
        display: inline-block;
        width: 100%;
        padding: 0 1.25rem;
        font-size: 1.25rem; }
    .wordpress-homepage-view .columns .sidebar-main .block,.wordpress-post-view .columns .sidebar-main .block,.wordpress-user-view .columns .sidebar-main .block {
      display: inline-block;
      width: 100%;
      margin: 0 0 1.875rem; }
    .wordpress-homepage-view .columns .sidebar-main .block-sidebar-title,.wordpress-post-view .columns .sidebar-main .block-sidebar-title,.wordpress-user-view .columns .sidebar-main .block-sidebar-title {
      margin: 0; }
    .wordpress-homepage-view .columns .sidebar-main .block-blog-search .block-title,.wordpress-post-view .columns .sidebar-main .block-blog-search .block-title,.wordpress-user-view .columns .sidebar-main .block-blog-search .block-title {
      padding: 0; }
    .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0; }
      .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search .input-text {
        width: 50%;
        margin: 0 0.625rem 0 0; }
      .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search .button:hover span,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search .button:hover span,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search .button:hover span {
        color: #fff; }
      .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search .button span,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search .button span,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search .button span {
        color: #fff; }
    .wordpress-homepage-view .columns .sidebar-main .block-blog-comments ul,.wordpress-post-view .columns .sidebar-main .block-blog-comments ul,.wordpress-user-view .columns .sidebar-main .block-blog-comments ul {
      float: left;
      width: 100%;
      margin-bottom: 1.25rem;
      padding: 0; }
      .wordpress-homepage-view .columns .sidebar-main .block-blog-comments ul .item,.wordpress-post-view .columns .sidebar-main .block-blog-comments ul .item,.wordpress-user-view .columns .sidebar-main .block-blog-comments ul .item {
        float: left;
        width: 100%;
        margin: 0.3125rem 0;
        list-style-type: none;
        font-size: 1.25rem;
        line-height: 1.875rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-comments ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-comments ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-comments ul .item a {
          display: block;
          width: 100%;
          color: #9b9b9b;
          line-height: 1.5rem;
          text-transform: lowercase; }
          .wordpress-homepage-view .columns .sidebar-main .block-blog-comments ul .item a:hover,.wordpress-post-view .columns .sidebar-main .block-blog-comments ul .item a:hover,.wordpress-user-view .columns .sidebar-main .block-blog-comments ul .item a:hover {
            color: #18b4bd; }
    .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul {
      float: left;
      width: 100%;
      margin-bottom: 1.25rem;
      padding: 0; }
      .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item {
        float: left;
        width: 100%;
        margin: 0.125rem 0;
        list-style-type: none;
        font-size: 1.125rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item a {
          float: left;
          width: 100%;
          padding: 0.3125rem 1.25rem;
          border-radius: 25px;
          color: #9b9b9b;
          line-height: 1.5rem;
          text-transform: lowercase; }
          .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item a:hover,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item a:hover,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item a:hover,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item a:hover,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item a:hover,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item a:hover,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item a:hover,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item a:hover,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item a:hover {
            background: #ff9a1f;
            color: #fff; }
  .wordpress-homepage-view .columns .column.main,.wordpress-post-view .columns .column.main,.wordpress-user-view .columns .column.main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    padding: 0 0.9375rem 1.875rem; }
    .wordpress-homepage-view .columns .column.main .page-title-wrapper,.wordpress-post-view .columns .column.main .page-title-wrapper,.wordpress-user-view .columns .column.main .page-title-wrapper {
      display: block; }
      .wordpress-homepage-view .columns .column.main .page-title-wrapper .page-title,.wordpress-post-view .columns .column.main .page-title-wrapper .page-title,.wordpress-user-view .columns .column.main .page-title-wrapper .page-title {
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 1.5625rem;
        text-align: left; }
        .wordpress-homepage-view .columns .column.main .page-title-wrapper .page-title span,.wordpress-post-view .columns .column.main .page-title-wrapper .page-title span,.wordpress-user-view .columns .column.main .page-title-wrapper .page-title span {
          color: #bccf02; }
    .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list {
      width: 100%; }
      .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item {
        width: 100%;
        margin: 0 0 1.875rem;
        border-bottom: 1px solid #ccc; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 {
          margin: 0 0 1rem;
          color: #18b4bd;
          font-size: 1rem; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a {
          color: #666;
          font-size: 1.375rem; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a:hover,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a:hover,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a:hover {
            color: #18b4bd; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry {
          margin: 0 0 1.875rem; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image {
            float: left;
            width: 40%;
            margin: 0 1.25rem 0 0; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt {
            margin: 0 0 0.625rem;
            font-size: 1rem;
            line-height: 1.5rem; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta {
            clear: none;
            margin: 1rem 0 0;
            padding-right: 1.25rem;
            font-size: 0.75rem;
            text-align: right; }
            .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item {
              display: block;
              margin: 0;
              color: #18b4bd;
              font-size: 0.9375rem; }
              .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item.post-user,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item.post-user,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-meta .post-meta-item.post-user {
                font-size: 1rem;
                font-weight: 600; }
    .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager,.wordpress-post-view .columns .column.main .post-list-wrapper .pager,.wordpress-user-view .columns .column.main .post-list-wrapper .pager {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .limiter,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .limiter,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .limiter {
        display: none; }
      .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .toolbar-amount,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .toolbar-amount,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .toolbar-amount {
        padding: 0 0 0.625rem; }
      .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item {
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a {
          color: #18b4bd; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a:hover,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a:hover,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item a:hover {
            color: #f18c11; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.current .page,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.current .page,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.current .page {
          color: #666;
          font-size: 1rem;
          font-weight: 400; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action,.wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action {
          width: 30px;
          margin: 0;
          border: none;
          color: #18b4bd; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action:hover::before,.wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action:hover::before,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action:hover::before,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action:hover::before,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action:hover::before,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action:hover::before {
            color: #f18c11; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action::before,.wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action::before,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action::before,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action::before,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-next .action::before,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .pages .pages-items .item.pages-item-previous .action::before {
            color: #18b4bd; }
    .wordpress-homepage-view .columns .column.main .post-view .post-date-top,.wordpress-post-view .columns .column.main .post-view .post-date-top,.wordpress-user-view .columns .column.main .post-view .post-date-top {
      color: #18b4bd;
      font-size: 1.1875rem;
      line-height: 1.875rem; }
      .wordpress-homepage-view .columns .column.main .post-view .post-date-top .by-author,.wordpress-post-view .columns .column.main .post-view .post-date-top .by-author,.wordpress-user-view .columns .column.main .post-view .post-date-top .by-author {
        font-size: 1.625rem; }
    .wordpress-homepage-view .columns .column.main .post-view p,.wordpress-post-view .columns .column.main .post-view p,.wordpress-user-view .columns .column.main .post-view p {
      font-size: 0.9375rem;
      line-height: 1.5rem; }
    .wordpress-homepage-view .columns .column.main .post-view ul,.wordpress-post-view .columns .column.main .post-view ul,.wordpress-user-view .columns .column.main .post-view ul {
      margin: 0.625rem 0;
      padding: 0 0 0 1.25rem;
      list-style-type: disc; }
      .wordpress-homepage-view .columns .column.main .post-view ul li,.wordpress-post-view .columns .column.main .post-view ul li,.wordpress-user-view .columns .column.main .post-view ul li {
        font-size: 0.9375rem;
        line-height: 1.25rem; }
    .wordpress-homepage-view .columns .column.main .post-view img.alignleft,.wordpress-post-view .columns .column.main .post-view img.alignleft,.wordpress-user-view .columns .column.main .post-view img.alignleft {
      display: block;
      float: none;
      margin: 0 0 1.25rem; }
    .wordpress-homepage-view .columns .column.main .post-view .post-meta,.wordpress-post-view .columns .column.main .post-view .post-meta,.wordpress-user-view .columns .column.main .post-view .post-meta {
      clear: none;
      padding-right: 1.25rem;
      font-size: 0.75rem;
      text-align: right; }
      .wordpress-homepage-view .columns .column.main .post-view .post-meta .post-meta-item,.wordpress-post-view .columns .column.main .post-view .post-meta .post-meta-item,.wordpress-user-view .columns .column.main .post-view .post-meta .post-meta-item {
        display: block;
        margin: 0;
        color: #18b4bd;
        font-size: 0.9375rem;
        line-height: 1.875rem; }
        .wordpress-homepage-view .columns .column.main .post-view .post-meta .post-meta-item.post-user,.wordpress-post-view .columns .column.main .post-view .post-meta .post-meta-item.post-user,.wordpress-user-view .columns .column.main .post-view .post-meta .post-meta-item.post-user {
          font-size: 1rem;
          font-weight: 600; }
    .wordpress-homepage-view .columns .column.main .post-view .post-skips,.wordpress-post-view .columns .column.main .post-view .post-skips,.wordpress-user-view .columns .column.main .post-view .post-skips {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      margin-bottom: 1.875rem;
      padding-bottom: 1.25rem;
      border-bottom: 1px solid #ccc; }
      .wordpress-homepage-view .columns .column.main .post-view .post-skips .post-skip,.wordpress-post-view .columns .column.main .post-view .post-skips .post-skip,.wordpress-user-view .columns .column.main .post-view .post-skips .post-skip {
        margin: 1.5625rem 0 0;
        padding: 0;
        color: #808080; }
        .wordpress-homepage-view .columns .column.main .post-view .post-skips .post-skip:hover,.wordpress-post-view .columns .column.main .post-view .post-skips .post-skip:hover,.wordpress-user-view .columns .column.main .post-view .post-skips .post-skip:hover {
          background: none;
          color: #18b4bd; }
    .wordpress-homepage-view .columns .column.main .post-view .post-share,.wordpress-post-view .columns .column.main .post-view .post-share,.wordpress-user-view .columns .column.main .post-view .post-share {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .wordpress-homepage-view .columns .column.main .post-view .post-share .share-block .share-title,.wordpress-post-view .columns .column.main .post-view .post-share .share-block .share-title,.wordpress-user-view .columns .column.main .post-view .post-share .share-block .share-title {
        color: #666;
        font-size: 1.275rem; }
      .wordpress-homepage-view .columns .column.main .post-view .post-share .share-block .social-share-items,.wordpress-post-view .columns .column.main .post-view .post-share .share-block .social-share-items,.wordpress-user-view .columns .column.main .post-view .post-share .share-block .social-share-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: auto;
        height: 60px; }
        .wordpress-homepage-view .columns .column.main .post-view .post-share .share-block .social-share-items a,.wordpress-post-view .columns .column.main .post-view .post-share .share-block .social-share-items a,.wordpress-user-view .columns .column.main .post-view .post-share .share-block .social-share-items a {
          margin: 0 0.75rem 0 0;
          color: #cecece;
          font-size: 2rem; }
          .wordpress-homepage-view .columns .column.main .post-view .post-share .share-block .social-share-items a:hover,.wordpress-post-view .columns .column.main .post-view .post-share .share-block .social-share-items a:hover,.wordpress-user-view .columns .column.main .post-view .post-share .share-block .social-share-items a:hover {
            color: #018d96; }
        .wordpress-homepage-view .columns .column.main .post-view .post-share .share-block .social-share-items .hide-text,.wordpress-post-view .columns .column.main .post-view .post-share .share-block .social-share-items .hide-text,.wordpress-user-view .columns .column.main .post-view .post-share .share-block .social-share-items .hide-text {
          display: none; }
      .wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block {
        padding-top: 1.875rem; }
    .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper,.wordpress-post-view .columns .column.main .post-view .comments-wrapper,.wordpress-user-view .columns .column.main .post-view .comments-wrapper {
      display: none;
      width: 100%;
      margin-top: 3.125rem; }
      .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .fieldset,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .fieldset,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .fieldset {
        margin: 0 0 1.25rem; }
        .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control {
          width: 100%; }
      .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar {
        margin: 0; }
        .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel {
          background: none;
          color: #b3c43f; }
          .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel:hover {
            background: none;
            color: #839025; }

.cms-home .columns .column.main {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.slider-wrapper {
  display: none;
  width: 100%; }
  .slider-wrapper.mobile-slider {
    display: block; }
  .slider-wrapper .slick-dotted.slick-slider {
    margin: 0; }
  .slider-wrapper .slick-initialized .slide {
    display: block;
  }
  .slider-wrapper .slide {
    display: none;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover; }
  .slider-wrapper .slide:first-child {
    display: block; }
    .slider-wrapper .slide .content-wrap {
      padding: 3.125rem 0 0; }
      .slider-wrapper .slide .content-wrap h1 {
        margin: 0;
        padding-bottom: 0.625rem;
        color: #fff;
        font-size: 1.625rem;
        font-weight: 400;
        line-height: 1; }
      .slider-wrapper .slide .content-wrap h2 {
        margin: 0;
        padding-bottom: 0.625rem;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1; }
      .slider-wrapper .slide .content-wrap h3 {
        margin: 0;
        padding-bottom: 0.625rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1; }
      .slider-wrapper .slide .content-wrap p {
        margin: 0;
        padding: 0 0 1.25rem;
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.5rem; }
      .slider-wrapper .slide .content-wrap .more {
        display: block;
        margin-top: 1.25rem;
        color: #fff;
        font-family: "Fredoka One", cursive;
        font-size: 1.25rem; }
        .slider-wrapper .slide .content-wrap .more:hover {
          color: #f18c11 !important; }
        .slider-wrapper .slide .content-wrap .more span::before {
          font-size: 0.875rem; }
  .slider-wrapper .slick-dots {
    position: absolute;
    z-index: 999;
    right: 10%;
    bottom: 15px;
    width: auto;
    margin: 0;
    padding: 0; }
    .slider-wrapper .slick-dots li {
      float: left;
      width: 57px;
      height: 10px;
      margin: 0 0.1875rem;
      padding: 0;
      list-style-type: none; }
      .slider-wrapper .slick-dots li.slick-active button {
        background: #fff; }
      .slider-wrapper .slick-dots li button {
        float: left;
        width: 57px;
        height: 10px;
        padding: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.6); }
        .slider-wrapper .slick-dots li button::before {
          display: none; }

.popular-categories {
  position: relative;
  width: 100%;
  margin-top: 0.25rem;
  overflow: hidden; }
  .popular-categories .container {
    padding: 0; }
  .popular-categories img {
    float: left;
    width: 100%;
    height: auto; }
  .popular-categories ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }
    .popular-categories ul .category-item {
      position: relative;
      float: left;
      width: 100%;
      height: 200px;
      margin: 0.125rem 0;
      list-style-type: none; }
      .popular-categories ul .category-item.bestsellers .overley {
        background: rgba(13, 187, 198, 0.75); }
      .popular-categories ul .category-item.our-furniture .overley {
        background: rgba(230, 93, 2, 0.75); }
      .popular-categories ul .category-item.accessories .overley {
        background: rgba(185, 203, 57, 0.75); }
      .popular-categories ul .category-item.sale .overley {
        background: rgba(177, 168, 142, 0.75); }
      .popular-categories ul .category-item.pillows .overley {
        background: rgba(255, 154, 31, 0.75); }
      .popular-categories ul .category-item.home-decor .overley {
        background: rgba(177, 168, 142, 0.75); }
      .popular-categories ul .category-item.new .overley {
        background: rgba(13, 187, 198, 0.75); }
      .popular-categories ul .category-item.cta .save {
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 0.625rem;
        background: #ff9a1f;
        text-align: center;
        cursor: text; }
        .popular-categories ul .category-item.cta .save p {
          width: 100%;
          margin: 0;
          padding: 0 0 1.25rem;
          color: #fff;
          font-family: "Fredoka One", cursive;
          font-size: 1.375rem;
          line-height: 1.25rem;
          text-align: center; }
          .popular-categories ul .category-item.cta .save p br {
            display: none; }
        .popular-categories ul .category-item.cta .save .title {
          display: inline-block;
          margin-bottom: 0.9375rem;
          padding: 0.3125rem;
          background: #f78800;
          color: #fff;
          font-size: 0.8125rem;
          font-weight: 400;
          letter-spacing: 0.03125rem;
          text-transform: uppercase; }
      .popular-categories ul .category-item a {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer; }
        .popular-categories ul .category-item a:hover .overley {
          display: none; }
        .popular-categories ul .category-item a .name {
          position: absolute;
          z-index: 99;
          top: 50%;
          left: 50%;
          width: 100%;
          margin: 0;
          transform: translateX(-50%) translateY(-50%);
          color: #fff;
          font-family: "Fredoka One", cursive;
          font-size: 1.5rem;
          text-align: center; }
        .popular-categories ul .category-item a .overley {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background: none;
          transition: all 0.4s ease-in-out 0s; }

.popular-products {
  width: 100%;
  margin-bottom: 3.125rem;
  padding-top: 1.875rem;
  overflow: hidden; }
  .popular-products .block-title h1 {
    margin-bottom: 1.25rem;
    color: #b3c43f;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center; }
    .popular-products .block-title h1 span {
      font-family: "Fredoka One", cursive; }
  .popular-products .popular-product-slider {
    margin: 0;
    padding: 0; }
    .popular-products .popular-product-slider .slick-slide {
      float: left;
      width: 274px;
      height: 220px;
      margin: 0 0.625rem 0 0;
      overflow: hidden; }
      .popular-products .popular-product-slider .slick-slide > div {
        width: 100%;
        height: 100%; }
      .popular-products .popular-product-slider .slick-slide .product-item {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
        .popular-products .popular-product-slider .slick-slide .product-item a {
          position: relative;
          display: inline-block;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .popular-products .popular-product-slider .slick-slide .product-item a:hover .product-overley {
            background: none; }
            .popular-products .popular-product-slider .slick-slide .product-item a:hover .product-overley .name {
              color: #fff; }
          .popular-products .popular-product-slider .slick-slide .product-item a .product-overley {
            position: absolute;
            z-index: 999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1.5625rem;
            background: rgba(236, 236, 235, 0.75); }
            .popular-products .popular-product-slider .slick-slide .product-item a .product-overley .name {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              margin: 0;
              transform: translateX(-50%) translateY(-50%);
              color: #4f4f4f;
              font-family: "Fredoka One", cursive;
              font-size: 1.375rem;
              font-weight: 400;
              text-align: center; }
    .popular-products .popular-product-slider .slick-arrow {
      z-index: 1;
      width: 30px;
      height: 30px;
      transform: translate(0, 200%); }
      .popular-products .popular-product-slider .slick-arrow:active,.popular-products .popular-product-slider .slick-arrow:focus,.popular-products .popular-product-slider .slick-arrow:hover {
        border: none;
        box-shadow: none;
        background: none; }
        .popular-products .popular-product-slider .slick-arrow:active::before,.popular-products .popular-product-slider .slick-arrow:focus::before,.popular-products .popular-product-slider .slick-arrow:hover::before {
          color: #f18c11; }
      .popular-products .popular-product-slider .slick-arrow.slick-next {
        right: 5%; }
        .popular-products .popular-product-slider .slick-arrow.slick-next::before {
          content: '\e618'; }
      .popular-products .popular-product-slider .slick-arrow.slick-prev {
        left: 5%; }
        .popular-products .popular-product-slider .slick-arrow.slick-prev::before {
          content: '\e615'; }
      .popular-products .popular-product-slider .slick-arrow::before {
        opacity: 1;
        color: #4f4f4f;
        font-family: 'yogibo';
        font-size: 1.875rem;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale; }

.why-yogibo {
  position: relative;
  height: auto;
  margin: 1.5625rem 0;
  background-image: url("../images/green-bend.png");
  background-repeat: no-repeat;
  background-position: center 160px;
  background-size: auto 100px;
  text-align: center; }
  .why-yogibo .block-title {
    color: #18b4bd;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center; }
    .why-yogibo .block-title span {
      font-family: "Fredoka One", cursive; }
  .why-yogibo .block-content {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 13.75rem;
    background-image: url("../images/why-yogibo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px; }
    .why-yogibo .block-content .yogibo-bubble {
      position: relative;
      padding: 0 0 1rem; }
      .why-yogibo .block-content .yogibo-bubble.versatile {
        top: inherit;
        left: inherit;
        width: 100%;
        height: auto; }
        .why-yogibo .block-content .yogibo-bubble.versatile .content-small::before {
          color: rgba(230, 93, 2, 0.9);
          font-size: 11rem; }
      .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable {
        top: inherit;
        left: inherit;
        width: 100%;
        height: auto; }
        .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-small::before {
          color: rgba(168, 158, 130, 0.9);
          font-size: 13rem; }
      .why-yogibo .block-content .yogibo-bubble.durable {
        top: inherit;
        right: inherit;
        width: 100%;
        height: auto; }
        .why-yogibo .block-content .yogibo-bubble.durable .content-small::before {
          color: rgba(176, 197, 33, 0.9);
          font-size: 11rem; }
      .why-yogibo .block-content .yogibo-bubble.funiture {
        top: inherit;
        right: inherit;
        width: 100%;
        height: auto; }
        .why-yogibo .block-content .yogibo-bubble.funiture .content-small::before {
          color: rgba(255, 154, 31, 0.9);
          font-size: 9rem; }
      .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa {
        top: inherit;
        right: inherit;
        width: 100%;
        height: auto; }
        .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-small::before {
          color: rgba(13, 187, 198, 0.9);
          font-size: 13rem; }
      .why-yogibo .block-content .yogibo-bubble.bubble-video {
        position: relative;
        top: inherit;
        left: inherit;
        width: 280px;
        height: 280px;
        margin: 0 auto;
        border-radius: 0;
        background: url("../images/video-img.jpg") no-repeat center top;
        color: #fff;
        text-align: center;
        cursor: pointer; }
        .why-yogibo .block-content .yogibo-bubble.bubble-video:hover .content-small {
          background: none; }
        .why-yogibo .block-content .yogibo-bubble.bubble-video:hover span {
          background: #18b4bd;
          color: #fff; }
        .why-yogibo .block-content .yogibo-bubble.bubble-video .content-small {
          overflow: hidden;
          border-radius: 0;
          background: rgba(0, 0, 0, 0.3); }
          .why-yogibo .block-content .yogibo-bubble.bubble-video .content-small::before {
            display: none; }
        .why-yogibo .block-content .yogibo-bubble.bubble-video span {
          display: inline-block;
          width: 76px;
          margin-bottom: 1.25rem;
          color: #fff;
          font-size: 4rem; }
      .why-yogibo .block-content .yogibo-bubble .content-large,.why-yogibo .block-content .yogibo-bubble .content-small {
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center; }
        .why-yogibo .block-content .yogibo-bubble .content-large::before,.why-yogibo .block-content .yogibo-bubble .content-small::before {
          display: none;
          font-family: 'yogibo';
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none;
          content: '\e604';
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .why-yogibo .block-content .yogibo-bubble .content-large .content,.why-yogibo .block-content .yogibo-bubble .content-small .content {
          position: relative;
          top: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          height: 100%;
          padding: 0;
          overflow: hidden;
          cursor: pointer; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-title,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-title {
            width: 100%;
            margin: 0;
            color: #18b4bd;
            font-family: "Fredoka One", cursive;
            font-size: 1.25rem;
            font-weight: 400; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-text {
            width: 100%;
            padding: 1rem 0;
            color: #fff;
            font-size: 1.0625rem; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .icon-delete::before,.why-yogibo .block-content .yogibo-bubble .content-small .content .icon-delete::before {
            color: #fff;
            font-size: 1.875rem; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open {
            margin-top: 0; }
            .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open span,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open span {
              color: #18b4bd;
              font-size: 0.75rem; }
              .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open span::before,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open span::before {
                content: '\e600'; }
      .why-yogibo .block-content .yogibo-bubble .content-large {
        display: none; }
        .why-yogibo .block-content .yogibo-bubble .content-large.active-bubble {
          display: block; }
  .why-yogibo .more {
    color: #666;
    font-family: "Fredoka One", cursive;
    font-size: 1.375rem; }
    .why-yogibo .more:hover {
      color: #e65d02; }
    .why-yogibo .more span {
      font-size: 1.25rem; }

.press-slider-wrapper {
  margin-bottom: 3.125rem;
  overflow: hidden; }
  .press-slider-wrapper .section-title {
    margin-bottom: 1.25rem;
    color: #18b4bd;
    font-size: 1.875rem;
    font-weight: 400;
    text-align: center; }
    .press-slider-wrapper .section-title span {
      font-family: "Fredoka One", cursive; }
  .press-slider-wrapper .item {
    float: left;
    padding: 0 1.25rem 0.625rem; }
    .press-slider-wrapper .item .img-wrap {
      position: relative;
      width: 100%;
      height: 140px; }
      .press-slider-wrapper .item .img-wrap img {
        position: absolute;
        top: 50%;
        left: 0%;
        max-width: 100%;
        max-height: 100%;
        transform: translateX(0%) translateY(-50%); }
    .press-slider-wrapper .item a:hover .title {
      color: #f18c11; }
    .press-slider-wrapper .item .title {
      margin: 0;
      padding-bottom: 0.9375rem;
      color: #808080;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.375rem;
      white-space: normal; }
    .press-slider-wrapper .item .desc {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #808080;
      font-size: 0.9375rem;
      line-height: 1.375rem;
      white-space: normal; }
  .press-slider-wrapper .cta-block {
    margin: 3.125rem 0 0;
    text-align: center; }
  .press-slider-wrapper .slick-list {
    padding: 0 !important; }
  .press-slider-wrapper .slick-arrow {
    z-index: 1;
    top: 25%;
    width: 30px;
    height: 30px; }
    .press-slider-wrapper .slick-arrow:active,.press-slider-wrapper .slick-arrow:focus,.press-slider-wrapper .slick-arrow:hover {
      border: none;
      box-shadow: none;
      background: none; }
      .press-slider-wrapper .slick-arrow:active::before,.press-slider-wrapper .slick-arrow:focus::before,.press-slider-wrapper .slick-arrow:hover::before {
        color: #f18c11; }
    .press-slider-wrapper .slick-arrow.slick-next {
      right: -10px; }
      .press-slider-wrapper .slick-arrow.slick-next::before {
        content: '\e618'; }
    .press-slider-wrapper .slick-arrow.slick-prev {
      left: -10px; }
      .press-slider-wrapper .slick-arrow.slick-prev::before {
        content: '\e615'; }
    .press-slider-wrapper .slick-arrow::before {
      opacity: 1;
      color: #dadada;
      font-family: 'yogibo';
      font-size: 1.875rem;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale; }

.modals-wrapper .modal-popup-blispay {
  z-index: 10000; }
  .modals-wrapper .modal-popup-blispay .modal-inner-wrap {
    position: relative;
    width: auto;
    max-width: 500px;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: none;
    background: #fff; }
    .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close {
      padding: 0.625rem; }
      .modals-wrapper .modal-popup-blispay .modal-inner-wrap .action-close::before {
        color: #666;
        font-family: 'yogibo';
        font-size: 1.25rem;
        content: '\e614'; }
  .modals-wrapper .modal-popup-blispay .modal-header {
    padding: 0; }
  .modals-wrapper .modal-popup-blispay .modal-content {
    padding: 0;
    overflow-y: visible;
    text-align: center; }
    .modals-wrapper .modal-popup-blispay .modal-content p {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-size: 1.125rem;
      text-align: center; }
    .modals-wrapper .modal-popup-blispay .modal-content .popup-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.875rem;
      font-weight: 400;
      text-align: center; }
    .modals-wrapper .modal-popup-blispay .modal-content .popup-sub-title {
      margin: 0;
      padding-bottom: 0.625rem;
      color: #666;
      font-family: "Fredoka One", cursive;
      font-size: 1.25rem;
      font-weight: 400;
      text-align: center; }
    .modals-wrapper .modal-popup-blispay .modal-content .green-button {
      margin: 0.625rem 0 0;
      padding: 0.625rem 2.5rem;
      font-size: 1rem; }
      .modals-wrapper .modal-popup-blispay .modal-content .green-button:hover {
        color: #f18c11; }

.modals-wrapper .modals-overlay {
  z-index: 9999;
  background: rgba(24, 180, 189, 0.5); }

.storepickup-index-index .container {
  width: 100%; }

.storepickup-index-index .storepickup-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  float: none;
  min-width: 300px;
  padding: 0 5%; }
  .storepickup-index-index .storepickup-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .storepickup-index-index .storepickup-wrapper .title-page {
    position: relative;
    width: auto;
    height: auto;
    margin: 1.25rem 0;
    padding: 1.25rem 0;
    overflow: inherit;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: none;
    color: #666;
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: none; }
  .storepickup-index-index .storepickup-wrapper .search-box .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0;
    padding: 0; }
  .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-4 {
    width: 100%; }
  .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-5 {
    width: 100%; }
  .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 {
    width: 100%;
    margin-top: 0.625rem; }
  .storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 {
    width: 100%;
    padding: 0; }
  .storepickup-index-index .storepickup-wrapper .search-box .search-content .search-by-area .form-control {
    padding: 0.375rem 0.625rem; }
  .storepickup-index-index .storepickup-wrapper .search-box .slider-range {
    width: 80%; }
  .storepickup-index-index .storepickup-wrapper .search-box .search-tab {
    border-radius: 0; }
  .storepickup-index-index .storepickup-wrapper .search-box .search-tab.active {
    background-color: #b3c43f; }
  .storepickup-index-index .storepickup-wrapper .search-box .search-filter {
    margin-top: 0; }
  .storepickup-index-index .storepickup-wrapper .list-store-box h2 {
    background: #18b4bd;
    font-weight: 400; }
  .storepickup-index-index .storepickup-wrapper .list-store-box .show-tag-li {
    box-shadow: none; }
  .storepickup-index-index .storepickup-wrapper .list-store .store-item .title-store,.storepickup-index-index .storepickup-wrapper .map-box-container .store-item .title-store {
    margin: 0 0 0.3125rem;
    color: #18b4bd;
    font-size: 0.9375rem;
    font-weight: 400; }
  .storepickup-index-index .storepickup-wrapper .list-store .store-item p,.storepickup-index-index .storepickup-wrapper .map-box-container .store-item p {
    font-size: 0.875rem; }
  .storepickup-index-index .storepickup-wrapper .list-store .store-item .btn-link,.storepickup-index-index .storepickup-wrapper .map-box-container .store-item .btn-link {
    color: #18b4bd;
    font-weight: 400; }
  .storepickup-index-index .storepickup-wrapper .pagination > li > a,.storepickup-index-index .storepickup-wrapper .pagination > li > span {
    border: none;
    background: none;
    color: #18b4bd;
    cursor: pointer; }
  .storepickup-index-index .storepickup-wrapper .pagination > .active > a,.storepickup-index-index .storepickup-wrapper .pagination > .active > a:focus,.storepickup-index-index .storepickup-wrapper .pagination > .active > a:hover,.storepickup-index-index .storepickup-wrapper .pagination > .active > span,.storepickup-index-index .storepickup-wrapper .pagination > .active > span:focus,.storepickup-index-index .storepickup-wrapper .pagination > .active > span:hover {
    border: none;
    background: none;
    color: #666; }

.storepickup-index-view .views-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  float: none;
  min-width: 300px;
  padding: 0 5%; }
  .storepickup-index-view .views-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .storepickup-index-view .views-wrapper .back-page {
    margin-top: 1.875rem; }
    .storepickup-index-view .views-wrapper .back-page a small {
      display: none; }
    .storepickup-index-view .views-wrapper .back-page a::before {
      position: relative;
      right: 5px;
      font-family: 'yogibo';
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      content: '\e615';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .storepickup-index-view .views-wrapper .title-page {
    position: relative;
    width: auto;
    height: auto;
    margin: 1.25rem 0;
    padding: 1.25rem 0;
    overflow: inherit;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: none;
    color: #666;
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: none; }
  .storepickup-index-view .views-wrapper .description {
    padding: 0; }
    .storepickup-index-view .views-wrapper .description strong {
      font-weight: 400; }
  .storepickup-index-view .views-wrapper .table-wrap .info-detail .title-store,.storepickup-index-view .views-wrapper .table-wrap .open_hour .open_hour_title {
    background-color: #18b4bd;
    font-weight: 400; }
  .storepickup-index-view .views-wrapper .table-wrap .open_hour .table td {
    text-align: left; }
    .storepickup-index-view .views-wrapper .table-wrap .open_hour .table td.time-label {
      padding-left: 1.25rem !important;
      text-align: left !important; }
  .storepickup-index-view .views-wrapper .map-box-container .store-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .storepickup-index-view .views-wrapper .map-box-container .popup-store h4 {
    margin: 0.3125rem 0;
    color: #18b4bd !important;
    font-size: 1rem;
    font-weight: 400; }
  .storepickup-index-view .views-wrapper .map-box-container .popup-store p {
    margin: 0 0 0.3125rem; }
  .storepickup-index-view .views-wrapper .form-information h2 {
    display: none; }
  .storepickup-index-view .views-wrapper .form-information .form-group {
    float: left;
    width: 100%;
    padding-left: 0; }
  .storepickup-index-view .views-wrapper .form-information .magestore-map-image {
    padding: 0;
    border: none;
    border-radius: 0; }
    .storepickup-index-view .views-wrapper .form-information .magestore-map-image img {
      max-height: inherit; }
  .storepickup-index-view .views-wrapper .form-information .small-imgages,.storepickup-index-view .views-wrapper .form-information .store-pickup-img {
    display: none;
    padding: 0.625rem;
    background: #18b4bd; }
  .storepickup-index-view .views-wrapper .form-information .more-views {
    float: left;
    width: 100%;
    padding: 0;
    border: 0; }
    .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs {
      min-height: inherit;
      max-height: inherit;
      margin: 0; }
      .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul {
        margin: 0; }
        .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul li {
          width: auto;
          margin: 0 0.25rem 0.25rem 0;
          padding: 0;
          border: 0;
          border-radius: 0; }
          .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul li:hover {
            opacity: 0.5;
            border: none; }
          .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul li img {
            width: 90px;
            max-width: 100%;
            height: 90px; }

.cms-press.cms-page-view .columns,.events-index-index .columns {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .cms-press.cms-page-view .columns .column.main,.events-index-index .columns .column.main {
    width: 100%;
    padding: 0; }

.cms-press.cms-page-view .page-title-wrapper,.events-index-index .page-title-wrapper {
  display: none; }

.cms-press.cms-page-view .breadcrumbs,.events-index-index .breadcrumbs {
  display: none; }

.cms-press.cms-page-view .press-events-list,.events-index-index .press-events-list {
  width: 100%; }
  .cms-press.cms-page-view .press-events-list .item,.events-index-index .press-events-list .item {
    margin-bottom: 0.9375rem;
    padding: 0.625rem 0 1.5625rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
    .cms-press.cms-page-view .press-events-list .item:last-child,.events-index-index .press-events-list .item:last-child {
      border: none; }
    .cms-press.cms-page-view .press-events-list .item .content,.events-index-index .press-events-list .item .content {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      min-width: 300px;
      padding: 0 5%;
      text-align: center; }
      .cms-press.cms-page-view .press-events-list .item .content:after,.events-index-index .press-events-list .item .content:after {
        content: " ";
        display: block;
        clear: both; }
    .cms-press.cms-page-view .press-events-list .item .image-block,.events-index-index .press-events-list .item .image-block {
      width: 100%;
      padding: 0 0.625rem 0 0; }
      .cms-press.cms-page-view .press-events-list .item .image-block .img-wrap,.events-index-index .press-events-list .item .image-block .img-wrap {
        position: relative;
        width: 270px;
        max-width: 100%;
        height: 160px;
        max-height: 100%;
        margin: 0 auto; }
        .cms-press.cms-page-view .press-events-list .item .image-block .img-wrap img,.events-index-index .press-events-list .item .image-block .img-wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          max-width: 90%;
          max-height: 90%;
          transform: translateX(-50%) translateY(-50%); }
    .cms-press.cms-page-view .press-events-list .item .content-wrap,.events-index-index .press-events-list .item .content-wrap {
      width: 100%;
      padding: 0 0 0 0.625rem; }
      .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block,.events-index-index .press-events-list .item .content-wrap .content-block {
        width: 100%; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .title,.events-index-index .press-events-list .item .content-wrap .content-block .title {
          padding: 0 0 0.3125rem;
          font-size: 1.375rem; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .description,.cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .event-date,.cms-press.cms-page-view .press-events-list .item .content-wrap .content-block address,.events-index-index .press-events-list .item .content-wrap .content-block .description,.events-index-index .press-events-list .item .content-wrap .content-block .event-date,.events-index-index .press-events-list .item .content-wrap .content-block address {
          margin: 0;
          padding: 0;
          font-size: 1rem;
          line-height: 1.375rem; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .event-date,.events-index-index .press-events-list .item .content-wrap .content-block .event-date {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
          .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .event-date span,.events-index-index .press-events-list .item .content-wrap .content-block .event-date span {
            padding: 0 0.625rem; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block address,.events-index-index .press-events-list .item .content-wrap .content-block address {
          line-height: 2.25rem; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .country,.events-index-index .press-events-list .item .content-wrap .content-block .country {
          position: relative;
          z-index: 1;
          float: left;
          width: auto;
          height: 30px;
          margin-top: 0.3125rem;
          margin-right: 0.625rem;
          padding: 0 0.9375rem;
          border-radius: 15px;
          background: #ececec;
          color: #808080;
          font-size: 0.8125rem;
          letter-spacing: 0.01875rem;
          line-height: 1.875rem;
          cursor: pointer; }
      .cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block,.events-index-index .press-events-list .item .content-wrap .cta-block {
        width: 100%;
        padding: 0.625rem 0 0; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button,.events-index-index .press-events-list .item .content-wrap .cta-block .button {
          padding: 0.625rem 1.25rem; }
  .cms-press.cms-page-view .press-events-list .event-toolbar,.events-index-index .press-events-list .event-toolbar {
    margin: 0.625rem 0 2.1875rem;
    padding: 0; }
    .cms-press.cms-page-view .press-events-list .event-toolbar .toolbar-amount,.events-index-index .press-events-list .event-toolbar .toolbar-amount {
      display: none; }
    .cms-press.cms-page-view .press-events-list .event-toolbar .pager,.events-index-index .press-events-list .event-toolbar .pager {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      min-width: 300px;
      padding: 0 5%;
      text-align: center; }
      .cms-press.cms-page-view .press-events-list .event-toolbar .pager:after,.events-index-index .press-events-list .event-toolbar .pager:after {
        content: " ";
        display: block;
        clear: both; }
    .cms-press.cms-page-view .press-events-list .event-toolbar .pages,.events-index-index .press-events-list .event-toolbar .pages {
      display: inline-block;
      float: left;
      width: auto; }
      .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item {
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item a,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item a {
          color: #18b4bd; }
          .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item a:hover,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item a:hover {
            color: #f18c11; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.current .page,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.current .page {
          color: #666;
          font-size: 1rem;
          font-weight: 400; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action,.cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action {
          width: 30px;
          margin: 0;
          border: none;
          color: #18b4bd; }
          .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action:hover::before,.cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action:hover::before,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action:hover::before,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action:hover::before {
            color: #f18c11; }
          .cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action::before,.cms-press.cms-page-view .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action::before,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-next .action::before,.events-index-index .press-events-list .event-toolbar .pages .pages-items .item.pages-item-previous .action::before {
            color: #18b4bd; }
    .cms-press.cms-page-view .press-events-list .event-toolbar .limiter,.events-index-index .press-events-list .event-toolbar .limiter {
      display: block; }
      .cms-press.cms-page-view .press-events-list .event-toolbar .limiter .limiter-label,.events-index-index .press-events-list .event-toolbar .limiter .limiter-label {
        display: inline-block;
        float: left;
        height: 37px;
        padding: 0 0.9375rem;
        border: 1px solid #ccc;
        border-right: 0;
        font-size: 0.9375rem;
        line-height: 2.3125rem;
        text-transform: uppercase; }
      .cms-press.cms-page-view .press-events-list .event-toolbar .limiter .limiter-options,.events-index-index .press-events-list .event-toolbar .limiter .limiter-options {
        position: relative;
        float: left;
        height: 37px;
        margin: 0;
        padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
        outline: none;
        border: 1px solid #ccc;
        background: #fff url("../images/select-arrow-1.png") no-repeat center right 10px;
        -webkit-appearance: none;
        -moz-appearance: none; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .limiter .limiter-options:focus,.events-index-index .press-events-list .event-toolbar .limiter .limiter-options:focus {
          outline: none;
          box-shadow: none; }
      .cms-press.cms-page-view .press-events-list .event-toolbar .limiter .limiter-text,.events-index-index .press-events-list .event-toolbar .limiter .limiter-text {
        display: none; }

.events-index-view .columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px;
  max-width: 1480px;
  padding: 0 5%;
  text-align: center; }
  .events-index-view .columns:after {
    content: " ";
    display: block;
    clear: both; }
  .events-index-view .columns .column.main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    padding: 1.875rem 0; }
  .events-index-view .columns .page-main-title {
    padding: 0 0 1.25rem; }
    .events-index-view .columns .page-main-title h1 {
      margin: 0;
      color: #18b4bd;
      font-family: "Fredoka One", cursive;
      font-size: 1.375rem;
      text-align: left; }
  .events-index-view .columns .event-details {
    margin-bottom: 2.5rem; }
    .events-index-view .columns .event-details .map-details {
      width: 100%; }
    .events-index-view .columns .event-details .event-info {
      width: 100%;
      padding-top: 1.875rem;
      text-align: left; }
      .events-index-view .columns .event-details .event-info .event-contents {
        width: 100%; }
        .events-index-view .columns .event-details .event-info .event-contents .event-title {
          margin: 0 0 0.625rem;
          font-size: 1.375rem; }
        .events-index-view .columns .event-details .event-info .event-contents .event-address {
          margin-bottom: 0.625rem; }
          .events-index-view .columns .event-details .event-info .event-contents .event-address .button {
            line-height: 2.5rem; }
        .events-index-view .columns .event-details .event-info .event-contents .times-list {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .events-index-view .columns .event-details .event-info .event-contents .times-list li {
            display: -ms-flexbox;
            display: flex; }
            .events-index-view .columns .event-details .event-info .event-contents .times-list li .close,.events-index-view .columns .event-details .event-info .event-contents .times-list li .label,.events-index-view .columns .event-details .event-info .event-contents .times-list li .open {
              width: 70px; }
            .events-index-view .columns .event-details .event-info .event-contents .times-list li span {
              padding: 0 0.625rem; }
        .events-index-view .columns .event-details .event-info .event-contents .event-date,.events-index-view .columns .event-details .event-info .event-contents .event-description,.events-index-view .columns .event-details .event-info .event-contents address {
          margin: 0;
          padding: 0;
          font-size: 1rem;
          line-height: 1.375rem; }
        .events-index-view .columns .event-details .event-info .event-contents .event-date {
          display: -ms-flexbox;
          display: flex; }
          .events-index-view .columns .event-details .event-info .event-contents .event-date span {
            padding: 0 0.625rem; }
        .events-index-view .columns .event-details .event-info .event-contents address {
          margin-bottom: 1.25rem;
          line-height: 2.25rem; }
        .events-index-view .columns .event-details .event-info .event-contents .country {
          position: relative;
          z-index: 1;
          float: left;
          width: auto;
          height: 30px;
          margin-top: 0.3125rem;
          margin-right: 0.625rem;
          padding: 0 0.9375rem;
          border-radius: 15px;
          background: #ececec;
          color: #808080;
          font-size: 0.8125rem;
          letter-spacing: 0.01875rem;
          line-height: 1.875rem;
          cursor: pointer; }
      .events-index-view .columns .event-details .event-info .event-images {
        width: 100%;
        padding: 1.25rem 0 0; }

.events-index-view .other-events {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 920px;
  padding: 0 5%;
  text-align: center; }
  .events-index-view .other-events:after {
    content: " ";
    display: block;
    clear: both; }
  .events-index-view .other-events .other-events-title {
    margin-bottom: 0.625rem;
    font-size: 1.375rem; }
  .events-index-view .other-events .other-events-list {
    padding: 0; }
  .events-index-view .other-events .slick-track {
    margin: 0; }
  .events-index-view .other-events .slick-slide {
    margin: 0 0.625rem; }
    .events-index-view .other-events .slick-slide .other-event a {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 140px; }
      .events-index-view .other-events .slick-slide .other-event a img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 90%;
        max-height: 90%;
        transform: translateX(-50%) translateY(-50%); }
  .events-index-view .other-events .slick-list {
    padding: 0 !important; }
  .events-index-view .other-events .slick-arrow {
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 30px; }
    .events-index-view .other-events .slick-arrow:active {
      box-shadow: none; }
    .events-index-view .other-events .slick-arrow:hover {
      border: none; }
      .events-index-view .other-events .slick-arrow:hover::before {
        color: #f18c11; }
    .events-index-view .other-events .slick-arrow.slick-next {
      right: -10px; }
      .events-index-view .other-events .slick-arrow.slick-next::before {
        content: '\e618'; }
    .events-index-view .other-events .slick-arrow.slick-prev {
      left: -10px; }
      .events-index-view .other-events .slick-arrow.slick-prev::before {
        content: '\e615'; }
    .events-index-view .other-events .slick-arrow::before {
      opacity: 1;
      color: #dadada;
      font-family: 'yogibo';
      font-size: 1.875rem;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale; }

.yogiborooms-index-index .page-title-wrapper {
  display: none; }

.yogiborooms-index-index .columns {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .yogiborooms-index-index .columns .column.main {
    width: 100%;
    padding: 0; }

.yogiborooms-index-index .yogibo-rooms-wrapper {
  position: relative;
  width: 100%; }

.yogiborooms-index-index .rooms-list .room-image-wrap {
  position: relative; }
  .yogiborooms-index-index .rooms-list .room-image-wrap .room-image img {
    width: 100%; }
  .yogiborooms-index-index .rooms-list .room-image-wrap .room-content {
    position: absolute;
    right: 101px;
    bottom: 35px;
    display: none;
    width: 35%;
    height: 127px;
    margin-right: 5.3125rem;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-title {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400; }
    .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-description {
      font-size: 0.875rem;
      line-height: 1.5rem; }

.yogiborooms-index-index .rooms-list .slick-slide {
  position: relative; }

.yogiborooms-index-index .rooms-list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: inherit;
  right: 123px;
  left: inherit;
  display: none !important;
  width: 60px;
  height: 60px;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  background: #18b4bd;
  color: #fff;
  font-size: 0;
  line-height: 5.125rem;
  text-align: center; }
  .yogiborooms-index-index .rooms-list .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-family: 'yogibo';
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\e601';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .yogiborooms-index-index .rooms-list .slick-arrow:hover {
    outline: none;
    border: none;
    background: #ff9a1f; }
  .yogiborooms-index-index .rooms-list .slick-arrow.slick-next {
    bottom: 77px; }
  .yogiborooms-index-index .rooms-list .slick-arrow.slick-prev {
    bottom: 10px; }
    .yogiborooms-index-index .rooms-list .slick-arrow.slick-prev::before {
      transform: translateY(-50%) translateX(-50%) rotate(180deg); }

.yogiborooms-index-index .rooms-list .room-product {
  z-index: 99999;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }
  .yogiborooms-index-index .rooms-list .room-product:hover {
    background: rgba(255, 255, 255, 0.5); }

.yogiborooms-index-index .rooms-list-thumb-wrapper {
  position: relative;
  top: -5px;
  border-top: 4px solid #18b4bd; }
  .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow {
    position: absolute;
    z-index: 999;
    top: -45px;
    left: 50%;
    width: auto;
    margin-left: -2.5rem;
    transform: rotate(180deg);
    text-align: center; }
    .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down {
      position: relative;
      display: none;
      width: 80px;
      height: 40px;
      border-radius: 0 0 50px 50px;
      background: #18b4bd;
      color: #fff;
      cursor: pointer; }
      .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 0.75rem; }

.yogiborooms-index-index .rooms-list-thumb .slick-slide.slick-current .room-details .room-image-wrap .room-title {
  display: none; }

.yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap {
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer; }
  .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title:hover {
      opacity: 0; }
    .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      margin: 0;
      padding: 0 0.625rem;
      transform: translateY(-50%) translateX(-50%);
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      text-transform: uppercase; }

.yogiborooms-index-index .rooms-list-thumb .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 0;
  text-align: center; }
  .yogiborooms-index-index .rooms-list-thumb .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-family: 'yogibo';
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\e601';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .yogiborooms-index-index .rooms-list-thumb .slick-arrow:hover {
    outline: none;
    border: none; }
  .yogiborooms-index-index .rooms-list-thumb .slick-arrow.slick-prev {
    left: 10px; }
    .yogiborooms-index-index .rooms-list-thumb .slick-arrow.slick-prev::before {
      transform: translateY(-50%) translateX(-50%) rotate(180deg); }
  .yogiborooms-index-index .rooms-list-thumb .slick-arrow.slick-next {
    right: 10px; }

.yogiborooms-index-index .modals-wrapper .modal-popup-product {
  z-index: 10000; }
  .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-inner-wrap {
    position: relative;
    width: 100%;
    max-width: 95%;
    padding: 1.875rem;
    box-shadow: none;
    background: #fff; }
    .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-inner-wrap .action-close {
      padding: 0.625rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-inner-wrap .action-close::before {
        color: #666;
        font-family: 'yogibo';
        font-size: 1.25rem;
        content: '\e614'; }
  .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-header {
    padding: 0; }
  .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content {
    padding: 0; }
    .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-image {
      width: 100%;
      margin-bottom: 1.875rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-image .product-image-photo {
        position: relative; }
    .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details {
      width: 100%; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .page-title {
        margin: 0 0 0.625rem;
        color: #bccf02;
        font-size: 1.375rem;
        text-align: left; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .short-description {
        margin-bottom: 0.75rem;
        color: #666;
        font-size: 1rem;
        line-height: 1.5rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .product-features-list {
        margin: 1.25rem 0;
        padding: 0;
        list-style-type: none; }
        .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .product-features-list li {
          position: relative;
          margin: 0 0 0.625rem;
          padding: 0 0 0 1.5625rem;
          font-size: 1rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .product-features-list li .icon {
            position: absolute;
            top: 0;
            left: 0;
            float: left;
            width: 20px;
            height: 20px;
            font-size: 3.125rem;
            line-height: 1.25rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .price {
        display: block;
        margin-bottom: 0.625rem;
        color: #ababab;
        font-size: 1.375rem;
        font-weight: 300; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
          margin-right: 1.25rem; }
        .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-wishlist-wrap .action.btn-wishlist {
          margin-top: 0.625rem;
          padding: 0.3125rem 0 0.3125rem 1.875rem;
          background: url("../images/icon-whishlist.png") no-repeat center left;
          color: #666;
          font-family: "Questrial", sans-serif;
          font-size: 1.25rem;
          font-weight: 400;
          line-height: 2.25rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-wishlist-wrap .action.btn-wishlist:hover {
            color: #f18c11; }

.yogiborooms-index-index .modals-wrapper .modals-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.45); }

.yogiborooms-index-index .loading-mask {
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.45); }

.page-print .page-main {
  margin: 0; }

@media screen and (min-width: 25em) {
        .page-footer .footer-menu .left-column {
          width: 350px;
          margin: 0 auto; }
        .mega-menu ul li.level-top {
          width: 50%;
          min-height: 210px;
          margin: 0; }
        .catalog-category-view .category-details .category-content-overlay .category-description,.catalogsearch-result-index .category-details .category-content-overlay .category-description {
          font-size: 1.1875rem;
          line-height: 1.75rem; }
        .press-slider-wrapper .slick-arrow.slick-next {
          right: -20px; }
        .press-slider-wrapper .slick-arrow.slick-prev {
          left: -20px; }
    .yogiborooms-index-index .rooms-list .room-product {
      width: 26px;
      height: 26px; } }

@media screen and (min-width: 30em) {
      .cms-page-view .footer-shop-block li,.contact-index-index .footer-shop-block li {
        width: 33%;
        margin: 0; }
        .events-index-view .other-events .slick-arrow.slick-next {
          right: -20px; }
        .events-index-view .other-events .slick-arrow.slick-prev {
          left: -20px; } }

@media screen and (min-width: 31.25em) {
          .catalog-category-view .columns .column.main .products .item,.catalogsearch-result-index .columns .column.main .products .item {
            width: 48%;
            margin: 0 4% 1.875rem 0; }
            .catalog-category-view .columns .column.main .products .item:nth-child(2n+0),.catalogsearch-result-index .columns .column.main .products .item:nth-child(2n+0) {
              margin: 0 0 1.875rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .reviews-actions .action {
          font-size: 1rem; }
    .customer-account-create .page-title-wrapper .page-title,.customer-account-createpassword .page-title-wrapper .page-title,.customer-account-forgotpassword .page-title-wrapper .page-title,.customer-account-login .page-title-wrapper .page-title {
      margin: 2.5rem auto 1.25rem;
      font-size: 2.125rem; }
    .account .page-wrapper .page-title-wrapper .page-title {
      font-size: 2.125rem; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item {
        width: 48%;
        margin: 0 4% 1.875rem 0; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item:nth-child(2n+0) {
          margin: 0 0 1.875rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo {
      width: 200px;
      max-width: 170px; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 {
        width: 50%;
        padding: 0 0.3125rem; }
        .wordpress-homepage-view .columns .column.main .post-view .post-share,.wordpress-post-view .columns .column.main .post-view .post-share,.wordpress-user-view .columns .column.main .post-view .post-share {
          -ms-flex-direction: row;
              flex-direction: row; }
      .popular-categories img {
        width: auto;
        height: 100%; }
        .popular-categories ul .category-item {
          width: 49.6%;
          margin: 0.125rem 0.2%;
          overflow: hidden; }
            .popular-categories ul .category-item.cta .save p {
              padding: 0 0 0.625rem;
              line-height: 1.375rem; }
    .why-yogibo {
      background-position: center 200px;
      background-size: auto 150px; }
      .why-yogibo .block-content {
        padding-top: 20rem;
        background-position: center top;
        background-size: auto 280px; }
      .storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 {
        width: 50%;
        padding: 0 0.3125rem; }
    .yogiborooms-index-index .rooms-list .room-product {
      width: 30px;
      height: 30px; } }

@media screen and (min-width: 37.5em) {
    .core h1 {
      font-size: 2em; }
    .core h2 {
      font-size: 1.5em; }
    .core h3 {
      font-size: 1.25em; }
    .core h4 {
      font-size: 1.125em; }
    .core h5 {
      font-size: 1em; }
    .core h6 {
      font-size: 1em; }
    .core address,.core p {
      font-size: 1.125em; }
    .core code,.core pre {
      font-size: 1em; }
    .core dd,.core dt {
      font-size: 1em; }
    .core li {
      font-size: 1em; }
    .core table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .core td,.core th {
      font-size: 1em; }
  .core tr:last-child td {
    border-bottom: 0; }
  .core .alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .core .alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .core img.alignright {
    float: right;
    margin: 1em 0 1em 1em; }
  .core img.alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
    #confirmBox .am-related-box .block-actions .action.select,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.account .page-wrapper .columns .sidebar-additional .block-cart .action.details,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action,.account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-actions .action.primary,.button,.catalog-category-view .columns .column.main .products .item .action.primary,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary,.catalogsearch-result-index .columns .column.main .products .item .action.primary,.checkout-index-index #checkout-step-shipping .action-add-new-address,.checkout-index-index #customer-email-fieldset button,.checkout-index-index #onestepcheckout-forgot-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link,.checkout-index-index #onestepcheckout-login-popup button.button,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-register-button,.checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2,.checkout-index-index #opc-new-shipping-address .actions .action.action-hide-popup,.checkout-index-index #opc-new-shipping-address .actions .action.action-save-address,.checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3 .action.primary,.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-footer button,.checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 .action.primary,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .modal-footer button,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.checkout-index-index .wrap-payment-content .actions .action-update,.checkout-index-index button#add_coupon_code_button,.checkout-index-index button#remove_coupon_code_button,.checkout-index-index button.onestepcheckout-btn-checkout,.checkout-index-index button.osc-ok-button,.checkout-onepage-success .columns #registration .action.primary,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback,.cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block .button,.events-index-index .press-events-list .item .content-wrap .cta-block .button,.events-index-view .columns .event-details .event-info .event-contents .event-address .button,.press-slider-wrapper .cta-block .button,.storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 .action.primary,.storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 .action.primary,.storepickup-index-view .views-wrapper .box-input.form-group .action.primary,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
      padding: 0 1.25rem;
      font-size: 1rem;
      line-height: 2.5rem; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .action.details,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary,.checkout-index-index button.onestepcheckout-btn-checkout,.checkout-onepage-success .columns #registration .action.primary,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback,.press-slider-wrapper .cta-block .button,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
      padding: 0.3125rem 1.875rem;
      border-radius: 40px;
      font-size: 1.125rem;
      line-height: 2.5rem; }
    #confirmBox #confirmButtons button.am-btn-left,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.account .page-wrapper .columns .column.main .actions-toolbar .action,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action,.catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .green-button,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary,.checkout-cart-index .cart-page-empty .ctn-button,.checkout-index-index .wrap-payment-content .actions .action-cancel,.cms-noroute-index .columns .button,.customer-account-create .form.create.account .actions-toolbar .primary .action,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action,.modals-wrapper .modal-popup-blispay .modal-content .green-button,.storepickup-index-view .views-wrapper .back-page a,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button,button.action.primary {
      padding: 0.625rem 2.5rem;
      border-radius: 40px;
      font-size: 1.125rem;
      line-height: 2.25rem; }
    #confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.storepickup-index-view .views-wrapper .back-page a {
      padding: 0 1.875rem;
      font-size: 0.875rem;
      line-height: 2.5rem; }
    .gform_body {
      padding: 2em 3em 0; }
    .gform_footer {
      padding: 0 3em 2em 3em 0; }
  .ginput_complex .ginput_left,.ginput_complex .ginput_right,.ginput_complex .name_first,.ginput_complex .name_last {
    width: 48%; }
  .ginput_complex .ginput_left,.ginput_complex .name_first {
    float: left; }
  .ginput_complex .ginput_right,.ginput_complex .name_last {
    float: right; }
    .validation_error {
      font-size: 1em; }
        .page-header .header.content .cart-link {
          right: 85px; }
      .modals-wrapper .modal-popup-country .modal-inner-wrap {
        max-width: 950px;
        padding: 6.25rem 4.0625rem 4.375rem; }
        .mega-menu ul li.level-top {
          width: 33%; }
      .footer-cta-wrapper .find-store .find {
        height: 80px;
        line-height: 5rem; }
        #confirmBox #messageBox p {
          font-size: 1.625rem; }
        #confirmBox #messageBox .product-info-main .added-item {
          font-size: 1.625rem; }
      #confirmBox #confirmButtons {
        margin: 1.25rem auto;
        padding: 1.875rem 0 0.625rem; }
          #confirmBox .am-related-box .block-title.title strong {
            font-size: 1.375rem; }
          #confirmBox .am-related-box .products .product-item {
            width: 30%;
            margin: 0 5% 0 0; }
            #confirmBox .am-related-box .products .product-item .product-item-actions {
              float: left;
              width: 100%;
              margin: 0.4375rem 0 0; }
              #confirmBox .am-related-box .products .product-item .product-item-actions .action.primary {
                padding: 0.3125rem 1rem;
                font-size: 0.875rem;
                line-height: 1.5rem; }
      .cms-noroute-index .page-title-wrapper .page-title {
        padding: 1.875rem 0; }
      .catalogsearch-result-index .page-title-wrapper .page-title {
        padding: 1.875rem 0 1.25rem; }
        .catalog-category-view .category-details .category-content-overlay .category-description,.catalogsearch-result-index .category-details .category-content-overlay .category-description {
          font-size: 1.375rem;
          line-height: 1.875rem; }
      .catalog-product-view .product.info.detailed .review-list .block-title {
        font-size: 1.25rem; }
        .catalog-product-view .product.info.detailed .review-list .block-title strong {
          font-size: 1.25rem; }
        .catalog-product-view .block.upsell .block-title strong {
          font-size: 1.625rem; }
        .catalog-product-view .block.upsell .products-upsell .product-item {
          width: 33%;
          padding: 0 1.875rem 0 0; }
            .catalog-product-view .block.upsell .products-upsell .product-item.inspired-block .large-link-btn {
              font-size: 1.625rem; }
        .catalog-product-view .block.upsell .products-upsell .product-item-actions {
          float: left;
          width: 100%;
          margin: 0.625rem 0 0; }
      .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap,.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap {
        padding: 1.875rem; }
      .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-form-title {
        font-size: 1.625rem; }
        .catalog-product-view .modals-wrapper .modal-popup-review .review-form .review-legend strong {
          font-size: 1.375rem; }
    .customer-account-create .page-title-wrapper .page-title,.customer-account-createpassword .page-title-wrapper .page-title,.customer-account-forgotpassword .page-title-wrapper .page-title,.customer-account-login .page-title-wrapper .page-title {
      margin: 3.125rem auto 1.875rem;
      font-size: 2.5rem; }
      .customer-account-login .login-container .block-customer-login .block-new-customer {
        font-size: 1.1875rem; }
    .customer-account-login .login-container .fieldset > .field {
      width: 60%; }
    .customer-account-login .login-container .fieldset .actions-toolbar {
      width: 60%; }
  .customer-account-create .fieldset .field-name-firstname,.customer-account-create .fieldset .password {
    float: left;
    width: 48.5%; }
  .customer-account-create .fieldset .confirmation,.customer-account-create .fieldset .field-name-lastname {
    float: right;
    width: 48.5%; }
      .customer-account-createpassword .form.password.forget .fieldset > .field,.customer-account-createpassword .form.password.reset .fieldset > .field,.customer-account-forgotpassword .form.password.forget .fieldset > .field,.customer-account-forgotpassword .form.password.reset .fieldset > .field {
        width: 60%; }
      .customer-account-createpassword .form.password.forget .actions-toolbar,.customer-account-createpassword .form.password.reset .actions-toolbar,.customer-account-forgotpassword .form.password.forget .actions-toolbar,.customer-account-forgotpassword .form.password.reset .actions-toolbar {
        width: 60%; }
    .account .page-wrapper .page-title-wrapper .page-title {
      margin: 0 auto 1.875rem;
      font-size: 2.5rem; }
          .account .page-wrapper .columns .column.main .box-title > span {
            font-size: 1.375rem; }
          .account .page-wrapper .columns .column.main .box-title .action {
            font-size: 1.25rem; }
            .account .page-wrapper .columns .column.main .box-title .action .icon {
              font-size: 1rem; }
        .account .page-wrapper .columns .column.main .form-address-edit .fieldset,.account .page-wrapper .columns .column.main .form-edit-account .fieldset {
          width: 50%; }
          .account .page-wrapper .columns .column.main .form-address-edit .fieldset > .field:not(.choice) > .control,.account .page-wrapper .columns .column.main .form-edit-account .fieldset > .field:not(.choice) > .control {
            width: 90%; }
    .checkout-cart-index .cart-page-empty {
      padding: 3.125rem 0; }
      .checkout-cart-index .cart-page-empty h1 {
        font-size: 3.125rem; }
      .checkout-cart-index .cart-page-empty p {
        padding-bottom: 2.5rem; }
      .checkout-cart-index .page-title-wrapper .page-title {
        font-size: 1.75rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
        font-size: 1.25rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price {
        font-size: 1.375rem; }
      .checkout-cart-index .cart-container .actions .action.continue {
        margin-top: 0; }
        .checkout-cart-index .block.crosssell .products-crosssell .product-item-actions {
          margin: 0.625rem 0 0; }
      .checkout-onepage-success .columns .checkout-success {
        padding: 2.5rem 0 0; }
        .checkout-onepage-success .columns .checkout-success .page-title {
          font-size: 2rem; }
        .checkout-onepage-success .columns .checkout-success p {
          font-size: 1.125rem;
          line-height: 1.625rem; }
      .checkout-onepage-success .columns #registration {
        padding: 0 0 2.5rem; }
        .checkout-onepage-success .columns #registration p {
          font-size: 1.125rem;
          line-height: 1.625rem; }
      .checkout-index-index .columns .page-title-wrapper {
        font-size: 1.125rem; }
    .checkout-index-index button.onestepcheckout-btn-checkout {
      padding: 0.3125rem 2.5rem; }
    .checkout-index-index #onestepcheckout-login-popup {
      padding: 2.5rem; }
      .checkout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-wrapper h1 {
        font-size: 1.875rem; }
        .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-return-login-link {
          font-size: 1.25rem !important; }
        .checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-password-link,.checkout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-link {
          font-size: 1.25rem !important; }
        .checkout-index-index #onestepcheckout-register-table li #onestepcheckout-return-login-link-2 {
          font-size: 1.25rem !important; }
      .checkout-index-index .order-faq h1 {
        margin-bottom: 1.25rem;
        font-size: 2rem; }
          .checkout-index-index .order-faq .order-faq-list .item .order-faq-title {
            font-size: 1.25rem; }
        .checkout-index-index .order-faq .order-faq-list .order-faq-content {
          font-size: 1.0625rem;
          line-height: 1.625rem; }
          .checkout-index-index .order-faq .order-faq-list .order-faq-content p {
            font-size: 1.0625rem;
            line-height: 1.625rem; }
      .cms-page-view .green-page-title.small,.contact-index-index .green-page-title.small {
        font-size: 1.375rem; }
    .cms-page-view .page-title-large,.contact-index-index .page-title-large {
      font-size: 2.625rem; }
      .cms-page-view .about-page-content.privacy-content h1,.contact-index-index .about-page-content.privacy-content h1 {
        font-size: 2.25rem; }
      .cms-page-view .coupon-code .about-wrap .left-blk,.cms-page-view .coupon-code .about-wrap .right-blk,.contact-index-index .coupon-code .about-wrap .left-blk,.contact-index-index .coupon-code .about-wrap .right-blk {
        width: 50%;
        padding: 0; }
      .cms-page-view .coupon-code .about-wrap .right-blk,.contact-index-index .coupon-code .about-wrap .right-blk {
        width: 47%;
        padding-left: 3%;
        text-align: left; }
        .cms-page-view .form.contact .fieldset .field.note,.contact-index-index .form.contact .fieldset .field.note {
          font-size: 1.125rem;
          line-height: 1.625rem; }
      .cms-page-view .form.contact .contact-desc,.contact-index-index .form.contact .contact-desc {
        font-size: 1.125rem;
        line-height: 2rem; }
            .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a {
              font-size: 1.625rem; }
        .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager,.wordpress-post-view .columns .column.main .post-list-wrapper .pager,.wordpress-user-view .columns .column.main .post-list-wrapper .pager {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: start;
              align-items: flex-start; }
          .wordpress-homepage-view .columns .column.main .post-list-wrapper .pager .toolbar-amount,.wordpress-post-view .columns .column.main .post-list-wrapper .pager .toolbar-amount,.wordpress-user-view .columns .column.main .post-list-wrapper .pager .toolbar-amount {
            padding: 0; }
        .wordpress-homepage-view .columns .column.main .post-view p,.wordpress-post-view .columns .column.main .post-view p,.wordpress-user-view .columns .column.main .post-view p {
          font-size: 1rem;
          line-height: 1.625rem; }
        .wordpress-homepage-view .columns .column.main .post-view ul,.wordpress-post-view .columns .column.main .post-view ul,.wordpress-user-view .columns .column.main .post-view ul {
          margin: 1rem 0;
          padding: 0 0 0 1.875rem; }
          .wordpress-homepage-view .columns .column.main .post-view ul li,.wordpress-post-view .columns .column.main .post-view ul li,.wordpress-user-view .columns .column.main .post-view ul li {
            font-size: 1rem;
            line-height: 1.375rem; }
        .wordpress-homepage-view .columns .column.main .post-view img.alignleft,.wordpress-post-view .columns .column.main .post-view img.alignleft,.wordpress-user-view .columns .column.main .post-view img.alignleft {
          display: inline;
          float: left;
          margin: 0 1.5rem 0 0; }
      .slider-wrapper .slide {
        height: 400px; }
          .slider-wrapper .slide .content-wrap h1 {
            font-size: 2rem; }
          .slider-wrapper .slide .content-wrap h2 {
            font-size: 1.625rem; }
          .slider-wrapper .slide .content-wrap h3 {
            font-size: 1.125rem; }
          .slider-wrapper .slide .content-wrap p {
            font-size: 1.25rem; }
          .slider-wrapper .slide .content-wrap .more {
            font-size: 1.375rem; }
            .slider-wrapper .slide .content-wrap .more span::before {
              font-size: 0.9375rem; }
      .popular-categories img {
        width: 100%;
        height: auto; }
            .popular-categories ul .category-item.cta .save p {
              font-size: 1.5rem;
              line-height: 1.875rem; }
            .popular-categories ul .category-item.cta .save .title {
              padding: 0.4375rem 1.5625rem;
              font-size: 1rem; }
            .popular-categories ul .category-item a .name {
              font-size: 2.25rem; }
      .popular-products .block-title h1 {
        margin-bottom: 1.875rem;
        font-size: 2.25rem; }
        .popular-products .popular-product-slider .slick-slide {
          width: 312px;
          height: 250px; }
                .popular-products .popular-product-slider .slick-slide .product-item a .product-overley .name {
                  font-size: 1.625rem; }
        .popular-products .popular-product-slider .slick-arrow {
          width: 40px;
          height: 40px;
          transform: translate(0, 150%); }
          .popular-products .popular-product-slider .slick-arrow::before {
            font-size: 2.5rem; }
      .why-yogibo .block-title {
        font-size: 2.25rem; }
              .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-title,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-title {
                font-size: 1.5rem; }
              .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open {
                margin-top: 0.3125rem; }
                .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open span,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open span {
                  font-size: 0.9375rem; }
      .why-yogibo .more {
        font-size: 1.625rem; }
      .press-slider-wrapper .section-title {
        font-size: 2.25rem; }
        .press-slider-wrapper .item .title {
          font-size: 1.25rem;
          line-height: 1.625rem; }
      .press-slider-wrapper .slick-arrow {
        width: 40px;
        height: 40px; }
        .press-slider-wrapper .slick-arrow.slick-next {
          right: -30px; }
        .press-slider-wrapper .slick-arrow.slick-prev {
          left: -30px; }
        .press-slider-wrapper .slick-arrow::before {
          font-size: 2rem; }
      .storepickup-index-index .storepickup-wrapper .title-page {
        font-size: 1.625rem; }
      .storepickup-index-view .views-wrapper .title-page {
        font-size: 1.625rem; }
      .storepickup-index-view .views-wrapper .form-information .form-group {
        width: 85%; }
      .storepickup-index-view .views-wrapper .form-information .more-views {
        width: 15%; }
            .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul li {
              width: 100%;
              margin: 0 0 0.25rem; }
        .cms-press.cms-page-view .press-events-list .item .content,.events-index-index .press-events-list .item .content {
          -ms-flex-direction: row;
              flex-direction: row;
          text-align: left; }
        .cms-press.cms-page-view .press-events-list .item .image-block,.events-index-index .press-events-list .item .image-block {
          width: 30%; }
          .cms-press.cms-page-view .press-events-list .item .image-block .img-wrap,.events-index-index .press-events-list .item .image-block .img-wrap {
            margin: 0; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap,.events-index-index .press-events-list .item .content-wrap {
          width: 70%; }
            .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .event-date,.events-index-index .press-events-list .item .content-wrap .content-block .event-date {
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .events-index-view .columns .page-main-title h1 {
          font-size: 1.625rem; }
            .events-index-view .columns .event-details .event-info .event-contents .event-title {
              margin: 0 0 1.25rem;
              font-size: 1.625rem; }
            .events-index-view .columns .event-details .event-info .event-contents .event-address {
              margin-bottom: 1.25rem; }
      .events-index-view .other-events .other-events-title {
        margin-bottom: 1rem;
        font-size: 1.625rem; }
      .events-index-view .other-events .slick-arrow {
        width: 40px;
        height: 40px; }
        .events-index-view .other-events .slick-arrow.slick-next {
          right: -30px; }
        .events-index-view .other-events .slick-arrow.slick-prev {
          left: -30px; }
        .events-index-view .other-events .slick-arrow::before {
          font-size: 2rem; }
      .yogiborooms-index-index .rooms-list .room-image-wrap .room-content {
        right: 30px;
        bottom: 70px;
        display: block; }
    .yogiborooms-index-index .rooms-list .slick-arrow {
      right: 50px;
      display: inline-block !important; }
      .yogiborooms-index-index .rooms-list .slick-arrow.slick-next {
        bottom: 112px; }
      .yogiborooms-index-index .rooms-list .slick-arrow.slick-prev {
        bottom: 46px; }
    .yogiborooms-index-index .rooms-list-thumb-wrapper {
      border-top: 7px solid #18b4bd; }
        .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down {
          display: inline-block; }
    .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap {
      height: 80px; }
        .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title p {
          height: 16px; }
      .yogiborooms-index-index .rooms-list-thumb .slick-arrow::before {
        font-size: 1.125rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .page-title {
            font-size: 1.625rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .short-description {
            font-size: 1.0625rem;
            line-height: 1.625rem; }
            .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .product-features-list li {
              font-size: 1.0625rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .price {
            font-size: 1.625rem; } }

@media screen and (min-width: 43.75em) {
        .cms-page-view .footer-shop-block li a,.contact-index-index .footer-shop-block li a {
          font-size: 1.6875rem; } }

@media screen and (min-width: 48em) {
      .catalog-product-view .product-info-media-wrapper .product.media .fotorama__stage {
        height: 520px !important; }
      .catalog-product-view .product.info.detailed .product.data.items {
        padding: 0 5%; }
        .catalog-product-view .product.info.detailed .product.data.items > .item.title {
          width: 20%;
          text-align: center; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-5,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-5 {
        width: 35%; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 {
        width: 35%; }
      .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-5 {
        width: 35%; }
      .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 {
        width: 35%; }
      .storepickup-index-view .views-wrapper .form-information .form-group {
        width: 75%; }
      .storepickup-index-view .views-wrapper .form-information .more-views {
        width: 25%; }
            .storepickup-index-view .views-wrapper .form-information .more-views .slider-imgs ul li {
              width: 46%;
              margin: 0 0 0.625rem 4%; } }

@media screen and (min-width: 50em) {
    .container {
      padding: 0 2.5rem; }
    .account .page-wrapper .columns .sidebar-additional .block-cart .action.details,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .primary .action,.account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar button.action,.catalog-product-view .modals-wrapper .modal-popup-review .review-form .action.submit.primary,.catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .action.primary,.checkout-index-index button.onestepcheckout-btn-checkout,.checkout-onepage-success .columns #registration .action.primary,.checkout-onepage-success .columns .checkout-success .actions-toolbar .primary .action,.checkout-onepage-success .columns .checkout-success .checkout-feedback .form-action .button.submit-feedback,.press-slider-wrapper .cta-block .button,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .action.cancel,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .actions-toolbar .primary .primary.action,.yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .room-product-actions .add-to-box .add-to-cart-wrap .button.btn-cart {
      padding: 0.3125rem 2.5rem;
      border-radius: 60px;
      font-size: 1.25rem;
      line-height: 3.125rem; }
    #confirmBox #confirmButtons button.am-btn-left,#confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.account .page-wrapper .columns .column.main .actions-toolbar .action,.account .page-wrapper .columns .sidebar-additional .block-reorder .actions-toolbar .secondary .action,.catalog-category-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-blispay .modal-content .green-button,.catalog-product-view .modals-wrapper .modal-popup-review .modal-content .green-button,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay .modal-content .green-button,.checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper .checkout-methods-items .action.primary,.checkout-cart-index .cart-page-empty .ctn-button,.checkout-index-index .wrap-payment-content .actions .action-cancel,.cms-noroute-index .columns .button,.customer-account-create .form.create.account .actions-toolbar .primary .action,.customer-account-createpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action,.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary .action,.customer-account-login .login-container .fieldset .actions-toolbar .primary .action,.modals-wrapper .modal-popup-blispay .modal-content .green-button,.storepickup-index-view .views-wrapper .back-page a,.wordpress-homepage-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-post-view .columns .column.main .post-view .post-share .comment-block .button,.wordpress-user-view .columns .column.main .post-view .post-share .comment-block .button,button.action.primary {
      padding: 0.625rem 3.75rem;
      border-radius: 60px;
      font-size: 1.25rem;
      line-height: 2.5rem; }
    #confirmBox .am-related-box .products .product-item .product-item-actions .action.primary,.storepickup-index-view .views-wrapper .back-page a {
      padding: 0 1.875rem;
      font-size: 0.875rem;
      line-height: 2.5rem; }
        .page-header .header.content .nav-toggle {
          right: 40px; }
    .page-footer {
      padding: 2.5rem 0 1.25rem; }
        .page-footer .footer-menu .left-column {
          float: left;
          width: 28%;
          margin: 0;
          text-align: left; }
          .page-footer .footer-menu .left-column .footer-social-block {
            margin-bottom: 1.25rem; }
            .page-footer .footer-menu .left-column .footer-social-block .footer-logo {
              float: left;
              margin: 0 1.875rem 0 0; }
            .page-footer .footer-menu .left-column .footer-social-block .social-media-items {
              float: left;
              line-height: 3.125rem; }
            .page-footer .footer-menu .left-column .footer-newsletter .newsletter-title {
              font-size: 1.5rem;
              text-align: left; }
            .page-footer .footer-menu .left-column .footer-newsletter .newsletter-sub-title {
              font-size: 1rem;
              text-align: left; }
            .page-footer .footer-menu .left-column .footer-newsletter input[type='email'],.page-footer .footer-menu .left-column .footer-newsletter input[type='text'] {
              width: 95%;
              padding: 0.9375rem 0.625rem; }
        .page-footer .footer-menu .right-column {
          width: 70%;
          padding: 0; }
          .page-footer .footer-menu .right-column .menu-block {
            width: 25%;
            padding: 0 1%;
            text-align: left; }
            .page-footer .footer-menu .right-column .menu-block .menu-title {
              margin: 0; }
            .page-footer .footer-menu .right-column .menu-block .menu-title.no-parent {
              padding-bottom: 1.25rem; }
              .page-footer .footer-menu .right-column .menu-block .menu-title.no-link {
                display: block; }
            .page-footer .footer-menu .right-column .menu-block ul {
              display: block; }
          .page-footer .address-with-copyright .footer-copy-block .siteseal {
            position: absolute;
            top: 35px;
            right: -130px;
            left: inherit;
            width: auto; }
        .page-footer .address-with-copyright .store-address {
          padding: 1.5625rem 0 0; }
        .main-menu > li > a {
          padding: 0 2.5rem; }
        .main-menu > li.naavy-parent .naavy-sub-toggle {
          right: 40px; }
            .main-menu > li .sub-menu li a {
              padding: 0.375rem 2.5rem; }
    .footer-cta-wrapper .home-blog-events {
      -ms-flex-direction: row;
          flex-direction: row; }
      .footer-cta-wrapper .footer-cta-block.home-checkit {
        min-height: 375px;
        padding: 1.25rem; }
        .footer-cta-wrapper .footer-cta-block.home-checkit h1 {
          font-size: 2.1875rem; }
      .footer-cta-wrapper .find-store .find {
        height: 90px;
        line-height: 5.625rem; }
        #confirmBox #messageBox p {
          padding: 0 0 0 3.125rem;
          background: url("../images/icon-tick.png") no-repeat 20px center;
          font-size: 2rem;
          text-align: left; }
        #confirmBox #messageBox .product-info-main .added-item {
          font-size: 2rem; }
          #confirmBox .am-related-box .block-title.title strong {
            font-size: 1.625rem; }
            #confirmBox .am-related-box .products .product-item .product-reviews-summary {
              margin: 0.625rem 0 0; }
              #confirmBox .am-related-box .products .product-item .price-box .price {
                font-size: 1.5625rem; }
              #confirmBox .am-related-box .products .product-item .product-item-actions .action.primary {
                padding: 0.3125rem 1rem;
                font-size: 0.875rem;
                line-height: 1.5rem; }
    .cms-noroute-index .page-title-wrapper {
      padding: 0 2.5rem; }
      .cms-noroute-index .page-title-wrapper .page-title {
        padding: 2.5rem 0; }
    .cms-noroute-index .columns {
      padding: 0 2.5rem; }
    .interior-banner {
      height: 325px; }
        .interior-banner .banner-overlay .title {
          font-size: 3.8125rem; }
    .catalogsearch-result-index .page-title-wrapper {
      padding: 0 2.5rem; }
      .catalogsearch-result-index .page-title-wrapper .page-title {
        padding: 2.5rem 0 1.25rem; }
    .catalog-category-view .category-details,.catalogsearch-result-index .category-details {
      height: 325px; }
        .catalog-category-view .category-details .category-content-overlay .page-title,.catalogsearch-result-index .category-details .category-content-overlay .page-title {
          font-size: 3.8125rem; }
        .catalog-category-view .category-details .category-content-overlay .category-description,.catalogsearch-result-index .category-details .category-content-overlay .category-description {
          padding: 0 25%;
          font-size: 1.4375rem; }
      .catalog-category-view .columns .sidebar-main,.catalogsearch-result-index .columns .sidebar-main {
        width: 25%;
        margin-top: 5.25rem;
        text-align: left; }
        .catalog-category-view .columns .sidebar-main .category-list,.catalog-category-view .columns .sidebar-main .filter-options-content .items,.catalogsearch-result-index .columns .sidebar-main .category-list,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items {
          width: 120%;
          margin-left: -3em; }
            .catalog-category-view .columns .sidebar-main .category-list .item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item a,.catalogsearch-result-index .columns .sidebar-main .category-list .item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item a {
              padding: 0.1875rem 1.25rem 0.1875rem 3rem; }
            .catalog-category-view .columns .sidebar-main .category-list .category-item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a {
              padding: 0.1875rem 1.25rem 0.1875rem 3rem; }
      .catalog-category-view .columns .sidebar-additional,.catalogsearch-result-index .columns .sidebar-additional {
        width: 25%;
        text-align: left; }
              .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 a {
                float: left; }
      .catalog-category-view .columns .column.main,.catalogsearch-result-index .columns .column.main {
        width: 75%; }
      .catalog-category-view .columns .column.main .products ~ .toolbar,.catalogsearch-result-index .columns .column.main .products ~ .toolbar {
        padding-bottom: 3.75rem; }
    .catalog-product-view .breadcrumbs .items {
      padding: 0 1.25rem 1.875rem; }
      .catalog-product-view .breadcrumbs .items .item {
        font-size: 1.1875rem; }
        .catalog-product-view .breadcrumbs .items .item::before {
          margin: 0 0.625rem; }
      .catalog-product-view .breadcrumbs .items a {
        font-size: 1.1875rem; }
    .catalog-product-view .product-info-media-wrapper .container {
      padding: 0 0.3125rem; }
    .catalog-product-view .product-info-media-wrapper .product.media {
      width: 55%;
      padding: 0 0.9375rem; }
    .catalog-product-view .product-info-media-wrapper .product-info-main {
      width: 45%;
      padding: 0 0.9375rem; }
    .catalog-product-view .product.info.detailed {
      margin-top: 3.125rem; }
      .catalog-product-view .product.info.detailed::before {
        height: 70px; }
      .catalog-product-view .product.info.detailed .product.data.items {
        padding: 0 2.5rem; }
          .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
            height: 70px;
            font-size: 1.375rem;
            line-height: 4.375rem; }
    .catalog-product-view .block.upsell {
      padding: 0 2.5rem; }
        .catalog-product-view .block.upsell .block-title strong {
          font-size: 2rem; }
        .catalog-product-view .block.upsell .products-upsell .product-item {
          padding: 0 2.5rem 0 0; }
            .catalog-product-view .block.upsell .products-upsell .product-item.inspired-block .large-link-btn {
              font-size: 2.1875rem; }
      .catalog-product-view .modals-wrapper .modal-popup-blispay .modal-inner-wrap,.catalog-product-view .modals-wrapper .modal-popup-review .modal-inner-wrap {
        padding: 2.5rem; }
    .customer-account-create .page-title-wrapper .page-title,.customer-account-createpassword .page-title-wrapper .page-title,.customer-account-forgotpassword .page-title-wrapper .page-title,.customer-account-login .page-title-wrapper .page-title {
      margin: 4.375rem auto 1.875rem;
      font-size: 2.875rem; }
    .customer-account-create .page-main,.customer-account-createpassword .page-main,.customer-account-forgotpassword .page-main,.customer-account-login .page-main {
      padding: 0 2.5rem; }
    .account .page-wrapper .page-title-wrapper .page-title {
      font-size: 2.875rem; }
      .account .page-wrapper .columns .sidebar,.account .page-wrapper .columns .sidebar-main {
        width: 25%;
        padding: 0 0.9375rem;
        text-align: left; }
        .account .page-wrapper .columns .sidebar-main .account-nav-title,.account .page-wrapper .columns .sidebar .account-nav-title {
          padding: 0 1.25rem 0.3125rem 0; }
        .account .page-wrapper .columns .sidebar-main .actions-toolbar .primary,.account .page-wrapper .columns .sidebar .actions-toolbar .primary {
          text-align: left; }
        .account .page-wrapper .columns .sidebar-main .nav.items,.account .page-wrapper .columns .sidebar .nav.items {
          width: 120%;
          margin-left: -3em; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current > strong,.account .page-wrapper .columns .sidebar .nav.items .item.current > strong {
              padding: 0.3125rem 1.25rem 0.3125rem 3rem;
              font-size: 1.125rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current a,.account .page-wrapper .columns .sidebar .nav.items .item.current a {
              padding: 0.3125rem 1.25rem 0.3125rem 3rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item a,.account .page-wrapper .columns .sidebar .nav.items .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 3rem;
              font-size: 1.125rem; }
              .account .page-wrapper .columns .sidebar-main .nav.items .item a:hover,.account .page-wrapper .columns .sidebar .nav.items .item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 3rem; }
      .account .page-wrapper .columns .column.main {
        width: 75%; }
    .checkout-cart-index .cart-page-empty {
      padding: 3.75rem 0; }
      .checkout-cart-index .cart-page-empty h1 {
        font-size: 3.75rem; }
    .checkout-cart-index .columns {
      padding: 1.875rem 2.5rem 0; }
      .checkout-cart-index .page-title-wrapper .page-title {
        font-size: 2rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items > .item .col.item {
        display: table-cell; }
        .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
          width: 150px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        padding: 0.625rem 0.5rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo {
      width: 280px;
      max-width: inherit; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
        font-size: 1.5rem; }
    .checkout-cart-index .cart-container .cart-summary {
      -ms-flex-direction: row;
          flex-direction: row; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper {
        width: 40%; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper {
        width: 40%;
        margin: 0; }
    .checkout-onepage-success .columns {
      padding: 0 2.5rem; }
      .checkout-onepage-success .columns .checkout-success {
        width: 70%;
        padding: 3.125rem 0 0; }
        .checkout-onepage-success .columns .checkout-success .page-title {
          font-size: 2.5rem; }
        .checkout-onepage-success .columns .checkout-success p {
          padding-bottom: 1.25rem;
          font-size: 1.25rem;
          line-height: 1.875rem; }
      .checkout-onepage-success .columns #registration {
        width: 70%;
        padding: 0 0 3.125rem; }
        .checkout-onepage-success .columns #registration p {
          font-size: 1.25rem;
          line-height: 1.875rem; }
    .checkout-index-index .columns {
      padding: 0 2.5rem; }
    .checkout-index-index button.onestepcheckout-btn-checkout {
      padding: 0.3125rem 3.75rem; }
      .checkout-index-index .order-faq h1 {
        margin-bottom: 1.875rem;
        font-size: 2.25rem; }
        .checkout-index-index .order-faq .order-faq-list .left-block,.checkout-index-index .order-faq .order-faq-list .right-block {
          width: 49%; }
          .checkout-index-index .order-faq .order-faq-list .item .order-faq-title {
            font-size: 1.375rem; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-inline,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-inline {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-4,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-4 {
        width: 30%; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .form-inline .form-group.col-md-3,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .form-inline .form-group.col-md-3 {
        margin: 0; }
      .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .form-group.col-sm-6,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .form-group.col-sm-6 {
        width: 33.3333%;
        padding: 0 0.625rem; }
    .cms-page-view .breadcrumbs .items,.contact-index-index .breadcrumbs .items {
      padding: 1.875rem 1.25rem; }
      .cms-page-view .breadcrumbs .items .item,.contact-index-index .breadcrumbs .items .item {
        font-size: 1.1875rem; }
        .cms-page-view .breadcrumbs .items .item::before,.contact-index-index .breadcrumbs .items .item::before {
          margin: 0 0.625rem; }
      .cms-page-view .breadcrumbs .items a,.contact-index-index .breadcrumbs .items a {
        font-size: 1.1875rem; }
    .cms-page-view .page-title-large,.contact-index-index .page-title-large {
      font-size: 3.125rem; }
    .cms-page-view.cms-why-yogibo .footer-shop-block,.contact-index-index.cms-why-yogibo .footer-shop-block {
      width: 80%;
      margin: 2.5rem 10% 5rem; }
    .cms-page-view .footer-shop-block,.contact-index-index .footer-shop-block {
      width: 100%;
      margin: 2.5rem 0 5rem; }
      .cms-page-view .columns .sidebar-main,.contact-index-index .columns .sidebar-main {
        width: 25%;
        text-align: left; }
        .cms-page-view .columns .sidebar-main .account-list,.cms-page-view .columns .sidebar-main .page-list,.contact-index-index .columns .sidebar-main .account-list,.contact-index-index .columns .sidebar-main .page-list {
          width: 120%;
          margin-left: -3em; }
            .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a {
              padding: 0.3125rem 1.25rem 0.3125rem 3rem; }
              .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 3rem; }
      .cms-page-view .columns .column.main,.contact-index-index .columns .column.main {
        width: 75%;
        padding: 0 0.9375rem; }
      .cms-page-view .about-page-content.privacy-content h1,.contact-index-index .about-page-content.privacy-content h1 {
        font-size: 3.125rem; }
      .cms-page-view .form.contact .contact-desc,.contact-index-index .form.contact .contact-desc {
        font-size: 1.25rem; }
    .wordpress-homepage-view .breadcrumbs .items,.wordpress-post-view .breadcrumbs .items,.wordpress-user-view .breadcrumbs .items {
      padding: 1.875rem 1.25rem; }
      .wordpress-homepage-view .breadcrumbs .items .item,.wordpress-post-view .breadcrumbs .items .item,.wordpress-user-view .breadcrumbs .items .item {
        font-size: 1.1875rem; }
        .wordpress-homepage-view .breadcrumbs .items .item::before,.wordpress-post-view .breadcrumbs .items .item::before,.wordpress-user-view .breadcrumbs .items .item::before {
          margin: 0 0.625rem; }
      .wordpress-homepage-view .breadcrumbs .items a,.wordpress-post-view .breadcrumbs .items a,.wordpress-user-view .breadcrumbs .items a {
        font-size: 1.1875rem; }
      .wordpress-homepage-view .columns .sidebar-main,.wordpress-post-view .columns .sidebar-main,.wordpress-user-view .columns .sidebar-main {
        width: 25%;
        text-align: left; }
        .wordpress-homepage-view .columns .sidebar-main .block-title,.wordpress-post-view .columns .sidebar-main .block-title,.wordpress-user-view .columns .sidebar-main .block-title {
          width: 120%;
          margin-left: -2em; }
          .wordpress-homepage-view .columns .sidebar-main .block-title strong,.wordpress-post-view .columns .sidebar-main .block-title strong,.wordpress-user-view .columns .sidebar-main .block-title strong {
            padding: 0 1.25rem 0 3rem;
            font-size: 1.375rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search {
          -ms-flex-pack: start;
              justify-content: flex-start; }
          .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search .input-text {
            width: 100%;
            margin: 0 0 0.625rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul {
          width: 120%;
          margin-left: -3em; }
            .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 3rem; }
      .wordpress-homepage-view .columns .column.main,.wordpress-post-view .columns .column.main,.wordpress-user-view .columns .column.main {
        width: 75%;
        padding: 0 0.9375rem; }
              .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image {
                width: auto; }
              .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt {
                font-size: 1.0625rem;
                line-height: 1.625rem; }
        .wordpress-homepage-view .columns .column.main .post-view p,.wordpress-post-view .columns .column.main .post-view p,.wordpress-user-view .columns .column.main .post-view p {
          font-size: 1.0625rem;
          line-height: 1.75rem; }
          .wordpress-homepage-view .columns .column.main .post-view ul li,.wordpress-post-view .columns .column.main .post-view ul li,.wordpress-user-view .columns .column.main .post-view ul li {
            font-size: 1.0625rem;
            line-height: 1.5rem; }
            .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control {
              width: 75%; }
    .slider-wrapper {
      display: block; }
      .slider-wrapper.mobile-slider {
        display: none; }
      .slider-wrapper .slide {
        height: 500px; }
        .slider-wrapper .slide .content-wrap {
          padding: 4.375rem 0 0; }
          .slider-wrapper .slide .content-wrap h1 {
            font-size: 3.125rem; }
          .slider-wrapper .slide .content-wrap h2 {
            font-size: 1.875rem; }
          .slider-wrapper .slide .content-wrap p {
            padding: 0 0 1.875rem;
            font-size: 1.375rem;
            line-height: 1.625rem; }
          .slider-wrapper .slide .content-wrap .more {
            margin: 0;
            font-size: 1.5rem; }
            .slider-wrapper .slide .content-wrap .more span::before {
              font-size: 1rem; }
      .popular-products .block-title h1 {
        font-size: 2.625rem; }
        .popular-products .popular-product-slider .slick-slide {
          width: 374px;
          height: 300px; }
                .popular-products .popular-product-slider .slick-slide .product-item a .product-overley .name {
                  font-size: 2rem; }
        .popular-products .popular-product-slider .slick-arrow {
          width: 60px;
          height: 60px;
          transform: translate(0, 100%); }
          .popular-products .popular-product-slider .slick-arrow::before {
            font-size: 3.125rem; }
    .why-yogibo {
      background-position: center 380px;
      background-size: 100% 250px; }
      .why-yogibo .block-title {
        font-size: 2.625rem; }
      .why-yogibo .block-content {
        padding-top: 37.5rem;
        background-position: center top;
        background-size: auto 475px; }
      .press-slider-wrapper .section-title {
        margin-bottom: 1.875rem;
        font-size: 2.625rem; }
      .press-slider-wrapper .slick-arrow {
        width: 50px;
        height: 50px; }
        .press-slider-wrapper .slick-arrow.slick-next {
          right: -40px; }
        .press-slider-wrapper .slick-arrow.slick-prev {
          left: -40px; }
        .press-slider-wrapper .slick-arrow::before {
          font-size: 2.25rem; }
    .storepickup-index-index .storepickup-wrapper {
      padding: 0 2.5rem; }
      .storepickup-index-index .storepickup-wrapper .search-box .form-inline {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-4 {
        width: 30%; }
      .storepickup-index-index .storepickup-wrapper .form-inline .form-group.col-md-3 {
        margin: 0; }
      .storepickup-index-index .storepickup-wrapper .search-box .form-group.col-sm-6 {
        width: 33.3333%;
        padding: 0 0.625rem; }
    .storepickup-index-view .views-wrapper {
      padding: 0 2.5rem; }
        .cms-press.cms-page-view .press-events-list .item .content,.events-index-index .press-events-list .item .content {
          padding: 0 2.5rem; }
        .cms-press.cms-page-view .press-events-list .item .content-wrap,.events-index-index .press-events-list .item .content-wrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block,.events-index-index .press-events-list .item .content-wrap .content-block {
            width: 70%;
            padding-right: 0.625rem; }
            .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .title,.events-index-index .press-events-list .item .content-wrap .content-block .title {
              font-size: 1.25rem; }
            .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .description,.cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .event-date,.cms-press.cms-page-view .press-events-list .item .content-wrap .content-block address,.events-index-index .press-events-list .item .content-wrap .content-block .description,.events-index-index .press-events-list .item .content-wrap .content-block .event-date,.events-index-index .press-events-list .item .content-wrap .content-block address {
              line-height: 1.625rem; }
            .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block address,.events-index-index .press-events-list .item .content-wrap .content-block address {
              line-height: 2.5rem; }
          .cms-press.cms-page-view .press-events-list .item .content-wrap .cta-block,.events-index-index .press-events-list .item .content-wrap .cta-block {
            width: 30%;
            padding: 0 0 0 0.625rem;
            text-align: right; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .pager,.events-index-index .press-events-list .event-toolbar .pager {
          padding: 0 2.5rem; }
    .events-index-view .columns {
      padding: 0 2.5rem; }
      .events-index-view .columns .column.main {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .events-index-view .columns .event-details {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 5rem; }
        .events-index-view .columns .event-details .map-details {
          width: 50%;
          padding-right: 3%; }
        .events-index-view .columns .event-details .event-info {
          width: 50%;
          padding: 0; }
            .events-index-view .columns .event-details .event-info .event-contents .event-title {
              font-size: 1.875rem; }
            .events-index-view .columns .event-details .event-info .event-contents .event-date,.events-index-view .columns .event-details .event-info .event-contents .event-description,.events-index-view .columns .event-details .event-info .event-contents address {
              line-height: 1.625rem; }
            .events-index-view .columns .event-details .event-info .event-contents address {
              line-height: 2.5rem; }
    .events-index-view .other-events {
      padding: 0 2.5rem; }
      .events-index-view .other-events .other-events-title {
        font-size: 1.75rem; }
      .events-index-view .other-events .slick-arrow {
        width: 50px;
        height: 50px; }
        .events-index-view .other-events .slick-arrow.slick-next {
          right: -40px; }
        .events-index-view .other-events .slick-arrow.slick-prev {
          left: -40px; }
        .events-index-view .other-events .slick-arrow::before {
          font-size: 2.25rem; }
        .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-title {
          font-size: 2rem; }
        .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-description {
          font-size: 1rem;
          line-height: 1.25rem; }
    .yogiborooms-index-index .rooms-list .room-product {
      width: 40px;
      height: 40px; }
    .yogiborooms-index-index .rooms-list-thumb-wrapper {
      border-top: 10px solid #18b4bd; }
      .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow {
        top: -55px;
        margin-left: -2.8125rem; }
        .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down {
          width: 90px;
          height: 50px; }
          .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down::before {
            font-size: 0.875rem; }
    .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap {
      height: 100px; }
        .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title p {
          font-size: 1.125rem; }
      .yogiborooms-index-index .rooms-list-thumb .slick-arrow::before {
        font-size: 1.25rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-image {
          width: 50%;
          margin: 0;
          padding-right: 2rem; }
        .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details {
          width: 50%; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .page-title {
            font-size: 2rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .short-description {
            font-size: 1.125rem; }
            .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .product-features-list li {
              font-size: 1.125rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .price {
            margin-bottom: 1.25rem;
            font-size: 2rem; } }

@media screen and (min-width: 62.5em) {
  .page-main {
    margin-top: 6.875rem; }
    .utility-header {
      display: block; }
    .page-header {
      position: fixed; }
      .page-header .header.content {
        height: 70px; }
        .page-header .header.content .nav-toggle {
          display: none; }
        .page-header .header.content .header-right-wrapper {
          display: block; }
          .page-header .header.content .logo img {
            width: 149px; }
      .page-header .block-search {
        position: absolute;
        z-index: 9998;
        top: 110px;
        left: 0;
        width: 100%;
        padding: 1.25rem 0;
        background: #f18c11; }
        .page-header .block-search .block-content {
          width: 598px;
          height: 100px;
          border: 4px solid #fff;
          border-radius: 50px;
          background: none; }
          .page-header .block-search .block-content .label {
            display: block; }
        .page-header .block-search input[type='text'] {
          float: left;
          width: 470px;
          height: 92px;
          padding: 0 1.5625rem;
          opacity: 1;
          outline: none;
          border: none;
          background: none;
          color: #fff;
          font-family: "Questrial", sans-serif;
          font-size: 1.625rem; }
        .page-header .block-search .action.search {
          right: 0;
          float: left;
          width: 116px;
          height: 92px;
          padding: 0;
          opacity: 1;
          border: none;
          border-left: 4px solid #fff;
          border-radius: 0 50px 50px 0;
          background: none;
          color: rgba(0, 0, 0, 0);
          font-size: 0;
          pointer-events: all; }
        .page-header .block-search .action.search:hover {
          background-color: #18b4bd; }
          .page-header .block-search .action.search::before {
            left: 0;
            font-size: 3.75rem;
            line-height: 3.875rem; }
        .page-header .block-search .search-close {
          display: block; }
      .page-header .header-social-block {
        position: absolute;
        z-index: 999;
        top: 70px;
        right: 60px;
        padding: 0;
        background: url("../images/top-social-bg.png") no-repeat center bottom; }
        .page-header .header-social-block .header-social-media-items {
          display: none;
          width: 125px;
          height: 140px;
          padding: 1.25rem 1.25rem 0; }
          .page-header .header-social-block .header-social-media-items .item {
            padding: 0 7% 0.625rem;
            color: #018d96;
            font-size: 1.6875rem; }
            .page-header .header-social-block .header-social-media-items .item:hover {
              color: #fff; }
        .page-header .header-social-block .social-media-box {
          display: block; }
            .page-footer .footer-menu .left-column .footer-newsletter .newsletter-title {
              font-size: 1.75rem; }
            .page-footer .footer-menu .left-column .footer-newsletter .newsletter-sub-title {
              font-size: 1.125rem; }
            .page-footer .footer-menu .left-column .footer-newsletter input[type='email'],.page-footer .footer-menu .left-column .footer-newsletter input[type='text'] {
              width: 80%; }
            .page-footer .footer-menu .left-column .footer-newsletter .submit-button {
              width: 80%;
              margin-right: 20%; }
            .page-footer .footer-menu .right-column .menu-block a {
              font-size: 0.9375rem; }
            .page-footer .footer-menu .right-column .menu-block ul {
              padding-bottom: 1.875rem;
              line-height: 1.5rem; }
          .page-footer .address-with-copyright .footer-copy-block .siteseal {
            right: -150px; }
    .main-menu {
      float: right; }
      .main-menu > li {
        width: auto; }
        .main-menu > li > a {
          height: 70px;
          padding: 0 1.25rem;
          line-height: 4.375rem; }
      .main-menu > li.m-menu {
        display: none; }
      .main-menu > li:hover .sub-menu {
        display: inline-block; }
      .main-menu > li.naavy-parent a {
        padding-right: 2.625rem; }
        .main-menu > li.naavy-parent .naavy-sub-toggle {
          right: 15px;
          height: 70px;
          line-height: 4.375rem; }
          .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon {
            line-height: 4.375rem; }
          .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon-arrow::after {
            font-size: 0.5rem; }
          .main-menu > li.naavy-parent .naavy-sub-toggle .naavy-icon-arrow::before {
            top: 2px; }
        .main-menu > li.search-menu {
          display: block; }
        .main-menu > li .sub-menu {
          position: absolute;
          padding: 0; }
          .main-menu > li .sub-menu li:first-child a {
            padding-top: 0.7em; }
          .main-menu > li .sub-menu li:last-child a {
            padding-bottom: 0.7em; }
            .main-menu > li .sub-menu li a {
              padding: 0.375rem 2.625rem 0.375rem 1rem;
              font-size: 1.0625rem;
              line-height: 1.625rem; }
    .mega-menu {
      min-height: 430px; }
        .mega-menu ul li.level-top {
          width: 16.66666666666667%;
          min-height: 160px;
          padding: 2.5rem 0.625rem; }
          .mega-menu ul li.level-top.nav-6 {
            padding: 2.5rem 0.625rem 0; }
          .mega-menu ul li.level-top.nav-7,.mega-menu ul li.level-top.nav-8,.mega-menu ul li.level-top.nav-9,.mega-menu ul li.level-top.nav-10 {
            padding: 0 0.625rem; }
          .mega-menu ul li.level-top.has-active .level-top {
            border: none;
            color: #fff; }
            .mega-menu ul li.level-top.has-active .level-top:hover {
              color: #195736; }
          .mega-menu ul li.level-top .level-top {
            padding: 0 0 0.625rem;
            color: #fff;
            font-size: 1.4375rem;
            line-height: 1.625rem; }
              .mega-menu ul li.level-top .submenu li a {
                line-height: 1.625rem; }
    .footer-cta-wrapper .footer-cta-block {
      padding: 2.1875rem 2.5rem; }
      .footer-cta-wrapper .footer-cta-block p {
        font-size: 1.125rem; }
        .footer-cta-wrapper .footer-cta-block .actions a.view-more {
          font-size: 1.375rem; }
        .footer-cta-wrapper .footer-cta-block .actions a.see-all {
          font-size: 1.125rem; }
      .footer-cta-wrapper .footer-cta-block.home-checkit {
        padding: 2.1875rem 2.5rem; }
            #confirmBox .am-related-box .products .product-item .product-item-actions {
              float: right;
              width: auto;
              margin: 0.4375rem 0 0; }
      .cms-noroute-index .page-title-wrapper .page-title {
        padding: 3.125rem 0; }
      .catalogsearch-result-index .page-title-wrapper .page-title {
        padding: 3.125rem 0 1.25rem; }
    .catalogsearch-result-index .block.filter .filter-title {
      padding: 0 0 0 0.9375rem; }
      .catalogsearch-result-index .block.filter .filter-content .filter-subtitle {
        padding: 0 0 0 0.9375rem; }
      .catalogsearch-result-index .block.filter .filter-content .filter-options-title {
        padding: 0 0 0 0.9375rem; }
        .catalog-category-view .columns .sidebar-main .category-list,.catalog-category-view .columns .sidebar-main .filter-options-content .items,.catalogsearch-result-index .columns .sidebar-main .category-list,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items {
          margin-left: -20%; }
            .catalog-category-view .columns .sidebar-main .category-list .item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item a,.catalogsearch-result-index .columns .sidebar-main .category-list .item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item a {
              padding: 0.1875rem 1.25rem 0.1875rem 4rem; }
            .catalog-category-view .columns .sidebar-main .category-list .category-item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a {
              padding: 0.1875rem 1.25rem 0.1875rem 4rem; }
          .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo {
            padding: 0 0.9375rem; }
              .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text1,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text1 {
                font-size: 2.5rem; }
              .catalog-category-view .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text2,.catalogsearch-result-index .columns .sidebar-additional .block-static-block .left-column-promo .ad1 .large-text2 {
                font-size: 1.875rem; }
          .catalog-category-view .columns .column.main .products .item,.catalogsearch-result-index .columns .column.main .products .item {
            width: 31.33336%;
            margin: 0 3% 2.25rem 0; }
            .catalog-category-view .columns .column.main .products .item:nth-child(2n+0),.catalogsearch-result-index .columns .column.main .products .item:nth-child(2n+0) {
              margin: 0 3% 1.875rem 0; }
            .catalog-category-view .columns .column.main .products .item:nth-child(3n+0),.catalogsearch-result-index .columns .column.main .products .item:nth-child(3n+0) {
              margin: 0 0 1.875rem; }
      .catalog-product-view .breadcrumbs .items .item {
        font-size: 1.375rem; }
        .catalog-product-view .breadcrumbs .items .item::before {
          margin: 0 0.75rem; }
      .catalog-product-view .breadcrumbs .items a {
        font-size: 1.375rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-reviews-summary .reviews-actions .action {
          font-size: 1.25rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-short-description {
        font-size: 1.0625rem;
        line-height: 1.625rem; }
      .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .price-box {
          width: auto; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .actions {
            padding-top: 1.5625rem; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .box-tocart .actions {
            padding-top: 0; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-add-form .verified-seal {
          position: relative;
          top: 34%;
          width: 130px; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay {
          padding: 1.25rem 2.5rem; }
    .catalog-product-view .product.info.detailed {
      margin-top: 4.375rem; }
      .catalog-product-view .product.info.detailed::before {
        height: 80px; }
          .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
            height: 80px;
            font-size: 1.5rem;
            line-height: 5rem; }
        .catalog-product-view .block.upsell .block-title strong {
          font-size: 2.5rem; }
        .catalog-product-view .block.upsell .products-upsell .product-item {
          padding: 0 3.125rem 0 0; }
        .catalog-product-view .block.upsell .products-upsell .product-item-actions {
          float: right;
          width: auto;
          margin: 0; }
    .customer-account-create .page-title-wrapper .page-title,.customer-account-createpassword .page-title-wrapper .page-title,.customer-account-forgotpassword .page-title-wrapper .page-title,.customer-account-login .page-title-wrapper .page-title {
      font-size: 3.25rem; }
  .account .page-wrapper {
    padding: 4.375rem 0 0; }
    .account .page-wrapper .page-title-wrapper .page-title {
      font-size: 3.25rem; }
    .account .page-wrapper .columns {
      padding: 0 0 3.75rem; }
      .account .page-wrapper .columns .sidebar-additional .block {
        padding: 0 1.25rem; }
        .account .page-wrapper .columns .sidebar-main .account-nav-title,.account .page-wrapper .columns .sidebar .account-nav-title {
          padding: 0 1.25rem 0.3125rem; }
        .account .page-wrapper .columns .sidebar-main .nav.items,.account .page-wrapper .columns .sidebar .nav.items {
          width: 110%;
          margin-left: -2.8125rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current > strong,.account .page-wrapper .columns .sidebar .nav.items .item.current > strong {
              padding: 0.3125rem 1.25rem 0.3125rem 4rem;
              font-size: 1.25rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current a,.account .page-wrapper .columns .sidebar .nav.items .item.current a {
              padding: 0.3125rem 1.25rem 0.3125rem 4rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item a,.account .page-wrapper .columns .sidebar .nav.items .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 4rem;
              font-size: 1.25rem; }
              .account .page-wrapper .columns .sidebar-main .nav.items .item a:hover,.account .page-wrapper .columns .sidebar .nav.items .item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 4rem; }
      .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item {
        width: 31.33336%;
        margin: 0 3% 2.25rem 0; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item:nth-child(2n+0) {
          margin: 0 3% 1.875rem 0; }
        .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item:nth-child(3n+0) {
          margin: 0 0 1.875rem; }
    .checkout-cart-index .cart-page-empty {
      padding: 5.625rem 0; }
      .checkout-cart-index .cart-page-empty h1 {
        font-size: 5rem; }
    .checkout-cart-index .columns {
      padding: 4.375rem 2.5rem 0; }
    .checkout-cart-index .page-title-wrapper {
      padding: 1.875rem 0; }
        .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
          width: 220px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        width: 300px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.color {
        width: 180px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.qty {
        width: 80px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.subtotal {
        width: 160px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.remove {
        width: 100px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
        font-size: 1.875rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price {
        font-size: 1.625rem; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals-methods-wrapper {
        width: 30%; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper {
        width: 67%; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .content form {
          width: 48%; }
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .content form#co-shipping-method-form {
            margin-top: -3.75rem; }
        .checkout-cart-index .block.crosssell .products-crosssell .product-item-actions {
          margin: 0; }
      .checkout-onepage-success .columns .checkout-success {
        padding: 4.375rem 0 0; }
        .checkout-onepage-success .columns .checkout-success .page-title {
          font-size: 3rem; }
      .checkout-onepage-success .columns #registration {
        padding: 0 0 4.375rem; }
      .checkout-index-index .columns .page-title-wrapper {
        margin: 0 0 1.875rem;
        font-size: 1.25rem; }
      .checkout-index-index .order-faq h1 {
        margin-bottom: 2.5rem;
        font-size: 2.5rem; }
          .checkout-index-index .order-faq .order-faq-list .item .order-faq-title {
            font-size: 1.5rem; }
      .cms-page-view .breadcrumbs .items .item,.contact-index-index .breadcrumbs .items .item {
        font-size: 1.375rem; }
        .cms-page-view .breadcrumbs .items .item::before,.contact-index-index .breadcrumbs .items .item::before {
          margin: 0 0.75rem; }
      .cms-page-view .breadcrumbs .items a,.contact-index-index .breadcrumbs .items a {
        font-size: 1.375rem; }
    .cms-page-view .green-page-title,.contact-index-index .green-page-title {
      padding-bottom: 1.875rem; }
      .cms-page-view .green-page-title.small,.contact-index-index .green-page-title.small {
        font-size: 1.625rem; }
    .cms-page-view .page-title-large,.contact-index-index .page-title-large {
      padding: 0 5% 1.25rem;
      font-size: 3.875rem; }
    .cms-page-view .full-screen-video,.contact-index-index .full-screen-video {
      max-width: 980px;
      margin: 1.875rem auto 0; }
        .cms-page-view .columns .sidebar-main .block-title h1,.contact-index-index .columns .sidebar-main .block-title h1 {
          padding: 0 0 0 0.9375rem; }
        .cms-page-view .columns .sidebar-main .account-list,.cms-page-view .columns .sidebar-main .page-list,.contact-index-index .columns .sidebar-main .account-list,.contact-index-index .columns .sidebar-main .page-list {
          margin-left: -20%; }
            .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a {
              padding: 0.3125rem 1.25rem 0.3125rem 4rem; }
              .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 4rem; }
      .cms-page-view .about-page-content h1,.contact-index-index .about-page-content h1 {
        font-size: 2rem;
        line-height: 2.5rem; }
      .cms-page-view .about-page-content p,.contact-index-index .about-page-content p {
        padding-bottom: 1.875rem;
        font-size: 1.125rem;
        line-height: 1.875rem; }
      .cms-page-view .about-page-content.privacy-content h1,.contact-index-index .about-page-content.privacy-content h1 {
        font-size: 3.875rem; }
    .cms-page-view .coupon-code .page-title,.contact-index-index .coupon-code .page-title {
      padding-bottom: 1.875rem;
      font-size: 3.75rem; }
    .cms-page-view .coupon-code p,.contact-index-index .coupon-code p {
      padding-bottom: 1.875rem;
      font-size: 1.125rem;
      line-height: 1.875rem; }
        .cms-page-view .form.contact .fieldset .field.note,.contact-index-index .form.contact .fieldset .field.note {
          padding: 0 5% 0.625rem;
          font-size: 1.25rem;
          line-height: 1.875rem; }
      .cms-page-view .form.contact .contact-desc,.contact-index-index .form.contact .contact-desc {
        padding: 0 5% 1.875rem;
        font-size: 1.375rem;
        line-height: 2.5rem; }
      .cms-page-view .form.contact .contact-form-block,.contact-index-index .form.contact .contact-form-block {
        padding: 0 5%; }
      .cms-page-view .form.contact .actions-toolbar,.contact-index-index .form.contact .actions-toolbar {
        padding: 0 5%; }
      .wordpress-homepage-view .breadcrumbs .items .item,.wordpress-post-view .breadcrumbs .items .item,.wordpress-user-view .breadcrumbs .items .item {
        font-size: 1.375rem; }
        .wordpress-homepage-view .breadcrumbs .items .item::before,.wordpress-post-view .breadcrumbs .items .item::before,.wordpress-user-view .breadcrumbs .items .item::before {
          margin: 0 0.75rem; }
      .wordpress-homepage-view .breadcrumbs .items a,.wordpress-post-view .breadcrumbs .items a,.wordpress-user-view .breadcrumbs .items a {
        font-size: 1.375rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-title,.wordpress-post-view .columns .sidebar-main .block-title,.wordpress-user-view .columns .sidebar-main .block-title {
          margin-left: -20%; }
          .wordpress-homepage-view .columns .sidebar-main .block-title strong,.wordpress-post-view .columns .sidebar-main .block-title strong,.wordpress-user-view .columns .sidebar-main .block-title strong {
            padding: 0 1.25rem 0 4rem;
            font-size: 1.5625rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search {
          padding: 0 0 0 0.9375rem; }
          .wordpress-homepage-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-post-view .columns .sidebar-main .block-blog-search .blog-search .input-text,.wordpress-user-view .columns .sidebar-main .block-blog-search .blog-search .input-text {
            width: 50%;
            margin: 0 0.625rem 0 0; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-comments ul,.wordpress-post-view .columns .sidebar-main .block-blog-comments ul,.wordpress-user-view .columns .sidebar-main .block-blog-comments ul {
          padding: 0 0 0 0.9375rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul {
          margin-left: -20%; }
          .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item {
            font-size: 1.25rem; }
            .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 4rem; }
            .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item h2 a {
              font-size: 2rem; }
              .wordpress-homepage-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-post-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt,.wordpress-user-view .columns .column.main .post-list-wrapper .post-list .item .post-list-item .post-entry .post-excerpt {
                margin: 0.9375rem 0 0.625rem;
                font-size: 1.125rem;
                line-height: 1.875rem; }
        .wordpress-homepage-view .columns .column.main .post-view p,.wordpress-post-view .columns .column.main .post-view p,.wordpress-user-view .columns .column.main .post-view p {
          font-size: 1.125rem;
          line-height: 1.875rem; }
        .wordpress-homepage-view .columns .column.main .post-view ul,.wordpress-post-view .columns .column.main .post-view ul,.wordpress-user-view .columns .column.main .post-view ul {
          padding: 0 0 0 2.5rem; }
          .wordpress-homepage-view .columns .column.main .post-view ul li,.wordpress-post-view .columns .column.main .post-view ul li,.wordpress-user-view .columns .column.main .post-view ul li {
            font-size: 1.125rem;
            line-height: 1.625rem; }
            .wordpress-homepage-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-post-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control,.wordpress-user-view .columns .column.main .post-view .comments-wrapper .fieldset > .field:not(.choice) > .control {
              width: 50%; }
      .slider-wrapper .slide {
        height: 600px;
        background-size: auto; }
        .slider-wrapper .slide .content-wrap {
          padding: 6.25rem 0 0 3.125rem; }
          .slider-wrapper .slide .content-wrap h1 {
            font-size: 4.0625rem; }
          .slider-wrapper .slide .content-wrap h2 {
            font-size: 2.125rem; }
          .slider-wrapper .slide .content-wrap p {
            font-size: 1.4375rem; }
          .slider-wrapper .slide .content-wrap .more {
            font-size: 1.625rem; }
            .slider-wrapper .slide .content-wrap .more span::before {
              font-size: 1.125rem; }
      .popular-categories img {
        width: auto;
        max-width: inherit;
        height: 100%; }
        .popular-categories ul .category-item {
          width: 24.6%;
          height: 236px;
          margin: 0.1875rem 0.2%; }
          .popular-categories ul .category-item.cta .save {
            height: 236px;
            padding: 1.25rem 0.625rem; }
              .popular-categories ul .category-item.cta .save p br {
                display: block; }
      .popular-products .block-title h1 {
        font-size: 3.125rem; }
                .popular-products .popular-product-slider .slick-slide .product-item a .product-overley .name {
                  font-size: 2.1875rem; }
    .why-yogibo {
      height: 870px;
      margin: 3.125rem 0;
      background-position: center bottom;
      background-size: auto; }
      .why-yogibo .block-title {
        font-size: 3.125rem; }
      .why-yogibo .block-content {
        height: 676px;
        padding: 0;
        background-position: center top;
        background-size: 100% auto; }
        .why-yogibo .block-content .yogibo-bubble {
          position: absolute;
          padding: 0; }
          .why-yogibo .block-content .yogibo-bubble.versatile {
            top: 60px;
            left: 10%;
            width: 190px;
            height: 180px; }
          .why-yogibo .block-content .yogibo-bubble.versatile .content-large {
            top: -30px;
            left: -30px;
            width: 250px;
            height: 240px; }
            .why-yogibo .block-content .yogibo-bubble.versatile .content-large::before {
              color: #e65d02;
              font-size: 15rem; }
          .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable {
            top: 270px;
            left: 2%;
            width: 212px;
            height: 205px; }
          .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-large {
            top: -40px;
            left: -42px;
            width: 296px;
            height: 285px; }
            .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-large::before {
              color: #a89e82;
              font-size: 18rem; }
          .why-yogibo .block-content .yogibo-bubble.durable {
            top: 60px;
            right: 28%;
            width: 188px;
            height: 181px; }
          .why-yogibo .block-content .yogibo-bubble.durable .content-large {
            top: -39px;
            left: -40px;
            width: 268px;
            height: 259px; }
            .why-yogibo .block-content .yogibo-bubble.durable .content-large::before {
              color: #b0c521;
              font-size: 16rem; }
          .why-yogibo .block-content .yogibo-bubble.funiture {
            top: 90px;
            right: 8%;
            width: 157px;
            height: 151px; }
          .why-yogibo .block-content .yogibo-bubble.funiture .content-large {
            top: -43px;
            left: -44px;
            width: 246px;
            height: 237px; }
            .why-yogibo .block-content .yogibo-bubble.funiture .content-large::before {
              color: #ff9a1f;
              font-size: 14rem; }
          .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa {
            top: 285px;
            right: 2%;
            width: 213px;
            height: 206px; }
          .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-large {
            top: -10px;
            left: -11px;
            width: 235px;
            height: 227px; }
            .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-large::before {
              color: #0dbbc6;
              font-size: 14rem; }
          .why-yogibo .block-content .yogibo-bubble.bubble-video {
            top: 455px;
            left: 15%;
            width: 278px;
            height: 270px;
            margin: 0;
            border-radius: 100%; }
            .why-yogibo .block-content .yogibo-bubble.bubble-video .content-small {
              border-radius: 100%; }
          .why-yogibo .block-content .yogibo-bubble .content-large,.why-yogibo .block-content .yogibo-bubble .content-small {
            position: absolute; }
            .why-yogibo .block-content .yogibo-bubble .content-large::before,.why-yogibo .block-content .yogibo-bubble .content-small::before {
              display: block; }
            .why-yogibo .block-content .yogibo-bubble .content-large .content,.why-yogibo .block-content .yogibo-bubble .content-small .content {
              position: absolute;
              padding: 1.25rem; }
              .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-title,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-title {
                color: #fff;
                font-size: 1.625rem; }
              .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open {
                margin-top: 0.625rem; }
                .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open span,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open span {
                  color: #fff;
                  font-size: 2rem; }
                  .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-open span::before,.why-yogibo .block-content .yogibo-bubble .content-small .content .bubble-open span::before {
                    content: '\e603'; }
          .why-yogibo .block-content .yogibo-bubble .content-large {
            width: 0;
            height: 0; }
      .why-yogibo .more {
        color: #fff; }
      .press-slider-wrapper .section-title {
        font-size: 3.125rem; }
        .press-slider-wrapper .slick-arrow.slick-next {
          right: -50px; }
        .press-slider-wrapper .slick-arrow.slick-prev {
          left: -50px; }
      .storepickup-index-index .storepickup-wrapper .title-page {
        margin: 1.875rem 0;
        font-size: 2rem; }
      .storepickup-index-view .views-wrapper .title-page {
        margin: 1.875rem 0;
        font-size: 2rem; }
            .cms-press.cms-page-view .press-events-list .item .content-wrap .content-block .title,.events-index-index .press-events-list .item .content-wrap .content-block .title {
              padding: 0 0 0.625rem;
              font-size: 1.375rem; }
      .events-index-view .columns .page-main-title {
        padding: 2.5rem 0 1.25rem; }
        .events-index-view .other-events .slick-arrow.slick-next {
          right: -50px; }
        .events-index-view .other-events .slick-arrow.slick-prev {
          left: -50px; }
      .yogiborooms-index-index .rooms-list .room-image-wrap .room-content {
        right: 123px;
        bottom: 35px;
        width: 450px;
        height: 166px;
        padding: 1.875rem 3.125rem; }
        .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-title {
          font-size: 2.5rem; }
        .yogiborooms-index-index .rooms-list .room-image-wrap .room-content .room-description {
          font-size: 1.125rem;
          line-height: 1.875rem; }
    .yogiborooms-index-index .rooms-list .slick-arrow {
      right: 123px;
      width: 82px;
      height: 81px; }
      .yogiborooms-index-index .rooms-list .slick-arrow::before {
        font-size: 1.625rem; }
      .yogiborooms-index-index .rooms-list .slick-arrow.slick-next {
        bottom: 85px; }
      .yogiborooms-index-index .rooms-list .slick-arrow.slick-prev {
        bottom: 0; }
    .yogiborooms-index-index .rooms-list .room-product {
      width: 50px;
      height: 50px; }
    .yogiborooms-index-index .rooms-list-thumb-wrapper {
      border-top: 18px solid #18b4bd; }
      .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow {
        top: -65px;
        margin-left: -3.125rem; }
        .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down {
          width: 100px;
          height: 60px; }
          .yogiborooms-index-index .rooms-list-thumb-wrapper .ins-arrow .ins-arrow-down::before {
            font-size: 1rem; }
    .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap {
      height: 120px; }
        .yogiborooms-index-index .rooms-list-thumb .slick-slide .room-details .room-image-wrap .room-title p {
          font-size: 1.25rem;
          letter-spacing: 0.03125rem; }
      .yogiborooms-index-index .rooms-list-thumb .slick-arrow::before {
        font-size: 1.375rem; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-inner-wrap {
        width: 85%;
        max-width: 90%;
        padding: 2.5rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .page-title {
            font-size: 2.5rem; }
          .yogiborooms-index-index .modals-wrapper .modal-popup-product .modal-content .room-product .room-product-details .price {
            font-size: 2.25rem; } }

@media screen and (min-width: 68.75em) {
    .mega-menu {
      min-height: 370px; }
            #confirmBox .am-related-box .products .product-item .product-item-name {
              font-size: 1.625rem; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-name,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-name {
                font-size: 1.875rem; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-description,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-description {
                font-size: 1.125rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .stock {
          font-size: 1.25rem; }
        .catalog-product-view .product-info-media-wrapper .product-info-main .product-info-price-stock .action.towishlist {
          font-size: 1.125rem; }
          .catalog-product-view .product-info-media-wrapper .product-info-main .promo-with-social-share .blispay p {
            width: 70%; }
          .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
            font-size: 2rem; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-item-name {
            font-size: 1.875rem; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-item-description {
            font-size: 1.125rem; }
          .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-name {
            font-size: 1.875rem; }
        .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
          width: 250px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        width: 350px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.color {
        width: 200px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
        font-size: 2.125rem; }
          .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-name {
            font-size: 1.875rem; }
          .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-description {
            font-size: 1.125rem; }
      .why-yogibo .block-content {
        background-position: right bottom;
        background-size: auto; }
        .events-index-view .columns .event-details .map-details {
          width: 35%;
          padding-right: 3%; }
        .events-index-view .columns .event-details .event-info {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 65%; }
          .events-index-view .columns .event-details .event-info .event-contents {
            width: 55%; }
          .events-index-view .columns .event-details .event-info .event-images {
            width: 45%;
            padding: 0 0 0 5%; } }

@media screen and (min-width: 75em) {
      .utility-header .global-message {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0; }
        .main-menu > li > a {
          padding: 0 1.6875rem; }
            #confirmBox .am-related-box .products .product-item .product-item-name {
              font-size: 1.875rem; }
        .catalog-category-view .columns .sidebar-main .category-list,.catalog-category-view .columns .sidebar-main .filter-options-content .items,.catalogsearch-result-index .columns .sidebar-main .category-list,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items {
          width: 100%; }
            .catalog-category-view .columns .sidebar-main .category-list .item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .item a,.catalogsearch-result-index .columns .sidebar-main .category-list .item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .item a {
              padding: 0.1875rem 1.25rem 0.1875rem 5rem; }
            .catalog-category-view .columns .sidebar-main .category-list .category-item a,.catalog-category-view .columns .sidebar-main .filter-options-content .items .category-item a,.catalogsearch-result-index .columns .sidebar-main .category-list .category-item a,.catalogsearch-result-index .columns .sidebar-main .filter-options-content .items .category-item a {
              padding: 0.1875rem 1.25rem 0.1875rem 5rem; }
              .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-name,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-name {
                font-size: 2.125rem; }
          .catalog-product-view .block.upsell .products-upsell .product-item .product-item-name {
            font-size: 2.125rem; }
        .account .page-wrapper .columns .sidebar-main .nav.items,.account .page-wrapper .columns .sidebar .nav.items {
          width: 110%;
          margin-left: -3.75rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current > strong,.account .page-wrapper .columns .sidebar .nav.items .item.current > strong {
              padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item.current a,.account .page-wrapper .columns .sidebar .nav.items .item.current a {
              padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
            .account .page-wrapper .columns .sidebar-main .nav.items .item a,.account .page-wrapper .columns .sidebar .nav.items .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
              .account .page-wrapper .columns .sidebar-main .nav.items .item a:hover,.account .page-wrapper .columns .sidebar .nav.items .item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
          .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-name {
            font-size: 2.125rem; }
        .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
          width: 280px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        width: 420px; }
          .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-name {
            font-size: 2.125rem; }
    .cms-page-view .page-title-large,.contact-index-index .page-title-large {
      padding: 0 10% 1.25rem;
      font-size: 5rem; }
        .cms-page-view .columns .sidebar-main .account-list,.cms-page-view .columns .sidebar-main .page-list,.contact-index-index .columns .sidebar-main .account-list,.contact-index-index .columns .sidebar-main .page-list {
          width: 100%; }
            .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a {
              padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
              .cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.cms-page-view .columns .sidebar-main .page-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .account-list .sidebar-nav-item a:hover,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a.current-page,.contact-index-index .columns .sidebar-main .page-list .sidebar-nav-item a:hover {
                padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
      .cms-page-view .about-page-content h1,.contact-index-index .about-page-content h1 {
        font-size: 2.8125rem;
        line-height: 3.75rem; }
      .cms-page-view .about-page-content p,.contact-index-index .about-page-content p {
        font-size: 1.25rem;
        line-height: 2.5rem; }
      .cms-page-view .about-page-content.privacy-content h1,.contact-index-index .about-page-content.privacy-content h1 {
        font-size: 4.375rem; }
    .cms-page-view .coupon-code .page-title,.contact-index-index .coupon-code .page-title {
      font-size: 4.5rem; }
    .cms-page-view .coupon-code p,.contact-index-index .coupon-code p {
      font-size: 1.25rem;
      line-height: 2.5rem; }
      .cms-page-view .coupon-code .about-wrap .right-blk,.contact-index-index .coupon-code .about-wrap .right-blk {
        width: 50%;
        padding: 0; }
        .cms-page-view .form.contact .fieldset .field.note,.contact-index-index .form.contact .fieldset .field.note {
          padding: 0 10% 0.625rem; }
      .cms-page-view .form.contact .contact-desc,.contact-index-index .form.contact .contact-desc {
        padding: 0 10% 2.5rem;
        font-size: 1.5rem; }
      .cms-page-view .form.contact .contact-form-block,.contact-index-index .form.contact .contact-form-block {
        padding: 0 10%; }
      .cms-page-view .form.contact .actions-toolbar,.contact-index-index .form.contact .actions-toolbar {
        padding: 0 10%; }
        .wordpress-homepage-view .columns .sidebar-main .block-title,.wordpress-post-view .columns .sidebar-main .block-title,.wordpress-user-view .columns .sidebar-main .block-title {
          width: 110%; }
          .wordpress-homepage-view .columns .sidebar-main .block-title strong,.wordpress-post-view .columns .sidebar-main .block-title strong,.wordpress-user-view .columns .sidebar-main .block-title strong {
            padding: 0 1.25rem 0 5rem; }
        .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul {
          width: 110%; }
            .wordpress-homepage-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-homepage-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-post-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-post-view .columns .sidebar-main .block-recent-posts ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-archives ul .item a,.wordpress-user-view .columns .sidebar-main .block-blog-categories ul .item a,.wordpress-user-view .columns .sidebar-main .block-recent-posts ul .item a {
              padding: 0.3125rem 1.25rem 0.3125rem 5rem; }
      .slider-wrapper .slide {
        height: 720px; }
        .slider-wrapper .slide .content-wrap {
          padding: 7.5rem 0 0 3.125rem; }
        .popular-categories ul .category-item {
          height: 262px;
          margin: 0.1875rem; }
        .popular-categories ul .category-item.bestsellers {
          width: 538px;
          margin-left: -10rem; }
        .popular-categories ul .category-item.our-furniture {
          width: 348px; }
        .popular-categories ul .category-item.accessories {
          width: 348px; }
        .popular-categories ul .category-item.sale {
          width: 349px;
          margin-right: -13.125rem; }
        .popular-categories ul .category-item.pillows {
          width: 353px;
          margin-left: -10rem; }
        .popular-categories ul .category-item.home-decor {
          width: 358px; }
        .popular-categories ul .category-item.new {
          width: 343px; }
        .popular-categories ul .category-item.cta {
          width: 524px;
          margin-right: -12.5rem; }
          .popular-categories ul .category-item.cta .save {
            height: 262px;
            padding: 1.5625rem; }
            .popular-categories ul .category-item.cta .save p {
              padding-bottom: 1.25rem;
              font-size: 2.25rem;
              line-height: 2.875rem; }
        .popular-products .popular-product-slider .slick-slide {
          width: 405px;
          height: 325px; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }

@media screen and (max-width: 62.5em) {
        .footer-cta-wrapper .footer-cta-block.home-events .title {
          background-size: auto 50%; }
        .footer-cta-wrapper .footer-cta-block.home-blog .title {
          background-size: auto 70%; }
    .cms-page-view .full-screen-video iframe,.contact-index-index .full-screen-video iframe {
      width: 100% !important; } }

@media screen and (max-width: 31.25em) {
              #confirmBox .am-related-box .products .product-item .product-item-photo img {
                width: 100%; }
            .catalog-category-view .columns .column.main .toolbar .limiter .label,.catalogsearch-result-index .columns .column.main .toolbar .limiter .label {
              display: none; }
            .catalog-category-view .columns .column.main .toolbar .toolbar-sorter .sorter-label,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter .sorter-label {
              display: none; }
                .catalog-category-view .columns .column.main .products .item .product-item-info .product-item-photo img,.catalogsearch-result-index .columns .column.main .products .item .product-item-info .product-item-photo img {
                  width: 100%; }
            .catalog-product-view .block.upsell .products-upsell .product-item .product-item-photo img {
              width: 100%; }
          .account.wishlist-index-index .page-wrapper .columns .column.main .product-items .product-item .product-item-info .product-item-photo img {
            width: 100%; }
            .checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-photo img {
              width: 100%; }
          .cms-press.cms-page-view .press-events-list .event-toolbar .limiter .limiter-label,.events-index-index .press-events-list .event-toolbar .limiter .limiter-label {
            display: none; } }

@media screen and (max-width: 62.4375em) {
        .page-header .header.content .header-right-wrapper {
          position: absolute;
          top: 60px;
          left: 0;
          width: 100%;
          background: #ff9a1f; }
          .page-header .header.content .header-right-wrapper .block-search {
            display: block; }
      .page-header .block-search .control {
        padding: 0 0 1.5rem;
        border: none; }
        .page-header .block-search input[type='text'] {
          position: relative;
          left: 0;
          width: 230px;
          height: 40px;
          margin: 0; }
      .mega-menu .discount {
        display: none; }
          .why-yogibo .block-content .yogibo-bubble.versatile .content-small .bubble-open span,.why-yogibo .block-content .yogibo-bubble.versatile .content-small .bubble-title {
            color: #e65d02; }
          .why-yogibo .block-content .yogibo-bubble.versatile .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble.versatile .content-large .content .icon-delete::before {
            color: #e65d02; }
          .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-small .bubble-open span,.why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-small .bubble-title {
            color: #a89e82; }
          .why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble.shockingly-comfortable .content-large .content .icon-delete::before {
            color: #a89e82; }
          .why-yogibo .block-content .yogibo-bubble.durable .content-small .bubble-open span,.why-yogibo .block-content .yogibo-bubble.durable .content-small .bubble-title {
            color: #b0c521; }
          .why-yogibo .block-content .yogibo-bubble.durable .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble.durable .content-large .content .icon-delete::before {
            color: #b0c521; }
          .why-yogibo .block-content .yogibo-bubble.funiture .content-small .bubble-open span,.why-yogibo .block-content .yogibo-bubble.funiture .content-small .bubble-title {
            color: #ff9a1f; }
          .why-yogibo .block-content .yogibo-bubble.funiture .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble.funiture .content-large .content .icon-delete::before {
            color: #ff9a1f; }
          .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-small .bubble-open span,.why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-small .bubble-title {
            color: #0dbbc6; }
          .why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-large .content .bubble-text,.why-yogibo .block-content .yogibo-bubble.assembled-in-the-usa .content-large .content .icon-delete::before {
            color: #ff9a1f; }
            .why-yogibo .block-content .yogibo-bubble.bubble-video .content-small .bubble-title {
              color: #fff; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-title {
            display: none; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .bubble-text {
            padding: 0.625rem 0 0.3125rem;
            color: #18b4bd;
            font-size: 1rem; }
          .why-yogibo .block-content .yogibo-bubble .content-large .content .icon-delete::before {
            color: #18b4bd;
            font-size: 1.25rem; } }

@media screen and (max-width: 50em) {
      .page-header .block-search .actions {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.5; }
          .page-header .block-search .action.search::before {
            font-family: 'icons-blank-theme';
            content: '\e615'; }
          .catalog-category-view .columns .column.main .toolbar .limiter,.catalogsearch-result-index .columns .column.main .toolbar .limiter {
            float: left; }
          .catalog-category-view .columns .column.main .toolbar .toolbar-sorter,.catalogsearch-result-index .columns .column.main .toolbar .toolbar-sorter {
            float: right; }
        .catalog-product-view .product.info.detailed .review-list .review-toolbar .toolbar-amount {
          float: left; }
  .catalog-product-view .fotorama__arr .fotorama__arr__arr {
    display: none !important; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.image {
        display: table-cell; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.item {
        display: block; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.color {
        display: none; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.qty {
        display: none; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.subtotal {
        display: none; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.remove {
        display: none; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        padding-left: 0.625rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.color {
        display: block; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.qty {
        display: block;
        float: left;
        width: 33.333%; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.subtotal {
        display: block;
        float: left;
        width: 33.333%; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.remove {
        display: block;
        float: left;
        width: 33.333%; }
        .cms-press.cms-page-view .press-events-list .event-toolbar .limiter,.events-index-index .press-events-list .event-toolbar .limiter {
          float: left; } }

@media screen and (max-width: 31.1875em) {
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.image {
        display: none; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items th.col.item {
        padding: 0.3125rem 0.625rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col {
        padding: 0.625rem 0; }
        .checkout-cart-index .cart-container .cart.table-wrapper .items .col.image {
          display: block;
          width: 100%; }
      .checkout-cart-index .cart-container .cart.table-wrapper .items .col.item {
        padding: 0.625rem 0; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo {
      position: relative;
      top: 0; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
        margin: 0; } }

@media screen and (max-width: 47.9375em) {
    .modals-wrapper .modal-popup-country {
      left: 0; }
      .modals-wrapper .modal-popup-country.modal-slide .modal-inner-wrap[class] {
        top: 5%;
        left: 5%;
        max-width: 90%;
        min-height: 90%;
        background-color: #f18c11; }
    .catalog-category-view .modals-wrapper .modal-popup-blispay,.catalogsearch-result-index .modals-wrapper .modal-popup-blispay {
      left: 0; }
      .catalog-category-view .modals-wrapper .modal-popup-blispay.modal-slide .modal-inner-wrap[class],.catalogsearch-result-index .modals-wrapper .modal-popup-blispay.modal-slide .modal-inner-wrap[class] {
        top: 5%;
        left: 5%;
        max-width: 90%;
        min-height: 90%;
        background-color: #fff; }
    .catalog-product-view .product.info.detailed {
      padding-bottom: 2.5rem; }
      .catalog-product-view .product.info.detailed::before {
        display: none; }
          .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
            height: auto;
            padding: 1rem 5%;
            border-bottom: 1px solid #ccc;
            background: #b3c43f;
            color: #fff;
            line-height: normal; }
          .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch,.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:focus,.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
            color: #18b4bd; }
        .catalog-product-view .product.info.detailed .product.data.items > .item.content {
          margin: 0;
          padding: 1.25rem 5%; }
    .catalog-product-view .modals-wrapper .modal-popup-blispay,.catalog-product-view .modals-wrapper .modal-popup-review {
      left: 0; }
      .catalog-product-view .modals-wrapper .modal-popup-blispay.modal-slide .modal-inner-wrap[class],.catalog-product-view .modals-wrapper .modal-popup-review.modal-slide .modal-inner-wrap[class] {
        top: 5%;
        left: 5%;
        max-width: 90%;
        min-height: 90%;
        background-color: #fff; }
  .account .page.messages {
    margin: 0 0 0.625rem; }
      .account .page-wrapper .columns .column.main .toolbar .pager {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%; }
        .account .page-wrapper .columns .column.main .actions-toolbar {
          -ms-flex-pack: center;
              justify-content: center; }
    .account.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar {
      -ms-flex-pack: center;
          justify-content: center; }
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0; }
  .cms-page-view .interior-why-yogibo .head,.contact-index-index .interior-why-yogibo .head {
    padding: 1.5625rem 0;
    font-size: 2.875em; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    height: 250px;
    padding: 0 0 0 50%;
    background-size: auto 250px; }
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    margin-top: 1.5625rem; }
  .cms-page-view .interior-why-yogibo .full-block1.left-col,.contact-index-index .interior-why-yogibo .full-block1.left-col {
    padding: 1.5625rem 40% 0 0; }
    .modals-wrapper .modal-popup-blispay {
      left: 0; }
      .modals-wrapper .modal-popup-blispay.modal-slide .modal-inner-wrap[class] {
        top: 5%;
        left: 5%;
        max-width: 90%;
        min-height: 90%;
        background-color: #fff; }
    .storepickup-index-view .views-wrapper .form-information {
      margin: 1.875rem 0 0; }
    .yogiborooms-index-index .modals-wrapper .modal-popup-product {
      left: 0; }
      .yogiborooms-index-index .modals-wrapper .modal-popup-product.modal-slide .modal-inner-wrap[class] {
        top: 5%;
        left: 5%;
        max-width: 90%;
        min-height: 90%;
        background-color: #fff; } }

@media screen and (max-width: 77.125em) {
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    background-position: left top; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    padding: 4.375rem 3.125rem 0 37.5rem; }
  .cms-page-view .interior-why-yogibo .full-block.lightweight,.contact-index-index .interior-why-yogibo .full-block.lightweight {
    height: auto;
    background-position: right top; }
  .cms-page-view .interior-why-yogibo .full-block.left-col,.contact-index-index .interior-why-yogibo .full-block.left-col {
    padding: 4.375rem 31.25rem 0 0; }
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    background-size: auto 400px; }
  .cms-page-view .interior-why-yogibo .full-block1.left-col,.contact-index-index .interior-why-yogibo .full-block1.left-col {
    height: 400px;
    padding: 3.125rem 28.125rem 0 9.375rem; } }

@media screen and (max-width: 69.375em) {
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    background-size: auto 80%; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    padding: 0 0 0 31.25rem; }
  .cms-page-view .interior-why-yogibo .full-block.lightweight,.contact-index-index .interior-why-yogibo .full-block.lightweight {
    height: 300px;
    background-size: auto 90%; }
  .cms-page-view .interior-why-yogibo .full-block.left-col,.contact-index-index .interior-why-yogibo .full-block.left-col {
    padding: 0 18.75rem 0 0; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    margin: 0;
    padding: 3.125rem 0 0 31.25rem; }
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    background-position: right top;
    background-size: auto 350px; }
  .cms-page-view .interior-why-yogibo .full-block1.left-col,.contact-index-index .interior-why-yogibo .full-block1.left-col {
    height: 350px;
    padding: 3.125rem 21.875rem 0 3.75rem; } }

@media screen and (max-width: 56.25em) {
  .cms-page-view .interior-why-yogibo .head,.contact-index-index .interior-why-yogibo .head {
    padding: 1.5625rem 0;
    font-size: 3em; }
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    background-size: auto 100%; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    height: 220px;
    padding: 0 0 0 25rem; }
  .cms-page-view .interior-why-yogibo .full-block1 h1,.cms-page-view .interior-why-yogibo .full-block h1,.contact-index-index .interior-why-yogibo .full-block1 h1,.contact-index-index .interior-why-yogibo .full-block h1 {
    font-size: 2.125em; }
  .cms-page-view .interior-why-yogibo .full-block1 p,.cms-page-view .interior-why-yogibo .full-block p,.contact-index-index .interior-why-yogibo .full-block1 p,.contact-index-index .interior-why-yogibo .full-block p {
    font-size: 1em;
    line-height: 1.5rem; }
  .cms-page-view .interior-why-yogibo .full-block1.durable,.contact-index-index .interior-why-yogibo .full-block1.durable {
    background-position: 0 top; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    height: 300px;
    padding: 0 0 0 50%;
    background-size: auto 300px; } }

@media screen and (max-width: 43.75em) {
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    height: 260px;
    background-size: auto 65%; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    padding: 0 0 0 18.75rem; }
  .cms-page-view .interior-why-yogibo .full-block.lightweight,.contact-index-index .interior-why-yogibo .full-block.lightweight {
    height: 320px;
    background-size: auto 65%; }
  .cms-page-view .interior-why-yogibo .full-block.left-col,.contact-index-index .interior-why-yogibo .full-block.left-col {
    padding: 0 12.5rem 0 0; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 60%;
    height: auto;
    padding: 8.75rem 0.625rem 0; }
  .cms-page-view .interior-why-yogibo .assembled,.contact-index-index .interior-why-yogibo .assembled {
    height: 400px;
    background-size: auto 400px; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content h1,.contact-index-index .interior-why-yogibo .assembled .assembled-content h1 {
    font-size: 2em; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content p,.contact-index-index .interior-why-yogibo .assembled .assembled-content p {
    font-size: 1em;
    line-height: 1.5rem; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    height: 200px;
    padding: 0 0 0 50%;
    background-size: auto 200px; }
  .cms-page-view .interior-why-yogibo .footer-shop-block li a,.contact-index-index .interior-why-yogibo .footer-shop-block li a {
    font-size: 1.225em; } }

@media screen and (max-width: 41.5625em) {
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    height: 280px;
    background-size: auto 280px; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 64%; } }

@media screen and (max-width: 38.4375em) {
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 67%; } }

@media screen and (max-width: 36.25em) {
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 72%; } }

@media screen and (max-width: 33.75em) {
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 80%; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content h1,.contact-index-index .interior-why-yogibo .assembled .assembled-content h1 {
    font-size: 1.5em; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content p,.contact-index-index .interior-why-yogibo .assembled .assembled-content p {
    font-size: 0.95em; } }

@media screen and (max-width: 33.125em) {
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    height: auto;
    background-position: center top;
    background-size: auto 200px; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    padding: 13.125rem 0 0;
    text-align: center; }
  .cms-page-view .interior-why-yogibo .full-block.lightweight,.contact-index-index .interior-why-yogibo .full-block.lightweight {
    height: auto;
    background-position: center top;
    background-size: auto 200px; }
  .cms-page-view .interior-why-yogibo .full-block.left-col,.contact-index-index .interior-why-yogibo .full-block.left-col {
    padding: 13.125rem 0 0;
    text-align: center; }
  .cms-page-view .interior-why-yogibo .full-block1.durable,.contact-index-index .interior-why-yogibo .full-block1.durable {
    height: auto;
    background-position: center top;
    background-size: auto 200px; }
  .cms-page-view .interior-why-yogibo .full-block1.right-col,.contact-index-index .interior-why-yogibo .full-block1.right-col {
    padding: 13.125rem 0 0;
    text-align: center; }
  .cms-page-view .interior-why-yogibo .full-block1.fun,.contact-index-index .interior-why-yogibo .full-block1.fun {
    height: auto;
    background-position: center top;
    background-size: auto 250px; }
  .cms-page-view .interior-why-yogibo .full-block1.left-col,.contact-index-index .interior-why-yogibo .full-block1.left-col {
    padding: 17.5rem 0 0;
    text-align: center; } }

@media screen and (max-width: 30em) {
  .cms-page-view .interior-why-yogibo .footer-shop-block li,.contact-index-index .interior-why-yogibo .footer-shop-block li {
    width: 100%;
    margin: 0 0 1.5625rem; } }

@media screen and (max-width: 28.75em) {
  .cms-page-view .interior-why-yogibo .assembled .assembled-content,.contact-index-index .interior-why-yogibo .assembled .assembled-content {
    width: 100%;
    padding: 8.75rem 0 0; } }

@media screen and (max-width: 26.25em) {
  .cms-page-view .interior-why-yogibo .full-block.versatile,.contact-index-index .interior-why-yogibo .full-block.versatile {
    background-size: auto 150px; }
  .cms-page-view .interior-why-yogibo .full-block.right-col,.contact-index-index .interior-why-yogibo .full-block.right-col {
    padding: 10rem 0 0; }
  .cms-page-view .interior-why-yogibo .full-block1 h1,.cms-page-view .interior-why-yogibo .full-block h1,.contact-index-index .interior-why-yogibo .full-block1 h1,.contact-index-index .interior-why-yogibo .full-block h1 {
    font-size: 1.725em; } }

@media screen and (max-width: 23.125em) {
  .cms-page-view .interior-why-yogibo .assembled .assembled-content h1,.contact-index-index .interior-why-yogibo .assembled .assembled-content h1 {
    font-size: 1.5em; }
  .cms-page-view .interior-why-yogibo .assembled .assembled-content p,.contact-index-index .interior-why-yogibo .assembled .assembled-content p {
    font-size: 0.9em;
    line-height: 1.25rem; } }

@media screen and (max-width: 37.5em) {
  .core table {
    width: 100%; }
  .core thead {
    display: none; }
  .core tr:nth-of-type(2n) {
    background-color: inherit; }
  .core tr td:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: 700; }
  .core tbody td {
    display: block;
    text-align: center; }
  .core tbody td::before {
    display: block;
    text-align: center;
    content: attr(data-th); }
      .cms-page-view .coupon-code .about-wrap .right-blk img,.contact-index-index .coupon-code .about-wrap .right-blk img {
        float: none !important; }
      .wordpress-homepage-view .columns .column.main .post-view img,.wordpress-post-view .columns .column.main .post-view img,.wordpress-user-view .columns .column.main .post-view img {
        width: 100%;
        max-width: 100%; } }

@media screen and (max-width: 25em) {
      .checkout-index-index .modals-wrapper .modal-popup.confirm .storepickup-wrapper .search-box .search-tab,.checkout-index-index .modals-wrapper .modal-slide.modal-popup .storepickup-wrapper .search-box .search-tab {
        width: 100%; }
  .cms-page-view .interior-why-yogibo .head,.contact-index-index .interior-why-yogibo .head {
    padding: 0.3125rem 0;
    font-size: 2em; }
      .storepickup-index-index .storepickup-wrapper .search-box .search-tab {
        width: 100%; } }

/*# sourceMappingURL=main.css.map */
