@font-face {
  font-family: Cormorant;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.mcshopcdn.com/cormorant/cormorant_n4.97337b60a5e5cfd8eb51f36879679b2587d6c845.woff2?&hmac=c72a793175a939b8ab16e5cb8fd3145f012e23f19759ce9da591cd8584b0a9a8") format("woff2"), url("https://fonts.mcshopcdn.com/cormorant/cormorant_n4.1881c3a6866ce20ecce46c859084ab4985bfe6e9.woff?&hmac=898a7f20da5528ba574aeae8512be77d3c3fb1fd57f69c84da28e35b8d8e7e8f") format("woff");
}

.icon--placeholder {
  display: block;
  fill: rgba(27, 30, 47, 0.35);
  background-color: rgba(27, 30, 47, 0.05);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(27, 30, 47, 0.15);
}

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

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

.placeholder-background .icon {
  border: 0;
}

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

.grid-link__image-centered .placeholder-svg {
  height: initial;
  max-height: initial;
}

/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--mcshop-editor-setting-color_body_bg);
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: var(--mcshop-editor-setting-color_body_text);
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*================ Theme-specific partials ================*/
h1,
.h1 {
  font-size: var(--system-type-title-font-size);
  line-height: 1.2;
}

h2,
.h2 {
  font-size: var(--system-type-title-font-medium-size);
  line-height: 1.3;
}

h3,
.h3 {
  font-size: var(--system-type-title-font-small-size);
  line-height: 1.4;
}

h4,
.h4,
.tags {
  font-size: var(--system-type-body-font-large-size);
  line-height: 1.6;
}

h4,
.h4 {
  font-size: var(--system-type-body-font-large-size);
  font-weight: 700;
}

h5,
.h5 {
  font-size: var(--system-type-body-font-size);
  line-height: 1.6;
}

h6,
.h6 {
  font-size: var(--system-type-body-font-small-size);
  line-height: 1.7;
}

/*================ Footer ================*/
.site-footer p,
.site-footer li,
.site-footer .rte,
.site-footer input {
  font-size: 0.85em;
}

.main-content {
  margin-top: 0px !important;
}

.template-index .main-content {
  margin-top: 0;
}

html,
body {
  background: var(--mcshop-editor-setting-color_body_bg);
}

