@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #231f20;
  background: #303334;
  padding-top: 71px;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
}

.anchor {
  float: left;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin-top: -70px;
}

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

.text-highlight {
  color: #231f20;
}

.text-bourgogne {
  color: #690f38;
}

a {
  color: #96bd67;
  text-decoration: none;
}

p {
  line-height: 1.85em;
  margin: 4% 0;
}

.text-large {
  font-size: 1.3em;
}

.text-xlarge {
  font-size: 1.6em;
}


.messages-wrapper {
  margin: 0 auto;
  max-width: 1336px;
  padding: 3% 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.messages-wrapper .messages {
  list-style: none;
  padding: 3% 6%;
  text-align: center;
  border: 1px solid #96bd67;
  line-height: 1.75em;
  color: #96bd67;
  font-weight: 600;
}

.messages-wrapper .messages p {
  margin: 18px 0;
}

.messages-wrapper .messages .buttons {
  color: #FFF;
  background-color: #000;
  border: 0;
  margin: 0;
}

h1,
h2 {
  display: inline-block;
  margin: 6% 0 2% 0;
  font-size: 1.6em;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  line-height: 1.3em;
  color: #690f38;
  border: 1px solid #690f38;
  padding: 18px 24px;
}

h3 {
  margin: 1.5% 0 4% 0;
  font-size: 1.6em;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  line-height: 1.3em;
  color: #690f38;
}

.buttons {
  margin: 4% 0;
  display: inline-block;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #231f20;
  background: #FFF;
  border: 1px solid #231f20;
  box-sizing: border-box;
  padding: 18px 32px;
  line-height: 1.35em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.buttons:hover {
  background: #231f20;
  color: #FFF;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 9999;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #96bd67;
}

#header .logo {
  display: inline-block;
  float: left;
  line-height: 0;
}

#header .logo > img {
  height: auto;
}

#header .header-inner {
  max-width: 1300px;
  padding: 10px 28px;
  margin: 0 auto;
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  transition: padding 0.25s;
}

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

#header .menu-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin-left: -23px;
  margin-top: -14px;
  width: 46px;
  height: 37px;
  background: url("../img/menu-icon.56f1fa6b5b91.png") no-repeat 0 5px;
  cursor: pointer;
  display: none;
}

#header .menu-toggle.active {
  background-image: url("../img/menu-close-icon.ba132b43b8b9.png");
  background-position: 4px 0;
}

#header .mainmenu .cart {
  margin: 0 5px 0 12px;
}

#header .mainmenu .logout {
  margin: 0 12px 0 5px;
}

#header .mainmenu .cart > a,
#header .mainmenu .logout > a {
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
}

#header.header-static {
  position: relative;
}

#header.header-static .logo {
  display: none;
}

#header.header-static .mainmenu {
  text-align: center;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.mainmenu .child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.mainmenu .child:last-child {
  margin-right: 0;
}

.mainmenu .child > a {
  display: block;
  color: #FFF;
  font-size: 1.1em;
  padding: 8px 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.mainmenu .child.has-childs > a:hover {
  border-color: transparent;
}

.mainmenu .child.selected > a,
.mainmenu .child > a:hover {
  border-color: #FFF;
}

.mainmenu .child.icon {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 6px;
}

.mainmenu .child.icon > a {
  padding: 0;
  border: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.mainmenu .child.icon > a:hover {
  opacity: 0.8;
}

.mainmenu .submenu {
  display: none;
  position: absolute;
  background-color: #96bd67;
  padding: 0;
  text-align: left;
  min-width: 250px;
}

.mainmenu .submenu .child {
  margin: 0;
  display: block;
}

.mainmenu .submenu .child > a {
  padding: 10px 30px;
  text-transform: none;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 1em;
}

.mainmenu .submenu .child.selected > a,
.mainmenu .submenu .child > a:hover {
  border-color: transparent;
  background-color: #749a3d;
}

#content {
  background: #FFF;
}

.socials {
  margin-top: 30px;
  text-align: left;
}

.socials .child {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

#footer {
  background: #303334;
}

#footer .credit {
  padding: 30px 30px;
  clear: both;
  text-align: center;
}

