/* base style settings */
/*================ THEME VARIABLES ================*/
/*============================================================================
Grid Breakpoints and Class Names
- Do not change the variable names
==============================================================================*/
/*============================================================================
#Grid
==============================================================================*/
/*================ Media Query Mixin ================*/

/* Remove criteo message */
#cto_cookies_header_message, #cto_cookies_ack_header_message, .criteo_header {
  display: none !important;
}


body,
p,
span,
a {
  -webkit-font-smoothing: subpixel-antialiased !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0; }

.mm-menu > .mm-panel.mm-opened {
  left: 0%; }

.mm-menu > .mm-panel.mm-subopened {
  left: -40%; }

.mm-menu > .mm-panel.mm-highest {
  z-index: 1; }

.mm-menu .mm-list {
  padding: 20px 0; }

.mm-menu > .mm-list {
  padding: 10px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }

.mm-panel > .mm-list:first-child {
  padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }

.mm-list a,
.mm-list a:hover {
  text-decoration: none; }

.mm-list > li {
  position: relative; }

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 15px 10px 15px 20px;
  margin: 0; }

.mm-list
> li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.mm-list
> li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }

.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.mm-list a.mm-subopen:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; }

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; }

.mm-list > li.mm-spacer {
  padding-top: 40px; }

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; }

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px; }

html.mm-opened .mm-page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

.mm-page,
#mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mm-page {
  border: 0px solid transparent; }

html.mm-opening .mm-page {
  border: 0px solid rgba(1, 1, 1, 0); }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }

@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

/*
  jQuery.mmenu counters addon CSS
*/
p.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 25px;
  top: 50%; }

p.mm-counter + a.mm-subopen {
  padding-left: 40px; }

p.mm-counter + a.mm-subopen + a,
p.mm-counter + a.mm-subopen + span {
  margin-right: 80px; }

p.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical p.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > p.mm-counter {
  display: none; }

.mm-menu p.mm-counter {
  color: rgba(255, 255, 255, 0.9); }

/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/*
  jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1; }

.mm-header .mm-prev,
.mm-header .mm-next {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0; }

.mm-header .mm-prev:before,
.mm-header .mm-next:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -15px; }

.mm-header .mm-prev {
  left: 0; }

.mm-header .mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 22px; }

.mm-header .mm-next {
  right: 0; }

.mm-header .mm-next:before {
  border-top: none;
  border-left: none;
  right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }

.mm-menu.mm-hassearch .mm-header .mm-prev:before,
.mm-menu.mm-hassearch .mm-header .mm-mext:before {
  margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }

.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }

.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px; }

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3); }

/*
  jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
  background: inherit !important;
  opacity: 0.97;
  height: 25px;
  overflow: visible;
  position: relative;
  z-index: 1; }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
  background: inherit;
  width: 100%;
  position: absolute;
  left: 0; }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
  padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }

.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }

.mm-menu .mm-noresultsmsg:after {
  border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px; }

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
  jQuery.mmenu toggles addon CSS
*/
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 1; }

label.mm-toggle div {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }

input.mm-toggle:checked ~ label.mm-toggle div {
  float: right; }

label.mm-toggle {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

a.mm-subopen + label.mm-toggle {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

p.mm-counter + a.mm-subopen + label.mm-toggle {
  right: 90px; }

p.mm-counter + a.mm-subopen + label.mm-toggle + a,
p.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu label.mm-toggle div {
  background: #333333; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
  jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%); }

html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  transform: translateX(40%); }

html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%); }

html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  transform: translateY(40%); }

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  transform-origin: center top; }

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page .mm-page {
  -webkit-transition-property: -webkit-transform, top, right, bottom, left, border;
  -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
  transition-property: top, right, bottom, left, border, -webkit-transform;
  transition-property: transform, top, right, bottom, left, border;
  transition-property: transform, top, right, bottom, left, border, -webkit-transform; }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }

html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  transform-origin: center top; }

html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform; }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7); }

