@charset "UTF-8";
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_DemiBold_Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_ExtraBold_Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_ExtraLight_Italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Light_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Medium_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("TT_Chocolates_Trial_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/* line 100, custom_fonts.scss */
body, .heading, .button {
  font-family: TT Chocolates Trial !important; }

/* line 104, custom_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: "insales-icons" !important; }

/* line 5, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 9, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 13, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* line 17, theme.scss */
.mus-header--fixed {
  top: 0;
  z-index: 100;
  position: sticky; }

@media (max-width: 768px) {
  /* line 24, theme.scss */
  [style*='--is-editor:true'] .outside-widgets {
    display: none; }

  /* line 27, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 30, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
/* line 68, theme.scss */
body.hidden-scroll {
  overflow: hidden; }

/* line 72, theme.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 1035; }

/* line 83, theme.scss */
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

/* line 91, theme.scss */
.sl-wrapper * {
  box-sizing: border-box; }

/* line 94, theme.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

/* line 101, theme.scss */
.sl-wrapper button:hover {
  opacity: 0.7; }

/* line 104, theme.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: var(--mus-color-1);
  font-size: 3rem; }

/* line 119, theme.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: var(--mus-color-1);
  font-size: 1rem; }

/* line 128, theme.scss */
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem; }

/* line 138, theme.scss */
.sl-wrapper .sl-download a {
  color: #fff; }

/* line 141, theme.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

/* line 145, theme.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: var(--mus-color-1); }

/* line 158, theme.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

/* line 162, theme.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

@media (min-width: 35.5em) {
  /* line 167, theme.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  /* line 170, theme.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }

  /* line 174, theme.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }
@media (min-width: 50em) {
  /* line 180, theme.scss */
  .sl-wrapper .sl-navigation button {
    width: 88px;
    height: 88px; }

  /* line 184, theme.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 4rem; }

  /* line 188, theme.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 4rem; } }
/* line 193, theme.scss */
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

/* line 196, theme.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

/* line 202, theme.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  /* line 211, theme.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 216, theme.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
/* line 220, theme.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  /* line 225, theme.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 230, theme.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
/* line 234, theme.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 245, theme.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

/* line 249, theme.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

/* line 253, theme.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

/* line 272, theme.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* line 280, theme.scss */
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