#footer .credit a {
  color: #FFF;
}

#footer .credit a:hover {
  text-decoration: underline;
}

#footer .credit .credit-text,
#footer .credit .credit-logo {
  display: inline-block;
  vertical-align: middle;
}

#footer .credit .credit-text {
  font-size: 1em;
  line-height: 1.2em;
  color: #FFF;
}

#footer .credit .credit-logo {
  display: inline-block;
  margin: 15px 3px;
  width: 201px;
  height: 32px;
  background: no-repeat url("../img/myo-concept.2acf34449c8b.png");
}

#footer-hours .text {
  padding: 0;
  max-width: none;
  text-align: left;
  margin: auto;
}

#footer-hours p {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

#home-wrapper {
  padding-bottom: 3%;
}

#home {
  background: no-repeat url("../img/nature-florale.6c5a99ffa321.jpg") center center;
  background-size: cover;
  padding-bottom: 60%;
  position: relative;
}

.home-page body {
  padding-top: 0;
}

#home-message {
  padding: 24px;
  text-align: center;
  background: #763157;
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
}

#home-message * {
  margin: 0;
}

/* Section */

section {
  position: relative;
  overflow: hidden;
  background: no-repeat right bottom;
  background-size: cover;
}

section.section-white {
  background-color: #FFF;
}

section.section-gray {
  background-color: rgba(35, 31, 32, 0.12);
}

section.section-green {
  color: #FFF;
  background-color: #96bd67;
}

section.section-quote {
  background-color: rgba(35, 31, 32, 0.12);
}

section .section-quote-top,
section .section-quote-bottom {
  position: absolute;
  width: 100px;
  height: auto;
}

section .section-quote-top {
  top: 40px;
  left: 40px;
}

section .section-quote-bottom {
  bottom: 40px;
  right: 40px;
}

section.section-green a,
section.section-green h1,
section.section-green h2,
section.section-green h3 {
  color: #FFF;
}