/*
  jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }

@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }

.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }

@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }

.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }

@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }

.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }

@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }

.mm-menu.mm-fullscreen.mm-front,
.mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front,
  .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }

@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front,
  .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }

.mm-menu.mm-top.mm-fullscreen.mm-front,
.mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front,
  .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }

@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front,
  .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }

.mm-menu.mm-right.mm-fullscreen.mm-front,
.mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front,
  .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }

@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front,
  .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }

.mm-menu.mm-bottom.mm-fullscreen.mm-front,
.mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front,
  .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }

@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front,
  .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }

html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }
  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }

@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }
  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }

.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }

@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }

.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }

html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }
  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }

@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }
  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }

/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  transition-property: top, right, bottom, left, -webkit-transform;
  transition-property: top, right, bottom, left, transform;
  transition-property: top, right, bottom, left, transform, -webkit-transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  -webkit-box-shadow: none;
          box-shadow: none; }

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front,
  .mm-menu.mm-next {
    left: -140px; } }

@media all and (min-width: 550px) {
  .mm-menu.mm-front,
  .mm-menu.mm-next {
    left: -440px; } }

.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front,
  .mm-menu.mm-top.mm-next {
    top: -140px; } }

@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front,
  .mm-menu.mm-top.mm-next {
    top: -880px; } }

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -140px; } }

@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -440px; } }

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front,
  .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }

@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front,
  .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
  jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

#cart.mm-ismenu.mm-light {
  background: #f3f3f3;
  background: rgba(243, 243, 243, 0.8); }

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light p.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light label.mm-toggle div {
  background: #f3f3f3; }

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6); }

#cart.mm-ismenu.mm-white {
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }

.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white p.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white label.mm-toggle div {
  background: white; }

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mm-ismenu.mm-black {
  background-color: #000;
  color: rgba(255, 255, 255, 0.6); }

#cart.mm-ismenu.mm-black {
  background: #000;
  background: rgba(0, 0, 0, 0.7); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }

.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black p.mm-counter {
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black label.mm-toggle div {
  background: black; }

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-fixed-top {
  -webkit-transition-property: top, right, bottom, left, border, background-color;
  transition-property: top, right, bottom, left, border, background-color; }

body {
  overflow-x: hidden; }

.btn {
  cursor: pointer; }

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important; }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 989px) {
    .mobile-only {
      display: block; } }

@media only screen and (max-width: 989px) {
  .desktop-only {
    display: none; } }

.content-container {
  max-width: 1200px; }

#product-page .description a:not(.action_button),
.article-container .twelve a:not(.action_button),
.about_row_section a:not(.action_button),
.resp-tab-content a:not(.action_button),
.sub-hero .inner a:not(.action_button),
.faq-link-wrapper a:not(.action_button),
.view-scent-wrap a:not(.action_button),
.page-landing-new .yotpo-bottomline.pull-left.star-clickable a:not(.action_button) {
  position: relative;
  display: inline-block;
  color: black !important; }
  #product-page .description a:not(.action_button)::after,
  .article-container .twelve a:not(.action_button)::after,
  .about_row_section a:not(.action_button)::after,
  .resp-tab-content a:not(.action_button)::after,
  .sub-hero .inner a:not(.action_button)::after,
  .faq-link-wrapper a:not(.action_button)::after,
  .view-scent-wrap a:not(.action_button)::after,
  .page-landing-new .yotpo-bottomline.pull-left.star-clickable a:not(.action_button)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #d2bb8e; }

a.underline {
  position: relative;
  display: inline-block;
  color: black !important; }
  a.underline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #d2bb8e; }

.fine-print {
  font-size: 12px; }

#cart .action_button {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased !important; }

.giftwrap_message {
  text-align: right;
  margin: 10px 20px 10px 0; }
  .giftwrap_message label.giftwrap_label {
    display: inline;
    font-weight: normal;
    text-transform: none; }

.action_button {
  min-width: 150px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 1.4px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: white !important;
  background-color: black !important; }

.thumb_grd_product .action_button {
  width: 190px;
  max-width: 100%;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 749px) {
    .thumb_grd_product .action_button {
      margin: 0;
      border: 0;
      height: 36px;
      max-width: 190px;
      width: 100%;
      font-size: 13px; }
      .thumb_grd_product .action_button.thumb_grd_product__shopnow {
        margin-top: 1px; } }

.tabarnapp_discount_sentence {
  font-weight: 300; }
  .tabarnapp_discount_sentence em {
    color: #ff7e54;
    font-style: normal; }
  @media only screen and (max-width: 749px) {
    .tabarnapp_discount_sentence {
      font-size: 12px; } }

.promo_banner {
  position: static; }
  .promo_banner p {
    margin: 0; }
  .promo_banner div.container {
    padding: 0; }

.sales-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sales-clock .time-display {
    font-size: 16px; }
  .sales-clock .time-label {
    font-size: 10px;
    text-transform: uppercase; }
  .sales-clock .time-seperator {
    font-size: 14px;
    margin: 0 12px; }
  @media only screen and (max-width: 749px) {
    .sales-clock .time-display {
      font-size: 12px; }
    .sales-clock .time-seperator {
      font-size: 10px; } }

.header--mobile {
  display: none; }

.container.main.content {
  width: 100%; }

@media only screen and (max-width: 989px) {
  .header--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 16px;
    text-align: center;
    opacity: 0.95;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header--mobile a {
      font-size: 32px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header--mobile a img {
        display: block;
        height: 80%; }
    .header--mobile .cart-count-btn {
      font-size: 15px;
      font-weight: 300;
      margin-left: 4px; }
    .header--mobile .cart-icon {
      width: 20px;
      height: 20px; }
  .header--desktop {
    display: none; } }

span#notie-confirm-text b {
  display: none; }

.mobile-only {
  display: none; }

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

.form-feedback {
  display: none;
  margin: 64px 0; }

.banner__content h1 {
  font-weight: 600; }

.section-header .h2size {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px; }

.section-header .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin: 32px auto; }

.section-header hr.title {
  width: 100px;
  height: 2px;
  display: block;
  margin: 32px auto;
  border: solid 1px #4a4a4a; }

.mm-menu#nav {
  margin-top: 64px; }

div.yotpo.bottomLine .pull-left {
  float: none;
  text-align: center; }

.yotpo a.text-m {
  display: inline-block; }

.yotpo-helpful {
  display: none !important; }

.yotpo-pictures-gallery-title,
.yotpo-slider-title {
  color: black !important; }

.thumbnail .yotpo-bottomline.pull-left.star-clickable > a {
  display: none; }

div.yotpo-instagram div.yotpo-header label.yotpo-user-name.pull-left.yotpo-instagram-username {
  color: #4a4a4a; }

div.yotpo-instagram .yopto-main.yotpo-regular-box {
  font-family: "sofia-pro" !important; }

.yotpo-pictures-gallery-title {
  font-family: "sofia-pro" !important; }

.yotpo-display-wrapper {
  margin-bottom: 32px !important; }

.yotpo.yotpo-main-widget .form-element.name-input > label {
  visibility: hidden;
  position: relative; }
  .yotpo.yotpo-main-widget .form-element.name-input > label:after {
    content: "NAME OR NICKNAME:";
    visibility: visible;
    display: block;
    position: absolute;
    top: 20px;
    width: 150px; }

.yotpo-stars-big .yotpo-bottomline.pull-left.star-clickable {
  -webkit-transform: scale(1.8);
          transform: scale(1.8); }
  @media only screen and (max-width: 749px) {
    .yotpo-stars-big .yotpo-bottomline.pull-left.star-clickable {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); } }
  .yotpo-stars-big .yotpo-bottomline.pull-left.star-clickable .text-m {
    display: block !important;
    margin-top: 20px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  overflow: scroll;
  display: none;
  background-color: rgba(51, 51, 51, 0.8); }
  .modal-overlay .gdpr-modal {
    background-color: white;
    position: absolute;
    max-width: 540px;
    padding: 30px;
    left: 0;
    right: 0;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .modal-overlay .gdpr-modal .buttons {
      width: 100%;
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 1em; }
  .thumbnail img {
    display: block;
    margin-bottom: 0;
    vertical-align: middle; }
  .thumbnail .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 2px auto 0px; }
  .thumbnail .tag-text {
    display: block;
    line-height: 15px;
    margin: 8px 0; }
  .thumbnail .price {
    display: block;
    margin: 0 0 10px;
    font-weight: normal; }
  .thumbnail .spr-badge {
    margin: 0; }

.products-flex-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .products-flex-grid .thumbnail {
    margin-bottom: 64px;
    display: block;
    width: 25%;
    padding: 0 16px; }
    @media only screen and (max-width: 749px) {
      .products-flex-grid .thumbnail {
        width: 50%; } }

.compare-skylar {
  text-align: center;
  margin: 64px 0; }
  @media only screen and (max-width: 989px) {
    .compare-skylar {
      margin: 0; } }
  .compare-skylar p {
    font-size: 16px;
    line-height: 1.25;
    margin: 16px 0; }
  .compare-skylar .chart {
    margin: 64px auto;
    max-width: 1084px; }
    @media only screen and (max-width: 989px) {
      .compare-skylar .chart {
        margin: 32px auto; } }

/* sections */
#shopify-section-give_a_gift .slick-prev {
  height: 40px;
  width: 40px; }

