/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tgl {
  opacity: 0;
}

.cookies-settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-svg .svg-pair.svg-is img.not-svg {
  opacity: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.fancybox-slide .flash {
  line-height: 1.8em;
}

.error {
  color: #cc0000;
}

.success {
  /*font-weight: bold;*/
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

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

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

html {
  font-size: 14px;
}

body {
  color: #333;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
  color: #03746a;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.3em;
}
* {
  outline: 0;
  box-sizing: border-box;
}

a:focus {
  outline: 0;
}

.image img {
  width: 100%;
  height: auto;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.confirm__buttons {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 1em;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
input[type=text], input.text, textarea, .noUi-target, .select2-container, select {
  appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  padding: 1em;
  width: 100%;
}

.form {
  min-width: 320px;
}
.form .form-pair {
  margin-bottom: 1em;
  position: relative;
}
.form .form-pair .label {
  background: #fff;
  font-size: 0.8em;
  font-weight: 500;
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 1em;
  margin-left: -5px;
  transform: translateY(-50%);
  z-index: 1;
}
.form .form-pair.multi {
  text-align: center;
  margin-bottom: 0;
}

.select2-container.select2-container--default {
  padding: 0;
}
.select2-container.select2-container--default .select2-selection--single {
  border: 0;
  height: auto;
  padding: 1em;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0;
  color: #333;
  padding: 0;
  line-height: 1.2em;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  bottom: 1px;
}

.select2-container--open .select2-dropdown {
  top: -1px;
  left: -1px !important;
  border-color: #ddd !important;
}

.select2-results__option {
  text-transform: capitalize;
}
.select2-results__option--highlighted {
  background: #03746a !important;
}
.select2-results__option small {
  font-size: 0.8em;
}

.check-inputs-label {
  display: flex;
  align-items: center;
}
.check-inputs-label input {
  opacity: 0.01;
  position: absolute;
}
.check-inputs-label span {
  cursor: pointer;
  background: #ddd;
  display: inline-block;
  border-radius: 15px;
  height: 30px;
  position: relative;
  transition: all 0.3s;
  margin-left: 1em;
  width: 60px;
  order: 2;
}
.check-inputs-label span:after {
  border-radius: 50%;
  background: #fff;
  content: "";
  height: 24px;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  transition: all 0.3s;
}
.check-inputs-label.input-checked span {
  background: #03746a;
}
.check-inputs-label.input-checked span:after {
  left: 33px;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav {
  border-bottom: 1px solid #ddd;
  display: flex;
  margin-bottom: 2em;
  position: relative;
}
.tabs .tabs-nav:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #ddd;
  left: -44px;
  right: -44px;
  top: 100%;
}
.tabs .tabs-nav a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  margin-right: -1px;
  text-decoration: none;
  color: #03746a;
}
.tabs .tabs-nav .active a {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
h1 {
  /*display: block;*/
  margin-top: 50px;
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h1:after {
  display: block;
  content: "";
  width: 100px;
  height: 0.25em;
  background: currentColor;
  margin: 0 auto;
  margin-top: 0.25em;
}

body.presenter-user {
  flex-direction: column;
  align-items: center;
}

.wysiwyg-content {
  margin-bottom: 2em;
}

.table {
  width: 100%;
}
.table td, .table th {
  padding: 10px 16px;
  vertical-align: middle;
  text-align: left;
}
.table th {
  font-weight: bold;
}
.table thead td, .table thead th {
  background: #fafafa;
}
.table tr {
  border-bottom: 1px solid #ddd;
}
.table tbody tr:hover {
  background: #fafafa;
}
.table small {
  font-size: 0.85em;
}

.tag-label {
  display: inline-block;
  padding: 5px 10px;
  background: #ddd;
}

.menu-switcher {
  color: #fff;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: -13px;
  right: 7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #333 !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #03746a !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.blossoming {
  margin: 0 20px 80px;
}
@media (min-width: 1024px) {
  .blossoming {
    margin: 0 80px 80px;
  }
}
.blossoming h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  min-width: 140px;
}
.blossoming .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.blossoming .prev:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-225deg);
  transform-origin: center center;
  vertical-align: middle;
}
.blossoming .next:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.blossoming .items {
  display: flex;
  flex-wrap: wrap;
}
.blossoming .items .item {
  flex: 0 0 98%;
  margin: 1%;
}
.blossoming .items .item .sizer {
  padding-top: 100%;
  position: relative;
  background: #eee;
}
.blossoming .items .item .sizer img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blossoming .items .item .sizer img:not(.first) {
  display: none;
}
.blossoming .items .item .name {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  z-index: 1;
}
.blossoming .items .item .name i {
  text-transform: capitalize;
  display: block;
  font-weight: bold;
  font-style: normal;
}
.blossoming .items .item .detail-link {
  border-radius: 50%;
  box-shadow: 0 0 12px 6px #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  /*@extend .button;*/
}
@media (min-width: 420px) {
  .blossoming .items .item {
    flex-basis: 48%;
  }
}
@media (min-width: 820px) {
  .blossoming .items .item {
    flex-basis: 31.333%;
  }
}
@media (min-width: 1024px) {
  .blossoming .items .item {
    flex-basis: 23%;
  }
}
@media (min-width: 1200px) {
  .blossoming .items .item {
    flex-basis: 18%;
  }
}
@media (min-width: 1600px) {
  .blossoming .items .item {
    flex-basis: 14.666%;
  }
}
.blossoming .tags {
  position: absolute;
  top: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.blossoming .tags .tag {
  font-size: 0.7em;
  display: inline-block;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.8);
  /*color: #fff;*/
  text-transform: uppercase;
}
.blossoming .filter {
  margin-bottom: 2rem;
}
.blossoming .filter .form-pair {
  margin-bottom: 1.5rem;
}
.blossoming .filter .form-pair .label {
  margin-bottom: 0.5rem;
}
@media (min-width: 620px) {
  .blossoming .filter .form-pair {
    display: flex;
    align-items: center;
  }
  .blossoming .filter .form-pair .label {
    flex: 0 0 100px;
    margin-bottom: 0;
  }
}
.blossoming .filter .control br {
  display: none;
}
.blossoming .filter .control-type-checkboxlist .control {
  display: flex;
  gap: 1.5rem;
}
.blossoming .filter .control-type-checkboxlist input {
  height: 20px;
  width: 20px;
  margin: 0 1em 0 0;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}
.blossoming .filter .check-inputs-label span {
  background: #ddd;
  display: inline-block;
  border-radius: 0;
  height: 20px;
  position: relative;
  margin: 0 1em 0 0;
  width: 20px;
  order: 0;
}
.blossoming .filter .check-inputs-label span:after {
  display: none;
}
.blossoming .filter .check-inputs-label.input-checked em {
  display: block;
}
.blossoming .filter .check-inputs-label em {
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  display: none;
  height: 90%;
  left: 50%;
  position: absolute;
  top: -10%;
  width: 40%;
  transform: rotate(45deg);
}
.blossoming .filter .control-type-slidercontrol {
  padding-bottom: 1.8em;
}
.blossoming .filter .slider-wrapper {
  width: 90%;
  margin: 0 auto;
}
.blossoming .filter .slider-wrapper .slider-control {
  padding: 0;
}
.blossoming .filter .slider-wrapper .slider-value {
  display: none;
}
.blossoming .filter .slider-wrapper .noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 120%;
}
@media (min-width: 620px) {
  .blossoming .filter .slider-wrapper {
    width: 300px;
  }
}
.blossoming hr {
  margin: 40px 0;
}
.blossoming .page-section {
  max-width: 1024px;
  margin: 0 auto;
}

.blossoming-detail {
  width: 900px;
}
.blossoming-detail h1 {
  margin-top: 0;
}
.blossoming-detail h1 small {
  font-size: 1rem;
  display: block;
  margin-bottom: 1em;
  font-weight: 400;
}
.blossoming-detail .media {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.3s;
}
.blossoming-detail .media.loaded {
  opacity: 1;
}
.blossoming-detail .media .image {
  padding: 1px;
}
.blossoming-detail .media .image img {
  display: block;
}
@media (min-width: 620px) {
  .blossoming-detail .media .image {
    width: 50%;
  }
}
@media (min-width: 820px) {
  .blossoming-detail .media .image {
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .blossoming-detail .media .image {
    width: 25%;
  }
}
.blossoming-detail .buy-links {
  line-height: 1.4em;
}
.blossoming-detail .buy-links a {
  display: inline-block;
  max-width: 500px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blossoming-detail .buy-links a:visited, .blossoming-detail .buy-links a:focus {
  text-decoration: none;
  color: #03746a;
}
.blossoming-detail table {
  width: 100%;
  margin-bottom: 2rem;
}
.blossoming-detail table th, .blossoming-detail table td {
  padding: 0.5em 0;
}
.blossoming-detail table th {
  width: 120px;
  font-weight: 600;
  padding-right: 2rem;
}

.container {
  width: 1024px;
  margin: 0 auto;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
header {
  height: 180px;
}
header nav li {
  float: left;
}

#slideshow {
  position: relative;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#slideshow img.first {
  opacity: 1;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
aside {
  float: left;
  width: 220px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.main-section {
  float: left;
  width: 800px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.variants table {
  border: 1px solid blue;
  width: 100%;
}
.variants thead {
  font-weight: bold;
}
.variants td {
  padding: 5px 10px;
}
.variants tr:nth-child(2n+2) {
  background: #eee;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.products-filter fieldset {
  border: 1px solid blue;
  padding: 10px;
  margin-bottom: 1em;
}

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