section .text {
  max-width: 958px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

.forms ul:not(.profile-info, .errorlist),
section .text ul:not(.profile-info, .errorlist) {
  list-style: none;
  display: inline-block;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 60px;
}

.forms ul:not(.profile-info, .errorlist) > li,
section .text ul:not(.profile-info, .errorlist) > li {
  margin: 8px 0;
  line-height: 1.45em;
  text-align: left;
}

.forms ul:not(.profile-info, .errorlist) > li:before,
section .text ul:not(.profile-info, .errorlist) > li:before {
  content: "\25A0";
  color: #231f20;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

section .text a {
  color: #231f20;
}

section .text .text-box {
  margin: 5% auto;
  border: 1px solid #231f20;
  color: #231f20;
  padding: 18px 24px;
  max-width: 740px;
}

section .column.col-2 .text h3,
section .column.col-2-4 .text h3,
section .column.col-3 .text h3 {
  font-size: 1.2em;
  margin-top: 4%;
}

section .image-container {
  line-height: 0;
}

section .image-container.format-original {
  margin-top: 4%;
  text-align: center;
}

section .image-container.format-original .image {
  max-width: 100%;
}

section .image-container.format-landscape .image {
  width: 100%;
}

section .image {
  height: auto;
}

section .animation-container {
  position: relative;
}

section .animation-container .image {
  max-width: 100%;
  z-index: 10;
}

section .animation-container .image2,
section .animation-container .image3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

section .animation-container .image2 {
  z-index: 20;
}

section .animation-container .image3 {
  z-index: 30;
  left: initial;
  right: -100%;
}

/* Row Column */
section .row-container.width-normal {
  max-width: 1030px;
  margin: 0 auto;
}

section .row-container.width-large {
  max-width: 1230px;
  margin: 0 auto;
}

section .row-container.padding-none .column {
  padding: 0;
}

section .row.align-middle {
  text-align: center;
  margin: 3% 0;
}

section .row.align-middle .column {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.row.inset {
  margin-left: -9px;
  margin-right: -9px;
}

.row.inset .column {
  padding: 9px;
}

.row:after {
  content: "";
  display: table;
  clear: left;
}

.column {
  position: relative;
  float: left;
  margin: 0;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column.col-1 { width: 8.333333333333333%; }
.column.col-2 { width: 16.66666666666667%; }
.column.col-2-4 { width: 20%; }
.column.col-3 { width: 25%; }
.column.col-4 { width: 33.33333333333333%; }
.column.col-5 { width: 41.66666666666667%; }
.column.col-6 { width: 50%; }
.column.col-7 { width: 58.33333333333333%; }
.column.col-8 { width: 66.66666666666666%; }
.column.col-9 { width: 75%; }
.column.col-10 { width: 83.33333333333333%; }
.column.col-11 { width: 91.66666666666666%; }
.column.col-12 { width: 100%; }

.column .column-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.column h3 {
  font-size: 1.3em;
  margin-top: 14px;
}

section .gmap-container {
  display: block;
  text-align: center;
}

section .gmap {
  width: 100%;
  height: 340px;
}

section .gmap-content {
  padding: 12px 0;
  line-height: 1em;
  font-size: 15px;
}

section .gmap-content .gmap-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}

section .gmap-content .gmap-address {
  display: block;
}


/* Forms */
.forms {
  margin: 3% auto;
  max-width: 720px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.forms.sent {
  padding: 8%;
  color: #231f20;
  text-align: center;
  background-color: rgba(84, 84, 84, 0.09);
  font-size: 1.2em;
}

.fields-wrapper {
  text-align: left;
}

.fields-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.form-field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field select,
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  border: 0;
  color: #231f20;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.35em;
  padding: 18px;
  width: 100%;
  background: #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field textarea {
  resize: vertical;
  height: 180px;
  min-height: 60px;
  max-height: 500px;
}

#field-id_bool_other_entry textarea {
  height: 75px;
}

::-webkit-input-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
::-moz-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
:-ms-input-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
:-moz-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }

.form-field input[type="checkbox"] {
  position: relative;
  top: 1px;
  display: inline;
  margin-right: 12px;
}

.form-field input[type="checkbox"] + label {
  display: inline;
}

.form-field label {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.65em;
  margin-bottom: 6px;
}

.forms .errorlist {
  list-style: none;
  padding: 0;
  margin-top: 4px;
  font-weight: 700;
  color: #231f20;
  font-size: 0.9em;
  line-height: 1.65em;
}

.forms .errorlist.nonfield {
  color: #ff0000;
}

.forms .errorlist li:before {
  display: none;
}

.forms small {
  color: #c0c0c0;
  font-weight: 700;
  font-size: 0.74em;
  height: 0;
  display: block;
}

.forms h3 {
  color: #231f20;
  font-size: 1.2em;
  margin: 3% 0;
}

.forms p {
  margin: 3% 0;
}

#id_contact_number {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

section .slider-container h3 {
  margin: 0;
  padding: 18px 18px 0 18px;
  color: #690f38;
  font-size: 1.2em;
}

section .slider {
  padding: 9px;
}

section .slider-item {
  display: inline-block;
  padding: 9px;
  outline: none;
  text-align: center;
}

section .slider-item img {
  width: 100%;
  height: auto;
}

section .slider-item .item-price,
section .slider-item .item-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 6px 0 0;
  line-height: 1.3em;
  color: #690f38;
  letter-spacing: 2px
}

section .slider-item .item-price {
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  color: #690f38;
  letter-spacing: 2px
}

section .slider-container {
  position: relative;
}

section .slider-container .slider-paginator {
  text-align: center;
  margin-bottom: 2%;
}

section .slider-container .slider-button {
  position: relative;
  display: inline-block;
  width: 145px;
  height: 80px;
  background: no-repeat center center;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 15;
}

section .slider-container .slider-prev {
  background-image: url("../img/slider-prev.72b143587a76.png");
}