/*================ Index sections ================*/
.index-section {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

@media screen and (min-width: 769px) {
  .index-section {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.mcshop-section:first-child .index-section {
  padding-top: 0;
  border-top: 0;
}

.mcshop-section:last-child .index-section {
  padding-bottom: 0;
}

/*================ Module-specific styles ================*/
.header-bar {
  *zoom: 1;
  font-size: 0.875em;
  font-family: var(--mcshop-editor-setting-btn_font_family), serif;
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
  background-color: var(--mcshop-editor-setting-color_topbar_bg);
  color: var(--mcshop-editor-setting-color_topbar_text);
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.header-bar:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 769px) {
  .header-bar {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.header-bar a,
.header-bar button {
  color: var(--mcshop-editor-setting-color_topbar_text);
}

.header-bar a:hover,
.header-bar a:active,
.header-bar a:focus,
.header-bar button:hover,
.header-bar button:active,
.header-bar button:focus {
  outline-color: var(--mcshop-editor-setting-color_topbar_text);
}

.header-bar .inline-list {
  margin-bottom: 0;
}

.header-bar .inline-list li {
  margin-bottom: 0;
}
.inline-list.social-icons li{
  line-height: 1;
  margin-top: 1px;
}
@media screen and (min-width: 769px) {
  .header-bar__left {
    text-align: left;
    width: 33.33%;
  }

  .header-bar__right {
    width: 66.66%;
  }
}

.header-bar__module {
  margin-bottom: 15px;
}

.header-bar__right .header-bar__module:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .header-bar__module {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0;
  }
}

.header-bar__module--list {
  list-style: none;
  margin: 0;
}

.header-bar__module--list li {
  display: inline-block;
  margin: 0;
}

.header-bar__module--list li+li {
  margin-left: 6px;
}

.cart-page-link {
  display: inline-block;
}

.header-bar__cart-icon {
  font-size: 1.4em;
  margin-right: 4px;
}

.hidden-count {
  display: none;
}

.header-bar__sep {
  display: none;
}

@media screen and (min-width: 769px) {
  .header-bar__sep {
    color: var(--mcshop-editor-setting-color_topbar_text);
    opacity: 0.4;
    display: inline-block;
    padding: 0 10px;
  }
}

.header-bar__message,
.header-message {
  max-width: 100%;
  overflow: hidden;
}

.header-bar__search {
  *zoom: 1;
  position: relative;
  background-color: #fff;
  border: 0 none;
  border-radius: 2px;
  min-width: 100px;
}

.header-bar__search:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 769px) {
  .header-bar__search {
    /*max-width: 160px;*/
    margin-left: 20px;
  }

  .header-bar__search:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-bar__search,
  .header-bar__select{
    margin: 12px 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-bar__search,
  .header-bar__select{
    margin: 12px 15px;
  }
}

.header-bar__search form,
.header-bar__search input,
.header-bar__search button {
  margin-bottom: 0;
}

.header-bar__search-input[type="search"] {
  display: block;
  width: 60%;
  float: right;
  background: transparent;
  border-color: transparent;
  padding: 5px 0;
}

.header-bar__search-input[type="search"]:focus {
  background: transparent;
  border-color: transparent;
}

.header-bar__search-submit {
  position: absolute;
  display: block;
  float: left;
  width: 40%;
  font-size: 16px;
  padding: 4px 0;
  min-height: auto;
}

.supports-fontface .header-bar__search-submit {
  width: 32px;
}

.supports-fontface .header-bar__search-input[type="search"] {
  width: 100%;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .supports-fontface .header-bar__search-form {
    position: relative;
  }

  .supports-fontface .header-bar__search-submit {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .supports-fontface .header-bar__search-input[type="search"] {
    width: 100%;
    padding-left: 35px;
  }
}

.header-bar__search .btn,
.header-bar__search .btn:hover,
.header-bar__search .btn:focus {
  background: transparent;
  color: #555;
}

.announcement-bar--mobile {
  padding-top: 5px;
  padding-bottom: 5px !important;
}

/*================ Module | Grid Link ================*/
.grid-link__container {
  margin-bottom: -30px;
}

.grid-link,
.grid-link--focus {
  position: relative;
  display: block;
  padding-bottom: 30px;
  line-height: 1.3;
}

.grid-link:hover .grid-link__image,
.grid-link:active .grid-link__image,
.grid-link--focus:hover .grid-link__image,
.grid-link--focus:active .grid-link__image {
  opacity: 0.8;
}

.grid-link--focus {
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.grid-link--focus:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--mcshop-editor-setting-color_footer_bg);
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}

.grid-link--focus:hover,
.grid-link--focus:active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-link__image {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 10px;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -ms-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in;
}

.grid-link__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.grid-link__image--loading {
  background-color: var(--mcshop-editor-setting-color_body_text);
  -webkit-animation: placeholder-background-loading 1.5s linear infinite;
  animation: placeholder-background-loading 1.5s linear infinite;
}

.grid-link__image-centered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}

.sold-out .grid-link__image-sold-out img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.grid-link__title,
.grid-link__meta {
  position: relative;
  margin-bottom: 5px;
}

.grid-link__title {
  color: var(--mcshop-editor-setting-color_body_text);
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  font-size: 1em;
  line-height: 1.4;
}
.grid-link__original_price,
.grid-link__sale_price,
.commodityRating+span{
  color: var(--mcshop-editor-setting-color_body_text);
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
}
.grid-link__vendor {
  font-size: .85em;
  font-weight: 400;
}

.grid-link__meta {
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  font-size: 1em;
  line-height: 1.5;
  color: #2e334f;
}

.grid-link__sale_price {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.grid-link__unit-price {
  font-size: 1em;
}

.badge {
  display: table;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--mcshop-editor-setting-color_primary);
  color: var(--mcshop-editor-setting-color_button_primary_text);
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.1;
  z-index: 10;
}

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -45px;
  background-color: var(--mcshop-editor-setting-color_primary);
  color: var(--mcshop-editor-setting-color_button_primary_text);
}

.badge--sale {
  top: -12px;
  right: -12px;
}

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0;
}

.badge__text--small {
  font-size: 8px;
  padding-top: 0;
}

@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }

  50% {
    opacity: 0.05;
  }

  100% {
    opacity: 0.02;
  }
}

@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }

  50% {
    opacity: 0.05;
  }

  100% {
    opacity: 0.02;
  }
}

@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }

  50% {
    opacity: 0.05;
  }

  100% {
    opacity: 0.02;
  }
}

.mobile-nav-trigger,
.mobile-cart-page-link {
  font-weight: 700;
}

.mobile-nav-trigger .icon,
.mobile-cart-page-link .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-right: 4px;
}