#shopify-section-give_a_gift .slick-next {
  height: 40px;
  width: 40px; }

#shopify-section-give_a_gift .was_price {
  display: block; }

#shopify-section-give_a_gift .videoBox {
  padding: 40px 0; }

#shopify-section-give_a_gift .medium {
  max-width: 960px;
  margin: 0 auto; }

#shopify-section-give_a_gift .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  #shopify-section-give_a_gift .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#shopify-section-give_a_gift .holidayInspiration {
  padding: 80px 0 40px; }
  #shopify-section-give_a_gift .holidayInspiration .h1 {
    font-size: 44px;
    font-weight: 200; }
  #shopify-section-give_a_gift .holidayInspiration img {
    width: 100%; }

#shopify-section-give_a_gift .feature_divider {
  border: 1px solid;
  margin-bottom: 80px; }

#shopify-section-give_a_gift .giftsPack {
  padding: 80px 0; }
  #shopify-section-give_a_gift .giftsPack .h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500; }

#shopify-section-give_a_gift .hero__container {
  max-width: 520px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: inherit;
  padding: 0; }

#shopify-section-give_a_gift .scroll_btn {
  padding: 40px 0;
  max-width: 890px;
  margin: 0 auto; }
  #shopify-section-give_a_gift .scroll_btn > .btn-goto {
    background: #4a4a4a;
    color: #ffffff;
    padding: 25px 0;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px; }

#shopify-section-give_a_gift .wrapper {
  padding: 0 80px; }

#shopify-section-give_a_gift .quotes_slider {
  padding-top: 40px;
  padding-bottom: 40px; }
  #shopify-section-give_a_gift .quotes_slider .slick-prev::before {
    font-size: 40px; }
  #shopify-section-give_a_gift .quotes_slider .slick-next::before {
    font-size: 40px; }

#shopify-section-give_a_gift .qtimg {
  margin-bottom: 20px; }

#shopify-section-give_a_gift .quoteItem h3 {
  font-size: 30px;
  font-weight: 200;
  max-width: 800px;
  margin: 0 auto 25px; }

#shopify-section-give_a_gift .quoteItem h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500; }

@media (max-width: 767px) {
  #shopify-section-give_a_gift .hero__container {
    right: 50% !important;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    top: 10%; }
    #shopify-section-give_a_gift .hero__container.mobcenter {
      top: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  #shopify-section-give_a_gift .wrapper {
    padding: 0; }
  #shopify-section-give_a_gift .quotes_slider {
    padding-bottom: 30px; }
    #shopify-section-give_a_gift .quotes_slider .quoteList {
      padding-left: 40px;
      padding-right: 40px; }
  #shopify-section-give_a_gift .slick-prev {
    left: 0; }
  #shopify-section-give_a_gift .slick-next {
    right: 0; }
  #shopify-section-give_a_gift .holidayInspiration {
    padding: 40px 0 20px; }
    #shopify-section-give_a_gift .holidayInspiration .container {
      padding: 0 !important; }
    #shopify-section-give_a_gift .holidayInspiration .h1 {
      font-size: 34px; }
  #shopify-section-give_a_gift .giftsPack {
    padding: 40px 0; }
  #shopify-section-give_a_gift .feature_divider {
    margin-bottom: 20px; }
  #shopify-section-give_a_gift .quoteItem h3 {
    font-size: 18px;
    line-height: 1.5; }
  #shopify-section-give_a_gift .one-product .thumb_grd_product.thumbnail {
    margin: 0 auto !important; }
  #shopify-section-give_a_gift #instafeed .insta-item {
    width: 50%;
    padding: 5px; } }

@media (max-width: 480px) {
  #shopify-section-give_a_gift .one-product .thumb_grd_product.thumbnail {
    width: 100% !important; } }

#shopify-section-give_a_gift .child-page .header {
  margin-bottom: 0; }

#shopify-section-give_a_gift #instafeed .insta-item {
  width: 25%;
  padding: 10px; }
  #shopify-section-give_a_gift #instafeed .insta-item:nth-of-type(3n + 1) {
    clear: none; }

#shopify-section-give_a_gift .withBroder > div {
  border-top: 1px solid #e8e6e7;
  border-bottom: 1px solid #e8e6e7;
  padding: 50px 0; }

#shopify-section-give_a_gift .one-product .columns {
  float: none;
  display: block;
  margin: 0 auto; }

#shopify-section-give_a_gift .item__bg img {
  width: 100%; }

#shopify-section-give_a_gift .quoteList.slick-slider img {
  display: inline-block; }

.slideshow-section {
  position: relative;
  overflow-x: hidden; }

.slideshow-section.loading {
  min-height: 100vh;
  overflow: hidden;
  display: block; }

.hero__container {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 30px; }