section .slider-container .slider-next {
  background-image: url("../img/slider-next.603b4d4d22b1.png");
}

section .slider-container .slider-button.slick-disabled {
  opacity: 0.24;
  cursor: default;
}

section .slider-container .slider-button.slick-hidden {
  display: none;
}

section .slider-container .slider-layer-image {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2%;
  width: auto;
  height: 100%;
  pointer-events: none;
}

section .spacer {
  display: block;
  background: none;
  width: 100%;
  padding-bottom: 8%;
}

section .spacer.mini {
  padding-bottom: 4%;
}

/* Profile */
.profile-info {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.profile-info li {
  line-height: 1.85em;
  margin: 6px 0;
}

.inscriptions {
  padding-bottom: 3%;
}

.inscriptions ul {
  margin: 40px 0;
}


/* Cart */
#cart {
  max-width: 1000px;
  margin: 0 auto 5% auto;
  padding: 18px;
}

#cart .item {
  padding: 4.2% 0;
  border-bottom: 1px solid #323232;
}

#cart .header {
  padding: 1.9% 0;
}

#cart .header .elem {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
}

#cart .item .elem {
  display: inline-block;
}

#cart .item p {
  margin: 1em 0;
}

#cart .item .title {
  width: 63.5%;
  padding-left: 7%;
  vertical-align: middle;
}

#cart .item .elem-sku-image {
  margin-right: 12px;
}

#cart .item .elem-product-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 12px 0;
}

#cart .item .elem-sku-title {
  display: block;
  color: #777776;
  text-transform: none;
  margin-top: 12px;
}

#cart .item .title .registrant {
  display: block;
  margin-top: 8px;
}

#cart .item .title .registrant strong {
  font-weight: 500;
}

#cart .item .qty {
  width: 8%;
}

#cart .item .price {
  width: 10%;
  padding-left: 6%;
  vertical-align: middle;
}

#cart .item .price .discount {
  display: block;
  color: #AB162B;
}

#cart .item .remove input {
  margin: 0;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 7px 10.3px;
  cursor: pointer;
  color: #FFF;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cart .item .remove input:hover {
  background: #96bd67;
}

#cart .cart-prices {
  padding: 1.25% 0;
  width: 100%;
  text-align: right;
}

#cart .cart-prices .elem {
  display: inline-block;
  padding: 1.25% 0;
}

#cart .cart-prices .title {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7%;
}

#cart .cart-prices .price {
  font-weight: 700;
  width: 70px;
}

#cart .cart-buttons {
  width: 100%;
  max-width: 485px;
  padding: 2.5% 0;
  float: right;
  text-align: right;
  border-top: 1px solid #323232;
}

#cart .cart-buttons .buttons {
  margin: 10px 0 10px 20px;
  float: right;
}

#cart .cart-qty {
  width: 100%;
  text-align: center;
  padding: 4px;
  margin: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}

#cart .cart-qty::-webkit-outer-spin-button,
#cart .cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart .cart-qty[type=number] {
  -moz-appearance: textfield;
}

#cart .buttons {
  font-size: 1em;
  padding: 12px 24px;
}

/* Products */
.product {
  display: block;
  max-width: 880px;
  margin: 35px auto;
  background: #f7f7f7;
  font-weight: normal;
}

.product:after {
  content: '';
  display: block;
  clear: both;
}

.product .product-image {
  float: left;
  width: 40%;
  max-width: 350px;
  height: 350px;
  background-size: cover;
  background: no-repeat center center;
}

.product .product-image img {
  width: auto;
  max-width: 100%;
}

.product .product-content-wrapper {
  float: left;
  width: 60%;
  padding: 8% 10% 2% 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product .product-content {
  color: #231F20;
}

.product .product-title {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  border: none;
}

.product-detail .product {
  background: none;
}

.product-detail .text {
  max-width: 760px;
}

.product-form {
  margin: 2% auto;
  text-align: center;
}

#product-price {
  margin: 3% 0 0 0;
  font-size: 2em;
  font-weight: 500;
}