.mobile-nav-trigger {
  display: block;
  float: left;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.mobile-nav-trigger .icon {
  font-size: 1.4em;
}

.mobile-cart-page-link {
  display: block;
  float: right;
}

.mobile-cart-page-link .header-bar__cart-icon {
  font-size: 1.4em;
}

.mobile-cart-page-link .cart-count:before {
  display: inline;
  content: "(";
}

.mobile-cart-page-link .cart-count:after {
  display: inline;
  content: ")";
}

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  margin: 0;
}

.mobile-nav li {
  margin: 0;
}

.mobile-nav__link {
  display: block;
  border-top: 1px solid var(--mcshop-editor-setting-color_topbar_text);
  border-color: rgba(255, 255, 255, 0.2);
  /*================ Can't always control anchor markup to add a class ================*/
}

.mobile-nav__link>a {
  display: block;
  padding: 12px 15px;
  font-size: 0.9375em;
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  text-transform: var(--system-type-btn-font-all-caps);
}
.mobile-nav__link>a,
li.mobile-nav__sublist-link>a{
  padding-top: 14px;
  padding-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .mobile-nav__link>a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

.mobile-nav__sublist-contract {
  display: none;
}

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block;
}

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none;
}

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
  background-color: var(--mcshop-editor-setting-color_body_bg);
}

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  color: var(--mcshop-editor-setting-color_header_text);
  font-size: 0.9375em;
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  border-top: 1px solid var(--mcshop-editor-setting-color_borders);
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-nav__sublist-link a:hover {
  opacity: 1;
  color: var(--mcshop-editor-setting-color_primary);
}

.mobile-nav__sublist--grandchilds .mobile-nav__sublist-link a {
  padding-left: 60px;
}

.mobile-nav__sublist--grandchilds .mobile-nav__sublist-link .mobile-nav__sublist-link a {
  padding-left: 100px;
}

.newsletter-grid {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-section .grid-uniform {
  margin-left: 0;
}

.newsletter-section #contact_form {
  margin-bottom: 0;
}

.newsletter-section .section-header__title {
  margin-bottom: 0;
}

.newsletter-section .section-header__title-spacing {
  margin-bottom: 15px;
}

.newsletter-wrapper .grid-uniform {
  margin-left: 0;
}

.newsletter-grid__item {
  padding: 0;
}

.newsletter-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 50px 15%;
}

.newsletter-content p {
  margin: 0;
}

.newsletter-section .input-group {
  display: block;
}

.newsletter-section .input-group-field {
  margin-bottom: 10px;
}

.newsletter-section .errors {
  margin-bottom: 10px;
}

/*================ Module | Promo images ================*/
.featured-images .grid__item {
  margin-bottom: 15px;
}

.collection__grid-image-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.collection__grid-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 480px) {
  .custom-content {
    margin-bottom: -22px;
    margin-left: -22px;
  }
}

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 22px;
    margin-bottom: 22px;
  }

  .custom__item.small--one-half {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center;
}

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

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

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

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

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

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

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

.rich-text__heading--medium {
  font-size: var(--system-type-title-font-medium-size);
}

.rich-text__heading--small {
  font-size: var(--system-type-title-font-small-size);
}

.rich-text__text--large {
  font-size: var(--system-type-body-font-large-size);
}

.rich-text__text--small {
  font-size: var(--system-type-body-font-small-size);
}

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .feature-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

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

.feature-row__image-wrapper {
  position: relative;
  margin: 0 auto;
}

.feature-row__image {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .feature-row__image {
    order: 1;
  }
}

.supports-js .feature-row__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.no-js .feature-row__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .feature-row__text--left {
    padding-left: 35px;
  }

  .feature-row__text--right {
    padding-right: 35px;
  }
}

@media screen and (min-width: 769px) {
  .featured-row__subtext {
    font-size: 1.125em;
  }
}

.featured-blog__post {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .featured-blog__post {
    margin-bottom: 37.5px;
  }
}

.featured-blog__post .article__featured-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.featured-blog__post .article__featured-image-wrapper {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .featured-blog__post .article__featured-image-wrapper {
    margin-bottom: 22px;
  }
}