h1.hero__title {
  line-height: 1.4; }

.hero__container.loading {
  opacity: 0; }

.slideshows.owl-carousel h1.hero__title {
  font-size: 35px; }

.slideshow .action_button {
  min-width: 140px;
  max-height: 40px;
  line-height: 1.2; }

@media screen and (max-width: 639px) {
  .slideshows.owl-carousel h1.hero__title {
    font-size: 110%; } }

.blog-hero {
  min-height: 8px; }

.feature-columns .feature__image > img {
  height: 60px;
  margin: 32px auto; }

.feature-columns .column-content {
  margin-bottom: 32px; }
  .feature-columns .column-content h3 {
    margin: 8px 0; }
  .feature-columns .column-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }

.feature-columns .columns-section {
  padding-bottom: 0; }

.feature-columns .columns-section div.section {
  margin: 10px 0 0; }

.feature-columns #featured_links img {
  max-width: 60px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out; }

.feature-columns #featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out;
  opacity: 1; }

.feature-columns #featured_links h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4a4a4a; }

.feature-columns #featured_links .inner .column-content {
  position: relative; }

.feature-columns #featured_links .inner .rte-setting {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%; }

.feature-columns #featured_links .inner .rte-setting p {
  margin: 0;
  color: #4a4a4a; }

.feature-columns #featured_links .inner {
  padding: 0 10px;
  margin: 15px 0 0; }

.feature-columns #featured_links .inner:hover .rte-setting {
  opacity: 1;
  color: #000;
  top: 10px; }

.feature-columns #featured_links .inner:hover h3 {
  opacity: 0; }

@media screen and (max-width: 992px) {
  .feature-columns .nav ul.menu.right li span {
    display: none; } }

@media screen and (max-width: 767px) {
  .feature-columns .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .feature-columns .columns .column-item.four.columns {
      float: none;
      width: 50%; }
      .feature-columns .columns .column-item.four.columns .inner {
        width: 100%; }
  .feature-columns #featured_links img {
    max-width: 40px; }
  .feature-columns #featured_links .column-item {
    width: 50%;
    padding: 0 10px 10px 10px; }
  .feature-columns #featured_links h3 {
    font-size: 12px; }
  .feature-columns #featured_links .inner .rte-setting,
  .feature-columns #featured_links .inner:hover .rte-setting {
    color: #000; }
  .feature-columns #featured_links .inner > p {
    margin: 0 0 5px; }
  .feature-columns #featured_links .inner .rte-setting p {
    margin: 0;
    font-size: 12px; } }

.feature-columns-alt .column-item {
  margin-top: 64px; }
  .feature-columns-alt .column-item .column-top img {
    width: 90px;
    display: block;
    margin: auto; }
  .feature-columns-alt .column-item .column-content h3 {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    text-align: center; }
  .feature-columns-alt .column-item .column-content p {
    font-size: 16px;
    line-height: 1.75;
    text-align: center; }