/* New product cart */

.product-cart {
  max-width: 1300px;
  padding: 4% 28px 28px 28px;
  margin: 0 auto;
}

.product-cart:after {
  display: table;
  content: "";
  clear: left;
}

.product-cart .product-pictures {
  text-align: center;
}

.product-pictures.product-pictures-desktop {
  display: block;
}

.product-pictures.product-pictures-mobile {
  display: none;
  margin: 0 0 4% 0;
}

.product-cart .product-pictures .product-picture {
  width: 100%;
  height: auto;
}

.product-cart .product-wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.product-cart .product-wrapper h1 {
  margin: 18px 0 6% 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
  font-size: 1.6em;
  display: block;
  border: none;
  text-align: center;
  text-transform: uppercase;
}

.product-cart .product-wrapper .product-desc p {
  color: #8F9194;
  font-size: 1.15em;
  line-height: 1.4em;
  text-align: justify;
}

.product-cart .product-sku-wrapper {
  float: left;
  width: 50%;
  padding: 0 24px 24px 24px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.product-cart .product-sku-wrapper h4 {
  margin: 12% 0 3% 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
}

.product-sku-wrapper .product-sku-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4%;
}

.product-sku-wrapper .product-sku-qty .product-qty-label {
  width: 50%;
}

.product-sku-wrapper .product-sku-qty .product-qty-input {
  width: 50%;
  text-align: right;
}

.product-sku-wrapper .product-sku-qty .product-qty-input input {
  display: inline-block;
  width: 25px;
  text-align: center;
}

.product-sku-wrapper .product-skus {
  list-style: none;
  margin: 6% 0 4% 0;
  padding: 0;
}

.product-sku-wrapper .product-skus .product-sku {
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 18px;
  color: #000;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 20px;
}

.product-sku-wrapper .product-skus .product-sku.selected,
.product-sku-wrapper .product-skus .product-sku:hover {
  background-color: #000;
  color: #FFF;
}

.product-cart .product-sku-wrapper .product-sku-price {
  font-size: 1.6em;
  background-color: #D4D4D4;
  border-bottom: 1px solid #000;
  padding: 18px;
  margin-left: -24px;
  margin-right: -24px;
}


.product-cart .product-sku-wrapper .buttons {
  width: 100%;
  color: #FFF;
  background-color: #000;
  border: 0;
}

.featured-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.featured-products .featured-item {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.featured-products .featured-item .buttons {
  background-color: #797A7D;
  font-size: 1em;
  padding: 10px;
}

.featured-products .featured-item .featured-item-title {
  display: block;
  padding: 0 8px;
  height: 40px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2
}

.featured-products .featured-item .featured-item-price {
  margin-top: 10px;
  display: block;
  padding: 0 8px;
}

.featured-products .featured-item .featured-item-image {
  width: 100%;
  height: auto;
}

.related-products {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  padding: 10px 13px;
  margin: 0 auto;
}

.related-products .related-item {
  display: block;
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #231f20;
}

.related-products .related-item h3 {
  margin: 3% 0;
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
  font-size: 1em;
  display: block;
  padding: 0 8px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2
}

.related-products .related-item .related-price {
  display: block;
  height: 22px;
}

.related-products .related-item .related-item-image {
  width: 100%;
  height: auto;
}

.product-sku-qty .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-sku-qty .value-button:hover {
  cursor: pointer;
}

.product-sku-qty form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.product-sku-qty form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.product-sku-qty form #input-wrap {
  margin: 0;
  padding: 0;
}

.product-sku-qty input#sku-qty {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.product-sku-qty input[type=number]::-webkit-inner-spin-button,
.product-sku-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* tpl-auth */
.tpl-auth {
  text-align: center;
}

/* Staff */
#tinymce {
  padding: 0;
  background: #FFF;
  text-align: center;
}

.cms-toolbar-expanded #header {
  top: 46px;
}

.cms-plugin .column .column-url {
  display: none;
}