.no-js .featured-blog__post .article__featured-image-wrapper {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.featured-blog__post .rte {
  margin-top: 22.5px;
}

@media screen and (max-width: 480px) {
  .featured-blog__post .rte {
    margin-bottom: 16.5px;
  }
}

.featured-blog__post .h3 {
  margin-top: -5px;
}

.featured-blog__post .featured-blog__meta {
  font-size: .85em;
  margin-bottom: -5px;
}

.placeholder .article__featured-link {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .placeholder .article__featured-link {
    margin-bottom: 22px;
  }
}

.map-section__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-section__content {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 50%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .map-section__content {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .map-section__image {
    order: 1;
  }
}

@media screen and (min-width: 769px) {
  .map-section__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.map-section--display-map .map-section__image {
  display: none !important;
}

.map-section__background-wrapper {
  background-color: rgba(27, 30, 47, 0.05);
}

.map-section__placeholder {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .map-section__placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__text {
  padding: 30px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .map-section__text {
    order: 0;
  }
}

.map-section__text .icon-pin {
  height: 10.5px;
}

.map-section__container {
  width: 100%;
  height: 55vh;
}

@media screen and (min-width: 769px) {
  .map-section__container {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto;
  }
}

.map-section--load-error .errors {
  width: 100%;
}

.gallery__image-container {
  position: relative;
}

.gallery__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.no-js .gallery__image-wrapper {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

/*================ Module | Product Lightbox ================*/
.mfp-bg {
  background-color: var(--mcshop-editor-setting-color_body_bg);
}

.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-bg.mfp-fade.mfp-ready {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-bg.mfp-fade.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-removing button {
  opacity: 0;
}

.mfp-counter {
  display: none;
}

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

.mfp-figure:after {
  box-shadow: none;
}

.mfp-img {
  background-color: var(--mcshop-editor-setting-color_body_bg);
}

button.mfp-close {
  margin: 30px;
  font-size: 2.5em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: var(--mcshop-editor-setting-color_body_text);
}

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

button.mfp-arrow:after,
button.mfp-arrow .mfp-a {
  display: none;
}

button.mfp-arrow:before,
button.mfp-arrow .mfp-b {
  display: none;
}

button.mfp-arrow:active {
  margin-top: 0;
}

.mfp-chevron {
  position: absolute;
  pointer-events: none;
}

.mfp-chevron:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-chevron.mfp-chevron-right {
  right: 55px;
}

.mfp-chevron.mfp-chevron-right:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-chevron.mfp-chevron-left {
  left: 55px;
}

.mfp-chevron.mfp-chevron-left:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*================ Variables ================*/
.slideshow-section {
  padding-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .slideshow-section {
    padding-bottom: 0;
  }
}

.flexslider {
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

/*.flexslider--adapt,*/
/*.flexslider--adapt .flex-viewport {*/
/*  max-height: 90vh;*/
/*}*/

.flexslider--adapt.flexslider--slide .slides {
  /*max-height: 90vh;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flexslider li {
  margin: 0;
  max-width: 100%;
}

.flexslider .slides__slide {
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flexslider--adapt .slides__slide {
  height: 100%;
  overflow: hidden;
}

.flexslider--adapt.flexslider--fade .slides__slide {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-hide,
.slide-hide>img {
  height: 1px;
}

.slide-hide .slides__image,
.slide-hide .placeholder-svg {
  display: none;
}

.slides__image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.flexslider--adapt .slides__image,
.flexslider--adapt .placeholder-svg {
  height: 100%;
  overflow: hidden;
}

.slides {
  *zoom: 1;
}

.slides:after {
  content: "";
  display: table;
  clear: both;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/*================ No JS Fallback ================*/
.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/*================ Controls ================*/
.slider__controls-container {
  position: relative;
}

.slider__controls-container > *:last-child:not(.flex-control-nav) {
  display: none;
}

.slider__controls-button {
  width: 44px;
  height: 44px;
  position: absolute;
  margin: 3px 0;
  border-style: none;
  background: transparent;
}

.slider__controls-button .icon {
  font-size: 0.7rem;
  color: var(--mcshop-editor-setting-color_primary);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.slider__controls-button:hover .icon {
  opacity: 0.5;
}

.slider__controls-button--pause {
  right: -15px;
}

.slider__controls-button--pause .icon {
  height: 0.5rem;
  font-size: 0.5rem;
}

.icon-pause {
  display: block;
}

.is-paused .icon-pause {
  display: none;
}

.icon-play {
  display: none;
}

.is-paused .icon-play {
  display: block;
}

/*================ Direction Nav ================*/
.slider-navigation {
  position: relative;
  margin: 0;
  z-index: 2;
  list-style: none;
}
.slideshow-section .slider-navigation{
  position:unset;
}
.slider-navigation li {
  margin: 0;
}

/*================ Control Nav ================*/
.flex-control-nav {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  z-index: 3;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: var(--mcshop-editor-setting-color_primary);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.flex-control-paging li a:hover {
  opacity: 0.5;
  background-color: var(--mcshop-editor-setting-color_primary);
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
  border-color: var(--mcshop-editor-setting-color_primary);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slides__slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .slides__slide::before {
    content: none;
  }
}

/*================ Slide text ================*/
.slideshow__mobile-text-container {
  display: block;
}

@media screen and (min-width: 769px) {
  .slideshow__mobile-text-container {
    display: none;
  }
}

.slides__text-content {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.slide-hide .slides__text-content {
  display: none;
}

.no-js .slides__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.slides__text-content--mobile {
  display: none;
  position: relative;
  transform: none;
  margin-top: 25px;
  padding-bottom: 1rem;
}

.no-js .slides__text-content--mobile:first-of-type {
  display: block;
}

.slides-text-content-wrapper-left {
  width: 50%;
}

.slides-text-content-wrapper-right {
  width: 50%;
  margin-left: auto;
}

.slides__title {
  display: none;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .slides__title {
    display: block;
  }
}

.slides__title--small {
  font-size: calc(var(--system-type-title-font-size) * 0.75);
}

.slides__title--large {
  font-size: calc(var(--system-type-title-font-size) * 1.25);
}

.slides__title--mobile {
  display: block;
}

@media screen and (min-width: 769px) {
  .slides__title--mobile {
    display: none;
  }
}

.slides__btn {
  display: none;
  border: none;
}

@media screen and (min-width: 769px) {
  .slides__btn {
    display: block;
  }
}

.slides__title+.slides__btn {
  margin-top: 45px;
}

.slides__btn {
  max-width: 100%;
  display: none;
  word-wrap: break-word;
  min-height: 3.125rem;
  line-height: 2.2;
}

@media screen and (min-width: 769px) {
  .slides__btn {
    display: inline-block;
  }
}

.slides__btn--mobile {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .slides__btn--mobile {
    display: none;
  }
}

.slide-hide .slides__btn {
  display: none;
}

/*================ Social share buttons ================*/
.social-sharing {
  font-family: var(--mcshop-editor-setting-text_font_family), "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  /*================ Large Buttons ================*/
}

.social-sharing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social-sharing a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 5px 10px 5px 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
}

.social-sharing a:hover {
  color: #fff;
}

.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.social-sharing .icon {
  padding: 0 5px 0 10px;
}

.social-sharing .icon:before {
  line-height: 22px;
}

.social-sharing.is-large a {
  height: 44px;
  line-height: 44px;
}

.social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}

.social-sharing.is-large a .icon {
  padding: 0 10px 0 18px;
}

.social-sharing.is-large a .icon:before {
  line-height: 44px;
}

.share-title {
  font-weight: 700;
  font-size: 12px;
  padding-right: 10px;
}

.is-large .share-title {
  padding-right: 16px;
}

.share-facebook {
  background-color: #3b5998;
}

.share-facebook:hover {
  background-color: #2d4373;
}

.share-twitter {
  background-color: #00aced;
}

.share-twitter:hover {
  background-color: #0087ba;
}

.share-pinterest {
  background-color: #cb2027;
}

.share-pinterest:hover {
  background-color: #9f191f;
}

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px;
}

.social-sharing.is-clean a span {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.social-sharing.is-clean a:hover {
  background-color: #ececec;
}

.social-sharing.is-clean a .share-title {
  font-weight: 400;
}

.social-sharing.is-clean .icon-facebook {
  color: #3b5998;
}

.social-sharing.is-clean .icon-twitter {
  color: #00aced;
}

.social-sharing.is-clean .icon-pinterest {
  color: #cb2027;
}

.order-table {
  border: 1px solid var(--mcshop-editor-setting-color_borders);
}

.order-table a {
  color: var(--mcshop-editor-setting-color_body_text);
}

.order-table th,
.order-table td {
  border: 0;
}

.order-table tbody th,
.order-table tfoot th {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.order-table tbody tr+tr {
  border-top: 1px solid var(--mcshop-editor-setting-color_borders);
}

.order-table thead {
  border-bottom: 1px solid var(--mcshop-editor-setting-color_body_text);
}

.order-table tfoot {
  border-top: 1px solid var(--mcshop-editor-setting-color_body_text);
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
  padding-top: 1.25em;
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.25em;
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
  border-top: 1px solid var(--mcshop-editor-setting-color_body_text);
  font-weight: 700;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 768px) {

  .order-table tbody tr:first-child th,
  .order-table tbody tr:first-child td {
    padding-top: 1.25em;
  }

  .order-table tbody tr:last-child th,
  .order-table tbody tr:last-child td {
    padding-bottom: 1.25em;
  }

  .order-table tbody tr:last-child th .order-discount--list,
  .order-table tbody tr:last-child td .order-discount--list {
    margin-bottom: 0;
  }

  .order-table tfoot tr td,
  .order-table tfoot tr th {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .order-table {
    border: 0;
  }

  .order-table thead {
    display: none;
  }

  .order-table th,
  .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }

  .order-table th::before,
  .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }

  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }

  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }

  .order-table tbody th::before,
  .order-table tbody td::before {
    font-weight: 700;
  }
}

.item-props {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}

.item-props__property {
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}

.order-discount {
  text-transform: uppercase;
  color: var(--mcshop-editor-setting-color_primary);
  display: block;
  line-height: 1.2em;
}

.order-discount .icon-saletag {
  margin-right: 0.8em;
  font-size: 0.9em;
}

.order-discount--title {
  word-break: break-word;
  padding-right: 1em;
}

.order-discount--cart {
  font-size: 0.85em;
}

.order-discount--list {
  margin: 0.8em 0 0.6em 1.3em;
  list-style: none;
  padding: 0;
}

.order-discount--price {
  margin-bottom: 0;
}

.order-discount__item {
  text-indent: -1.5em;
}

.order-discount__item+.order-discount__item {
  margin-top: 0.6em;
}

@media screen and (max-width: 767px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.order-discount-cart-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 7.5px;
}

.order-discount__line {
  vertical-align: bottom;
}

/*================ View-specific styles ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center;
}

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url("//cdn.mcshop.com/s/files/1/0556/6575/4248/t/13/assets/password-page-background.jpg?v=129873446965807520001666946186");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.password-page__wrapper a {
  color: inherit;
}

.password-page__wrapper hr {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 60px;
  border-color: inherit;
}

.password-page__wrapper .social-sharing a {
  color: #fff;
}

.password-page__wrapper .social-sharing.is-clean a {
  color: #333;
  background: #fff;
}

.password-page__wrapper .social-sharing.is-clean a:hover {
  background: #ececec;
}

.password-header-section {
  display: table-row;
}

.password-page__header {
  display: table-cell;
  height: 1px;
}

.password-page__header__inner {
  padding: 15px 30px;
}

.password-page__logo {
  margin-top: 90px;
  color: inherit;
}

.password-page__logo .logo {
  max-width: 100%;
}

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
}

.password-page__hero {
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  font-size: 2.625em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 481px) {
  .password-page__hero {
    font-size: 3.75em;
  }
}

@media screen and (min-width: 769px) {
  .password-page__hero {
    font-size: 4em;
  }
}

.password-page__message {
  font-style: oblique;
  font-size: 120%;
}

.password-page__message img {
  max-width: 100%;
}

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto;
}

.password-page__message,
.password-page__login-form {
  text-align: center;
  padding: 30px;
}

@media screen and (min-width: 480px) {

  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px;
  }
}

.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%;
}

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0;
}

.password-page__signup-heading,
.password-page__signup-subheading {
  margin-bottom: 25px;
}

.password-page__signup-heading a,
.password-page__signup-subheading a {
  color: var(--mcshop-editor-setting-color_primary);
}

.password-page__signup-heading a:hover,
.password-page__signup-subheading a:hover {
  color: #e2a192;
}

input[type="submit"].password-page__login-form__submit,
input[type="submit"].password-page__signup-form__submit {
  font-size: 0.9em;
}

.password-page__social-sharing {
  margin-top: 30px;
}

.password-login,
.admin-login {
  margin-top: 15px;
}

.password-login a:hover,
.admin-login a:hover {
  color: inherit;
}

.password-login {
  font-family: var(--mcshop-editor-setting-title_font_family), serif;
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  font-size: 0.875em;
  line-height: 14px;
}

.lock-icon-svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
}

.lock-icon-svg path {
  fill: currentColor;
}

.admin-login {
  font-size: 95%;
}

.password-page__footer {
  display: table-row;
  height: 1px;
  color: inherit;
}

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 24px;
  font-size: 95%;
}

.mcshop-link {
  color: inherit;
}

.mcshop-link:hover {
  color: inherit;
}

.mcshop-logo-svg {
  width: 82.28571px;
  height: 24px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.mcshop-logo-svg path {
  fill: currentColor;
}

/* =========
   Hiding the word 'mcshop' but not from screen readers.
   ========= */
.mcshop-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.search__image-wrapper {
  width: 100%;
  margin: 0 auto;
}

.search__image-wrapper.supports-js {
  position: relative;
}

.search__image {
  display: block;
  margin: 0 auto;
}

.search__image.lazyload {
  opacity: 0;
}

.supports-js .search__image {
  position: relative;
  top: 0;
  width: 100%;
}

/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative;
  padding-top: 30px;
}

.cart__row+.cart__row {
  margin-top: 30px;
  border-top: 1px solid var(--mcshop-editor-setting-color_borders);
}

.cart__row:first-child {
  margin-top: 0;
}

.cart__row:first-child {
  padding-top: 0;
  border-top: 0 none;
}

.cart__row .js-qty {
  margin: 0;
}

.cart__row--table-large .grid__item {
  word-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
  }
}

.cart__image-wrapper {
  width: 100%;
  margin: 0 auto;
}

.cart__image-wrapper.supports-js {
  position: relative;
}

.cart__image {
  display: block;
  margin: 0 auto;
}

.supports-js .cart__image {
  position: relative;
  top: 0;
  width: 100%;
}

.cart__image.lazyload {
  opacity: 0;
}

.cart__product-title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.cart__subtotal {
  margin-bottom: 5px;
}

.cart__subtotal-price,
.cart-additional-savings__price {
  margin: 0 0 0 10px;
  display: inline;
}

.cart__policies {
  margin-bottom: 30px;
  font-size: 0.9375em;
}

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.75em;
}

@media screen and (min-width: 769px) {
  .cart__mini-labels {
    display: none;
  }
}

input.cart__quantity-selector {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  input.cart__quantity-selector {
    float: right;
  }
}

.cart__remove {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}

.cart__note-add.is-hidden {
  display: none;
}

.cart__note {
  display: none;
}

.cart__note.is-active {
  display: block;
}

.cart .btn {
  margin-bottom: 4px;
}

.cart__additional_checkout {
  margin: 15px 0 0;
}

.cart__additional_checkout input {
  padding: 0;
}

.cart__additional_checkout>*:not(script) {
  padding: 5px 0 0 5px;
  vertical-align: top;
  line-height: 1;
}

.cart__additional_checkout>*:not(script):first-child,
.cart__additional_checkout>*:not(script):empty {
  padding-left: 0px;
}

.cart--no-cookies .cart__continue-btn {
  display: none;
}

.cart--no-cookies .cart--empty-message {
  display: none;
}

.cart--cookie-message {
  display: none;
}

.cart--no-cookies .cart--cookie-message {
  display: block;
}

[data-mcshop-buttoncontainer] {
  justify-content: flex-end;
}

*,
::after,
::before {
	box-sizing: border-box;
	word-wrap: break-word;
}
.header-bar a,
.header-bar ul li,
.site-nav li a,
.site-footer a,
.featured-products a,
.template-blog a,
a{
  text-decoration: none!important;
}
.header_language-popover ul.ul-language-modal{
  text-align: center;
  padding-top: 20px;
  padding-left: 18.5px;
  padding-right: 18.5px;
}
.header_language-popover ul.ul-language-modal li,
.header_currency-popover .ul-change-currency li{
  margin-bottom: 21px;
}
.header_language-popover ul.ul-language-modal li:last-of-type,
.header_currency-popover .ul-change-currency li:last-of-type{
  margin-bottom: 0px;
}
.max-w15{
  display: inline-block;
  max-width: 20rem;
  white-space: normal;
  text-align: left;
}
.site-header .grid--full{
  padding: 15px 0;
}
.logo__image-wrapper.supports-js{
  max-width: 300px;
}
.site-header .wrapper .post-large--display-table{
  display: grid;
  grid-template-columns: minmax(30px,300px) 1fr;
  align-items: center;
}
.site-header .wrapper .post-large--display-table .post-large--two-thirds{
  width: 100%;
}
.mcshop-section:first-of-type .index-section.slideshow-section:first-of-type{
  padding-top: 0;
}
.placeholder-svg, .icon--placeholder {
  display: block;
  fill: rgba(242, 0, 0, 0.35);
  background-color: rgba(242, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(242, 0, 0, 0.15);
}
.blog-placeholder-svg{
  fill: rgba(242, 0, 0, 0.35);
  background-color: rgba(242, 0, 0, 0.05);
  border: 1px solid rgba(242, 0, 0, 0.15);
}
.home-featrue_product_list{
  margin: 27.5px 0;
}
.home-featrue_product_list a{
  text-decoration: none !important;
}
.shoppaas-sku .shoppaas-sku-group div.shoppaas-sku-title{
  line-height: 1.7;
}
#addToCartForm-product-template-1 div.shoppaas-sku{
  gap: 0;
}
.home_featrue_goods form{
  margin-bottom: 20px;
}
.no-float{
  float: none !important;
}
.placeholder-img-wrapper{
  margin-left: -30px;
  white-space: nowrap;
}
.featured-blog .grid-uniform div.post-large--one-quarter{
  clear: unset;
}
.text-overflow{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-more{
  -webkit-line-clamp: 8;
}
.text-overflow-one{
  -webkit-line-clamp: 1;
}
.breadcrumb{
  font-family: inherit;
  font-weight: normal;
}
div.coupon_plugin__coupon {
  margin-bottom: 10px !important;
}
@media (min-width: 1220px) {
  .wrapper{
    padding-right: 20px;
  }
}
/*产品详情主图高度auto s*/
.product-template__container.product-view .shoppaas-images-list-div__item:not(.active){
  display: none;
}
.product-template__container.product-view .shoppaas-images-list .shoppaas-images-main .shoppaas-images-list-div__item{
  padding-top:0
}
.product-template__container.product-view .shoppaas-images-list.shoppaas-thumbnails .shoppaas-images-main .shoppaas-images-list-div .shoppaas-images-list-div__item img{
  top: 0;
  left: 0;
  transform:unset;
  position: relative;
}
.product-template__container.product-view .shoppaas-images-list-div.shoppaas-mobile-scroll{
  height: auto!important;
}
/*产品详情主图高度auto e*/
.h-line{
  margin-top: 30px;
  border-top: 1px solid var(--mcshop-editor-setting-color_borders);
}
.cart-footer-wrapper .order-cost{
  float:right;
  width: auto;
  padding-left: 0;
}
.btn:focus{
  outline-offset:unset;
}
.shoppaas-sku .shoppaas-sku-group div.shoppaas-sku-title{
  color: inherit;
  font-size: inherit;
}
.shoppaas-sku .shoppaas-sku-group select.shoppaas-sku-radios,
.shoppaas-sku .shoppaas-sku-group select.shoppaas-sku-radios option{
  font-size: inherit !important;
}
.product-single__title{
  margin-bottom: 0;
}
.product-single__title+span.h3{
  margin-bottom: 15px;
  display: block;
}
.shoppaas-quantity label[for="Quantity"]{
  font-weight: inherit !important;
}
.home_featrue_goods .product-single{
  margin-top: 15px;
}
#reviews div.reviews-distributions-rating-row{
  white-space: nowrap;
}
div.ratingClassNameClass>span:nth-of-type(1){
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  #reviews div.reviews-distributions-rating-row>div:nth-of-type(1){
    width: 85px!important;
  }
  .home_featrue_goods .product-single{
    margin-top: 0;
  }
  #reviews .reviews-list-item_footer {
    flex-direction: column-reverse;
  }
  div.bundle-plugin{
    margin: 0;
  }
  .shoppaas-images-list.shoppaas-row.shoppaas-thumbnails div.shoppaas-images-main{
    width: 80%;
  }
  .shoppaas-images-list.shoppaas-row.shoppaas-thumbnails div.shoppaas-images-item {
    width: 20%;
    padding-left: 18px;
  }
  .shoppaas-sku div.shoppaas-sku-group{
    width: 100%;
  }
  select[name="sort_by"] option {
    text-align: center;
  }
  .section-header .form-horizontal label{
    display: block;
  }
  .section-header .form-horizontal,
  .section-header .form-horizontal select[name='sort_by']{
    width: 100%;
  }
  .breadcrumb {
    margin-bottom: 17.5px;
  }
  .text-overflow-more{
    -webkit-line-clamp: 4;
  }
  .placeholder-img-wrapper{
    margin-left: unset;
    white-space: normal;
  }
  .home-featrue_product_list{
    margin: 17.5px 0;
  }
  .home_featrue_goods .product-single__title{
    padding-top: 27.5px;
  }
  .home_featrue_goods .shoppaas-images-list.shoppaas-column div.shoppaas-images-main{
    margin-bottom: 2.5px;
  }
  .placeholder-img-wrapper .grid__item{
    padding-left: 0;
  }
  div.shoppaas-images-list.shoppaas-thumbnails{
    margin-bottom: 0;
  }
  .site-header{
    padding-top: 0;
    padding-bottom: 30px;
  }
  .site-header .wrapper .post-large--display-table{
    display: inherit;
    border: none;
  }
}
@media (max-width: 420px) {
  .site-header .wrapper .post-large--display-table{
    display: inherit;
  }
}