.feature-columns-alt .button-wrapper {
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .feature-columns-alt .button-wrapper .action_button {
    margin: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 130px;
    height: 30px; }

.review-section {
  padding-bottom: 32px; }
  .review-section .feature-review__stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star {
    font-size: 30px; }
  .review-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
  .review-section .review-text {
    font-size: 18px;
    line-height: 1.4;
    max-width: 700px;
    display: block;
    margin: 32px auto; }
  .review-section .slick-dots button::before {
    font-size: 10px; }

.banner-narrow {
  height: 250px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover; }
  @media only screen and (max-width: 749px) {
    .banner-narrow {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .banner-narrow .banner__content {
    text-align: left;
    max-width: 363px;
    margin-right: 212px; }
    @media only screen and (max-width: 749px) {
      .banner-narrow .banner__content {
        max-width: 203px;
        margin-right: 0;
        margin-left: 30px; } }
    .banner-narrow .banner__content h1 {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 16px; }
    .banner-narrow .banner__content p {
      font-size: 16px;
      line-height: 1.25;
      font-weight: 300; }

.feature-banner-full .content-container {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1084px;
  margin: 0 auto;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .feature-banner-full .content-container h3 {
    font-size: 36px;
    letter-spacing: 1.3px;
    text-align: center; }
  .feature-banner-full .content-container p {
    max-width: 519px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px; }

.feature-banner-dual .content-container {
  max-width: 1084px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px; }
  @media only screen and (max-width: 749px) {
    .feature-banner-dual .content-container {
      padding: 0 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .feature-banner-dual .content-container > div {
    margin-bottom: 48px;
    text-align: center;
    width: calc(50% - 10px); }
    @media only screen and (max-width: 749px) {
      .feature-banner-dual .content-container > div {
        width: 100%; } }
    .feature-banner-dual .content-container > div img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .feature-banner-dual .content-container > div h3 {
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: 0.3px;
      margin: 16px 0; }
    .feature-banner-dual .content-container > div p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.25;
      max-width: 400px;
      margin: 0 auto;
      margin-bottom: 32px; }
    .feature-banner-dual .content-container > div .video-wrap,
    .feature-banner-dual .content-container > div .image-wrap {
      overflow: hidden;
      height: 0px;
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
      .feature-banner-dual .content-container > div .video-wrap img,
      .feature-banner-dual .content-container > div .video-wrap iframe,
      .feature-banner-dual .content-container > div .image-wrap img,
      .feature-banner-dual .content-container > div .image-wrap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
  .feature-banner-dual .content-container .content-left {
    margin-right: 10px; }
    @media only screen and (max-width: 749px) {
      .feature-banner-dual .content-container .content-left {
        margin-right: 0; } }
  .feature-banner-dual .content-container .content-right {
    margin-left: 10px; }
    @media only screen and (max-width: 749px) {
      .feature-banner-dual .content-container .content-right {
        margin-left: 0; } }

.story-promise-subnav {
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #ede2dc; }

.story-promise-subnav li {
  padding: 20px 0;
  margin-left: 15px !important;
  margin-right: 15px !important;
  display: inline-block;
  margin-bottom: 0; }

.story-promise-subnav li a {
  display: block;
  font-size: 0.875em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 30px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 175px;
  white-space: nowrap; }

.story-promise-subnav li a:hover,
.story-promise-subnav li a.active {
  background-color: #dcc5b9;
  border: none;
  border-radius: 2px; }

@media screen and (max-width: 992px) {
  .story-promise-subnav li {
    padding: 10px 0; } }

@media screen and (max-width: 690px) {
  .story-promise-subnav li {
    margin: 0 !important;
    width: 30%; }
  .story-promise-subnav li a {
    padding: 10px 0;
    width: auto;
    white-space: nowrap; } }

.video-section {
  background-color: #fafcfa;
  padding: 64px 0; }
  .video-section .video .vid-caption:before {
    content: "";
    display: block;
    background: url("//cdn.shopify.com/s/files/1/1445/2216/t/112/assets/button-play.svg?17985943444463179583") no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: 0 auto 0.59rem;
    z-index: 2;
    position: relative; }
  .video-section .video h2 {
    color: ""; }
  .video-section .video p.short-line {
    color: ""; }
  .video-section .video-wrap {
    max-width: 960px;
    margin: auto; }
  .video-section .video-text {
    color: #4a4a4a;
    text-align: center; }
  .video-section .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  @media only screen and (max-width: 749px) {
    .video-section .embed-container--square {
      padding-bottom: 100%; } }
  .video-section .embed-container iframe,
  .video-section .embed-container object,
  .video-section .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-section .video {
  position: relative; }

.video .vid-bg {
  display: block;
  width: 100%; }

.video .vid-bg-mobile {
  display: none;
  width: 100%; }

.video .shorter-line {
  z-index: 2;
  position: relative;
  margin: 0 0 0; }

.video h2 {
  z-index: 2;
  position: relative;
  margin: 0 0 10px; }

.video-section .video .vid-caption {
  color: #fff;
  display: block;
  margin-top: -60px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%; }

.video-section .video a:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

@media screen and (max-width: 639px) {
  .video .vid-bg {
    display: none; }
  .video .vid-bg-mobile {
    display: block; }
  .video h2 {
    font-size: 110%; } }

.dash-hudson-section-wrapper {
  margin-top: 40px; }

.signup-section {
  margin: 40px auto; }
  .signup-section h2 {
    color: "";
    font-size: 36px;
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: 1px;
    text-align: left; }
  .signup-section p {
    margin-top: 32px;
    color: "";
    font-size: 16px;
    line-height: 1;
    font-weight: 400; }
  .signup-section .action_button svg {
    width: 30px; }
  .signup-section form {
    max-width: 400px;
    margin: 10px auto; }
    .signup-section form input.contact_email[type="email"] {
      padding-right: 42px;
      width: 100%;
      display: inline-block;
      border: none;
      border-radius: 0px;
      margin: 0;
      border: 1px solid #eee; }
  .signup-section .newsletter {
    display: block;
    width: 100%;
    float: left;
    text-align: center; }

.instagram-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.instagram-section-wrapper > div {
  height: 100%;
  width: 50%;
  padding: 10px;
  position: relative; }

.instagram-section-wrapper > div.signup-section {
  -moz-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  -webkit-box-flex: 0;
          flex: 0 1 30%; }

.instagram-section-wrapper > div.insta-widget {
  -moz-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  -webkit-box-flex: 0;
          flex: 0 1 70%; }

#instafeed {
  display: table;
  width: 100%; }

#instafeed img {
  vertical-align: middle;
  margin: 0; }

#instafeed .insta-item,
#instafeed .il-item {
  width: 33.333333333%;
  height: 0;
  padding-bottom: 33.333333333%;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  float: left; }
  #instafeed .insta-item img,
  #instafeed .insta-item video,
  #instafeed .il-item img,
  #instafeed .il-item video {
    position: absolute;
    width: 100%;
    height: 100%; }

.instafeed-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 35px; }

.instagram-section {
  position: relative; }

form#contact_form.contact-form {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: table; }

@media screen and (max-width: 992px) {
  .instagram-section-wrapper > div {
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .instagram-section-wrapper > div {
    padding: 10px;
    display: inline-block;
    width: 100%; }
  .instagram-section-wrapper {
    display: block;
    width: 100%; } }

@media screen and (max-width: 639px) {
  .instagram-section .signup-section {
    padding: 30px 20px; } }

.press-logos img {
  margin: 64px auto; }

.footer-section .perks {
  background-color: #fbf9f8;
  color: black;
  padding: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .footer-section .perks .perks__item {
    width: 33.33%; }
  .footer-section .perks .perks__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-section .perks .perks__content {
    margin-top: 16px;
    text-align: center; }
    .footer-section .perks .perks__content h6 {
      color: black;
      font-size: 16px;
      font-weight: 600; }
    .footer-section .perks .perks__content p {
      color: black;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 400; }
  @media only screen and (max-width: 749px) {
    .footer-section .perks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px; }
      .footer-section .perks .perks__item {
        margin: 16px 0;
        width: 100%; } }

.footer-section .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  .footer-section .footer-logo img {
    height: 45px;
    max-width: 150px;
    margin-right: 15px; }

.footer {
  font-family: sofia-pro;
  padding-bottom: 0; }
  .footer .footer_menu li {
    display: block;
    padding-right: 0;
    margin: 0 0 5px; }
    .footer .footer_menu li a {
      text-transform: uppercase;
      font-size: 14px;
      color: black;
      font-weight: 300; }
  .footer .footer-bottom {
    background: black; }
    .footer .footer-bottom p {
      line-height: 30px;
      margin: 0; }
    .footer .footer-bottom div.container {
      margin: 0 auto;
      padding: 10px 0; }
    .footer .footer-bottom .footer_menu {
      text-align: right; }
      .footer .footer-bottom .footer_menu li {
        text-align: right;
        display: inline-block;
        margin: 0; }
        .footer .footer-bottom .footer_menu li:not(:first-of-type) {
          padding-left: 20px; }
        .footer .footer-bottom .footer_menu li a {
          color: white;
          text-transform: uppercase;
          font-size: 12px; }
      @media only screen and (max-width: 749px) {
        .footer .footer-bottom .footer_menu {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .footer .footer-bottom a {
      color: white; }
    .footer .footer-bottom .credits {
      color: white; }

.text-with-image .main {
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .text-with-image .main > div {
    width: 50%; }
  .text-with-image .main .text-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .text-with-image .main .text-column .inner {
      max-width: 425px; }
    .text-with-image .main .text-column h2.title {
      font-size: 36px;
      line-height: 1.08;
      letter-spacing: 1px;
      font-weight: 500;
      text-align: left; }
    .text-with-image .main .text-column p {
      font-size: 16px;
      line-height: 1.75;
      text-align: left; }
  @media only screen and (max-width: 749px) {
    .text-with-image .main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .text-with-image .main > div {
        width: 100%; } }

.product_gallery .video-container {
  padding-bottom: 100%; }

/* templates */
body.cart #cart_form .giftwrap_message {
  text-align: left; }

#cart .mm-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#cart .tabarnapp_discount_sentence {
  text-align: right;
  padding: 10px 15px;
  padding-bottom: 0; }

.index .slideshow-section .hero__container {
  margin: auto;
  min-width: 650px;
  position: absolute;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }
  .index .slideshow-section .hero__container .hero__title.home__title--csb {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.17;
    font-weight: 600; }
  .index .slideshow-section .hero__container .hero__body-copy.home__body-copy--csb {
    font-size: 20px; }
  .index .slideshow-section .hero__container .action_button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media only screen and (max-width: 749px) {
    .index .slideshow-section .hero__container {
      left: 50% !important; }
      .index .slideshow-section .hero__container .hero__title.home__title--csb {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 16px; }
      .index .slideshow-section .hero__container .hero__body-copy.home__body-copy--csb {
        margin-top: 8px;
        font-size: 16px; }
      .index .slideshow-section .hero__container .action_button {
        margin-top: 16px; } }

.home-image-grid-section .column-item a {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  background-size: cover; }
  .home-image-grid-section .column-item a .inner p {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.3px;
    margin-bottom: 29px; }
  .home-image-grid-section .column-item a .inner .action_button {
    opacity: 0.75; }

@media only screen and (max-width: 749px) {
  .page-contest .banner-sprinkles {
    margin-bottom: 0; } }

.page-contest .banner-sprinkles h1 {
  text-align: center;
  margin: 20px 0; }

@media only screen and (max-width: 989px) {
  .page-contest .banner-sprinkles .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 32px;
    margin-right: auto;
    width: 100%; }
    .page-contest .banner-sprinkles .banner__content .logos img {
      height: 100px; }
    .page-contest .banner-sprinkles .banner__content h1 {
      text-align: left; } }

.page-contest .content-wrapper {
  padding: 0 10px; }

.page-contest .contest-text p {
  display: block;
  width: 1012px;
  max-width: 100%;
  margin: 32px auto;
  font-size: 25px;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center; }

.page-contest .feature-columns-alt .column-content p {
  margin: 0; }

.page-contest .feature-columns-alt .action_button {
  width: auto;
  max-width: 220px; }

.page-contest .contest-form {
  margin: auto;
  margin-bottom: 0;
  max-width: 600px; }
  .page-contest .contest-form .required-field {
    font-size: 13px;
    color: #000;
    text-align: center; }
  .page-contest .contest-form .form-row {
    margin-bottom: 24px; }
    .page-contest .contest-form .form-row.requiredField {
      margin-top: 64px; }
    .page-contest .contest-form .form-row input,
    .page-contest .contest-form .form-row textarea {
      border-radius: 5px;
      border: 1px solid #e2e2e2;
      padding: 15px 12px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .page-contest .contest-form .form-row input ::-webkit-input-placeholder,
      .page-contest .contest-form .form-row textarea ::-webkit-input-placeholder {
        font-size: 13px;
        color: #949599; }
      .page-contest .contest-form .form-row input :-ms-input-placeholder,
      .page-contest .contest-form .form-row textarea :-ms-input-placeholder {
        font-size: 13px;
        color: #949599; }
      .page-contest .contest-form .form-row input ::-ms-input-placeholder,
      .page-contest .contest-form .form-row textarea ::-ms-input-placeholder {
        font-size: 13px;
        color: #949599; }
      .page-contest .contest-form .form-row input ::placeholder,
      .page-contest .contest-form .form-row textarea ::placeholder {
        font-size: 13px;
        color: #949599; }
    .page-contest .contest-form .form-row input {
      height: 50px; }
    .page-contest .contest-form .form-row textarea {
      height: 150px;
      resize: none; }
    .page-contest .contest-form .form-row button {
      display: block;
      margin: 48px auto; }
  .page-contest .contest-form .required {
    position: relative; }
    .page-contest .contest-form .required:before {
      content: "*";
      position: absolute;
      font-size: 13px;
      color: #ee9673;
      top: 10px;
      left: 7px;
      z-index: 1; }

.page-contest .disclaimer {
  max-width: 880px;
  margin: 32px auto;
  font-size: 13px;
  color: #000; }
  .page-contest .disclaimer a {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: #d2bb8e;
            text-decoration-color: #d2bb8e; }

.page-contest .thank-you-modal #modal-close {
  padding: 0;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  float: right; }

.page-contest .thank-you-modal .md-modal {
  position: absolute; }

.page-contest .thank-you-modal .modal-image-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-contest .thank-you-modal .modal-image-top img {
    width: 250px; }

.page-contest .thank-you-modal .text {
  max-width: 400px;
  margin: 32px auto;
  font-size: 16px;
  line-height: 1.75; }

.page-contest .thank-you-modal .action_button {
  margin: 32px 0; }

.page-contest .thank-you-modal #stay-in-touch {
  padding-bottom: 24px; }
  .page-contest .thank-you-modal #stay-in-touch input {
    margin: auto;
    border-radius: 4px !important;
    max-width: 380px;
    height: 46px; }
  .page-contest .thank-you-modal #stay-in-touch .action_button {
    margin: 32px auto;
    max-width: 380px;
    width: 100%;
    height: 46px; }

.page-contest #shopify-section-feature-columns-alt .column-item {
  margin-bottom: 96px; }

.page-contest .vote-choices {
  margin-top: 32px;
  margin-bottom: 64px; }
  .page-contest .vote-choices .column-item {
    cursor: pointer; }
    @media only screen and (max-width: 989px) {
      .page-contest .vote-choices .column-item {
        padding-bottom: 64px; } }
    .page-contest .vote-choices .column-item .column-top img,
    .page-contest .vote-choices .column-item .checkbox-wrapper img {
      margin: 40px auto;
      margin-bottom: 20px; }
    .page-contest .vote-choices .column-item .column-top img {
      margin-top: 0; }
    .page-contest .vote-choices .column-item .check-active {
      display: none; }
    .page-contest .vote-choices .column-item .checkbox {
      width: 32px; }
    .page-contest .vote-choices .column-item.active {
      opacity: 1; }
      .page-contest .vote-choices .column-item.active .check-active {
        display: block; }
      .page-contest .vote-choices .column-item.active .check-inactive {
        display: none; }
  .page-contest .vote-choices .smells-like input {
    margin: 30px 0; }
  .page-contest .vote-choices .smells-like p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 23px;
    text-align: center;
    color: #000; }
  .page-contest .vote-choices .winner-quote {
    text-align: left; }
    .page-contest .vote-choices .winner-quote i {
      font-style: normal; }

.page-contest .hero__container {
  max-width: 100%; }
  @media only screen and (max-width: 989px) {
    .page-contest .hero__container {
      left: 50% !important; } }
  .page-contest .hero__container .hero__title {
    margin-bottom: 24px; }
  .page-contest .hero__container .hero__body-copy {
    line-height: 1.75;
    width: 685px;
    max-width: 100%; }
    .page-contest .hero__container .hero__body-copy p {
      font-size: 16px;
      margin: 0; }

.page-contest .feature-columns-alt .action_button {
  display: none; }

.page-contest .contest-vote-form .error {
  text-align: center;
  color: #ee9673;
  display: none; }

@media only screen and (max-width: 989px) {
  .page-contest .contest-vote-form .column-content {
    margin: 4px 0; } }

.page-contest .contest-vote-form .column-content .winning-scent {
  margin-top: 16px; }
  .page-contest .contest-vote-form .column-content .winning-scent h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0; }
  .page-contest .contest-vote-form .column-content .winning-scent .inspired-by {
    font-size: 18px; }

.page-contest .contest-vote-form .column-content .winner-info {
  margin-top: 16px; }
  .page-contest .contest-vote-form .column-content .winner-info p {
    margin: 0; }

.page-contest .contest-vote-form .contest-form {
  margin-top: 96px; }
  .page-contest .contest-vote-form .contest-form .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-contest .contest-vote-form .contest-form .name input {
      width: 48%;
      margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .page-contest .contest-vote-form .contest-form {
      margin-top: 64px; } }

.page-contest .md-modal .action_button {
  margin-top: 0; }

.page-mothers-day .banner-mothers-day.page-banner-top {
  margin-bottom: 0; }

@media only screen and (max-width: 749px) {
  .page-mothers-day .banner-mothers-day p {
    max-width: 170px; } }

.page-mothers-day .banner-callout {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-mothers-day .banner-callout img {
    width: 400px;
    max-width: 100%; }
  .page-mothers-day .banner-callout p {
    margin: 0; }

.page-philosophy .philosophy_block_heading {
  padding-top: 32px;
  background-color: #fbf9f8; }
  .page-philosophy .philosophy_block_heading .section-header .title {
    margin-bottom: 0; }

.page-philosophy .container.main.content {
  padding: 0 !important;
  width: 100%; }

@media only screen and (max-width: 749px) {
  .page-philosophy .page-content {
    padding: 32px; } }

.page-philosophy .banner-narrow {
  margin-bottom: 0; }
  .page-philosophy .banner-narrow .banner__content {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
    max-width: 1140px; }
    @media only screen and (max-width: 749px) {
      .page-philosophy .banner-narrow .banner__content {
        max-width: 100%;
        padding: 0 32px;
        text-align: center; } }
    .page-philosophy .banner-narrow .banner__content h1 {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 16px;
      width: 100%; }
    .page-philosophy .banner-narrow .banner__content p {
      max-width: 500px; }

.page-philosophy .page-content {
  margin: auto;
  max-width: 820px; }

.page-philosophy .philosophy-feature > .columns {
  background-color: #fbf9f8; }

.page-philosophy .philosophy-feature .section-header p {
  margin: auto;
  max-width: 763px; }
  @media only screen and (max-width: 749px) {
    .page-philosophy .philosophy-feature .section-header p {
      padding: 0 32px;
      text-align: left;
      font-size: 16px; } }
  .page-philosophy .philosophy-feature .section-header p a {
    border-bottom: 2px solid #d2bb8e; }

.page-philosophy .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: auto;
  max-width: 1140px;
  padding: 15px 15px 60px; }
  .page-philosophy .feature .feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 86px;
    padding: 0 30px;
    width: 33.333%; }
    @media only screen and (max-width: 749px) {
      .page-philosophy .feature .feature_item {
        margin-top: 50px;
        padding: 0 30px;
        width: 100%; } }
    .page-philosophy .feature .feature_item .feature_image {
      min-width: 50px;
      padding-top: 20px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .feature .feature_item .feature_image img {
          width: 30px; } }
    .page-philosophy .feature .feature_item .feature_content h6 {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .page-philosophy .feature .feature_item .feature_content p {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }

.page-philosophy .philosophy-blocks__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding: 0 30px;
  margin: 40px auto; }
  @media only screen and (max-width: 749px) {
    .page-philosophy .philosophy-blocks__container {
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      padding: 0 10px; } }
  .page-philosophy .philosophy-blocks__container .philosophy-row_image {
    width: 50%; }
    @media only screen and (max-width: 749px) {
      .page-philosophy .philosophy-blocks__container .philosophy-row_image {
        width: 100%; } }
    @media only screen and (max-width: 749px) {
      .page-philosophy .philosophy-blocks__container .philosophy-row_image.desktop_image {
        display: none; } }
    .page-philosophy .philosophy-blocks__container .philosophy-row_image.mobile_image {
      display: none; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-blocks__container .philosophy-row_image.mobile_image {
          display: block;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 0;
          margin-bottom: 32px; } }
  .page-philosophy .philosophy-blocks__container .philosophy-block__content {
    padding: 40px;
    width: 50%;
    max-width: 400px;
    display: block;
    margin: auto; }
    @media only screen and (max-width: 749px) {
      .page-philosophy .philosophy-blocks__container .philosophy-block__content {
        padding: 0;
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 22px; } }
    .page-philosophy .philosophy-blocks__container .philosophy-block__content h2 {
      font-size: 24px;
      font-weight: normal;
      line-height: 30px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-blocks__container .philosophy-block__content h2 {
          text-align: center; } }
    .page-philosophy .philosophy-blocks__container .philosophy-block__content p {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }

.page-philosophy .philosophy-block__two {
  background-color: #fbf9f8; }
  .page-philosophy .philosophy-block__two:nth-of-type(3) {
    padding-bottom: 42px; }

.page-philosophy .philosophy-block__two-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1140px;
  padding: 50px 30px 0; }
  @media only screen and (max-width: 749px) {
    .page-philosophy .philosophy-block__two-container {
      background-color: #fbf9f8;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      padding: 0 42px; } }
  .page-philosophy .philosophy-block__two-container .philosophy-block__item {
    padding-bottom: 46px;
    width: 50%; }
    @media only screen and (max-width: 749px) {
      .page-philosophy .philosophy-block__two-container .philosophy-block__item {
        -webkit-box-shadow: 0 2px 0 0 #ede2dc;
                box-shadow: 0 2px 0 0 #ede2dc;
        padding: 0;
        width: 100%; } }
    .page-philosophy .philosophy-block__two-container .philosophy-block__item:first-child {
      margin-right: 30px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item:first-child {
          margin: 0; } }
    .page-philosophy .philosophy-block__two-container .philosophy-block__item:last-child {
      margin-left: 30px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item:last-child {
          margin: 0; } }
    .page-philosophy .philosophy-block__two-container .philosophy-block__item h2 {
      font-size: 22px;
      font-weight: normal;
      line-height: 30px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item h2 {
          font-size: 16px;
          margin-top: 20px; } }
    .page-philosophy .philosophy-block__two-container .philosophy-block__item p {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item p {
          display: none;
          margin-bottom: 40px; }
          .page-philosophy .philosophy-block__two-container .philosophy-block__item p.active {
            display: block; } }
    .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more {
      cursor: pointer;
      font-size: 16px;
      text-align: right;
      display: none;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more {
          display: block; } }
      .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more i {
        font-size: 40px;
        margin-left: 10px;
        vertical-align: middle; }
      .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more.active span {
        display: none; }
      .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more.active img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media only screen and (max-width: 749px) {
        .page-philosophy .philosophy-block__two-container .philosophy-block__item .read__more img {
          display: inline-block;
          vertical-align: middle;
          max-width: 23px;
          margin-left: 20px; } }

@media only screen and (max-width: 749px) {
  .page-philosophy .page-content.mobile-only {
    font-size: 16px; } }

@media only screen and (max-width: 749px) {
  .page-philosophy .feature-row__image {
    max-width: 375px;
    width: 100%; } }

.page-help .container.main.content {
  padding: 0 !important; }

#shopify-section-contest-text p {
  margin: 0 auto;
  text-align: left;
  font-size: 18px; }

@media only screen and (max-width: 749px) {
  .page-about .banner-narrow .banner__content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 30px;
    text-align: center;
    min-width: 100%;
    margin: 0;
    padding: 0 15px; } }

@media only screen and (max-width: 749px) {
  .page-step-up .banner-narrow .banner__content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 30px;
    text-align: center;
    min-width: 100%;
    margin: 0;
    padding: 0 15px; } }

#product-page {
  width: 100%; }
  @media screen and (min-width: 764px) {
    #product-page {
      margin: 30px auto 0; }
      #product-page .product_section,
      #product-page .yotpo-main-widget,
      #product-page .related-products {
        padding: 0 50px; } }
  #product-page .pro_ing {
    margin: 64px 0; }
  #product-page .action_button--waitlist {
    cursor: pointer;
    border: 1px solid #4a4a4a;
    height: 40px;
    min-width: 150px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 1.4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 273px;
    color: #4a4a4a; }
    #product-page .action_button--waitlist .envelope {
      width: 22px;
      margin-right: 16px; }
  #product-page .feature-columns {
    background-color: white; }
    #product-page .feature-columns .sixteen.columns {
      background-color: #fbf9f8;
      padding: 32px 0; }

#waitlist-modal .md-content {
  padding: 32px; }
  #waitlist-modal .md-content .btn {
    padding: 0; }
  #waitlist-modal .md-content .form-row {
    margin: 32px 0; }

.article .sidebar h4 {
  line-height: 46px;
  margin-bottom: 16px; }

.collection-shop_all .collections .section-header {
  margin-bottom: 48px; }

.banner-narrow .banner__content.shop-all {
  max-width: 443px;
  margin-right: 130px; }

.video-section.collection-video-section {
  background-color: white;
  padding: 0;
  margin-top: 48px; }
  .video-section.collection-video-section .video.video-wrap {
    max-width: 1084px;
    background-color: black; }

.md-modal {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 600px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media only screen and (max-width: 749px) {
    .md-modal {
      left: 16px;
      width: calc(100% - 32px);
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(74, 74, 74, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding: 16px;
  text-align: center; }
  .md-content #modal-close {
    position: absolute;
    top: 0;
    right: 0; }

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect .md-content {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect .md-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
