@charset "UTF-8";
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: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  position: relative;
  overflow-x: hidden;
  line-height: 1.6;
  font-weight: 400; }

html {
  font-size: 16px; }
  @media only screen and (max-width: 1000px) {
    html {
      font-size: 14px; } }

* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

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

a:not(.rdk-button) {
  color: #fff; }

a {
  color: #fff;
  outline: 0; }

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

img {
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

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

select {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  select::-ms-expand {
    display: none; }

.button,
.rdk-button,
input[type='submit'] {
  background-color: #eebd63;
  border-color: #eebd63;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button:hover,
  .rdk-button:hover,
  input[type='submit']:hover {
    background-color: #ebb34c;
    border-color: #ebb34c;
    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: #eebd63;
    border: 1px solid #eebd63;
    padding: 14px 36px; }
    .button.rdk-button-transparent:hover,
    .rdk-button.rdk-button-transparent:hover,
    input[type='submit'].rdk-button-transparent:hover {
      background-color: #ebb34c;
      border: 1px solid #ebb34c;
      color: #fff; }
  .button.rdk-button-small,
  .rdk-button.rdk-button-small,
  input[type='submit'].rdk-button-small {
    height: 40px;
    padding: 0.8em;
    font-size: 0.9em; }
    .button.rdk-button-small.rdk-button-transparent,
    .rdk-button.rdk-button-small.rdk-button-transparent,
    input[type='submit'].rdk-button-small.rdk-button-transparent {
      padding: 0.75em; }

.rdk-button-orange {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .rdk-button-orange:hover {
    background-color: #e69500;
    border-color: #e69500;
    color: #fff; }
  .rdk-button-orange:focus {
    outline: 0; }
  .rdk-button-orange.rdk-button-transparent {
    background-color: transparent;
    color: #ffa500;
    border: 1px solid #ffa500;
    padding: 14px 36px; }
    .rdk-button-orange.rdk-button-transparent:hover {
      background-color: #e69500;
      border: 1px solid #e69500;
      color: #fff; }
  .rdk-button-orange.rdk-button-small {
    height: 40px;
    padding: 0.8em;
    font-size: 0.9em; }
    .rdk-button-orange.rdk-button-small.rdk-button-transparent {
      padding: 0.75em; }

select {
  font-family: "Montserrat", sans-serif;
  height: 48px;
  line-height: 1em;
  color: #1f1f1f;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #1f1f1f;
  overflow: hidden;
  padding: 10px 10px;
  font-size: 0.88rem;
  padding: 10px 35px 10px 10px;
  background: url(../img/icons/chevron-down.png) no-repeat right 10px top 50% #000;
  background-size: 22px;
  text-overflow: ellipsis; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

select#rating {
  background: #fff; }

input {
  font-family: "Montserrat", sans-serif;
  height: 48px;
  line-height: 1em;
  color: #1f1f1f;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #1f1f1f;
  overflow: hidden;
  padding: 10px 10px;
  font-size: 0.88rem; }
  input[type='checkbox'] {
    height: unset; }

textarea {
  font-family: "Montserrat", sans-serif;
  height: 48px;
  line-height: 1em;
  color: #1f1f1f;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #1f1f1f;
  overflow: hidden;
  padding: 10px 10px;
  font-size: 0.88rem;
  height: unset; }

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: 32px;
  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: 23px;
  height: 23px;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  background: #fff; }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #eebd63;
  position: absolute;
  top: 7px;
  left: 7px;
  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,
footer {
  float: left;
  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;
  font-weight: 300; }

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

.rdk-overlay {
  -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  z-index: 550;
  position: absolute;
  visibility: hidden;
  background: #1f1f1f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }
  .rdk-overlay.rdk-is-visible {
    -webkit-transition: opacity 0.2s linear, visibility 0s;
    transition: opacity 0.2s linear, visibility 0s;
    visibility: visible;
    opacity: 0.3; }

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

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

.nav-links {
  margin: 30px auto;
  text-align: center;
  font-size: 0; }
  .nav-links a:hover {
    color: #1f1f1f; }
  .nav-links .page-numbers {
    font-size: 16px;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    color: #fff;
    text-decoration: none; }
    .nav-links .page-numbers.current {
      background: #ebe9eb;
      color: #1f1f1f; }
    .nav-links .page-numbers:not(.current):not(.dots):focus, .nav-links .page-numbers:not(.current):not(.dots):hover {
      background: #eebd63;
      color: #1f1f1f; }

.rdk-margin-top-negative {
  float: left;
  width: 100%; }
  .rdk-margin-top-negative > .rdk-centered-content {
    z-index: 500;
    background-color: #fff;
    text-align: left;
    position: relative;
    margin: -60px auto 50px; }
    .rdk-margin-top-negative > .rdk-centered-content .rdk-intro,
    .rdk-margin-top-negative > .rdk-centered-content .rdk-main-content {
      padding-left: 40px;
      padding-right: 40px; }
    .rdk-margin-top-negative > .rdk-centered-content .rdk-intro {
      padding-bottom: 40px;
      display: block; }
      .rdk-margin-top-negative > .rdk-centered-content .rdk-intro,
      .rdk-margin-top-negative > .rdk-centered-content .rdk-intro a {
        line-height: 1.3; }
    .rdk-margin-top-negative > .rdk-centered-content .rdk-main-content {
      padding-bottom: 30px; }
  @media only screen and (max-width: 1300px) {
    .rdk-margin-top-negative > .rdk-centered-content {
      margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .rdk-margin-top-negative > .rdk-centered-content .rdk-main-content,
    .rdk-margin-top-negative > .rdk-centered-content .rdk-intro {
      padding-left: 0;
      padding-right: 0; }
    .rdk-margin-top-negative > .rdk-centered-content .rdk-intro {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 500px) {
    .rdk-margin-top-negative > .rdk-centered-content {
      margin-top: 0; } }

body {
  color: #C7A051;
  background-color: #fff; }

h1.rdk-section-title__title {
  display: none; }

input, textarea {
  background-color: #fff;
  color: #000; }

.rdk-header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.stars span a {
  color: #C7A051; }

.rdk-blog-page .rdk-posts__item-cover {
  background: none !important;
  text-align: center; }
  .rdk-blog-page .rdk-posts__item-cover .rdk-posts__item__excerpt {
    color: #C7A051 !important; }
  .rdk-blog-page .rdk-posts__item-cover .rdk-posts__item__title a {
    color: #C7A051 !important; }
  .rdk-blog-page .rdk-posts__item-cover .rdk-posts__item-read-more a {
    color: #C7A051 !important;
    border-color: #C7A051 !important; }
  .rdk-blog-page .rdk-posts__item-cover .rdk-posts__item-read-more a:hover {
    color: #fff !important; }
  .rdk-blog-page .rdk-posts__item-cover img {
    padding-bottom: 30px; }

.rdk-blog-page .rdk-posts__item__title, .rdk-blog-page .rdk-posts__item__excerpt {
  padding-bottom: 10px !important; }

.single-post .rdk-page-content .rdk-page-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.rdk-not-front-page #post-138 .rdk-page-content .rdk-page-content {
  padding-top: 0 !important;
  padding-bottom: 0; }

.rdk-not-front-page main .rdk-page-content .rdk-page-content {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.rdk-not-front-page .rdk-page-content .rdk-centered-content {
  max-width: 900px; }

.rdk-section-title {
/*   height: 680px;  */
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #AC814D !important; }
  .woocommerce-error a.woocommerce-Button, .woocommerce-info a.woocommerce-Button, .woocommerce-message a.woocommerce-Button {
    color: #fff !important; }

.woocommerce-message, .woocommerce-info, .woocommerce-info::before {
  border-top-color: #AC814D !important;
  color: #AC814D !important; }

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
  color: #AC814D !important; }

h3#order_review_heading {
  color: #AC814D !important; }

.woocommerce-cart .rdk-centered-content {
  max-width: 1310px !important; }

.woocommerce-cart .rdk-page-content {
  padding-top: 50px; }

.woocommerce-cart .cart {
  display: inline-table !important;
  width: 100%; }

.woocommerce-cart a.button.alt {
  color: #fff !important;
  width: 100%; }

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
  color: #644A2A !important;
  font-size: 1rem !important; }

.woocommerce ul.products li.product .button.rdk-button-small {
  display: none !important; }

.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto !important; }

.woocommerce div.product div.images img {
  width: auto !important;
  margin: 0 auto !important; }

.woocommerce div.product form.cart div.quantity {
  /*margin-bottom: 10px;*/
  display: none; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #745C3F; }

.woocommerce .woocommerce-ordering select {
  background-color: #C7A051; }

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none; }

.woocommerce.woocommerce-shop .rdk-woocommerce-holder {
  /*padding-top: 100px;*/ }
  .woocommerce.woocommerce-shop .rdk-woocommerce-holder .type-product h2.woocommerce-loop-product__title, .woocommerce.woocommerce-shop .rdk-woocommerce-holder .type-product .price {
    color: #644A2A; }
  .woocommerce.woocommerce-shop .rdk-woocommerce-holder .type-product .rdk-button-read-more {
    display: none; }

.woocommerce h1.rdk-hooked-product-title {
  color: #745C3F;
  /*padding-top: 85px;*/
  font-size: 1.75rem; }

.woocommerce .woocommerce-product-details__short-description {
  color: #6F5739;
  width: 100%; }

.woocommerce section.related {
  border-top: 1px solid #CA9E77;
  padding-top: 45px; }

.woocommerce .related.products h2 {
  color: #AC814D; }

.rdk-woocommerce-holder {
  padding-top: 5rem; }

.woocommerce-page button.button, .woocommerce-page a.button {
  background-color: #AC814D !important;
  border-color: #AC814D !important;
  margin-top: 0 !important; }

.woocommerce-form-coupon-toggle .woocommerce-info {
  color: #000 !important; }
  .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #000; }

.woocommerce-NoticeGroup .woocommerce-error {
  color: #000; }

.select2-container.select2-container--default .select2-selection--single {
  background-color: #fff !important; }

.rdk-section-slider .rdk-section-slider__about p {
  color: #fff; }

.rdk-section-images-content h2 {
  margin-bottom: 2.25rem;
  font-weight: 600;
  color: #fff; }

.rdk-page-content, .rdk-section-title__cover {
  color: #AC814D !important; }
  .rdk-page-content a, .rdk-section-title__cover a {
    color: #AC814D !important; }

.rdk-section-slider__image img {
  width: 100%; }

.rdk-page-contact {
  text-align: center; }
  .rdk-page-contact .wpcf7 {
    position: inherit; }

#wpcf7-f154-p150-o1 {
  max-width: 700px;
  margin: 0 auto; }
  #wpcf7-f154-p150-o1 .wpcf7-form input, #wpcf7-f154-p150-o1 .wpcf7-form textarea {
    width: 100%; }
  #wpcf7-f154-p150-o1 .wpcf7-form input[type="submit"] {
    background-color: #AC814D;
    border-color: #AC814D;
    color: #fff; }
  #wpcf7-f154-p150-o1 .wpcf7-form .wpcf7-response-output {
    background-color: #fff;
    border-color: red;
    color: red;
    max-width: 100%;
    margin-top: 0; }

.rdk-header__main-menu > .menu-item.active:not(.anchor-link):not(.menu-item-has-children) > a {
  color: #C7A051 !important;
  font-weight: bold !important; }

.rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item {
  background-color: #fff !important;
  border-bottom: none !important; }

.rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item a {
  color: #C7A051 !important; }

.woocommerce div.product form.cart {
  display: block;
  width: 100%; }

/*@media only screen and (max-width: $breakpoint-laptop) {*/
.rdk-header__main-nav {
  margin: 0 auto;
  color: #C7A051; }

.cart {
  background-image: url("../svg/cart_icon.svg");
  display: block;
  width: 32px;
  height: 32px;
  /*margin: 0 6px;*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .cart button.single_add_to_cart_button {
    width: 100%; }

.rdk-section-slider .rdk-section-slider__content {
  position: absolute;
  width: 32%;
  text-align: center;
  right: 15rem;
  margin-top: 0; }

.rdk-section-slider .rdk-section-slider__button.rdk-button {
  background-color: #AC814D;
  border-color: #AC814D;
  font-weight: normal;
  margin: 0;
  height: unset;
  line-height: unset;
  font-size: 1.125rem; }

.rdk-section-slider .rdk-section-slider__about p {
  font-weight: bold; }

.rdk-section-new-products .rdk-section-new-products__view-all a {
  background-color: #AC814D;
  border-color: #AC814D;
  padding: 15px 80px; }

.rdk-section-images .rdk-section-images__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 816px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .rdk-section-images .rdk-section-images__items .rdk-section-images-content {
    width: 35%;
    right: 10%;
    text-align: center;
    position: absolute;
    font-weight: bold; }
    .rdk-section-images .rdk-section-images__items .rdk-section-images-content p {
      font-weight: bold; }
    .rdk-section-images .rdk-section-images__items .rdk-section-images-content .rdk-section-hero__button {
      background-color: #fff;
      border-color: #fff;
      color: #AC814D;
      font-weight: normal;
      margin: 0;
      height: unset;
      line-height: unset;
      font-size: 1.125rem; }

.rdk-section-testimonials {
  background-color: #fff !important; }
  .rdk-section-testimonials .rdk-carousel-content {
    width: 80%;
    margin: 0 auto; }
    .rdk-section-testimonials .rdk-carousel-content .rdk-testimonials__text {
      color: #AC814D; }
  .rdk-section-testimonials .rdk-testimonials-left {
    float: left;
    width: 70%;
    padding: 150px 0;
    font-size: 1.75rem;
    font-weight: bold; }
  .rdk-section-testimonials .rdk-testimonials-right {
    float: left;
    width: 30%;
    padding: 0 1.5rem; }
    .rdk-section-testimonials .rdk-testimonials-right img {
      max-width: 100%; }

.rdk-footer {
  background: #AC814D !important; }
  .rdk-footer .rdk-footer__logo, .rdk-footer .rdk-footer__navigation {
    float: left;
    font-weight: normal;
    text-align: left; }
    .rdk-footer .rdk-footer__logo .rdk-footer__main-menu, .rdk-footer .rdk-footer__logo .menu-footer-menu-container, .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container {
      padding-top: 10px;
      padding-left: 50px; }
      .rdk-footer .rdk-footer__logo .rdk-footer__main-menu li, .rdk-footer .rdk-footer__logo .menu-footer-menu-container li, .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu li, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        line-height: 0.75;
        font-size: 1rem; }
    .rdk-footer .rdk-footer__logo .menu-footer-menu-container, .rdk-footer .rdk-footer__logo .menu-extra-menu-container, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container, .rdk-footer .rdk-footer__navigation .menu-extra-menu-container {
      padding-top: 20px;
      padding-left: 50px; }
      .rdk-footer .rdk-footer__logo .menu-footer-menu-container li, .rdk-footer .rdk-footer__logo .menu-extra-menu-container li, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li, .rdk-footer .rdk-footer__navigation .menu-extra-menu-container li {
        display: inline-block;
        padding: 0 67px 0 20px;
        position: relative;
        line-height: 0.75;
        font-size: 1rem; }
        .rdk-footer .rdk-footer__logo .menu-footer-menu-container li a, .rdk-footer .rdk-footer__logo .menu-extra-menu-container li a, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li a, .rdk-footer .rdk-footer__navigation .menu-extra-menu-container li a {
          text-decoration: none; }

/*}*/
@media only screen and (min-width: 1920px) {
  /*body {
		font-size: 1.25rem;
	}
	
	.rdk-not-front-page {
		.rdk-page-content .rdk-centered-content {
			max-width: 1310px;
		}
		
		#post-138 .rdk-page-content .rdk-page-content .rdk-centered-content {
			max-width: 650px;
		}
	}

	.rdk-header__main-nav {
		
		.rdk-header__main-menu {
			.menu-item {
				a {
					font-size: 1.5rem !important;
				}
				
				&.menu-item-has-children {
					.rdk-dropdown-menu {
						.menu-item {
							a {
								min-width: 300px;
							}
						}
					}
				}
			}
		}
	}

	.rdk-section-slider {
		
		.rdk-section-slider__content {
			width: 40%;
			right: 5rem;
		}
	
		.rdk-section-slider__button {
			&.rdk-button{
				font-size: 1.78rem;
			}
		}
		
		.rdk-section-slider__about {
			p {
				font-size: 2.22rem;
			}
		}
	}

	.rdk-section-new-products {
		.rdk-section-new-products__view-all {
			a {
				font-size: 1.78rem;
			}
		}
	}

	.rdk-section-images {
		.rdk-section-images__items {
			
			.rdk-section-images-content {
				width: 30%;
				right: 15%;
			
				p {
					font-size: 2.22rem;
				}
				
				.rdk-section-hero__button {
					font-size: 1.78rem;
				}
			}
		}
	}

	.rdk-section-testimonials {
		.rdk-carousel-content {
			width: 77%;
			
			.rdk-testimonials__text {
				font-size: 2.22rem;
			}
		}
	}

	.rdk-footer {
		
		.rdk-footer__logo {
			font-size: 1.5rem !important;
			margin-top: 20px;
		}
		
		.rdk-footer__navigation {
			.rdk-footer__main-menu {
				li {
					font-size: 1.5rem !important;
					padding: 0 16px;
				}
			}
			
			.menu-extra-menu-container {
				padding-left: 65px;
				
				li {
					font-size: 1.5rem !important;
					padding: 0 40px 0 0px;
				}
			}
		}
	}*/ }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #C7A051 !important; }
  .rdk-header__main-nav {
    color: #C7A051; }
  .rdk-header__user-nav {
    padding: 15px; }
  .rdk-section-title {
    height: 290px;
    padding: 0;
    background-size: contain; }
  .rdk-section-slider .rdk-section-slider__content {
    width: 55%;
    right: 1rem;
    margin-top: 0; }
    .rdk-section-slider .rdk-section-slider__content h2 {
      font-size: 2rem !important; }
    .rdk-section-slider .rdk-section-slider__content .rdk-section-slider__about p {
      font-weight: 600; }
  .rdk-header__navigation .rdk-header__main-menu > .menu-item {
    background-color: #fff !important;
    text-align: left !important; }
    .rdk-header__navigation .rdk-header__main-menu > .menu-item > a .fas.fa-chevron-down::before {
      left: 45px !important; }
  .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu .menu-item {
    text-align: left !important; }
  .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .dropdown-submenu > a .fas.fa-chevron-down::before {
    left: 85px !important; }
  .rdk-section-images .rdk-section-images__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 345px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .rdk-section-images .rdk-section-images__items .rdk-section-images-content {
      text-align: center;
      padding: 20px;
      width: 45%;
      right: 5%; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content h2 {
        font-size: 1.75rem !important;
        margin-bottom: 0; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content p {
        font-weight: bold; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content .rdk-section-hero__button {
        background-color: #fff;
        border-color: #fff;
        color: #AC814D;
        font-weight: normal;
        margin-top: 15px;
        height: 37px; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content .rdk-button {
        padding: 5px 32px; }
  .rdk-section-testimonials {
    padding: 0 !important; }
    .rdk-section-testimonials .rdk-testimonials__text {
      color: #C7A051 !important;
      font-size: 1.25rem;
      max-width: 500px;
      margin: 0 auto; }
    .rdk-section-testimonials .rdk-testimonials-left {
      padding: 50px 0; }
    .rdk-section-testimonials .rdk-testimonials-right img {
      height: 250px !important; }
  .rdk-footer {
    background: #AC814D !important; }
    .rdk-footer .rdk-footer__navigation {
      padding-left: 30px;
      text-align: left; }
    .rdk-footer .rdk-footer__logo, .rdk-footer .rdk-footer__navigation {
      font-weight: normal;
      text-align: center;
      font-size: initial; }
      .rdk-footer .rdk-footer__logo .menu-extra-menu-container, .rdk-footer .rdk-footer__navigation .menu-extra-menu-container {
        padding-left: 0; }
      .rdk-footer .rdk-footer__logo img, .rdk-footer .rdk-footer__navigation img {
        width: 250px; }
      .rdk-footer .rdk-footer__logo .rdk-footer__main-menu, .rdk-footer .rdk-footer__logo .menu-footer-menu-container, .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container {
        padding-top: 0;
        padding-left: 0; }
        .rdk-footer .rdk-footer__logo .rdk-footer__main-menu li, .rdk-footer .rdk-footer__logo .menu-footer-menu-container li, .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu li, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li {
          padding: 0 5px; }
      .rdk-footer .rdk-footer__logo .menu-footer-menu-container ul, .rdk-footer .rdk-footer__logo #menu-extra-menu ul, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container ul, .rdk-footer .rdk-footer__navigation #menu-extra-menu ul {
        padding-left: 0; }
      .rdk-footer .rdk-footer__logo .menu-footer-menu-container li, .rdk-footer .rdk-footer__logo #menu-extra-menu li, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li, .rdk-footer .rdk-footer__navigation #menu-extra-menu li {
        padding: 0 10px 0 0px; }
        .rdk-footer .rdk-footer__logo .menu-footer-menu-container li a, .rdk-footer .rdk-footer__logo #menu-extra-menu li a, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li a, .rdk-footer .rdk-footer__navigation #menu-extra-menu li a {
          text-decoration: none;
          cursor: pointer; }
  .rdk-blog-page .rdk-posts__item-cover {
    padding: 0 30px !important; }
  .single-post .rdk-page-content .rdk-page-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 768px) {
  .rdk-header__main-nav {
    margin: 0 auto;
    color: #C7A051; }
    .rdk-header__main-nav .rdk-header__main-menu .menu-item a {
      font-weight: normal !important;
      font-size: unset; }
  .rdk-section-title {
    height: 130px;
    background-size: contain; }
  .cart {
    background-image: url("../svg/cart_icon.svg");
    display: block;
    width: 100%;
    height: 32px;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .rdk-section-slider .rdk-section-slider__button.rdk-button {
    background-color: #AC814D;
    border-color: #AC814D;
    font-weight: normal;
    font-size: 0.85rem !important; }
  .rdk-section-slider .rdk-section-slider__content h2 {
    font-size: 1rem !important; }
  .rdk-section-slider .rdk-section-slider__content .rdk-section-slider__about p {
    font-weight: bold; }
  .rdk-section-new-products .rdk-section-new-products__slider .product img {
    width: 100px;
    margin: 0 auto;
    height: 100%; }
  .rdk-section-new-products .rdk-section-new-products__view-all {
    margin-top: 35px; }
    .rdk-section-new-products .rdk-section-new-products__view-all a {
      background-color: #AC814D;
      border-color: #AC814D;
      padding: 15px 60px;
      font-size: 1rem; }
  .rdk-section-images .rdk-section-images__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 153px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .rdk-section-images .rdk-section-images__items .rdk-section-images-content {
      text-align: center;
      padding: 20px;
      width: 60%;
      right: 1%; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content h2 {
        font-size: 0.85rem !important;
        margin-bottom: 0; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content p {
        font-weight: bold; }
      .rdk-section-images .rdk-section-images__items .rdk-section-images-content .rdk-section-hero__button {
        background-color: #fff;
        border-color: #fff;
        color: #AC814D;
        font-weight: normal;
        margin-top: 15px;
        height: 37px; }
  .rdk-section-testimonials {
    background-color: #fff !important;
    padding: 0 !important; }
    .rdk-section-testimonials .rdk-testimonials__carousel {
      padding-top: 0 !important; }
    .rdk-section-testimonials .owl-theme {
      padding-left: 0 !important; }
    .rdk-section-testimonials .rdk-carousel-content {
      width: 63%;
      margin: 0 auto; }
      .rdk-section-testimonials .rdk-carousel-content .rdk-testimonials__text {
        color: #AC814D; }
    .rdk-section-testimonials .rdk-testimonials-left {
      font-size: 1rem;
      font-weight: bold;
      float: none;
      width: 100%;
      padding: 0; }
    .rdk-section-testimonials .rdk-testimonials-right {
      float: none;
      width: 100%; }
      .rdk-section-testimonials .rdk-testimonials-right img {
        width: 50%; }
  .rdk-footer {
    background: #AC814D !important; }
    .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu {
      padding-left: 0; }
      .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu li {
        display: block;
        padding-top: 10px; }
    .rdk-footer .rdk-footer__logo, .rdk-footer .rdk-footer__navigation {
      font-weight: normal;
      text-align: center;
      float: none; }
      .rdk-footer .rdk-footer__logo img, .rdk-footer .rdk-footer__navigation img {
        width: 200px; }
      .rdk-footer .rdk-footer__logo .rdk-footer__main-menu, .rdk-footer .rdk-footer__logo .menu-footer-menu-container, .rdk-footer .rdk-footer__navigation .rdk-footer__main-menu, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container {
        padding-top: 10px; }
      .rdk-footer .rdk-footer__logo .menu-footer-menu-container, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container {
        padding-top: 20px; }
        .rdk-footer .rdk-footer__logo .menu-footer-menu-container li a, .rdk-footer .rdk-footer__navigation .menu-footer-menu-container li a {
          text-decoration: none;
          cursor: pointer; }
  .owl-nav .owl-prev span, .owl-nav .owl-next span {
    color: #AC814D; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #C7A051 !important; }
  .rdk-header__navigation, .rdk-header__navigation .rdk-header__main-menu > .menu-item {
    background-color: #fff !important; }
  .rdk-header__navigation .rdk-header__main-menu > .menu-item > a .fas.fa-chevron-down::before, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .dropdown-submenu > a .fas.fa-chevron-down::before {
    right: 0 !important;
    position: inherit !important; }
  .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu .menu-item {
    text-align: left !important; }
  .rdk-header__user-nav {
    padding: 15px; }
  .rdk-section-slider__content {
    width: 50% !important;
    right: 1rem !important;
    margin-top: 10px !important; }
  .rdk-button {
    padding: 5px 15px !important; }
  .rdk-section-new-products {
    padding: 30px 0 !important;
    min-height: 380px !important; }
  a:not(.rdk-button) {
    text-decoration: none; }
  .woocommerce h1.rdk-hooked-product-title {
    padding-top: 0 !important;
    padding-bottom: 20px; }
  .rdk-woocommerce-holder {
    padding-top: 0 !important; }
  .woocommerce .woocommerce-product-details__short-description, .woocommerce div.product form.cart .button {
    width: 100%; }
  .woocommerce-cart .rdk-page-content {
    padding-top: 0; }
  .rdk-not-front-page main .rdk-page-content .rdk-page-content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .rdk-blog-page .rdk-posts__item-cover {
    padding: 10px 15px; }
  .rdk-blog-page .rdk-posts__item {
    padding: 0 !important; }
  .rdk-blog-page .rdk-posts__item__title, .rdk-blog-page .rdk-posts__item__excerpt {
    padding-bottom: 10px !important; }
  .rdk-blog-page .rdk-posts__item-read-more a {
    padding: 13px 15px !important; }
  .single-post .rdk-page-content .rdk-page-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

.wpcf7 {
  position: relative; }
  .wpcf7 input {
    background-color: #fff; }
  .wpcf7 p {
    margin: 0; }
  .wpcf7 label {
    font-size: 0;
    margin-top: 10px; }
    .wpcf7 label span {
      font-size: 16px; }
  .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,
    .wpcf7 .cf7-full-width select {
      width: 100%; }
  .wpcf7 #rdk_anchor_target {
    position: absolute;
    top: -250px; }
  .wpcf7 .wpcf7-response-output {
    background-color: #000;
    border: 0;
    padding: 10px 15px;
    color: lightgreen;
    border-top: 2px solid lightgreen;
    max-width: 400px;
    margin: 40px auto; }
  .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%; } }

.rdk-footer {
  background: #b9b9b9;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600; }
  .rdk-footer .rdk-footer__logo,
  .rdk-footer .rdk-footer__navigation,
  .rdk-footer .rdk-footer__social {
    display: block; }
  .rdk-footer .rdk-centered-content {
    text-align: center; }
  .rdk-footer .rdk-footer__bottom {
    margin-top: 30px;
    opacity: 0.7; }
  .rdk-footer .rdk-footer__bottom-first,
  .rdk-footer .rdk-footer__bottom-second {
    width: 100%;
    text-align: center; }
  .rdk-footer .fab {
    margin-right: 7px;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    text-align: center;
    line-height: 40px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  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.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.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: 40px;
  height: 4px;
  background-color: #fff;
  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; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media only screen and (max-width: 768px) {
  .hamburger-box {
    width: 30px;
    height: 24px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; } }

.rdk-header {
  z-index: 630;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #CA9E77; }
  .rdk-header.rdk-fixed-top {
    position: fixed; }

.rdk-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.rdk-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  padding: 5px; }
  .rdk-header__logo img {
    max-height: 100%;
    max-width: 100%; }

.rdk-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0 20px 25px; }
  .rdk-header__navigation .rdk-header__main-nav {
    margin: 0 auto; }

.rdk-header__main-menu .menu-item {
  display: inline-block; }
  .rdk-header__main-menu .menu-item.menu-item-has-children > a {
    cursor: pointer; }

.rdk-header__main-menu > .menu-item {
  padding: 0 20px;
  position: relative;
  line-height: 0.75; }
  .rdk-header__main-menu > .menu-item > a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #C7A051;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0; }
    .rdk-header__main-menu > .menu-item > a:hover,
    .rdk-header__main-menu > .menu-item > a:hover .fas.fa-chevron-down:before, .rdk-header__main-menu > .menu-item > a:focus,
    .rdk-header__main-menu > .menu-item > a:focus .fas.fa-chevron-down:before, .rdk-header__main-menu > .menu-item > a:active,
    .rdk-header__main-menu > .menu-item > a:active .fas.fa-chevron-down:before {
      color: #f3d091; }
  .rdk-header__main-menu > .menu-item .fas.fa-chevron-down:before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0; }
  .rdk-header__main-menu > .menu-item.rdk-open > a,
  .rdk-header__main-menu > .menu-item.rdk-open > a .fas.fa-chevron-down:before {
    color: #eebd63; }
  .rdk-header__main-menu > .menu-item.rdk-open > a .fas.fa-chevron-down:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .rdk-header__main-menu > .menu-item.menu-item-has-children {
    padding-right: 28px; }
  .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus,
  .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus .fas.fa-chevron-down:before {
    color: #fff; }
  .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus:hover,
  .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open) > a:focus:hover .fas.fa-chevron-down:before {
    color: #f3d091; }
  .rdk-header__main-menu > .menu-item.active:not(.anchor-link):not(.menu-item-has-children) > a {
    color: #eebd63; }

.rdk-header__main-menu .menu-item-has-children > .rdk-dropdown-menu {
  top: 255%; }

.rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu {
  position: absolute;
  left: 0;
  padding-left: 0;
  z-index: 650;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0; }
  .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item {
    background-color: #eebd63;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: left; }
    .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item a {
      color: #000;
      font-size: 0.88rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: inline-block;
      width: 100%;
      min-width: 180px;
      padding: 12px 20px;
      opacity: 0.9;
      line-height: 1.1; }
    .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item.rdk-open, .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item:hover {
      background-color: #f3d091; }
    .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .menu-item.active:not(.anchor-link):not(.menu-item-has-children) > a {
      background-color: #f3d091; }
  .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu .rdk-dropdown-menu {
    left: 100%;
    top: 0;
    width: 100%; }

@media only screen and (min-width: 1000px) {
  .rdk-header__main-menu .menu-item-has-children .rdk-dropdown-menu {
    -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
    transition: opacity 0.2s linear, visibility 0s linear 0.2s;
    opacity: 0;
    visibility: hidden; }
  .rdk-header__main-menu .menu-item-has-children.rdk-open > .rdk-dropdown-menu {
    -webkit-transition: opacity 0.2s linear, visibility 0s;
    transition: opacity 0.2s linear, visibility 0s;
    opacity: 1;
    visibility: visible; } }

.rdk-header__main-menu .menu-item-has-children.dropdown-submenu > a {
  position: relative;
  padding-right: 35px; }
  .rdk-header__main-menu .menu-item-has-children.dropdown-submenu > a .fas.fa-chevron-down:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 10px;
    font-weight: 800;
    right: 14px;
    position: absolute;
    -webkit-transition: none;
    transition: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.rdk-header__user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-left: 20px;
  position: relative; }
  .rdk-header__user-nav .menu-item {
    position: relative; }
    .rdk-header__user-nav .menu-item.fas, .rdk-header__user-nav .menu-item.fab {
      padding: 10px; }
      .rdk-header__user-nav .menu-item.fas a, .rdk-header__user-nav .menu-item.fab a {
        font-size: 0;
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 5px;
        left: 7px;
        cursor: pointer; }
      .rdk-header__user-nav .menu-item.fas:before, .rdk-header__user-nav .menu-item.fab:before {
        font-size: 20px; }
  .rdk-header__user-nav #mini-cart-count {
    margin-left: -7px;
    letter-spacing: -2px;
    font-size: 15px; }
  .rdk-header__user-nav .rdk-header__utils {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 660; }
    .rdk-header__user-nav .rdk-header__utils a {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0 6px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .rdk-header__user-nav .rdk-header__utils a.cart {
        background-image: url("../img/icons/cart.png");
        position: relative; }
        .rdk-header__user-nav .rdk-header__utils a.cart span {
          position: absolute;
          top: 10px;
          right: -5px;
          width: 20px;
          height: 20px;
          font-size: 15px;
          text-align: center;
          border-radius: 50%;
          line-height: 20px;
          color: #f3d091;
          background-color: #fff; }

.rdk-header__search-form {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  background-color: #eebd63;
  position: absolute;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px; }
  .rdk-header__search-form.rdk-active {
    opacity: 1;
    visibility: visible; }
  .rdk-header__search-form .screen-reader-text {
    display: none; }
  .rdk-header__search-form label {
    float: left;
    margin: 10px 4px; }
  .rdk-header__search-form .search-submit {
    background-color: #000;
    border-color: #000;
    color: #fff;
    height: 48px;
    line-height: 17px;
    display: inline-block;
    padding: 14px 32px;
    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;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .rdk-header__search-form .search-submit:hover {
      background-color: black;
      border-color: black;
      color: #fff; }
    .rdk-header__search-form .search-submit:focus {
      outline: 0; }
    .rdk-header__search-form .search-submit.rdk-button-transparent, .rdk-header__search-form .search-submit {
      background-color: transparent;
      color: #000;
      border: 1px solid #000;
      padding: 14px 36px; }
      .rdk-header__search-form .search-submit.rdk-button-transparent:hover, .rdk-header__search-form .search-submit:hover {
        background-color: black;
        border: 1px solid black;
        color: #fff; }
    .rdk-header__search-form .search-submit.rdk-button-small {
      height: 40px;
      padding: 0.8em;
      font-size: 0.9em; }
      .rdk-header__search-form .search-submit.rdk-button-small.rdk-button-transparent {
        padding: 0.75em; }

.rdk-header__hamburger {
  display: none; }

@media only screen and (max-width: 1000px) {
  .rdk-header-inner {
    padding-top: 8px;
    padding-bottom: 5px; }
  .rdk-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
    text-align: right; }
    .rdk-header__hamburger .hamburger {
      padding-right: 2px; }
  .rdk-header__navigation {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding: 0;
    max-height: calc(100vh - 127px);
    overflow-y: scroll; }
    .rdk-header__navigation,
    .rdk-header__navigation a {
      -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
      transition: opacity 0.2s linear, visibility 0s linear 0.2s; }
    .rdk-header__navigation.rdk-is-visible {
      visibility: visible;
      opacity: 1; }
      .rdk-header__navigation.rdk-is-visible,
      .rdk-header__navigation.rdk-is-visible a {
        -webkit-transition: opacity 0.2s linear, visibility 0s;
        transition: opacity 0.2s linear, visibility 0s; }
    .rdk-header__navigation .rdk-header__main-nav {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
    .rdk-header__navigation .rdk-header__main-menu .rdk-dropdown-menu {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .rdk-header__navigation .rdk-header__main-menu > .menu-item {
      background-color: #000;
      padding: 0;
      text-align: right;
      overflow: hidden; }
      .rdk-header__navigation .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open):not(.dropdown-submenu) > a:focus,
      .rdk-header__navigation .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open):not(.dropdown-submenu) > a:focus .fas.fa-chevron-down:before {
        color: #000; }
      .rdk-header__navigation .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open):not(.dropdown-submenu) > a:focus:hover,
      .rdk-header__navigation .rdk-header__main-menu > .menu-item.menu-item-has-children:not(.rdk-open):not(.dropdown-submenu) > a:focus:hover .fas.fa-chevron-down:before {
        color: #000; }
      .rdk-header__navigation .rdk-header__main-menu > .menu-item > a .fas.fa-chevron-down:before {
        top: 12px;
        right: auto;
        left: 18px; }
    .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item {
      display: block;
      padding: 0;
      border-left: 0; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a {
        font-size: 0.88rem;
        text-transform: uppercase;
        position: relative;
        display: block;
        width: 100%;
        padding: 12px 20px 12px 10px;
        line-height: 1;
        letter-spacing: 0; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:hover,
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:hover .fas.fa-chevron-down:before, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:focus,
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:focus .fas.fa-chevron-down:before, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:active,
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item a:active .fas.fa-chevron-down:before {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item.rdk-open > a,
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item.rdk-open > a .fas.fa-chevron-down:before {
        color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item.rdk-open a {
        background-color: initial; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .dropdown-submenu > a .fas.fa-chevron-down:before {
        left: 22px;
        right: auto;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 8px; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .dropdown-submenu.rdk-open > a .fas.fa-chevron-down:before {
        -webkit-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg); }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu,
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu.rdk-sub-menu {
        background-color: #000;
        position: relative;
        display: none;
        left: 0;
        top: 0; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu .menu-item,
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu.rdk-sub-menu .menu-item {
          text-align: right; }
          .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu .menu-item a,
          .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .rdk-dropdown-menu.rdk-sub-menu .menu-item a {
            min-width: unset;
            font-size: 0.88rem;
            line-height: 1;
            font-weight: 600; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item.active:not(.anchor-link):not(.menu-item-has-children).rdk-subitem > a {
        background-color: initial; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_0 .menu-item {
        background-color: #292929; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_0 .menu-item > a {
          color: #fff;
          padding-right: 30px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_0 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_0 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_0 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_1 .menu-item {
        background-color: #525252; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_1 .menu-item > a {
          color: #fff;
          padding-right: 60px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_1 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_1 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_1 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_2 .menu-item {
        background-color: #7a7a7a; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_2 .menu-item > a {
          color: #fff;
          padding-right: 90px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_2 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_2 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_2 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_3 .menu-item {
        background-color: #a3a3a3; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_3 .menu-item > a {
          color: #fff;
          padding-right: 120px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_3 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_3 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_3 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_4 .menu-item {
        background-color: #cccccc; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_4 .menu-item > a {
          color: #fff;
          padding-right: 150px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_4 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_4 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_4 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
      .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_5 .menu-item {
        background-color: whitesmoke; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_5 .menu-item > a {
          color: #fff;
          padding-right: 180px !important; }
        .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_5 .menu-item:hover > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_5 .menu-item.rdk-open > a, .rdk-header__navigation .rdk-header__main-menu.rdk-navbar .menu-item .depth_5 .menu-item.rdk-open:hover > a {
          color: #eebd63; }
  .rdk-header__user-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 21px; }
  .rdk-header__search-form {
    background-color: #000;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .rdk-header__search-form .search-form,
    .rdk-header__search-form .search-form label,
    .rdk-header__search-form .search-form .search-field {
      width: 100%; }
    .rdk-header__search-form .search-form .search-field {
      width: 100%;
      padding-right: 150px;
      border-color: #fff; }
    .rdk-header__search-form .search-form .search-submit {
      background-color: #eebd63;
      border-color: #eebd63;
      color: #fff;
      height: 48px;
      line-height: 17px;
      display: inline-block;
      padding: 14px 32px;
      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;
      font-weight: 600;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      right: 16px; }
      .rdk-header__search-form .search-form .search-submit:hover {
        background-color: #ebb34c;
        border-color: #ebb34c;
        color: #fff; }
      .rdk-header__search-form .search-form .search-submit:focus {
        outline: 0; }
      .rdk-header__search-form .search-form .search-submit.rdk-button-transparent {
        background-color: transparent;
        color: #eebd63;
        border: 1px solid #eebd63;
        padding: 14px 36px; }
        .rdk-header__search-form .search-form .search-submit.rdk-button-transparent:hover {
          background-color: #ebb34c;
          border: 1px solid #ebb34c;
          color: #fff; }
      .rdk-header__search-form .search-form .search-submit.rdk-button-small {
        height: 40px;
        padding: 0.8em;
        font-size: 0.9em; }
        .rdk-header__search-form .search-form .search-submit.rdk-button-small.rdk-button-transparent {
          padding: 0.75em; } }

@media only screen and (max-width: 500px) {
  .rdk-header__logo {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px; }
  .rdk-header__search-form .search-form .search-field {
    padding-right: 115px; } }

h1,
.rdk-h1 {
  font-weight: 400;
  margin: 0;
  font-size: 5rem;
  line-height: 1.075;
  letter-spacing: -1px;
  font-weight: 700;
  /*@media only screen and (max-width: $breakpoint-mobile) {
            font-size: $font-size-h1 * $font-size-scale;
        }*/ }
  @media only screen and (max-width: 1300px) {
    h1,
    .rdk-h1 {
      font-size: 50px; } }
  @media only screen and (max-width: 1000px) {
    h1,
    .rdk-h1 {
      font-size: 38px;
      line-height: 1.15; } }
  @media only screen and (max-width: 768px) {
    h1,
    .rdk-h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 500px) {
    h1,
    .rdk-h1 {
      font-size: 32px; } }

h2,
.rdk-h2 {
  font-weight: 400;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.2; }
  @media only screen and (max-width: 500px) {
    h2,
    .rdk-h2 {
      font-size: 1.8rem; } }

h3,
.rdk-h3 {
  font-weight: 400;
  margin: 0;
  font-size: 1.8rem;
  color: #eebd63;
  font-weight: 300;
  margin: 40px 0 20px;
  line-height: 1.3; }
  @media only screen and (max-width: 500px) {
    h3,
    .rdk-h3 {
      font-size: 1.44rem; } }

h4,
.rdk-h4 {
  font-weight: 400;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5; }
  @media only screen and (max-width: 500px) {
    h4,
    .rdk-h4 {
      font-size: 1.2rem; } }

h5,
.rdk-h5 {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5; }
  @media only screen and (max-width: 500px) {
    h5,
    .rdk-h5 {
      font-size: 0.8rem; } }

h6,
.rdk-h6 {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #eebd63;
  font-weight: 600; }
  @media only screen and (max-width: 500px) {
    h6,
    .rdk-h6 {
      font-size: 0.8rem; } }

.rdk-navbar, .rdk-navbar * {
  list-style: none; }

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

.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: #1f1f1f; }
    .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
      background-color: #eebd63; }
    .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background-color: #eebd63;
      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: 15px; }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
      right: 15px; }
    .owl-carousel.owl-theme .owl-nav button:hover {
      background: transparent;
      color: #eebd63;
      text-decoration: none; }

.woocommerce-page #main {
  max-width: 1310px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%; }
  .woocommerce-page #main.rdk-centered-without-side-padding {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0; }

/* Product title */
.woocommerce-loop-product__title {
  color: #1f1f1f; }

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

/* Disabled button */
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #eebd63;
  color: #fff; }

/* Selected dropdown */
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #0073aa; }

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: #eebd63;
  border-color: #eebd63;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -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: #ebb34c;
    border-color: #ebb34c;
    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: #eebd63;
    border: 1px solid #eebd63;
    padding: 14px 36px; }
    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: #ebb34c;
      border: 1px solid #ebb34c;
      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.8em;
    font-size: 0.9em; }
    body.woocommerce-page #respond input#submit.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page a.button.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page button.button.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page input.button.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page #respond input#submit.alt.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page a.button.alt.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page button.button.alt.rdk-button-small.rdk-button-transparent,
    body.woocommerce-page input.button.alt.rdk-button-small.rdk-button-transparent {
      padding: 0.75em; }

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 10px; }

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: #eebd63;
  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 10px; }

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;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px; }
    .woocommerce-MyAccount-navigation-link a:hover {
      color: #eebd63; }

.woocommerce-account .addresses .title .edit {
  background-color: #eebd63;
  border-color: #eebd63;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .woocommerce-account .addresses .title .edit:hover {
    background-color: #ebb34c;
    border-color: #ebb34c;
    color: #fff; }
  .woocommerce-account .addresses .title .edit:focus {
    outline: 0; }
  .woocommerce-account .addresses .title .edit.rdk-button-transparent {
    background-color: transparent;
    color: #eebd63;
    border: 1px solid #eebd63;
    padding: 14px 36px; }
    .woocommerce-account .addresses .title .edit.rdk-button-transparent:hover {
      background-color: #ebb34c;
      border: 1px solid #ebb34c;
      color: #fff; }
  .woocommerce-account .addresses .title .edit.rdk-button-small {
    height: 40px;
    padding: 0.8em;
    font-size: 0.9em; }
    .woocommerce-account .addresses .title .edit.rdk-button-small.rdk-button-transparent {
      padding: 0.75em; }

.woocommerce-account .addresses .title h3 {
  margin-top: 16px; }

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

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

.woocommerce fieldset {
  border-color: #1f1f1f;
  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: 48px; }

.select2-container.select2-container--default .select2-selection--single {
  font-family: "Montserrat", sans-serif;
  height: 48px;
  line-height: 1em;
  color: #1f1f1f;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #1f1f1f;
  overflow: hidden;
  padding: 10px 10px;
  font-size: 0.88rem; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
  color: #fff; }
  .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 {
  color: #eebd63;
  width: 48%;
  float: right; }
  @media only screen and (max-width: 768px) {
    .rdk-hooked-product-title {
      width: 100%;
      float: none; } }

.woocommerce .quantity .qty {
  width: 5.631em; }

.related.products h2 {
  color: #eebd63;
  padding-bottom: 20px; }

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

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

.woocommerce .product-remove a.remove {
  text-align: center;
  line-height: 0.9;
  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 & Checkout */
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;
  color: #eebd63; }

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: #eebd63; }

body .woocommerce-cart-form__cart-item {
  font-weight: 600; }

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: #828282; }

body .woocommerce table.shop_table,
body .woocommerce table.shop_table td,
body #add_payment_method .cart-collaterals .cart_totals tr td,
body #add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #828282; }

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: #1f1f1f; }

body .select2-dropdown {
  background: #0c0c0c;
  color: #fff; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #1f1f1f; }

/* 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: #eebd63;
  color: #fff; }

/* END */
/* START - Shop page */
body.woocommerce ul.products li.product .price {
  color: #77C422;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 900;
  opacity: 0.9; }
  body.woocommerce ul.products li.product .price del {
    opacity: .5; }

body .woocommerce-loop-product__title {
  font-weight: 600;
  color: #fff; }

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: #eebd63;
    border-color: #eebd63;
    color: #fff;
    height: 48px;
    line-height: 17px;
    display: inline-block;
    padding: 14px 32px;
    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;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 5px; }
    body.woocommerce ul.products li.product .button:hover,
    body.woocommerce-page ul.products li.product .button:hover {
      background-color: #ebb34c;
      border-color: #ebb34c;
      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: #eebd63;
      border: 1px solid #eebd63;
      padding: 14px 36px; }
      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: #ebb34c;
        border: 1px solid #ebb34c;
        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.8em;
      font-size: 0.9em; }
      body.woocommerce ul.products li.product .button.rdk-button-small.rdk-button-transparent, body.woocommerce ul.products li.product .button.rdk-button-transparent,
      body.woocommerce-page ul.products li.product .button.rdk-button-small.rdk-button-transparent,
      body.woocommerce-page ul.products li.product .button.rdk-button-transparent {
        padding: 0.75em; }

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 a.added_to_cart {
  background-color: #eebd63;
  border-color: #eebd63;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0; }
  body.woocommerce a.added_to_cart:hover {
    background-color: #ebb34c;
    border-color: #ebb34c;
    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: #eebd63;
    border: 1px solid #eebd63;
    padding: 14px 36px; }
    body.woocommerce a.added_to_cart.rdk-button-transparent:hover, body.woocommerce a.added_to_cart:hover {
      background-color: #ebb34c;
      border: 1px solid #ebb34c;
      color: #fff; }
  body.woocommerce a.added_to_cart.rdk-button-small, body.woocommerce a.added_to_cart {
    height: 40px;
    padding: 0.8em;
    font-size: 0.9em; }
    body.woocommerce a.added_to_cart.rdk-button-small.rdk-button-transparent, body.woocommerce a.added_to_cart.rdk-button-transparent {
      padding: 0.75em; }
  body.woocommerce a.added_to_cart.wc-forward {
    padding-left: 12px;
    padding-right: 12px; }

body .rdk-out-of-stock {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  height: 48px;
  line-height: 17px;
  display: inline-block;
  padding: 14px 32px;
  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;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin: 0;
  pointer-events: none;
  cursor: text;
  opacity: .9; }
  body .rdk-out-of-stock:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #fff; }
  body .rdk-out-of-stock:focus {
    outline: 0; }
  body .rdk-out-of-stock.rdk-button-transparent {
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    padding: 14px 36px; }
    body .rdk-out-of-stock.rdk-button-transparent:hover {
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid rgba(0, 0, 0, 0);
      color: #fff; }
  body .rdk-out-of-stock.rdk-button-small, body .rdk-out-of-stock {
    height: 40px;
    padding: 0.8em;
    font-size: 0.9em; }
    body .rdk-out-of-stock.rdk-button-small.rdk-button-transparent, body .rdk-out-of-stock.rdk-button-transparent {
      padding: 0.75em; }

@media only screen and (max-width: 450px) {
  body.woocommerce ul.products[class*="columns-"] li.product,
  body.woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%; } }

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

.woocommerce-review-link {
  font-size: 12px;
  color: #1f1f1f; }

.woocommerce-Reviews-title {
  font-weight: 400;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600; }
  @media only screen and (max-width: 500px) {
    .woocommerce-Reviews-title {
      font-size: 1.2rem; } }

#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: #1f1f1f; }

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

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

.wwp_wholesaler_registration .wholesaler-registration {
  display: none; }

.woocommerce-password-strength {
  display: none !important; }

.wpcr3_respond_1 input:not([type='checkbox']), .wpcr3_respond_1 textarea {
  width: 100%; }

.rdk-blog-page .rdk-blog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.rdk-blog-page .rdk-posts__item {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  padding: 20px 10px;
  border-radius: 10px; }

.rdk-blog-page .rdk-posts__item-cover {
  padding: 30px;
  background: #000; }

.rdk-blog-page .rdk-posts__item__title {
  padding-bottom: 30px; }
  .rdk-blog-page .rdk-posts__item__title a {
    color: #eebd63;
    text-decoration: none; }

.rdk-blog-page .rdk-posts__item__excerpt {
  padding-bottom: 30px; }

@media only screen and (max-width: 1000px) {
  .rdk-blog-page .rdk-posts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media only screen and (max-width: 768px) {
  .rdk-blog-page .rdk-blog__inner {
    margin-left: 0;
    margin-right: 0; }
  .rdk-blog-page .rdk-posts__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0; }
  .rdk-blog-page .rdk-posts__item-cover {
    padding: 20px 15px; } }

.rdk-page-search .rdk-search__item {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #EEEEEE; }
  .rdk-page-search .rdk-search__item:hover .rdk-search__title h2 {
    text-decoration: underline; }
  .rdk-page-search .rdk-search__item:hover .rdk-search__image {
    -webkit-filter: brightness(108%);
    filter: brightness(108%); }

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

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

.rdk-section-slider {
  min-height: auto;
  position: relative; }
  .rdk-section-slider .rdk-section-slider__button.rdk-button {
    background-color: #AC814D;
    border-color: #AC814D;
    font-weight: normal;
    margin: 0;
    height: unset;
    line-height: unset;
    font-size: 1.125rem; }

.rdk-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto; }

.rdk-section-slider__content {
  position: absolute;
  width: 32%;
  text-align: center;
  right: 15rem;
  margin-top: 80px;
  color: #fff; }

@media only screen and (max-width: 768px) {
  .rdk-section-slider,
  .rdk-slider__item {
    min-height: 200px; }
  .rdk-section-slider__image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%; }
    .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-marque {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .rdk-marque marquee {
    height: 40px;
    background: black;
    color: white;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600; }

.rdk-section-new-products {
  background-color: #fff;
  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: #eebd63;
  opacity: 0.5; }

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

.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: #1f1f1f;
  margin: 5px 7px;
  border-radius: 50%; }

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

.rdk-section-new-products__item {
  text-align: center;
  position: relative; }
  .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: #f3d091; }
    .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 {
    line-height: 1.3;
    padding: 10px 0 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    text-transform: uppercase;
    font-weight: 600;
    color: #000; }
  .rdk-section-new-products__item .price {
    color: #77C422;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 900;
    opacity: 0.9; }
    .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: .918em;
      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: .918em;
      right: 1em;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
    .rdk-section-new-products__item .button.loading, .rdk-section-new-products__item .button.added {
      padding-right: 39px; }
  .rdk-section-new-products__item .added_to_cart {
    background-color: #eebd63;
    border-color: #eebd63;
    color: #fff;
    height: 48px;
    line-height: 17px;
    display: inline-block;
    padding: 14px 32px;
    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;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: black !important;
    padding: 11px 19px !important;
    margin-top: 0;
    margin-left: 3px;
    z-index: 999;
    position: absolute;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase; }
    .rdk-section-new-products__item .added_to_cart:hover {
      background-color: #ebb34c;
      border-color: #ebb34c;
      color: #fff; }
    .rdk-section-new-products__item .added_to_cart:focus {
      outline: 0; }
    .rdk-section-new-products__item .added_to_cart.rdk-button-transparent, .rdk-section-new-products__item .added_to_cart {
      background-color: transparent;
      color: #eebd63;
      border: 1px solid #eebd63;
      padding: 14px 36px; }
      .rdk-section-new-products__item .added_to_cart.rdk-button-transparent:hover, .rdk-section-new-products__item .added_to_cart:hover {
        background-color: #ebb34c;
        border: 1px solid #ebb34c;
        color: #fff; }
    .rdk-section-new-products__item .added_to_cart.rdk-button-small, .rdk-section-new-products__item .added_to_cart {
      height: 40px;
      padding: 0.8em;
      font-size: 0.9em; }
      .rdk-section-new-products__item .added_to_cart.rdk-button-small.rdk-button-transparent, .rdk-section-new-products__item .added_to_cart.rdk-button-transparent {
        padding: 0.75em; }
    .rdk-section-new-products__item .added_to_cart:hover {
      background: #ebb34c !important; }

.rdk-section-new-products__view-all {
  text-align: center;
  padding-top: 50px; }
  .rdk-section-new-products__view-all a {
    display: inline-block;
    font-size: 1.125rem;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #AC814D;
    border-color: #AC814D;
    padding: 15px 80px;
    color: #fff; }

/* Responsiveness */
@media only screen and (min-width: 1000px) {
  .rdk-section-new-products .rdk-section-new-products__slider .product img {
    /*height: 417px;*/ } }

@media only screen and (max-width: 500px) {
  .rdk-section-new-products__item {
    margin: 0 auto;
    max-width: 300px; }
  .rdk-section-new-products .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 6px; }
  .rdk-section-new-products .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 6px; }
  .rdk-section-new-products .owl-carousel.owl-theme .owl-nav button:focus {
    color: #fff; } }

.rdk-section-images {
  position: relative;
  border-bottom: 1px solid #f3d091;
  background-color: #fff; }
  .rdk-section-images .rdk-section-images-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.rdk-section-images__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  font-weight: 700; }

.rdk-section-images__item {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  padding: 40px; }
  .rdk-section-images__item:not(:last-child) {
    border-right: 1px #f3d091 solid; }

.rdk-section-images__image {
  overflow: hidden;
  text-align: center; }

.rdk-section-images__image-title {
  text-align: center;
  color: #eebd63;
  letter-spacing: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 22px; }

.rdk-section-images__item:hover .rdk-section-images__image-title {
  letter-spacing: 1px; }

.rdk-section-images__image img {
  width: 100%;
  max-width: 300px; }

@media only screen and (max-width: 1300px) {
  .rdk-section-images__item {
    padding: 20px; } }

@media only screen and (max-width: 1000px) {
  .rdk-section-images__item {
    padding: 10px; } }

@media only screen and (max-width: 768px) {
  .rdk-section-images__item {
    padding: 0; } }

@media only screen and (max-width: 500px) {
  .rdk-section-images__image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.rdk-section-paragraphs .rdk-paragraph-colored-background {
  background-color: #fff;
  color: #0c0c0c; }

.rdk-section-paragraphs .rdk-paragraph-text {
  font-size: 16px;
  font-weight: 400;
  text-align: center; }

.rdk-section-paragraphs .rdk-paragraph-grunge-background {
  background-image: url(../img/background-grunge.png);
  background-repeat: repeat;
  padding: 40px 0; }
  .rdk-section-paragraphs .rdk-paragraph-grunge-background .wpcf7-form label,
  .rdk-section-paragraphs .rdk-paragraph-grunge-background .wpcf7-form .wpcf7-submit {
    margin: 0 10px; }

@media only screen and (max-width: 500px) {
  .rdk-paragraph-text {
    margin: 0;
    line-height: 1.3; } }

@media only screen and (max-width: 1300px) {
  .rdk-paragraph-grunge-background .wpcf7 .wpcf7-form label,
  .rdk-paragraph-grunge-background .wpcf7 .wpcf7-form .wpcf7-submit {
    display: block;
    margin-bottom: 10px; }
  .rdk-paragraph-grunge-background .wpcf7 .wpcf7-form label input,
  .rdk-paragraph-grunge-background .wpcf7 .wpcf7-form .wpcf7-submit {
    max-width: 260px;
    width: 100%; }
  .rdk-paragraph-grunge-background .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 auto; } }

.rdk-section-title {
  padding: 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .rdk-section-title .rdk-centered-content {
    position: relative; }

.rdk-section-title__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rdk-section-title__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  opacity: 0.96;
  font-size: 22px;
  line-height: 1.55;
  margin-top: 0; }
  .rdk-section-title__content > p {
    margin-top: 0; }

@media only screen and (max-width: 1325px) {
  .rdk-section-title .rdk-centered-content {
    padding-left: 50px;
    padding-right: 50px; }
  .rdk-section-title__cover {
    margin: 0; } }

@media only screen and (max-width: 1000px) {
  .rdk-section-title .rdk-centered-content {
    padding-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .rdk-section-title .rdk-centered-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; } }

.wwp_wholesaler_registration form {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px; }
  .wwp_wholesaler_registration form .form-row:nth-child(3) {
    display: inline-block;
    margin-right: calc( 2% - 5px);
    width: 49%; }
    .wwp_wholesaler_registration form .form-row:nth-child(3) input {
      width: 100%; }
  .wwp_wholesaler_registration form .form-row:nth-child(4) {
    display: inline-block;
    width: 49%; }
    .wwp_wholesaler_registration form .form-row:nth-child(4) input {
      width: 100%; }
  .wwp_wholesaler_registration form .form-row:nth-child(5) {
    display: block;
    width: 100%; }
    .wwp_wholesaler_registration form .form-row:nth-child(5) input {
      width: 100%; }

.rdk-wholesale-price {
  margin-bottom: 2em; }
  .rdk-wholesale-price .rdk-h3 {
    margin-top: 0; }

.alg_wc_product_wholesale_pricing_table {
  border-collapse: collapse; }
  .alg_wc_product_wholesale_pricing_table th {
    padding: 8px 12px;
    text-transform: capitalize;
    border: 1px solid #fff;
    font-weight: 400; }
  .alg_wc_product_wholesale_pricing_table td {
    padding: 8px 12px;
    border: 1px solid #fff;
    color: #77a464; }
    .alg_wc_product_wholesale_pricing_table td > span {
      font-weight: 600; }
    .alg_wc_product_wholesale_pricing_table td > del {
      font-weight: 400; }

.rdk-section-testimonials {
  text-align: center;
  padding: 100px 0 80px;
  background-color: #fff; }
  .rdk-section-testimonials .rdk-testimonials__title {
    max-width: 1310px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
    color: #0c0c0c; }
    .rdk-section-testimonials .rdk-testimonials__title.rdk-centered-without-side-padding {
      max-width: 1280px;
      padding-left: 0;
      padding-right: 0; }
  .rdk-section-testimonials .owl-theme {
    max-width: 930px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .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__name {
      margin-bottom: 10px;
      font-size: 1.25rem; }
    .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 #eebd63;
        top: -7px;
        left: -7px;
        z-index: 11;
        border-radius: 50%; }
    .rdk-section-testimonials .owl-theme span {
      color: #000; }
  .rdk-section-testimonials .rdk-testimonials__text {
    color: #000; }

.rdk-instagram-feed {
  margin-top: 100px;
  margin-bottom: 50px; }
  .rdk-instagram-feed .rdk-h3 {
    text-align: center;
    font-weight: 600;
    color: #AC814D; }
  .rdk-instagram-feed #sb_instagram .sb_instagram_header {
    display: none; }
