/**handles:themestyle**/
@charset "UTF-8";
/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
html, body {
  min-height: 100%;
  line-height: 1.6rem; }

body, body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: Calibri, sans-serif;
  font-size: 20px;
  color: #797D82;
  position: relative;
  overflow-x: hidden;
  line-height: 1.6;
  font-weight: 300; }
  body:not(.woocommerce-page) {
    background-color: #F9FAFC; }
  body.woocommerce-cart, body.woocommerce-checkout {
    font-size: 18px; }

ul, li {
  margin: 0;
  padding: 0; }

a {
  color: #B24399;
  outline: none; }

a img {
  border: none;
  outline: none; }

img {
  height: auto;
  vertical-align: middle; }

input:focus,
button:focus,
select:focus,
textarea:focus,
span:focus,
li:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Hide the default select element dropdown arrow */
select {
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  select::-ms-expand {
    display: none; }

.button,
.rdk-button,
input[type=submit] {
  background-color: #B24399;
  border-color: #B24399;
  color: #fff;
  height: 47px;
  line-height: 29px;
  display: inline-block;
  padding: 10px 36px;
  font-size: 16px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button:hover,
  .rdk-button:hover,
  input[type=submit]:hover {
    background-color: #9f3c89;
    border-color: #9f3c89;
    color: #fff; }
  .button:focus,
  .rdk-button:focus,
  input[type=submit]:focus {
    outline: 0; }
  .button.rdk-button-transparent,
  .rdk-button.rdk-button-transparent,
  input[type=submit].rdk-button-transparent {
    background-color: transparent;
    color: #B24399;
    border: 1px solid #B24399; }
    .button.rdk-button-transparent:hover,
    .rdk-button.rdk-button-transparent:hover,
    input[type=submit].rdk-button-transparent:hover {
      background-color: #9f3c89;
      border: 1px solid #9f3c89;
      color: #fff; }
  .button.rdk-button-small,
  .rdk-button.rdk-button-small,
  input[type=submit].rdk-button-small {
    height: 40px;
    padding: 0.45em 1.4em;
    font-weight: 400;
    font-size: 16px; }

select {
  border-color: #EBEBEC;
  height: 47px;
  line-height: 1em;
  color: #4d5763;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
  padding: 0 35px 0 5px;
  background: url(https://pqw.com.au/wp-content/themes/pqw/img/icons/svg/Icon-ChevronDown@2x.svg) no-repeat right 10px top 50% #fff;
  background-size: 22px;
  text-overflow: ellipsis; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

input {
  border-color: #EBEBEC;
  height: 47px;
  line-height: 1em;
  color: #4d5763;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 16px; }

textarea {
  border-color: #EBEBEC;
  height: 47px;
  line-height: 1em;
  color: #4d5763;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
  height: unset; }

input[type="checkbox"] {
  height: auto; }

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block; }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #797D82;
  border-radius: 100%;
  background: #fff; }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #B24399;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

section {
  position: relative; }

section,
footer {
  width: 100%; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

blockquote {
  font-size: 22px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #3d4246;
  font-weight: 300; }

table.rdk-green-table tbody td {
  background: #00A5B8;
  color: #fff;
  padding: 6px 10px 4px; }

.rdk-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.rdk-info-bar {
  width: 100%;
  text-align: center;
  background-color: #00A5B8;
  color: #fff;
  font-size: 15px; }
  .rdk-info-bar div.rdk-centered-content {
    padding: 2px 15px 1px;
    line-height: 1.3; }

.rdk-overlay {
  position: absolute;
  visibility: hidden;
  background: #3d4246;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .rdk-overlay.rdk-is-visible {
    visibility: visible;
    z-index: 550;
    opacity: 0.3; }

body .rdk-title-with-search-bar {
  padding-top: 0; }

.rdk-search-trigger {
  cursor: pointer; }

.rdk-centered-content {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%; }
  .rdk-centered-content.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

ul.menu li {
  list-style: none; }

/* Synchronized with the WooCommerce navigation (_woocommerce.scss) */
.nav-links {
  margin: 30px auto;
  text-align: center;
  font-size: 0; }
  .nav-links a:hover {
    color: #B24399; }
  .nav-links .page-numbers {
    font-size: 16px;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    color: #797D82;
    text-decoration: none; }
    .nav-links .page-numbers.current {
      background: #ebe9eb;
      color: #8a7e88; }
    .nav-links .page-numbers:not(.current):not(.dots):focus, .nav-links .page-numbers:not(.current):not(.dots):hover {
      background: #B24399;
      color: #fff; }

/* CTA title on the bottom of the Workshop pages */
.rdk-workshops-cta {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #797D82;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .rdk-workshops-cta div {
    line-height: 40px;
    padding: 170px 0; }
  .rdk-workshops-cta:after {
    content: '\f078';
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    left: -64px;
    top: 150px;
    z-index: -1;
    font-size: 1130px; }

/* Global responsiveness */
@media only screen and (max-width: 768px) {
  .rdk-workshops-cta::after {
    left: auto;
    font-size: 800px;
    line-height: 100px; } }

@media only screen and (max-width: 500px) {
  iframe {
    max-width: 100%; }
  .rdk-workshops-cta::after {
    font-size: 600px;
    line-height: 35px; }
  .rdk-workshops-cta h4 {
    padding: 80px 0; } }

@media only screen and (max-width: 400px) {
  .rdk-workshops-cta::after {
    font-size: 500px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-footer {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #797D82;
  font-size: 16px;
  color: #fff; }
  .rdk-footer .rdk-widget-title {
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
    font-size: 24px;
    line-height: normal;
    padding: 10px 0;
    color: #fff; }
    @media only screen and (max-width: 500px) {
      .rdk-footer .rdk-widget-title {
        font-size: 16.8px; } }
  .rdk-footer .rdk-footer__left,
  .rdk-footer .rdk-footer__middle,
  .rdk-footer .rdk-footer__right {
    width: 33.33%;
    text-align: center; }
    .rdk-footer .rdk-footer__left a,
    .rdk-footer .rdk-footer__middle a,
    .rdk-footer .rdk-footer__right a {
      color: #fff;
      letter-spacing: 1px;
      text-decoration: none;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      max-width: 150px;
      vertical-align: middle;
      text-align: center; }
      .rdk-footer .rdk-footer__left a:hover,
      .rdk-footer .rdk-footer__middle a:hover,
      .rdk-footer .rdk-footer__right a:hover {
        color: #B24399; }
  .rdk-footer .rdk-footer__left,
  .rdk-footer .rdk-footer__middle {
    float: left;
    border-right-style: dotted;
    border-width: 1px; }
  .rdk-footer .rdk-footer__right {
    float: right;
    position: relative; }
    .rdk-footer .rdk-footer__right .rdk-fa a:before {
      font-size: 35px; }
    .rdk-footer .rdk-footer__right .rdk-footer-badges {
      margin-top: 30px; }
    .rdk-footer .rdk-footer__right .rdk-pqw-award {
      max-width: 80px; }
  .rdk-footer .rdk-footer__left-holder,
  .rdk-footer .rdk-footer__right-holder,
  .rdk-footer .rdk-footer__middle-holder {
    padding: 10px 20px 15px; }

@media only screen and (max-width: 1000px) {
  .rdk-footer .rdk-footer__left,
  .rdk-footer .rdk-footer__middle,
  .rdk-footer .rdk-footer__right {
    width: 100%; }
  .rdk-footer .rdk-footer__right .rdk-footer-badges {
    margin-top: 40px; }
  .rdk-footer .rdk-footer__left-holder,
  .rdk-footer .rdk-footer__right-holder,
  .rdk-footer .rdk-footer__middle-holder {
    padding: 25px 20px 25px; }
  .rdk-footer .rdk-widget-title {
    font-size: 20px;
    border-bottom: 1px dotted #fff;
    display: inline-block; }
  .rdk-footer .menu {
    margin-top: 20px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-header {
  display: table;
  width: 100%;
  background-color: #fff;
  z-index: 630;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 9px -4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 9px -4px;
  padding-left: 15px;
  padding-right: 15px; }
  .rdk-header.rdk-fixed-top {
    position: fixed; }
  .rdk-header .rdk-info-bar {
    display: table-caption; }

/* Logo */
.rdk-header__logo {
  padding: 12px 5px 12px 15px;
  display: table-cell; }

.rdk-header__logo-inner {
  position: relative;
  width: 200px; }
  .rdk-header__logo-inner img {
    max-height: 100%;
    max-width: 100%; }

.rdk-header__logo-mobile {
  display: none; }

/* Hamburger */
.rdk-header__hamburger {
  display: none;
  text-align: right; }

/* Navigation */
.rdk-header__navigation {
  display: table-cell;
  line-height: 1;
  text-align: center; }

.rdk-header__user-navigation {
  display: table-cell;
  padding: 0 5px;
  min-width: 215px;
  text-align: right;
  line-height: 1; }
  .rdk-header__user-navigation.lnr-cart::before {
    font-size: 22px; }
  .rdk-header__user-navigation .lnr:hover:before,
  .rdk-header__user-navigation .lnr:active:before,
  .rdk-header__user-navigation .lnr.active:before {
    color: #B24399; }

/* Header search */
.rdk-header__search {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  right: 70px;
  background-color: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -4px; }
  .rdk-header__search .search-submit {
    line-height: initial; }
  .rdk-header__search.rdk-active {
    opacity: 1;
    visibility: visible; }

/* Header cart count */
.rdk-header a #mini-cart-count {
  font-size: 15px;
  right: -5px;
  top: -13px;
  position: absolute; }

/* Header Currencies*/
.rdk-header .rdk-navbar#menu-user-menu li:not(.lnr).rdk-currencies-trigger a {
  margin-top: -12px;
  margin-left: 4px;
  font-size: 28px;
  font-weight: 200;
  font-family: "helvetica neue", helvetica, arial, sans-serif; }

.rdk-header__currencies {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  right: 70px;
  background-color: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -4px; }
  .rdk-header__currencies.rdk-active {
    opacity: 1;
    visibility: visible; }
  .rdk-header__currencies .ht-mcs-sidebar-widget-list ul li a .text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: Calibri, sans-serif;
    color: #4d5763;
    padding-top: 2px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300; }
    .rdk-header__currencies .ht-mcs-sidebar-widget-list ul li a .text:hover {
      color: #B24399; }

.rdk-header {
  /* Menu items style */ }
  .rdk-header .rdk-navbar {
    /* FIRST LEVEL MENU */ }
    .rdk-header .rdk-navbar#menu-user-menu {
      vertical-align: middle;
      display: inline-block;
      text-align: right; }
      .rdk-header .rdk-navbar#menu-user-menu li {
        padding: 0 2px; }
        .rdk-header .rdk-navbar#menu-user-menu li:not(.lnr) a {
          margin-top: -4px;
          display: inline-block; }
    .rdk-header .rdk-navbar#menu-main-menu {
      vertical-align: middle;
      display: inline-block; }
      .rdk-header .rdk-navbar#menu-main-menu > .menu-item {
        padding: 8px 10px;
        letter-spacing: 1px; }
    .rdk-header .rdk-navbar > .menu-item {
      position: relative;
      display: inline-block;
      margin: 0 5px;
      /* DROPDOWN (SUB-MENU) ITEMS */ }
      .rdk-header .rdk-navbar > .menu-item > a {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #4d5763;
        vertical-align: middle;
        font-weight: 300;
        font-size: 18px; }
      .rdk-header .rdk-navbar > .menu-item > a:hover {
        color: #B24399; }
      .rdk-header .rdk-navbar > .menu-item > a:focus {
        color: #3d4246; }
      .rdk-header .rdk-navbar > .menu-item.menu-item-has-children > a {
        cursor: pointer; }
      .rdk-header .rdk-navbar > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus {
        color: #000; }
        .rdk-header .rdk-navbar > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus:hover {
          color: #B24399; }
      .rdk-header .rdk-navbar > .menu-item.menu-item-has-children.rdk-open a {
        color: #B24399; }
      .rdk-header .rdk-navbar > .menu-item.active:not(.menu-item-has-children) > a {
        color: #B24399; }
      .rdk-header .rdk-navbar > .menu-item .rdk-dropdown-menu {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        top: 100%;
        margin-top: 8px;
        z-index: 650;
        right: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background-color: #B24399;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0; }
        .rdk-header .rdk-navbar > .menu-item .rdk-dropdown-menu .menu-item a {
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          display: inline-block;
          width: 100%;
          text-align: left;
          min-width: 240px;
          padding: 15px;
          border-bottom: 1px solid #fff;
          opacity: 0.9;
          color: #fff;
          font-weight: 400;
          font-size: 18px; }
        .rdk-header .rdk-navbar > .menu-item .rdk-dropdown-menu .menu-item:last-child a {
          border-bottom: none; }
      .rdk-header .rdk-navbar > .menu-item .rdk-caret {
        position: relative;
        width: 16px;
        height: 10px;
        display: inline-block; }
        .rdk-header .rdk-navbar > .menu-item .rdk-caret:after {
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          content: '';
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #4d5763;
          position: absolute;
          top: 2px;
          right: 0; }
      .rdk-header .rdk-navbar > .menu-item a:hover .rdk-caret:after {
        border-top: 6px solid #B24399; }
      .rdk-header .rdk-navbar > .menu-item.rdk-open .rdk-dropdown-menu {
        opacity: 1;
        visibility: visible; }
        .rdk-header .rdk-navbar > .menu-item.rdk-open .rdk-dropdown-menu .menu-item:hover a {
          opacity: 1; }
      .rdk-header .rdk-navbar > .menu-item.rdk-open .rdk-caret:after {
        border-top: 6px solid #B24399;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

/* Responsiveness */
@media only screen and (max-width: 1000px) {
  .rdk-header {
    padding-left: 0;
    padding-right: 0; }
  .rdk-header__hamburger {
    display: table-cell;
    width: 1px; }
  .rdk-header__navigation {
    text-align: right; }
    .rdk-header__navigation .rdk-navbar#menu-main-menu {
      visibility: hidden;
      padding: 0 0 40px;
      opacity: 0;
      position: absolute;
      right: 0;
      background-color: transparent;
      width: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      top: 100%; }
      .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item {
        width: 100%;
        background-color: #fff;
        display: block;
        padding: 10px 25px;
        margin: 0; }
        .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item:last-child {
          padding-bottom: 30px; }
        .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item:first-child {
          padding-top: 25px; }
        .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item .rdk-dropdown-menu {
          top: 40px;
          right: 25px; }
      .rdk-header__navigation .rdk-navbar#menu-main-menu.rdk-is-visible {
        visibility: visible;
        opacity: 1; }
  .rdk-header__search,
  .rdk-header__currencies {
    top: 94%;
    right: 10px; }
  .rdk-navbar#menu-main-menu > .menu-item:first-child {
    border-top: 1px solid #EBEBEC; } }

@media only screen and (max-width: 500px) {
  .rdk-header__logo-desktop {
    display: none; }
  .rdk-header__logo-mobile {
    display: block; }
  .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item {
    padding: 7px 18px; }
    .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item a {
      font-size: 16px; }
    .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item:last-child {
      padding-bottom: 20px; }
    .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item:first-child {
      padding-top: 18px; }
    .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item .rdk-dropdown-menu {
      top: 24px; }
      .rdk-header__navigation .rdk-navbar#menu-main-menu > .menu-item .rdk-dropdown-menu .menu-item a {
        padding: 10px; }
  .rdk-header__user-navigation {
    min-width: 156px; }
    .rdk-header__user-navigation #menu-user-menu a {
      font-size: 16px; }
    .rdk-header__user-navigation #menu-user-menu li.menu-item:not(.lnr) a {
      margin-top: -2px; }
    .rdk-header__user-navigation .rdk-navbar > .menu-item {
      margin: 0 2px; }
    .rdk-header__user-navigation .lnr:before {
      font-size: 20px; }
  .rdk-header__search {
    left: 0;
    right: 0;
    top: 100%;
    text-align: center; }
    .rdk-header__search.rdk-active {
      border-top: 1px solid #EBEBEC;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .rdk-header__currencies {
    right: 0;
    top: 100%;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #EBEBEC;
    padding: 15px 15px 10px;
    text-align: right; }
    .rdk-header__currencies .ht-mcs-sidebar-widget-list ul li + li {
      margin-top: 0; }
    .rdk-header__currencies .ht-mcs-sidebar-widget-list ul li a .text {
      font-weight: 300;
      font-size: 16px; }
  .rdk-header .rdk-navbar#menu-user-menu li:not(.lnr).rdk-currencies-trigger a {
    margin-top: -7px;
    font-size: 23px; }
  .rdk-header__logo {
    padding: 5px 5px 5px 12px; }
  .rdk-header__logo-inner {
    width: 114px; }
  .rdk-header__search .search-field {
    max-width: 180px; }
  .rdk-header__search .search-submit {
    padding: 10px 12px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
h1,
.rdk-h1 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 800; }
  @media only screen and (max-width: 500px) {
    h1,
    .rdk-h1 {
      font-size: 30.8px; } }

h2,
.rdk-h2 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800; }
  @media only screen and (max-width: 500px) {
    h2,
    .rdk-h2 {
      font-size: 23.8px; } }

h3,
.rdk-h3 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 30px;
  line-height: normal;
  font-weight: 800; }
  @media only screen and (max-width: 500px) {
    h3,
    .rdk-h3 {
      font-size: 21px; } }

h4,
.rdk-h4 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 24px;
  line-height: normal; }
  @media only screen and (max-width: 500px) {
    h4,
    .rdk-h4 {
      font-size: 16.8px; } }

h5,
.rdk-h5 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 18px;
  line-height: normal; }
  @media only screen and (max-width: 500px) {
    h5,
    .rdk-h5 {
      font-size: 12.6px; } }

h6,
.rdk-h6 {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  line-height: normal; }
  @media only screen and (max-width: 500px) {
    h6,
    .rdk-h6 {
      font-size: 9.8px; } }

h1,
.rdk-h1 {
  color: #4d5763; }
  h1.rdk-alt-heading:after,
  .rdk-h1.rdk-alt-heading:after {
    display: block;
    width: 110px;
    margin: 20px 0 0;
    content: "";
    height: 4px;
    border-radius: 2px;
    background-color: #B24399; }

h2,
.rdk-h2 {
  color: #4d5763; }
  h2.rdk-alt-heading:after,
  .rdk-h2.rdk-alt-heading:after {
    display: block;
    width: 110px;
    margin: 20px 0 0;
    content: "";
    height: 4px;
    border-radius: 2px;
    background-color: #B24399; }

h3,
.rdk-h3 {
  color: #4d5763; }
  h3.rdk-alt-heading:after,
  .rdk-h3.rdk-alt-heading:after {
    display: block;
    width: 110px;
    margin: 20px 0 0;
    content: "";
    height: 4px;
    border-radius: 2px;
    background-color: #B24399; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
/* Icons for menu items with specific CSS classes */
.rdk-fa-facebook,
.rdk-fa-twitter,
.rdk-fa-youtube,
.rdk-fa-instagram {
  width: 32px;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }

/* Simply add this class to "CSS Classes (optional)" field of the menu item in WP admin */
.rdk-fa-facebook {
  /* Responsiveness */ }
  .rdk-fa-facebook a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-facebook a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-facebook:hover a:before,
  .rdk-fa-facebook.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-facebook a:before {
      font-size: 20px; } }

.rdk-fa-twitter {
  /* Responsiveness */ }
  .rdk-fa-twitter a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-twitter a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-twitter:hover a:before,
  .rdk-fa-twitter.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-twitter a:before {
      font-size: 20px; } }

.rdk-fa-instagram {
  /* Responsiveness */ }
  .rdk-fa-instagram a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-instagram a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-instagram:hover a:before,
  .rdk-fa-instagram.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-instagram a:before {
      font-size: 20px; } }

.rdk-fa-youtube {
  /* Responsiveness */ }
  .rdk-fa-youtube a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-youtube a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-youtube:hover a:before,
  .rdk-fa-youtube.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-youtube a:before {
      font-size: 20px; } }

.rdk-fa-search {
  /* Responsiveness */ }
  .rdk-fa-search a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-search a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-search:hover a:before,
  .rdk-fa-search.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-search a:before {
      font-size: 20px; } }

.rdk-fa-shopping-cart {
  /* Responsiveness */ }
  .rdk-fa-shopping-cart a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-shopping-cart a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-shopping-cart:hover a:before,
  .rdk-fa-shopping-cart.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-shopping-cart a:before {
      font-size: 20px; } }

.rdk-fa-user-account {
  /* Responsiveness */ }
  .rdk-fa-user-account a {
    color: #000;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }
    .rdk-fa-user-account a:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 25px;
      line-height: 1em;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .rdk-fa-user-account:hover a:before,
  .rdk-fa-user-account.active a:before {
    color: #B24399; }
  @media only screen and (max-width: 510px) {
    .rdk-fa-user-account a:before {
      font-size: 20px; } }

/* LinearIcons */
.lnr {
  /* Responsiveness */ }
  .lnr a {
    font-size: 0 !important;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 1; }
  .lnr:before {
    color: #4d5763;
    font-size: 25px; }
  .lnr.lnr-cart::before {
    font-size: 27px; }
  @media only screen and (max-width: 510px) {
    .lnr a:before {
      font-size: 20px; }
    .lnr.lnr-cart::before {
      font-size: 22px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-navbar, .rdk-navbar * {
  list-style: none; }

.rdk-navbar a, .rdk-navbar:hover {
  text-decoration: none !important; }

.rdk-navbar-right {
  float: right;
  text-align: right;
  padding: 0; }

.rdk-navbar-left {
  float: left;
  text-align: left;
  padding: 0; }

.rdk-navbar-center {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  width: 100%;
  text-align: center; }
  .rdk-navbar-center.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.owl-carousel.owl-theme {
  /* Dots */
  /* Arrows */ }
  .owl-carousel.owl-theme .owl-dots {
    margin-top: 30px; }
    .owl-carousel.owl-theme .owl-dots .owl-dot span {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-color: #3d4246; }
    .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
      background-color: #B24399; }
    .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background-color: #B24399;
      opacity: 0.5; }
  .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    bottom: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .owl-carousel.owl-theme .owl-nav button span {
      font-size: 60px; }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
      left: 0; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: 0; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: transparent;
      color: #B24399;
      text-decoration: none; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
div.rdk-page__title {
  position: relative;
  overflow: hidden; }
  div.rdk-page__title h1,
  div.rdk-page__title .rdk-h1 {
    color: #fff; }
  div.rdk-page__title img {
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  div.rdk-page__title .rdk-centered-content {
    margin: 0 auto;
    text-align: center;
    padding: 50px 25px;
    z-index: 460;
    color: #fff;
    position: relative; }
  div.rdk-page__title .search-field {
    border: 0; }
  div.rdk-page__title .search-submit {
    line-height: initial; }
  div.rdk-page__title #searchform #s {
    border-width: 0; }

@media only screen and (max-width: 500px) {
  .rdk-page__title h1:not(.rdk-title-with-search-bar) {
    padding: 0; }
  .rdk-page__title .search-form {
    position: relative; }
  .rdk-page__title .search-field {
    width: 100%; }
  .rdk-page__title .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 10px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-page__content {
  margin-top: 30px;
  margin-bottom: 40px; }

@media only screen and (max-width: 500px) {
  .rdk-page__content {
    margin-top: 20px;
    margin-bottom: 30px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.datepicker.dropdown-menu {
  z-index: 480 !important; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.woocommerce-page #main {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%; }
  .woocommerce-page #main.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

/* Product title */
.woocommerce-loop-product__title {
  color: #3d4246; }

/* on sale badge */
.woocommerce a span.onsale {
  background-color: #00A5B8; }

body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt {
  background-color: #B24399;
  border-color: #B24399;
  color: #fff;
  height: 47px;
  line-height: 29px;
  display: inline-block;
  padding: 10px 36px;
  font-size: 16px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400; }
  body.woocommerce-page #respond input#submit:hover,
  body.woocommerce-page a.button:hover,
  body.woocommerce-page button.button:hover,
  body.woocommerce-page input.button:hover,
  body.woocommerce-page #respond input#submit.alt:hover,
  body.woocommerce-page a.button.alt:hover,
  body.woocommerce-page button.button.alt:hover,
  body.woocommerce-page input.button.alt:hover {
    background-color: #9f3c89;
    border-color: #9f3c89;
    color: #fff; }
  body.woocommerce-page #respond input#submit:focus,
  body.woocommerce-page a.button:focus,
  body.woocommerce-page button.button:focus,
  body.woocommerce-page input.button:focus,
  body.woocommerce-page #respond input#submit.alt:focus,
  body.woocommerce-page a.button.alt:focus,
  body.woocommerce-page button.button.alt:focus,
  body.woocommerce-page input.button.alt:focus {
    outline: 0; }
  body.woocommerce-page #respond input#submit.rdk-button-transparent,
  body.woocommerce-page a.button.rdk-button-transparent,
  body.woocommerce-page button.button.rdk-button-transparent,
  body.woocommerce-page input.button.rdk-button-transparent,
  body.woocommerce-page #respond input#submit.alt.rdk-button-transparent,
  body.woocommerce-page a.button.alt.rdk-button-transparent,
  body.woocommerce-page button.button.alt.rdk-button-transparent,
  body.woocommerce-page input.button.alt.rdk-button-transparent {
    background-color: transparent;
    color: #B24399;
    border: 1px solid #B24399; }
    body.woocommerce-page #respond input#submit.rdk-button-transparent:hover,
    body.woocommerce-page a.button.rdk-button-transparent:hover,
    body.woocommerce-page button.button.rdk-button-transparent:hover,
    body.woocommerce-page input.button.rdk-button-transparent:hover,
    body.woocommerce-page #respond input#submit.alt.rdk-button-transparent:hover,
    body.woocommerce-page a.button.alt.rdk-button-transparent:hover,
    body.woocommerce-page button.button.alt.rdk-button-transparent:hover,
    body.woocommerce-page input.button.alt.rdk-button-transparent:hover {
      background-color: #9f3c89;
      border: 1px solid #9f3c89;
      color: #fff; }
  body.woocommerce-page #respond input#submit.rdk-button-small,
  body.woocommerce-page a.button.rdk-button-small,
  body.woocommerce-page button.button.rdk-button-small,
  body.woocommerce-page input.button.rdk-button-small,
  body.woocommerce-page #respond input#submit.alt.rdk-button-small,
  body.woocommerce-page a.button.alt.rdk-button-small,
  body.woocommerce-page button.button.alt.rdk-button-small,
  body.woocommerce-page input.button.alt.rdk-button-small {
    height: 40px;
    padding: 0.45em 1.4em;
    font-weight: 400;
    font-size: 16px; }

body.woocommerce-page button.button {
  margin: 0; }

body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt {
  margin: 0; }

body.woocommerce-page #respond input#submit.disabled,
body.woocommerce-page #respond input#submit:disabled,
body.woocommerce-page #respond input#submit:disabled[disabled],
body.woocommerce-page a.button.disabled,
body.woocommerce-page a.button:disabled,
body.woocommerce-page a.button:disabled[disabled],
body.woocommerce-page button.button.disabled,
body.woocommerce-page button.button:disabled,
body.woocommerce-page button.button:disabled[disabled],
body.woocommerce-page input.button.disabled,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
  color: #fff;
  padding: 10px 36px; }

body.woocommerce-page #respond input#submit.disabled:hover,
body.woocommerce-page #respond input#submit:disabled:hover,
body.woocommerce-page #respond input#submit:disabled[disabled]:hover,
body.woocommerce-page a.button.disabled:hover,
body.woocommerce-page a.button:disabled:hover,
body.woocommerce-page a.button:disabled[disabled]:hover,
body.woocommerce-page button.button.disabled:hover,
body.woocommerce-page button.button:disabled:hover,
body.woocommerce-page button.button:disabled[disabled]:hover,
body.woocommerce-page input.button.disabled:hover,
body.woocommerce-page input.button:disabled:hover,
body.woocommerce-page input.button:disabled[disabled]:hover {
  background-color: #B24399;
  color: #fff; }

body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 12px 36px; }

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
  color: #000;
  font-weight: 100;
  font-size: 16px; }

.woocommerce-MyAccount-navigation-link {
  list-style: none;
  padding: 5px 0; }
  .woocommerce-MyAccount-navigation-link a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #3d4246;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 18px; }
    .woocommerce-MyAccount-navigation-link a:hover {
      color: #B24399; }

.woocommerce-account .addresses .title .edit {
  background-color: #B24399;
  border-color: #B24399;
  color: #fff;
  height: 47px;
  line-height: 29px;
  display: inline-block;
  padding: 10px 36px;
  font-size: 16px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .woocommerce-account .addresses .title .edit:hover {
    background-color: #9f3c89;
    border-color: #9f3c89;
    color: #fff; }
  .woocommerce-account .addresses .title .edit:focus {
    outline: 0; }
  .woocommerce-account .addresses .title .edit.rdk-button-transparent {
    background-color: transparent;
    color: #B24399;
    border: 1px solid #B24399; }
    .woocommerce-account .addresses .title .edit.rdk-button-transparent:hover {
      background-color: #9f3c89;
      border: 1px solid #9f3c89;
      color: #fff; }
  .woocommerce-account .addresses .title .edit.rdk-button-small {
    height: 40px;
    padding: 0.45em 1.4em;
    font-weight: 400;
    font-size: 16px; }

.woocommerce-account .addresses .woocommerce-Address {
  padding-right: 20px; }
  .woocommerce-account .addresses .woocommerce-Address.u-column1.col-1 {
    border-right: 1px solid #797D82; }

.woocommerce-info {
  border-top-color: #00A5B8; }
  .woocommerce-info:before {
    color: #00A5B8; }

.woocommerce fieldset {
  border-color: #EBEBEC;
  border-width: 1px; }
  .woocommerce fieldset legend {
    margin-top: 10px; }

.woocommerce em {
  font-size: 12px; }

.woocommerce form .form-row label {
  line-height: 1.5; }

.select2-container--default .select2-selection--single span.select2-selection__arrow {
  height: 47px; }

.select2-container.select2-container--default .select2-selection--single {
  border-color: #EBEBEC;
  height: 47px;
  line-height: 1em;
  color: #4d5763;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 16px; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
  color: #4d5763; }
  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    margin: 0; }

.single-product .product_meta {
  font-size: 12px; }

.rdk-hooked-product-title {
  width: 48%;
  float: right; }
  @media only screen and (max-width: 768px) {
    .rdk-hooked-product-title {
      width: 100%;
      float: none; } }

.woocommerce div.product form.cart {
  margin-bottom: 1em; }

.wcppec-checkout-buttons {
  text-align: left;
  margin: 1em 0 2em; }

.woocommerce a.remove {
  font-weight: 500; }

/* START - Account */
body.woocommerce-account .woocommerce form.woocommerce-form-login,
body.woocommerce-account .woocommerce h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

body.woocommerce-account .woocommerce table.my_account_orders .button {
  white-space: nowrap;
  margin: 3px 5px; }

/* END */
/* START - Cart */
body.woocommerce-page table.cart td.actions .input-text {
  width: 139px; }

body.woocommerce-cart table.cart td.product-name a {
  letter-spacing: 1px;
  text-decoration: none; }

body table.cart .product-name a {
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body table.cart .product-name a:hover {
    color: #B24399; }

body #add_payment_method table.cart img,
body.woocommerce-cart table.cart img,
body.woocommerce-checkout table.cart img {
  width: 47px; }

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding-left: 20px;
  padding-right: 20px; }

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th,
body .woocommerce table.shop_table th {
  font-weight: 400;
  color: #3d4246; }

body .rdk-cart-info {
  padding: 10px 0;
  color: #ff0000; }

body .woocommerce-billing-fields h3 {
  display: inline-block; }

body .woocommerce-billing-fields .rdk-checkout-login-option {
  float: right;
  padding-top: 20px;
  color: #3d4246; }

/* END*/
/* START - Synchronized with the Theme navigation (in _global.scss) */
body.woocommerce-page nav.woocommerce-pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul li {
  border: 0; }

body.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb; }

body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover {
  background: #B24399;
  color: #fff; }

/* END */
/* START - Shop page */
body.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px; }

body .woocommerce-loop-product__title {
  font-weight: 300;
  color: #4d5763; }

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
  text-align: center; }
  body.woocommerce ul.products li.product .button,
  body.woocommerce-page ul.products li.product .button {
    background-color: #B24399;
    border-color: #B24399;
    color: #fff;
    height: 47px;
    line-height: 29px;
    display: inline-block;
    padding: 10px 36px;
    font-size: 16px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    body.woocommerce ul.products li.product .button:hover,
    body.woocommerce-page ul.products li.product .button:hover {
      background-color: #9f3c89;
      border-color: #9f3c89;
      color: #fff; }
    body.woocommerce ul.products li.product .button:focus,
    body.woocommerce-page ul.products li.product .button:focus {
      outline: 0; }
    body.woocommerce ul.products li.product .button.rdk-button-transparent,
    body.woocommerce-page ul.products li.product .button.rdk-button-transparent {
      background-color: transparent;
      color: #B24399;
      border: 1px solid #B24399; }
      body.woocommerce ul.products li.product .button.rdk-button-transparent:hover,
      body.woocommerce-page ul.products li.product .button.rdk-button-transparent:hover {
        background-color: #9f3c89;
        border: 1px solid #9f3c89;
        color: #fff; }
    body.woocommerce ul.products li.product .button.rdk-button-small, body.woocommerce ul.products li.product .button,
    body.woocommerce-page ul.products li.product .button.rdk-button-small,
    body.woocommerce-page ul.products li.product .button {
      height: 40px;
      padding: 0.45em 1.4em;
      font-weight: 400;
      font-size: 16px; }

body.woocommerce ul.products li.product .button.loading,
body.woocommerce-page ul.products li.product .button.loading,
body.woocommerce #respond input#submit.loading,
body.woocommerce a.button.loading,
body.woocommerce button.button.loading,
body.woocommerce input.button.loading {
  padding-right: 32px; }
  body.woocommerce ul.products li.product .button.loading:after,
  body.woocommerce-page ul.products li.product .button.loading:after,
  body.woocommerce #respond input#submit.loading:after,
  body.woocommerce a.button.loading:after,
  body.woocommerce button.button.loading:after,
  body.woocommerce input.button.loading:after {
    top: 0.5em;
    right: .75em;
    font-size: 14px; }

body.woocommerce ul.products li.product a img {
  margin: 0 0 0.5em; }

body.woocommerce span.onsale {
  line-height: 2.8; }

body.woocommerce .woocommerce-ordering select {
  border-color: transparent;
  text-align: right; }

body.woocommerce ul.products li.product .button, body .woocommerce-page ul.products li.product .button {
  margin: 0; }

body.woocommerce a.added_to_cart {
  background-color: #B24399;
  border-color: #B24399;
  color: #fff;
  height: 47px;
  line-height: 29px;
  display: inline-block;
  padding: 10px 36px;
  font-size: 16px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0; }
  body.woocommerce a.added_to_cart:hover {
    background-color: #9f3c89;
    border-color: #9f3c89;
    color: #fff; }
  body.woocommerce a.added_to_cart:focus {
    outline: 0; }
  body.woocommerce a.added_to_cart.rdk-button-transparent, body.woocommerce a.added_to_cart {
    background-color: transparent;
    color: #B24399;
    border: 1px solid #B24399; }
    body.woocommerce a.added_to_cart.rdk-button-transparent:hover, body.woocommerce a.added_to_cart:hover {
      background-color: #9f3c89;
      border: 1px solid #9f3c89;
      color: #fff; }
  body.woocommerce a.added_to_cart.rdk-button-small, body.woocommerce a.added_to_cart {
    height: 40px;
    padding: 0.45em 1.4em;
    font-weight: 400;
    font-size: 16px; }
  body.woocommerce a.added_to_cart.wc-forward {
    padding-left: 12px;
    padding-right: 12px; }

/* END */
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  color: #00A5B8; }

.woocommerce-review-link {
  font-size: 12px;
  color: #3d4246; }

.woocommerce-Reviews em.woocommerce-review__verified {
  display: none; }

.woocommerce-Reviews-title {
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 600; }
  @media only screen and (max-width: 500px) {
    .woocommerce-Reviews-title {
      font-size: 16.8px; } }

#wp-comment-cookies-consent {
  height: 15px; }

.comment-form p > label {
  padding-right: 10px; }

.comment-form .required {
  color: #ff0000; }

.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent label {
  font-size: 12px;
  color: #3d4246; }

#review_form_wrapper {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #EBEBEC; }

.woocommerce ul.products li.product .star-rating {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.wpcf7 {
  position: relative;
  /* Responsiveness */ }
  .wpcf7 label {
    font-size: 0;
    margin-top: 10px; }
    .wpcf7 label span {
      font-size: 20px; }
  .wpcf7 .cf7-one-half {
    width: 49%;
    float: left; }
    .wpcf7 .cf7-one-half.cf7-one-half-right {
      margin-left: 1%; }
    .wpcf7 .cf7-one-half.cf7-one-half-left {
      margin-right: 1%; }
    .wpcf7 .cf7-one-half input {
      width: 100%; }
  .wpcf7 .cf7-full-width {
    width: 100%;
    float: left; }
    .wpcf7 .cf7-full-width input,
    .wpcf7 .cf7-full-width textarea {
      width: 100%; }
  .wpcf7 #rdk_anchor_target {
    position: absolute;
    top: -250px; }
  .wpcf7 .wpcf7-response-output {
    background-color: #fff;
    border: 0;
    padding: 14px 15px 10px;
    margin: 10px 0;
    color: #797D82; }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px; }
  @media only screen and (max-width: 500px) {
    .wpcf7 .cf7-one-half {
      width: 100%; }
      .wpcf7 .cf7-one-half.cf7-one-half-right {
        margin-left: 0; }
      .wpcf7 .cf7-one-half.cf7-one-half-left {
        margin-right: 0; }
      .wpcf7 .cf7-one-half input {
        width: 100%; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
/* Code snippet from here: https://jonsuh.com/hamburgers/*/
.hamburger {
  padding: 15px 15px 15px 12px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 1px;
  background-color: #4d5763;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 11px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

@media only screen and (max-width: 500px) {
  .hamburger {
    padding: 15px 20px 15px 8px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px; }
  .hamburger--slider .hamburger-inner {
    top: 13px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
  .hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -15px, 0) rotate(-90deg);
    transform: translate3d(0, -15px, 0) rotate(-90deg); }
  .hamburger-box {
    width: 25px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-available-workshops {
  margin-bottom: -80px;
  margin-top: 20px; }

.rdk-section-paragraphs .rdk-paragraph-image .rdk-paragraph-big-letter {
  line-height: 405px; }

.woocommerce-MyAccount-navigation-link a {
  font-size: 18px; }

#wfspb-top-bar {
  left: 0; }

.grecaptcha-badge {
  display: none !important; }

body .rdk-front-page .rdk-paragraph-colored-background {
  padding-top: 10px;
  padding-bottom: 30px; }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  width: 21px;
  height: 21px; }

.grecaptcha-badge {
  display: none; }

/* Checkout - START */
.woocommerce-checkout .woocommerce {
  margin: 30px auto 40px;
  max-width: 600px; }

#wpmc-prev {
  margin-right: 5px; }

#wpmc-next {
  margin-left: 5px; }

#ship-to-different-address-checkbox {
  height: 24px; }

#ship-to-different-address {
  padding: 40px 0 20px; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8); }

#stripe-payment-data p,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 0; }

.payment_box.payment_method_ppec_paypal p {
  margin: 0 !important; }

.wc_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 47px;
  float: none; }

input[type="radio"]:checked + label[for=payment_method_stripe],
input[type="radio"]:not(:checked) + label[for=payment_method_stripe] {
  display: block; }

/* END */
/* Wokrshop Archive - START */
.single-workshops .rdk-display-on-workshop-archive-page {
  display: none; }

.post-type-archive-workshops .rdk-display-on-workshop-single-page {
  display: none; }

/* END */
/* REMOVE AFTER THEME UPDATE - START */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-weight: 400; }

input[type="checkbox"] {
  height: auto; }

.rdk-workshops-cta {
  margin: 0 auto;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.rdk-workshops-cta:after {
  top: 150px; }

.paypal-button-label-container {
  display: none !important; }

/* END */
/* Workshop sub-items (really bad solution, using the page IDs, but there was no time for a better one) */
#post-3241 .rdk-workshops-archive__image {
  background: white; }

#post-3241 .rdk-workshops-archive__image img {
  width: 95%; }

.workshop-subitem-image {
  left: -350px;
  position: absolute;
  top: -100px; }

.postid-3251 .rdk-workshop-single__content p {
  position: relative; }

.postid-3251 .rdk-workshop-single__content p .rdk-button-transparent {
  margin-left: 10px; }

.rdk-workshops-cta {
  max-width: 820px !important; }

/* END */
.t_top {
  padding: 8px 0;
  background-color: #797d82d4;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 17px; }

#wfspb-top-bar .t_top {
  display: none !important; }

#wfspb-current-progress {
  padding-right: 20px; }

#wfspb-label:before {
  right: -5px; }

#wfspb-main-content .button {
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  display: inline;
  background: transparent;
  text-decoration: underline; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
#rdk-scroll-to-top {
  z-index: 750; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
main .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.woocommerce-page .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-color: #EBEBEC;
  height: 47px;
  line-height: 1em;
  color: #4d5763;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
  border-color: transparent; }

.woocommerce-page .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 12px 15px 10px 40px; }

main .dgwt-wcas-sf-wrapp input::-webkit-input-placeholder {
  line-height: 25px !important; }

main .dgwt-wcas-sf-wrapp input::-moz-placeholder {
  line-height: 25px !important; }

main .dgwt-wcas-sf-wrapp input::-ms-input-placeholder {
  line-height: 25px !important; }

main .dgwt-wcas-sf-wrapp input::placeholder {
  line-height: 25px !important; }

/* START - This works together with JS code */
.dgwt-wcas-suggestions-wrapp {
  margin-top: 0;
  z-index: 470 !important; }

.logged-in .dgwt-wcas-suggestions-wrapp {
  margin-top: -32px; }

/* END - This works together with JS code */
/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
main #searchform input {
  vertical-align: top; }

main #searchform #searchsubmit {
  background-color: #B24399;
  border-color: #B24399;
  color: #fff;
  height: 47px;
  line-height: 29px;
  display: inline-block;
  padding: 10px 36px;
  font-size: 16px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0; }
  main #searchform #searchsubmit:hover {
    background-color: #9f3c89;
    border-color: #9f3c89;
    color: #fff; }
  main #searchform #searchsubmit:focus {
    outline: 0; }
  main #searchform #searchsubmit.rdk-button-transparent {
    background-color: transparent;
    color: #B24399;
    border: 1px solid #B24399; }
    main #searchform #searchsubmit.rdk-button-transparent:hover {
      background-color: #9f3c89;
      border: 1px solid #9f3c89;
      color: #fff; }
  main #searchform #searchsubmit.rdk-button-small {
    height: 40px;
    padding: 0.45em 1.4em;
    font-weight: 400;
    font-size: 16px; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-about {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden; }

.rdk-section-about__content {
  padding: 5px 0;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.7; }

.rdk-section-about__title {
  margin: 20px 0 30px;
  position: relative;
  z-index: 1; }

/* Responsiveness */
@media only screen and (max-width: 500px) {
  .rdk-section-about__content {
    padding: 0; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-blocks {
  overflow: hidden; }

.rdk-section-blocks .rdk-margin-holder {
  height: 100%; }

.rdk-section-blocks__block {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  height: 550px; }
  .rdk-section-blocks__block.rdk-image-left.rdk-section-blocks__content {
    float: right; }
  .rdk-section-blocks__block.rdk-image-left.rdk-section-blocks__image {
    float: left; }

.rdk-section-blocks__block-inner {
  max-width: 730px;
  padding: 20px 15px;
  top: 49%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rdk-front-page .rdk-section-blocks__block-inner,
  .rdk-contact-page .rdk-section-blocks__block-inner {
    padding: 40px 80px; }

.rdk-section-blocks__image {
  background: #B24399; }
  .rdk-section-blocks__image img {
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.rdk-section-blocks__title {
  padding: 20px 0 10px; }

/* Responsiveness */
@media only screen and (max-width: 768px) {
  .rdk-section-blocks .rdk-section-blocks__block {
    width: 100%;
    height: 350px; }
    .rdk-section-blocks .rdk-section-blocks__block .rdk-section-blocks__block-inner {
      -webkit-transform: none;
      transform: none;
      top: 0;
      padding: 40px 15px; }
    .rdk-section-blocks .rdk-section-blocks__block.rdk-section-blocks__content {
      height: auto; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-product-categories {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff; }
  .rdk-product-categories .rdk-centered-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.rdk-product-category {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 280px;
  text-decoration: none; }
  .rdk-product-category .rdk-product-category__image img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto;
    width: auto;
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: 0;
    bottom: 35px;
    margin: auto;
    max-width: 90%;
    max-height: 90%; }
  .rdk-product-category .rdk-product-category__title {
    letter-spacing: 1px;
    background-color: #fff;
    z-index: 250;
    color: #3d4246;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px; }
  .rdk-product-category:hover .rdk-product-category__title {
    letter-spacing: 2px;
    color: #B24399; }
  .rdk-product-category:hover .rdk-product-category__image img {
    max-width: 97%;
    max-height: 97%; }

/* Responsiveness */
@media only screen and (max-width: 1300px) {
  .rdk-product-category {
    height: 230px; } }

@media only screen and (max-width: 768px) {
  .rdk-product-categories {
    padding-top: 10px;
    padding-bottom: 40px; }
  .rdk-product-category {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 20px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 500px) {
  .rdk-product-category {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-new-products {
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 500px;
  padding: 60px 0; }
  .rdk-section-new-products .rdk-centered-content {
    padding-left: 0;
    padding-right: 0; }
  .rdk-section-new-products .rdk-section-new-products__title h2 {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 0; }
  .rdk-section-new-products .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -40px; }
  .rdk-section-new-products .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -40px; }

.rdk-section-new-products__slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px; }

.rdk-section-new-products__slider.owl-carousel button.owl-dot:hover span {
  background-color: #B24399;
  opacity: 0.5; }

.rdk-section-new-products__slider.owl-carousel button.owl-dot.active span {
  background-color: #B24399; }

.rdk-section-new-products__slider.owl-carousel button.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #3d4246;
  margin: 5px 7px;
  border-radius: 50%; }

.rdk-section-new-products__slide {
  padding: 15px;
  list-style-type: none; }

.rdk-section-new-products__item {
  background-color: #fff;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03); }
  .rdk-section-new-products__item .new {
    position: absolute;
    min-height: 3.236em;
    min-width: 3.236em;
    line-height: 3.236;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: -10px;
    right: -10px;
    margin: 0;
    border-radius: 50%;
    background-color: #00A5B8;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    pointer-events: none; }
  .rdk-section-new-products__item .woocommerce-loop-product__link {
    padding: 20px 20px 0;
    display: block;
    text-decoration: none; }
    .rdk-section-new-products__item .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
      color: #B24399; }
    .rdk-section-new-products__item .woocommerce-loop-product__link:hover img {
      opacity: .8; }
    .rdk-section-new-products__item .woocommerce-loop-product__link img {
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out;
      display: block;
      width: 100%; }
  .rdk-section-new-products__item .woocommerce-loop-product__button-wrap {
    padding: 0 20px 10px; }
  .rdk-section-new-products__item .woocommerce-loop-product__title {
    padding: 10px 0 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .rdk-section-new-products__item .price {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #3d4246; }
    .rdk-section-new-products__item .price del {
      opacity: .5; }
  .rdk-section-new-products__item .button {
    margin: 0;
    position: relative; }
    .rdk-section-new-products__item .button.added::after {
      font-family: WooCommerce;
      content: "\e017";
      margin-left: .53em;
      position: absolute;
      top: .618em;
      right: 1em;
      vertical-align: bottom; }
    .rdk-section-new-products__item .button.loading::after {
      font-family: WooCommerce;
      content: "\e01c";
      vertical-align: top;
      font-weight: 400;
      position: absolute;
      top: .618em;
      right: 1em;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
  .rdk-section-new-products__item .added_to_cart {
    font-size: 16px;
    display: inline-block; }

/* Responsiveness */
@media only screen and (max-width: 500px) {
  .rdk-section-new-products__item {
    margin: 0 auto;
    max-width: 300px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-paragraphs .rdk-paragraph {
  padding: 60px 0; }

.rdk-section-paragraphs .rdk-paragraph-inner {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%; }
  .rdk-section-paragraphs .rdk-paragraph-inner.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

.rdk-section-paragraphs .rdk-paragraph-with-image {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 384px; }
  .rdk-section-paragraphs .rdk-paragraph-with-image .rdk-paragraph-text {
    width: 50%;
    padding-right: 80px; }

.rdk-section-paragraphs .rdk-paragraph-image {
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  top: 0; }
  .rdk-section-paragraphs .rdk-paragraph-image img {
    width: 100%; }
  .rdk-section-paragraphs .rdk-paragraph-image .rdk-paragraph-big-letter {
    color: #fff;
    position: absolute;
    left: 90px;
    top: 0;
    font-size: 400px;
    font-weight: 900;
    line-height: 455px;
    opacity: 0.9; }

.rdk-section-paragraphs .rdk-paragraph-colored-background {
  background-color: #B24399; }
  .rdk-section-paragraphs .rdk-paragraph-colored-background .rdk-paragraph-inner {
    color: #fff; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-slider .rdk-section-slider__image {
  overflow: hidden;
  position: absolute;
  height: 350px;
  width: 100%; }
  .rdk-section-slider .rdk-section-slider__image img {
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.rdk-section-slider .rdk-section-slider__content {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 235px 15px 20px; }
  .rdk-section-slider .rdk-section-slider__content.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

.rdk-section-slider .rdk-section-slider__content-left {
  max-width: 630px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  background-color: #B24399;
  z-index: 460;
  float: left;
  width: 48%;
  padding: 30px 60px 30px; }
  .rdk-section-slider .rdk-section-slider__content-left.rdk-centered-without-side-padding {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0; }
  .rdk-section-slider .rdk-section-slider__content-left h1 {
    color: #fff; }

.rdk-section-slider .rdk-section-slider__content-right {
  width: 45%;
  float: right;
  padding-top: 170px; }

.rdk-section-slider .rdk-section-slider__about {
  font-size: 22px;
  line-height: 1.75;
  font-weight: 300; }

.rdk-section-slider .rdk-section-slider__button {
  border: 1px solid #fff; }
  .rdk-section-slider .rdk-section-slider__button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #B24399; }

@media only screen and (max-width: 1000px) {
  .rdk-section-slider .rdk-section-slider__content-left {
    width: 60%; }
  .rdk-section-slider .rdk-section-slider__content-right {
    width: 34%;
    padding-top: 120px;
    padding-right: 20px; } }

@media only screen and (max-width: 768px) {
  .rdk-section-slider .rdk-section-slider__content-left {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px 20px; }
  .rdk-section-slider .rdk-section-slider__content-right {
    width: 100%;
    padding: 50px 0 0; } }

@media only screen and (max-width: 500px) {
  .rdk-section-slider .rdk-section-slider__button {
    padding: 10px;
    max-width: 100%; }
  .rdk-section-slider .rdk-section-slider__about {
    font-size: 20px; }
  .rdk-section-slider .rdk-section-slider__image {
    height: 250px; }
  .rdk-section-slider .rdk-section-slider__content {
    padding: 155px 15px 20px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-stockists__country-group {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rdk-section-stockists__country {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px; }

.rdk-section-stockists__company {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 1px dashed #9B9B9B;
  border-left: 1px dashed #9B9B9B;
  padding: 0 30px;
  margin-left: -1px; }

.rdk-section-stockists__name {
  color: #3d4246;
  padding-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .rdk-section-stockists__company {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media only screen and (max-width: 500px) {
  .rdk-stockists-page {
    padding: 0 10px; }
  .rdk-section-stockists__company {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
    border-left: none;
    border-top: 1px dashed #9B9B9B; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-subscribe-form {
  float: left;
  padding: 60px 15px 30px;
  position: relative;
  overflow: hidden; }
  .rdk-section-subscribe-form img {
    position: absolute;
    right: 0;
    bottom: -5px;
    margin: auto;
    top: -100px;
    min-width: 100%;
    min-height: 100%;
    height: unset;
    width: unset; }

.rdk-workshops-page .rdk-section-subscribe-form img {
  left: unset;
  top: -100px;
  min-width: 100%;
  min-height: 100%;
  height: unset;
  width: unset; }

.rdk-subscribe-form__title,
.rdk-subscribe-form__subtitle {
  max-width: 930px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 460;
  position: relative; }
  .rdk-subscribe-form__title.rdk-centered-without-side-padding,
  .rdk-subscribe-form__subtitle.rdk-centered-without-side-padding {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0; }
  .rdk-subscribe-form__title div,
  .rdk-subscribe-form__subtitle div {
    color: #fff; }

.rdk-subscribe-form__subtitle div {
  line-height: 1.4;
  padding-top: 0; }

.rdk-subscribe-form__form {
  max-width: 630px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 460;
  position: relative;
  padding-top: 5px; }
  .rdk-subscribe-form__form.rdk-centered-without-side-padding {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0; }
  .rdk-subscribe-form__form .wpcf7-form input {
    border: 0; }

@media only screen and (max-width: 500px) {
  .rdk-subscribe-form__form {
    padding-bottom: 0; }
  .rdk-subscribe-form__subtitle div {
    padding-bottom: 0; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-testimonials {
  text-align: center;
  padding: 40px 0 80px;
  background-color: #fff; }
  .rdk-section-testimonials .rdk-testimonials__title {
    max-width: 1330px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px; }
    .rdk-section-testimonials .rdk-testimonials__title.rdk-centered-without-side-padding {
      max-width: 1300px;
      padding-left: 0;
      padding-right: 0; }
  .rdk-section-testimonials .owl-theme {
    max-width: 930px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px; }
    .rdk-section-testimonials .owl-theme.rdk-centered-without-side-padding {
      max-width: 900px;
      padding-left: 0;
      padding-right: 0; }
    .rdk-section-testimonials .owl-theme .rdk-testimonials__image {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin: 10px auto 20px;
      position: relative; }
      .rdk-section-testimonials .owl-theme .rdk-testimonials__image:before {
        content: "";
        width: 210px;
        height: 210px;
        position: absolute;
        border: 2px solid #B24399;
        top: -7px;
        left: -7px;
        z-index: 11;
        border-radius: 50%; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-intro {
  text-align: center; }
  .rdk-section-intro p {
    margin-top: 0;
    margin-bottom: 0; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-section-accordion .rdk-centered-content {
  padding-left: 0;
  padding-right: 0; }

.rdk-accordion__item {
  border: 1px solid #EBEBEC;
  background-color: #fff;
  border-radius: 6px; }
  .rdk-accordion__item:not(:last-child) {
    margin-bottom: 30px; }
  .rdk-accordion__item.rdk-active .rdk-accordion__item-title span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.rdk-accordion__item-title {
  padding: 28px 27px 27px;
  cursor: pointer;
  margin: 0;
  font-size: 1.25rem; }
  .rdk-accordion__item-title:hover {
    color: #00A5B8; }
  .rdk-accordion__item-title span {
    display: block;
    padding-right: 80px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 400; }
    .rdk-accordion__item-title span:after {
      font-family: "Linearicons-Free";
      content: "";
      font-size: 20px;
      font-weight: 800;
      right: 0;
      top: 2px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }

.rdk-accordion__item-content-wrap {
  width: 100% !important;
  display: none; }

.rdk-accordion__item-content {
  line-height: 1.55;
  padding: 0 27px 5px; }
  .rdk-accordion__item-content p:first-child {
    margin-top: 0; }
  .rdk-accordion__item-content ul {
    margin: 1em 0; }
    .rdk-accordion__item-content ul li:before {
      font-family: "FontAwesome";
      content: "a";
      color: #00A5B8;
      font-size: 11px;
      line-height: 22px; }
    .rdk-accordion__item-content ul li ul {
      margin: 0.1em 0 0.5em; }
      .rdk-accordion__item-content ul li ul li {
        padding-left: 20px; }
        .rdk-accordion__item-content ul li ul li:before {
          content: "+";
          color: #9B9B9B;
          font-size: 8px;
          line-height: 25px;
          font-weight: 100; }
  .rdk-accordion__item-content iframe {
    max-width: 100%; }

.rdk-section-accordion-inner {
  padding: 5px 0 20px; }

.rdk-section-accordion-inner__item {
  background-color: #fff;
  border-bottom: 1px solid #9B9B9B;
  margin: 10px 0; }
  .rdk-section-accordion-inner__item.rdk-active .rdk-accordion__item-title span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.rdk-section-accordion-inner__item-content-wrap {
  width: 100% !important;
  display: none;
  padding-bottom: 20px; }

.rdk-section-accordion-inner__item-title {
  font-size: 20px;
  padding: 10px 0 5px;
  text-transform: uppercase;
  cursor: pointer; }

.rdk-section-accordion-inner__item-content {
  padding-top: 10px; }

@media only screen and (max-width: 1000px) {
  .rdk-accordion__item-title {
    font-size: 26px; }
    .rdk-accordion__item-title span:after {
      top: 3px;
      font-size: 16px; }
  .rdk-accordion__item-content ul li:before {
    font-size: 10px;
    top: 4px; } }

@media only screen and (max-width: 768px) {
  .rdk-accordion__item-title {
    font-size: 24px; }
    .rdk-accordion__item-title span {
      padding-right: 30px; }
      .rdk-accordion__item-title span:after {
        top: 2px;
        font-size: 12px; } }

@media only screen and (max-width: 500px) {
  .rdk-accordion__item-content {
    line-height: 1.37;
    padding-left: 20px;
    padding-right: 20px; }
  .rdk-accordion__item-title {
    padding: 20px 20px 23px; }
  .rdk-accordion__item:not(:last-child) {
    margin-bottom: 20px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-contact-page .rdk-section-blocks__block {
  height: 1050px;
  text-align: left; }

.rdk-contact-page .rdk-section-blocks__title {
  max-width: 630px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left; }
  .rdk-contact-page .rdk-section-blocks__title.rdk-centered-without-side-padding {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0; }
  .rdk-contact-page .rdk-section-blocks__title.rdk-alt-heading::after {
    margin: 20px 0 0; }

.rdk-contact-page .wpcf7-response-output {
  margin-top: -30px; }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-front-page .rdk-section-slider,
.rdk-front-page .rdk-section-slider__image {
  height: 550px; }

.rdk-front-page .rdk-section-slider__content-left {
  padding: 11px 40px 11px;
  width: 40%; }

.rdk-front-page .rdk-section-slider__title {
  font-size: 30px;
  padding-bottom: 0;
  line-height: 1.2; }

.rdk-front-page .rdk-section-slider__content-right {
  padding-top: 320px;
  width: 47%; }

.rdk-front-page section.rdk-product-categories {
  padding-top: 12px; }
  .rdk-front-page section.rdk-product-categories .rdk-product-category {
    overflow: visible; }

.rdk-front-page .rdk-product-categories .rdk-centered-content {
  padding-top: 0; }

.rdk-front-page .rdk-paragraph-colored-background {
  background-color: #F9FAFC;
  padding-top: 10px;
  padding-bottom: 30px; }
  .rdk-front-page .rdk-paragraph-colored-background .rdk-paragraph-text {
    color: #797D82;
    font-size: 22px;
    line-height: 1.75;
    font-weight: 300; }

.rdk-front-page .rdk-section-blocks__block-inner {
  float: left; }

.rdk-front-page .rdk-image-right .rdk-section-blocks__block-inner {
  float: right; }

@media only screen and (max-width: 1000px) {
  .rdk-front-page .rdk-paragraph-colored-background {
    padding-top: 0; }
  .rdk-front-page .rdk-section-slider .rdk-section-slider__content-left {
    width: 100%;
    float: none; }
  .rdk-front-page .rdk-section-slider .rdk-section-slider__content-right {
    width: 100%;
    padding-top: 20px; } }

@media only screen and (max-width: 500px) {
  .rdk-front-page .rdk-paragraph-colored-background {
    padding-bottom: 0; }
    .rdk-front-page .rdk-paragraph-colored-background .rdk-paragraph-text {
      font-size: 20px; }
  .rdk-front-page .rdk-section-slider,
  .rdk-front-page .rdk-section-slider__image {
    height: 450px; }
  .rdk-front-page .rdk-section-slider__content {
    padding: 50px 15px 20px; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-search-page .rdk-search-results__item {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #EBEBEC; }
  .rdk-search-page .rdk-search-results__item:hover .rdk-search-result__title h2 {
    text-decoration: underline; }
  .rdk-search-page .rdk-search-results__item:hover .rdk-search-result__image {
    -webkit-filter: brightness(108%);
    filter: brightness(108%); }

.rdk-search-page .rdk-search-result__image {
  width: 15%;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .rdk-search-page .rdk-search-result__image img {
    width: 100%; }

.rdk-search-page .rdk-search-result__price {
  color: #77a464;
  font-weight: 400;
  font-size: .857em; }

.rdk-search-page .rdk-search-result__text {
  width: 85%;
  float: right;
  padding: 20px 15px; }

@media only screen and (max-width: 1300px) {
  .rdk-search-page .rdk-search-result__image {
    width: 35%; }
  .rdk-search-page .rdk-search-result__text {
    width: 65%; } }

@media only screen and (max-width: 500px) {
  .rdk-search-page .rdk-search-result__image {
    width: 100%; }
    .rdk-search-page .rdk-search-result__image img {
      max-width: 300px;
      margin: 0 auto; }
  .rdk-search-page .rdk-search-result__text {
    width: 100%; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-wholesale-page .rdk-section-paragraphs .rdk-paragraph-colored-background {
  background-color: #fff; }
  .rdk-wholesale-page .rdk-section-paragraphs .rdk-paragraph-colored-background .rdk-paragraph-text {
    color: #797D82; }

.rdk-wholesale__form {
  width: 50%;
  margin: 0 auto;
  padding: 20px 15px; }

.rdk-two-forms.rdk-wholesale__form-right {
  float: right;
  padding-left: 20px; }

.rdk-two-forms.rdk-wholesale__form-left {
  float: left;
  padding-right: 20px; }

/* Responsiveness */
@media only screen and (max-width: 768px) {
  .rdk-wholesale__form .cf7-one-half {
    width: 100%; }
    .rdk-wholesale__form .cf7-one-half.cf7-one-half-right {
      margin-left: 0; }
    .rdk-wholesale__form .cf7-one-half.cf7-one-half-left {
      margin-right: 0; }
    .rdk-wholesale__form .cf7-one-half input {
      width: 100%; }
  .rdk-two-forms.rdk-wholesale__form-left {
    padding: 10px; }
  .rdk-two-forms.rdk-wholesale__form-right {
    padding: 10px; } }

@media only screen and (max-width: 500px) {
  .rdk-wholesale__form {
    width: 100%; }
  .rdk-two-forms.rdk-wholesale__form-left {
    padding: 0; }
  .rdk-two-forms.rdk-wholesale__form-right {
    padding: 0; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-workshop-single__excerpt {
  font-size: 22px;
  font-style: italic;
  line-height: 1.45;
  position: relative;
  color: #3d4246;
  font-weight: 300; }

.rdk-workshop-single__length h6 {
  color: #3d4246; }

.rdk-workshop-single__image {
  width: 40%;
  padding-right: 20px;
  float: left; }
  .rdk-workshop-single__image img {
    width: 100%; }

.rdk-workshop-single__text {
  width: 60%;
  margin: 0 auto;
  padding-left: 20px; }
  .rdk-workshop-single__text.rdk-has-image {
    float: left; }

/* Responsiveness */
@media only screen and (max-width: 768px) {
  .rdk-workshop-single__image,
  .rdk-workshop-single__text {
    width: 100%; }
  .rdk-workshop-single__image {
    padding: 0;
    text-align: center; }
    .rdk-workshop-single__image img {
      max-width: 300px; }
  .rdk-workshop-single__text {
    padding-left: 0; }
  .rdk-workshop-single__buttons .rdk-button {
    margin: 0; } }

/* Fonts */
/* Colors */
/* Main Theme Style */
/* Icons */
/* Various variables */
/* Responsive breakpoints */
/* Z-index scale */
/* Default transition */
/* Links */
/* Menu icons - used in icons.scss, for defining CSS classes for menu icons */
/* Centered content */
/* Button */
/* Input */
/* Select */
/* Radio button */
/* Headings */
.rdk-workshops-archive-page .rdk-workshops-archive {
  overflow: hidden; }

.rdk-workshops-archive-page .rdk-margin-holder {
  height: 100%;
  background: #fff;
  padding: 30px; }

.rdk-workshops-archive-page .rdk-image-right .rdk-margin-holder {
  margin-right: 20px; }

.rdk-workshops-archive-page .rdk-image-left .rdk-margin-holder {
  margin-left: 20px; }

.rdk-workshops-archive__intro {
  padding-top: 20px; }

.rdk-workshops-archive-intro-spacer {
  padding: 25px; }

.rdk-workshops-archive__content,
.rdk-workshops-archive__image {
  float: left;
  position: relative;
  margin: 20px 0;
  height: 400px; }
  .rdk-workshops-archive__content.rdk-image-left.rdk-workshops-archive__content,
  .rdk-workshops-archive__image.rdk-image-left.rdk-workshops-archive__content {
    float: right; }
  .rdk-workshops-archive__content.rdk-image-left.rdk-workshops-archive__image,
  .rdk-workshops-archive__image.rdk-image-left.rdk-workshops-archive__image {
    float: left; }

.rdk-workshops-archive__inner {
  max-width: 760px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 15px; }
  .rdk-workshops-archive__inner.rdk-centered-without-side-padding {
    max-width: 730px;
    padding-left: 0;
    padding-right: 0; }

.rdk-workshops-archive__image {
  width: 35%;
  background: #B24399; }
  .rdk-workshops-archive__image img {
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.rdk-workshops-archive__content {
  width: 65%;
  text-align: left; }

.rdk-workshops-archive__title {
  padding: 20px 0 10px; }
  .rdk-workshops-archive__title.rdk-alt-heading:after {
    margin: 20px 0 0; }

.rdk-workshops-archive-inner {
  max-width: 1330px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%; }
  .rdk-workshops-archive-inner.rdk-centered-without-side-padding {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }

/* Responsiveness */
@media only screen and (max-width: 768px) {
  .rdk-workshops-archive__content,
  .rdk-workshops-archive__image {
    width: 100%; }
  .rdk-workshops-archive__content {
    height: auto; }
  .rdk-workshops-archive__image {
    height: 350px; }
  .rdk-workshops-archive__title {
    padding: 10px 0 20px; }
  .rdk-workshops-archive__inner {
    top: auto;
    -webkit-transform: none;
    transform: none; }
  .rdk-workshops-archive-page .rdk-image-right .rdk-margin-holder,
  .rdk-workshops-archive-page .rdk-image-left .rdk-margin-holder {
    margin: 0; }
  .rdk-workshops-archive-page .rdk-margin-holder {
    padding: 0; } }

@media only screen and (max-width: 400px) {
  .rdk-workshops-archive-intro-spacer {
    padding: 15px; } }