/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
*.fa:before,
*.fa:after {
  font-family: FontAwesome;
}
/* CUSTOM FOR THEME */
html {
  font-size: 16px;
  line-height: 1.4;
}
body {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #555555;
  width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #3c3533;
  font-family: 'Sarabun', sans-serif;
}
h1.vc_custom_heading,
h2.vc_custom_heading,
h3.vc_custom_heading,
h4.vc_custom_heading,
h5.vc_custom_heading,
h6.vc_custom_heading {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
}
h1,
.text-size-h1 {
  font-size: 3rem;
}
h2,
.text-size-h2 {
  font-size: 2.5rem;
}
h3,
.text-size-h3 {
  font-size: 2rem;
}
h4,
.text-size-h4 {
  font-size: 1.5rem;
}
h5,
.text-size-h5 {
  font-size: 1.25rem;
}
h6,
.text-size-h6 {
  font-size: 1rem;
}
.text-size-xl {
  font-size: 3.5rem;
}
.text-size-sm {
  font-size: 12px;
}
a {
  color: #de6825;
}
a:hover {
  color: #de6825;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
b,
strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1,
  .text-size-h1 {
    font-size: 2.25rem;
  }
  h2,
  .text-size-h2 {
    font-size: 2rem;
  }
  h3,
  .text-size-h3 {
    font-size: 1.75rem;
  }
  h4,
  .text-size-h4 {
    font-size: 1.5rem;
  }
  h5,
  .text-size-h5 {
    font-size: 1.25rem;
  }
  h6,
  .text-size-h6 {
    font-size: 1rem;
  }
  .text-size-xl {
    font-size: 2.75rem;
  }
}
/* CLASSES */
.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
p:empty {
  display: none;
}
.clear:before,
.clear:after {
  content: '';
  clear: both;
  display: block;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* CUSTOM FOR VC */
.color-default,
.color-default * {
  color: #de6825;
}
.color-light,
.color-light * {
  color: #ffffff;
}
.color-dark,
.color-dark * {
  color: #3c3533;
}
.color-soft,
.color-soft * {
  color: #999999;
}
.color-hover,
.color-hover * {
  color: #de6825;
}
.color-inherit {
  color: inherit;
}
.text-heading {
  font-family: 'Sarabun', sans-serif;
}
.text-normal {
  font-weight: 300;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-none {
  text-transform: none;
}
.text-underline {
  text-decoration: underline;
}
.vc_btn3-container {
  margin-bottom: 35px;
}
.vc_btn3-container button,
.vc_btn3-container a {
  font-family: 'Sarabun', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.vc_btn3-container .vc_btn3-size-xs {
  font-size: 0.5rem;
}
.vc_btn3-container .vc_btn3-size-sm {
  font-size: 0.75rem;
}
.vc_btn3-container .vc_btn3-size-md {
  font-size: 1rem;
}
.vc_btn3-container .vc_btn3-size-lg {
  font-size: 1.5rem;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-white {
  color: #de6825;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-warning:not(:hover) {
  border-color: rgba(222, 104, 37, 0.3);
  background-color: #de6825;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-warning:hover,
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-warning:active {
  border-color: #de6825;
  background-color: #de6825;
}
.vc_btn3-container .vc_btn3-style-outline.vc_btn3-color-warning:not(:hover) {
  border-color: rgba(222, 104, 37, 0.3);
  background-color: #ffffff;
  color: #de6825;
}
.vc_btn3-container .vc_btn3-style-outline.vc_btn3-color-warning:hover,
.vc_btn3-container .vc_btn3-style-outline.vc_btn3-color-warning:active {
  border-color: #de6825;
  background-color: #de6825;
}
.vc_btn3-container .vc_btn3-style-outline-custom:not(:hover) {
  background-color: #ffffff !important;
}
.wpb_gallery_slides.wpb_image_grid > ul:not(.wpb_image_grid_ul-0) {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  justify-content: center;
}
.wpb_gallery_slides.wpb_image_grid > ul:not(.wpb_image_grid_ul-0) li {
  position: static !important;
  float: none;
  margin: 0;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-3 li,
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-4 li,
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-5 li,
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-6 li,
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-8 li {
  width: 100%;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-5 {
  margin: -2.5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-5 li {
  padding: 2.5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-10 {
  margin: -5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-10 li {
  padding: 5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-15 {
  margin: -7.5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-15 li {
  padding: 7.5px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-30 {
  margin: -15px;
}
.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_gap-30 li {
  padding: 15px;
}
@media (min-width: 768px) {
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-3 li {
    width: 33.3333%;
  }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-4 li {
    width: 25%;
  }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-5 li {
    width: 20%;
  }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-6 li {
    width: 16.6666%;
  }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul-8 li {
    width: 12.5%;
  }
}
.vc_tta-container .hide-tab-bar .vc_tta-tabs-container {
  display: none !important;
}
body {
  background: repeat #ffffff url(../images/bg-w.png) left top;
}
/* CUSTOM FOR VC */
.wpb_raw_code,
.wpb_images_carousel {
  margin-bottom: 0;
}
.wpb_images_carousel div[data-ride="vc_carousel"],
.wpb_images_carousel .vc_carousel-indicators {
  width: 100% !important;
}
.wpb_images_carousel .vc_carousel-indicators {
  margin-left: -50% !important;
}
.wpb_images_carousel .vc_carousel-indicators > li {
  width: 24px !important;
  height: 24px !important;
  margin: 0 5px !important;
  border: 0 !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
}
.wpb_images_carousel .vc_carousel-indicators > li:not(.vc_active):not(:hover) {
  opacity: 0.5;
}
.wpb_images_carousel .vc_carousel-control span:not(:hover) {
  opacity: 0.5;
}
.wpb_images_carousel .vc_carousel-control span:before {
  font-family: FontAwesome;
  color: #ffffff !important;
  font-size: 3rem !important;
}
.wpb_images_carousel .vc_carousel-control .icon-prev:before {
  content: '\f053' !important;
}
.wpb_images_carousel .vc_carousel-control .icon-next:before {
  content: '\f054' !important;
}
.wpb_images_carousel .vc_carousel-slideline {
  max-height: 75vw;
}
.wpb_images_carousel .vc_item {
  height: auto !important;
}
.wpb_images_carousel img {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: auto;
}
@media (min-width: 1200px) {
  .wpb_images_carousel .vc_carousel-slideline {
    max-height: 50vw;
  }
}
@media (max-width: 767px) {
  .wpb_images_carousel .vc_carousel-indicators {
    display: none;
  }
  .wpb_images_carousel .vc_carousel-control span:before {
    font-size: 2rem !important;
  }
}
/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 777;
}
.site-header.menu-active #menu-toggle i {
  background-color: transparent;
}
.site-header.menu-active #menu-toggle i:before,
.site-header.menu-active #menu-toggle i:after {
  top: 0;
  background-color: #555555;
}
.site-header.menu-active #menu-toggle i:before {
  transform: rotate(-45deg);
}
.site-header.menu-active #menu-toggle i:after {
  transform: rotate(45deg);
}
.site-header.menu-active #main-navigation {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.site-header.menu-active #main-navigation > * {
  width: 100%;
}
#menu-toggle {
  position: absolute;
  top: 50%;
  /*right: 135px;*/
  right: 75px;
  display: block;
  height: 32px;
  margin-top: -16px;
  padding: 0;
  background-color: transparent;
  border: 0;
  z-index: 9;
  outline: 0;
}
#menu-toggle i {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #555555;
}
#menu-toggle i:before,
#menu-toggle i:after {
  content: '';
  position: absolute;
  display: inherit;
  width: inherit;
  height: inherit;
  background-color: inherit;
}
#menu-toggle i:before {
  top: -400%;
}
#menu-toggle i:after {
  top: 400%;
}
#site-branding {
  position: relative;
  display: inline-block;
  width: auto;
  height: 60px;
  margin: 0;
  line-height: 1;
}
#site-branding a {
  display: block;
  height: 100%;
  padding: 10px 15px;
}
#site-branding img {
  width: auto;
  height: 100%;
}
#main-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 9;
}
#main-navigation ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#main-navigation ul li {
  position: relative;
}
#main-navigation ul li.menu-item-has-children > a {
  padding-right: 1rem;
}
#main-navigation ul li.menu-item-has-children > a:after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  line-height: 36px;
}
#main-navigation ul li.current-menu-item > a {
  color: #de6825;
}
#main-navigation ul li a {
  display: block;
  padding: 10px 0;
  color: #555555;
  font-family: 'Sarabun', sans-serif;
  text-decoration: none;
  line-height: 1;
}
#main-navigation ul li a:hover {
  color: #de6825;
}
#main-navigation > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
#main-navigation .sub-menu {
  padding-left: 15px;
}
#main-navigation .sub-menu .sub-menu {
  display: none;
}
#main-navigation .menu[id^="menu-social-menu-"] li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999px;
}
#main-navigation .menu[id^="menu-social-menu-"] li:before,
#main-navigation .menu[id^="menu-social-menu-"] li a {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#main-navigation .menu[id^="menu-social-menu-"] li:before {
  content: '';
  background: no-repeat center;
  background-size: auto 24px;
}
#main-navigation .menu[id^="menu-social-menu-"] li.icon-facebook:before {
  background-image: url(../images/ico-white-35-facebook.svg);
}
#main-navigation .menu[id^="menu-social-menu-"] li.icon-tripadvisor:before {
  background-image: url(../images/ico-white-35-tripadvisor.svg);
}
#main-navigation .menu[id^="menu-social-menu-"] .sub-menu {
  display: none;
}
.shop-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  color: #de6825;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  /*padding-left: 10px;*/
  text-transform: uppercase;
  font-weight: 700;
}
.shop-menu a {
  display: block;
  text-decoration: none;
}
.shop-menu i {
  display: block;
  /*width: 54px;*/
  width: 60px;
  height: 60px;
  padding: 10px 15px;
  background: no-repeat center;
  background-size: auto 48px;
  text-align: center;
  font-style: normal;
  line-height: 48px;
  color: #ffffff;
}
.shop-menu i.user {
  display: none;
  background-image: url(../images/ico-orange-30-user.svg);
  background-size: auto 42px;
}
.shop-menu i.cart {
  background-image: url(../images/ico-orange-30-shoppingbag.svg);
}
.social-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.social-menu li:hover {
  opacity: 0.5;
}
.social-menu li:not(.btn) {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.social-menu li:not(.btn):before,
.social-menu li:not(.btn) a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 24px;
}
.social-menu li:not(.btn) a {
  padding: 0 !important;
  white-space: nowrap;
  text-indent: 999px;
}
.social-menu li a {
  line-height: 1;
}
.social-menu .sub-menu {
  display: none;
}
@media (min-width: 1360px) {
  .main-header {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
  }
  #menu-toggle {
    display: none;
  }
  #site-branding {
    height: 110px;
  }
  #site-branding a {
    padding: 20px 15px;
  }
  #main-navigation {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    border-top: 0;
  }
  #main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    padding: 0;
    border-top: 6px solid transparent;
    display: none;
    opacity: 0;
    z-index: -999;
  }
  #main-navigation .sub-menu li {
    background-color: #de6825;
    border: 1px solid #de6825;
  }
  #main-navigation .sub-menu li:hover {
    background-color: #ffffff;
  }
  #main-navigation .sub-menu li.current-menu-item:not(:hover) > a {
    color: #ffffff;
  }
  #main-navigation .sub-menu li a {
    display: block;
    padding: 15px;
    color: #ffffff;
  }
  #main-navigation > ul:not(#main-menu) > li > a {
    text-transform: none;
    font-weight: 300;
  }
  #main-navigation > ul > li {
    position: relative;
    display: inline-block;
  }
  #main-navigation > ul > li > a {
    padding: 0 0 0 17px;
    line-height: 40px;
  }
  #main-navigation > ul > li.current-menu-item > a,
  #main-navigation > ul > li.current-menu-parent > a {
    position: relative;
    color: #555555;
  }
  #main-navigation > ul > li.current-menu-item > a:before,
  #main-navigation > ul > li.current-menu-parent > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
    width: calc(100% - 15px);
    height: 3px;
    background-color: #de6825;
  }
  #main-navigation > ul > li.menu-item-has-children > a:after {
    line-height: 40px;
  }
  #main-navigation > ul > li:hover .sub-menu {
    display: block;
    opacity: 1;
    z-index: 999;
  }
  #main-menu,
  #login-menu {
    padding-right: 15px !important;
  }
  #main-menu {
    display: flex;
    justify-content: space-around;
    order: 1;
    width: 100%;
    margin-top: 3px !important;
    padding-top: 11px !important;
    border-top: 1px solid #eee;
  }
  #login-menu .fa {
    color: #de6825;
  }
  .shop-menu {
    display: none;
    /*position: static;
        white-space: nowrap;
        padding: 0 15px;

        a {
            display: flex;
            height: 32px;
            margin: 39px 0;
        }

        span, i {
            display: block;
            height: inherit;
            padding: 0 15px;
        }

        span {
            font-size: 1.5rem;
            line-height: 32px;
        }

        i {
            width: 32px;
            margin-top: -3px;
            padding: 0;
            background-size: auto 32px;
            font-size: 12px;
            line-height: 36px;
        }*/
  }
}
@media (max-width: 1359px) {
  #main-navigation > ul > li.menu-item-has-children > a:not(.submenu-active) + .sub-menu {
    display: none;
  }
  #main-navigation > ul > li.menu-item-has-children > a.submenu-active:after {
    content: '\f106';
  }
}
/* FOOTER */
footer .footer-wrap {
  color: #ffffff;
}
footer .footer-wrap > div {
  padding: 10px 0;
}
footer .footer-wrap #footer-association,
footer .footer-wrap #footer-branding {
  padding-top: 30px;
}
footer .footer-wrap #footer-branding {
  padding-bottom: 40;
}
footer .widget-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: inherit;
  opacity: 0.5;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 10px 0;
}
footer ul .sub-menu {
  display: none;
}
footer #footer-branding .custom-logo-link {
  display: inline-block;
  max-width: 300px;
}
footer #footer-branding .custom-logo-link img {
  width: 100%;
}
footer #footer-main ul li.wpml-ls-item {
  display: none;
}
@media (min-width: 768px) {
  footer #footer-main ul.menu li {
    position: relative;
    padding-left: 1.25rem;
  }
  footer #footer-main ul.menu li:before {
    content: '—';
    position: absolute;
    left: 0;
  }
  footer #footer-copyright .wrap {
    display: flex;
    width: 100%;
  }
  footer #footer-copyright .vc_column_container:nth-of-type(2) {
    order: 1;
  }
}
@media (min-width: 1200px) {
  footer #footer-certificate ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  footer .menu {
    margin-bottom: 35px;
  }
}
/* CONTENT */
.bg-gradient {
  background-image: linear-gradient(to right, #f09436 0%, #de6826 100%);
}
.bg-gradient > * {
  background: repeat url(../images/pat-burlap-orange.png) left top;
}
.bg-opacity-orange {
  background-color: rgba(225, 132, 41, 0.05);
}
.bg-opacity-black {
  background-color: rgba(0, 0, 0, 0.1);
}
.location-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.location-list-wrap ul.location-list {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
.location-list-wrap ul.location-list li {
  margin-bottom: 15px;
  padding: 15px 30px;
  background-color: #ffffff;
}
.location-list-wrap ul.location-list li h4 {
  text-align: center;
}
.location-list[data-show="No"] {
  display: none;
}
.map-canvas {
  width: 100%;
  min-height: 480px;
  order: -1;
}
.site-content-contain {
  padding-top: 60px;
}
#page-title {
  background-size: cover;
}
#page-title .vc_row {
  background-size: cover;
}
#page-title * {
  color: #ffffff;
}
#page-title h1 {
  text-transform: none;
}
#page-title .vc_col-sm-12 {
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#page-title .vc_col-sm-12 .optional-title:not(:empty) {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
}
#page-title .vc_col-sm-12 p {
  margin: 0;
}
#page-title .vc_col-sm-12 br {
  display: none;
}
#page-title .wpb_single_image {
  opacity: 0.1;
}
#forms input,
.woocommerce-page input,
#forms button,
.woocommerce-page button,
#forms textarea,
.woocommerce-page textarea,
#forms select,
.woocommerce-page select {
  outline: none;
}
#forms select,
.woocommerce-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#forms input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.woocommerce-page input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#forms textarea,
.woocommerce-page textarea,
#forms select,
.woocommerce-page select,
#forms .selection .select2-selection,
.woocommerce-page .selection .select2-selection {
  width: 100%;
  height: auto;
  margin-bottom: 15px !important;
  padding: 10px;
  border: 1px solid rgba(222, 104, 37, 0.3);
  border-radius: 0;
  background-color: #ffffff;
  color: #3c3533;
  font-family: 'Sarabun', sans-serif;
}
#forms input[type="submit"],
.woocommerce-page input[type="submit"],
#forms button[type="submit"],
.woocommerce-page button[type="submit"] {
  width: auto !important;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 2rem;
  background: #de6825;
  text-transform: uppercase;
  text-align: center;
}
#forms input[type="submit"] span,
.woocommerce-page input[type="submit"] span,
#forms button[type="submit"] span,
.woocommerce-page button[type="submit"] span {
  text-shadow: none;
}
#forms .powered-by,
.woocommerce-page .powered-by {
  display: none !important;
}
#forms form.fc-form,
.woocommerce-page form.fc-form {
  margin-left: 0;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
}
#forms form.fc-form .form-element .form-element-html,
.woocommerce-page form.fc-form .form-element .form-element-html {
  padding-right: 0;
  padding-bottom: 10px;
}
#forms form.fc-form .form-page-content,
.woocommerce-page form.fc-form .form-page-content {
  padding: 0;
}
#forms form.fc-form .field-cover > *,
.woocommerce-page form.fc-form .field-cover > * {
  top: 0;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
#forms form.fc-form .field-cover .main-label,
.woocommerce-page form.fc-form .field-cover .main-label {
  display: none !important;
  font-weight: 400;
  text-align: left;
}
#forms form.fc-form .field-cover .sub-label,
.woocommerce-page form.fc-form .field-cover .sub-label {
  font-style: normal;
  font-weight: bold;
  color: #3c3533;
  text-align: left;
}
#forms form.fc-form .is-required-true .sub-label:after,
.woocommerce-page form.fc-form .is-required-true .sub-label:after {
  content: '*';
  color: #ff0000;
}
.flex-swap > .vc_row-o-equal-height {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #page-title .wpb_single_image {
    max-width: 120px;
    margin: 1rem auto 0;
  }
}
@media (min-width: 768px) {
  .flex-swap {
    /*.wpb_wrapper > .vc_row-o-equal-height*/
  }
  .flex-swap > .vc_row-o-equal-height:nth-of-type(odd) > div:first-of-type {
    order: 1;
  }
  .flex-swap > .vc_row-o-equal-height .vc_column-inner {
    padding-left: 30px;
  }
  .flex-swap > .vc_row-o-equal-height figure {
    box-shadow: -15px 15px 0px 0px rgba(225, 132, 41, 0.15);
  }
  #forms form.fc-form .form-element .form-element-html {
    padding-left: 15px;
    padding-right: 15px;
  }
  .location-list-wrap ul.location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .location-list-wrap ul.location-list li {
    width: calc(33.3333% - 10px);
  }
  #page-title .vc_row {
    padding-top: 60px;
  }
  #page-title .vc_row .wpb_column {
    order: 1;
  }
  #page-title .vc_row .wpb_column.vc_col-sm-8 {
    order: 0;
  }
  #page-title .vc_col-sm-12 .wpb_content_element p {
    display: flex;
    align-items: center;
  }
  #page-title .vc_col-sm-12 .wpb_content_element p .optional-title:not(:empty) {
    margin-right: 2rem;
    white-space: nowrap;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .flex-reverse {
    flex-direction: row-reverse;
  }
  .cta-buttons .vc_btn3-size-lg {
    padding-left: 72px !important;
    font-size: 1.5rem;
  }
  .cta-buttons .vc_btn3-size-lg .vc_btn3-icon {
    height: auto;
    margin-top: -0.125rem;
    font-size: 1.75rem;
    line-height: 1;
  }
  #page-title .vc_row {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .flex-reverse-lg {
    flex-direction: row-reverse;
  }
  #forms form.fc-form .form-element .form-element-html {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 1360px) {
  .site-content-contain {
    padding-top: 109px;
  }
  #page-title .vc_row {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .reset-center-md {
    display: block;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .reset-center-sm {
    display: block;
    text-align: center !important;
  }
  #page-title {
    background-image: none !important;
  }
  #page-title .vc_row > .wpb_column {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .reset-center {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  .reset-br br {
    display: none !important;
  }
  .reset-color {
    color: #555555 !important;
  }
  #forms form.fc-form .form-page-content > :not(:last-child) .customText-cover.field-cover {
    margin-bottom: -20px;
  }
}
/* HOME */
#home-intro {
  text-shadow: 1px 1px 2px #000000;
  /*&:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: no-repeat url(../images/overlay-map.png) center bottom;
        background-size: 100% auto;
        z-index: 1;
    }

    .vc_row-o-full-height {
        height: 100%;
        min-height: 0 !important;

        &:not(:first-child) {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            z-index: 2;
        }
    }

    .wpb_images_carousel {
        margin-bottom: 0;

        img {
            display: block;
        }
    }*/
}
#home-intro .vc_btn3-container a {
  box-shadow: 1px 1px 2px #000000;
}
#home-intro .vc_tta.vc_tta-tabs.vc_tta-has-pagination .vc_tta-panel-body {
  margin: 0;
  padding: 0;
  border: 0;
}
#home-intro .owl-stage .owl-item {
  float: left;
  width: 100vw !important;
}
#home-intro .owl-stage .owl-custom-item {
  margin-left: 0;
  margin-right: 0;
  background-position: center;
  background-size: cover;
}
#home-intro .owl-nav.disabled {
  display: none;
}
#seed-to-cup .wpb_single_image {
  margin-bottom: 0;
}
#home-process {
  /*background-image: url(../images/coffeebranch.svg), url(../images/coffeecup.svg);*/
  background-position: right 32px, left calc(100% - 32px);
  background-repeat: no-repeat;
  background-size: 437px 583px, 338px 297px;
}
@media (min-width: 768px) {
  #home-intro .owl-stage .owl-custom-item {
    display: flex;
    align-items: center;
    height: calc(100vh - 60px);
  }
}
@media (min-width: 1200px) {
  /*#home-intro {
        max-height: calc(~"100vh - 110px");

        .vc_tta.vc_tta-tabs.vc_tta-has-pagination {
            .vc_tta-panel-body {
                .vc_row {
                    display: flex;
                    align-items: center;
                    height: calc(~"100vh - 110px");
                }
            }
        }
    }*/
  #seed-to-cup .vc_col-sm-4 {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
  }
  #seed-to-cup .vc_col-sm-4:before,
  #seed-to-cup .vc_col-sm-4:after {
    content: '';
    position: absolute;
    top: 44px;
    display: block;
    width: 24px;
    height: 1px;
    background: linear-gradient(to right, #999999, #999999 50%, #ffffff 50%, #ffffff);
    background-size: 4px 1px;
  }
  #seed-to-cup .vc_col-sm-4:before {
    left: 0;
  }
  #seed-to-cup .vc_col-sm-4:after {
    right: 0;
  }
  #seed-to-cup .vc_col-sm-4:first-of-type:before,
  #seed-to-cup .vc_col-sm-4:first-of-type:after,
  #seed-to-cup .vc_col-sm-4:last-of-type:after,
  #seed-to-cup .vc_col-sm-4:nth-of-type(2):before {
    display: none;
  }
}
@media (min-width: 1360px) {
  #home-intro .owl-stage .owl-custom-item {
    height: calc(100vh - 110px);
  }
}
@media (min-width: 1440px) {
  #seed-to-cup .vc_col-sm-4 {
    padding-left: 44px;
    padding-right: 44px;
  }
  #seed-to-cup .vc_col-sm-4:before,
  #seed-to-cup .vc_col-sm-4:after {
    top: 66px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  #home-intro {
    /*height: calc(~"100vh - 60px");
        min-height: 0 !important;*/
    /*.wpb_column,
        .vc_column-inner,
        .wpb_wrapper,
        .wpb_images_carousel,
        .vc_images_carousel,
        .vc_carousel-inner,
        .vc_carousel-slideline,
        .vc_carousel-slideline-inner,
        .vc_item {
            height: inherit;
        }*/
    /*.wpb_images_carousel {
            margin-bottom: 0;

            .vc_carousel-slideline {
                max-height: none;
            }
        }

        .vc_slide.vc_images_carousel {
            width: 100% !important;
        }*/
  }
  #home-intro .owl-stage .owl-custom-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* COFFEE FARM */
#farm-list > div > .vc_column-inner {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
#farm-list > div > .vc_column-inner .vc_row {
  padding-left: 15px;
  padding-right: 15px;
}
#farm-list > div > .vc_column-inner .vc_row .wpb_single_image {
  margin-left: -15px;
  margin-right: -15px;
}
/* COFFEE FACILITIES */
#process-heading,
#process-heading + .vc_row,
#process-heading .vc_column-inner .vc_column-inner,
#process-heading + .vc_row .vc_column-inner .vc_column-inner {
  border: 1px solid rgba(222, 104, 37, 0.1);
}
#process-heading {
  border-bottom: 0;
  background-color: #fffaf9;
}
#process-heading + .vc_row > .wpb_column > .vc_column-inner {
  background-color: #ffffff;
}
#coffee-processes .vc_custom_heading:not(h2) {
  background-color: #fffaf9;
}
#coffee-processes .vc_custom_heading:not(h2) b {
  color: #de6825;
}
#coffee-processes ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
#coffee-processes ul li {
  display: inline-block;
}
#coffee-processes ul li:not(:first-of-type):before {
  content: '\2022';
  color: #de6825;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
}
#coffee-processes ul li:not(:last-of-type) {
  margin-right: 0.5em;
}
#coffee-processes .wpb_single_image .vc_box_border_circle.vc_box_border_orange {
  background-color: rgba(222, 104, 37, 0.1);
}
@media (min-width: 768px) {
  #process-heading + .vc_row > .wpb_column .vc_column-inner,
  #process-heading + .vc_row > .wpb_column .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  #process-heading + .vc_row > .wpb_column .vc_column-inner > .vc_row-flex,
  #process-heading + .vc_row > .wpb_column .vc_column-inner > .wpb_wrapper > .vc_row-flex {
    height: inherit;
  }
  #process-heading > :first-of-type .vc_column-inner > .wpb_wrapper,
  #process-heading > :last-of-type .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  #process-heading > :first-of-type .vc_column-inner > .wpb_wrapper .vc_row,
  #process-heading > :last-of-type .vc_column-inner > .wpb_wrapper .vc_row {
    height: inherit;
  }
  #process-heading > :first-of-type .vc_column-inner > .wpb_wrapper .vc_row .wpb_wrapper,
  #process-heading > :last-of-type .vc_column-inner > .wpb_wrapper .vc_row .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#coffee-service-list .wpb_column {
  margin-bottom: 35px;
}
#coffee-service-list .vc_column-inner > .wpb_wrapper {
  border: 1px solid rgba(222, 104, 37, 0.3);
  background-color: #ffffff;
}
#coffee-service-list .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 1rem;
}
#coffee-service-list .vc_column-inner > .wpb_wrapper .vc_custom_heading,
#coffee-service-list .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #process-heading .vc_custom_heading {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  #coffee-processes .vc_custom_heading:not(h2) {
    padding: 1rem;
  }
}
/* PRODUCTS */
.wpb_wrapper-bg {
  background-position: center;
  background-size: cover;
}
.home .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.home .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  display: none;
}
.home .products ul,
.woocommerce-page .products ul,
.home ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.home .products ul li,
.woocommerce-page .products ul li,
.home ul.products li,
.woocommerce-page ul.products li {
  margin: 0 5px 30px !important;
  text-align: center;
  background-color: #ffffff;
}
.home .products ul li h2.woocommerce-loop-product__title,
.woocommerce-page .products ul li h2.woocommerce-loop-product__title,
.home ul.products li h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li h2.woocommerce-loop-product__title {
  padding: 0.5rem 5px !important;
  font-size: 1.25rem !important;
}
.home .products ul li.product .price,
.woocommerce-page .products ul li.product .price,
.home ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: inline-block;
  margin: 1rem 5px 35px;
  padding: 13px 19px;
  border: 2px solid rgba(222, 104, 37, 0.3);
  border-radius: 2em;
  background-color: #ffffff;
  color: #3c3533;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.home .products ul li.product .price:after,
.woocommerce-page .products ul li.product .price:after,
.home ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
  content: 'THB';
  display: inline-block;
  margin-left: 5px;
  padding-right: 1.5rem;
  background: no-repeat url(../images/ico-orange-30-shoppingbag.svg) right center;
  background-size: auto 1.125rem;
  font-size: 1rem;
}
.home .products ul li.product .price:hover,
.woocommerce-page .products ul li.product .price:hover,
.home ul.products li.product .price:hover,
.woocommerce-page ul.products li.product .price:hover {
  background-color: rgba(222, 104, 37, 0.3);
  border-color: transparent;
}
.home .products ul li.product .price span,
.woocommerce-page .products ul li.product .price span,
.home ul.products li.product .price span,
.woocommerce-page ul.products li.product .price span {
  line-height: inherit;
}
.home .products ul li.product .price .woocommerce-Price-currencySymbol,
.woocommerce-page .products ul li.product .price .woocommerce-Price-currencySymbol,
.home ul.products li.product .price .woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
  display: none;
}
.home .products ul li a.add_to_cart_button,
.woocommerce-page .products ul li a.add_to_cart_button,
.home ul.products li a.add_to_cart_button,
.woocommerce-page ul.products li a.add_to_cart_button,
.home .products ul li a.product_type_external,
.woocommerce-page .products ul li a.product_type_external,
.home ul.products li a.product_type_external,
.woocommerce-page ul.products li a.product_type_external {
  display: none;
}
.home .stock.in-stock,
.woocommerce-page .stock.in-stock {
  color: #de6825 !important;
  font-size: 1rem;
  font-weight: 700;
}
.home .quantity,
.woocommerce-page .quantity {
  float: none !important;
  display: flex;
  width: auto;
  max-width: 280px;
}
.home .quantity input,
.woocommerce-page .quantity input {
  font-weight: 700;
}
.home .quantity input[type="number"],
.woocommerce-page .quantity input[type="number"] {
  width: auto;
  margin-left: -1px;
  margin-right: -1px;
}
.home .quantity input[type="button"],
.woocommerce-page .quantity input[type="button"] {
  width: 40px !important;
  cursor: pointer;
}
.home .quantity input[type="button"]:hover,
.woocommerce-page .quantity input[type="button"]:hover {
  background-color: #de6825;
  color: #ffffff;
}
.home #product-info .single_add_to_cart_button,
.woocommerce-page #product-info .single_add_to_cart_button,
.home .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  display: block;
  margin: 1rem 5px 35px;
  padding: 13px 35px;
  border: 2px solid rgba(222, 104, 37, 0.3);
  border-radius: 2em;
  background: no-repeat #ffffff;
  color: #3c3533;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
}
.home #product-info .single_add_to_cart_button:hover,
.woocommerce-page #product-info .single_add_to_cart_button:hover,
.home .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: rgba(222, 104, 37, 0.3);
  border-color: transparent;
}
.home #product-info .single_add_to_cart_button,
.woocommerce-page #product-info .single_add_to_cart_button {
  padding-right: 60px;
  background-image: url(../images/ico-orange-30-shoppingbag.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 1.5rem;
}
.product-booking-meta {
  margin: 1rem 0;
  color: #555555;
}
.product-booking-meta span {
  margin: 0 10px;
}
.product-booking-meta i {
  color: #de6825;
}
.single-product .woocommerce-notices-wrapper {
  margin-bottom: 35px;
}
.single-product .woocommerce-notices-wrapper:empty {
  display: none;
}
.single-product #product-info .vc_btn3-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-product #product-info .vc_btn3-container .vc_btn3-style-flat {
  background-color: transparent !important;
  color: #555555;
}
.single-product #product-info .vc_btn3-container .vc_btn3-style-flat:hover,
.single-product #product-info .vc_btn3-container .vc_btn3-style-flat i {
  color: #de6825;
}
.single-product #product-info .flex-viewport,
.single-product #product-info .flex-control-thumbs li {
  border: 5px solid #ffffff;
}
.single-product #product-info .flex-control-thumbs {
  margin: 10px -5px 0;
}
.single-product #product-info .flex-control-thumbs li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.single-product #product-info .price {
  color: #de6825;
  font-size: 2rem;
  font-weight: 700;
}
.single-product #product-info .price .amount + .amount .woocommerce-Price-currencySymbol {
  display: none;
}
.single-product #product-info .sku_wrapper,
.single-product #product-info .product_meta {
  display: none;
}
.single-product #product-info .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.single-product #product-info .variations label {
  line-height: 40px;
}
.single-product #product-info .variations label:after {
  content: ':';
}
.single-product #product-info .variations select {
  width: auto;
}
.single-product #product-info .woocommerce-variation {
  margin-bottom: 1rem;
}
.single-product #product-info .woocommerce-variation.price-hidden {
  display: none !important;
}
.single-product #product-info .woocommerce-variation .price {
  font-size: 1rem;
}
.single-product .woocommerce-product-details__short-description[data-event="special-event"] ~ form .yith-wcbk-form-section-dates-wrapper {
  display: none;
}
.single-product #yith_wapo_groups_container h3 {
  font-size: 1rem;
  pointer-events: none;
}
.single-product #yith_wapo_groups_container h3 .dashicons {
  display: none;
}
.single-product #yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show {
  display: none !important;
}
.single-product #yith_wapo_groups_container .ywapo_group_container + .yith_wapo_group_total.yith_wapo_keep_show {
  display: block !important;
}
.single-product #yith_wapo_groups_container .price {
  font-size: 1rem;
}
.single-product .yith-duration-custom-display {
  color: #de6825;
  font-weight: 700;
}
.single-product .yith-wcbk-booking-form .yith-booking-meta,
.single-product .yith-wcbk-booking-form .yith-wcbk-form-section-duration {
  display: none;
}
.single-product .yith-wcbk-booking-form .yith-wcbk-booking-date-icon {
  margin-top: -8px;
}
.single-product #reviews #comments > h2 {
  font-size: 1.5rem;
}
.single-product #reviews #comments > ol {
  padding-left: 0;
}
.single-product #reviews #comments .comment_container > img {
  display: none;
}
.single-product #reviews #comments .comment_container > .comment-text {
  margin: 0 !important;
  padding-bottom: 1em !important;
  border: 0 !important;
  background-color: #ffffff;
}
.single-product #reviews #comments .comment_container .star-rating {
  color: #de6825;
}
.single-product #review_form #reply-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.single-product #review_form .form-submit input[type="submit"] {
  background-color: #de6825 !important;
  color: #ffffff !important;
}
.single-product .related.products {
  margin-bottom: 60px;
}
.single-product .related.products .star-rating {
  display: none;
}
.single-product .related.products .ywcrbp_regular_price {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .single-product #product-info .flex-control-thumbs li {
    width: calc(25% - 10px);
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-3 li {
    width: calc(33.3333% - 10px) !important;
  }
  .woocommerce ul.products.columns-4 li {
    width: calc(25% - 10px) !important;
  }
}
@media (max-width: 991px) {
  .woocommerce .products ul li,
  .woocommerce ul.products li {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 480px) {
  .woocommerce .products ul li,
  .woocommerce ul.products li {
    width: 100% !important;
  }
}
/* ACCOUNT */
body.woocommerce-account .button {
  color: #ffffff;
}
body.woocommerce-account .woocommerce > nav ul {
  list-style: none;
  margin: 0 0 35px 0;
  padding: 0;
}
body.woocommerce-account .woocommerce > nav ul li {
  margin-bottom: 2px;
  background-color: #ffffff;
}
body.woocommerce-account .woocommerce > nav ul li[class*="downloads"] {
  display: none;
}
body.woocommerce-account .woocommerce > nav ul li.is-active a,
body.woocommerce-account .woocommerce > nav ul li a:hover {
  border-left-color: #de6825;
}
body.woocommerce-account .woocommerce > nav ul li a {
  display: block;
  padding: 10px 15px;
  border-left: 2px solid #999999;
  text-decoration: none;
}
body.woocommerce-account .woocommerce > div {
  margin-bottom: 60px;
}
/* CART & CHECKOUT */
body.archive-product-category #page-title,
body.woocommerce-account #page-title,
body.woocommerce-cart #page-title,
body.woocommerce-checkout #page-title {
  margin-bottom: 35px;
}
body.archive-product-category #page-title .vc_col-sm-4,
body.woocommerce-account #page-title .vc_col-sm-4,
body.woocommerce-cart #page-title .vc_col-sm-4,
body.woocommerce-checkout #page-title .vc_col-sm-4,
body.archive-product-category #page-title .vc_col-sm-12,
body.woocommerce-account #page-title .vc_col-sm-12,
body.woocommerce-cart #page-title .vc_col-sm-12,
body.woocommerce-checkout #page-title .vc_col-sm-12 {
  display: none;
}
body.archive-product-category #page-title .vc_col-sm-8,
body.woocommerce-account #page-title .vc_col-sm-8,
body.woocommerce-cart #page-title .vc_col-sm-8,
body.woocommerce-checkout #page-title .vc_col-sm-8 {
  width: 100%;
}
body.woocommerce-cart #page-title .wpb_text_column,
body.woocommerce-checkout #page-title .wpb_text_column {
  display: none !important;
}
body.woocommerce-cart table,
body.woocommerce-checkout table {
  background-color: #ffffff;
}
body.woocommerce-cart table.shop_table dl.variation:after,
body.woocommerce-checkout table.shop_table dl.variation:after {
  content: '';
  clear: both;
  display: block;
}
body.woocommerce-cart table.shop_table dl.variation dt,
body.woocommerce-checkout table.shop_table dl.variation dt,
body.woocommerce-cart table.shop_table dl.variation dd,
body.woocommerce-checkout table.shop_table dl.variation dd {
  display: block;
}
body.woocommerce-cart table.shop_table dl.variation dt,
body.woocommerce-checkout table.shop_table dl.variation dt {
  width: 25%;
  margin-right: 0;
}
body.woocommerce-cart table.shop_table dl.variation dd,
body.woocommerce-checkout table.shop_table dl.variation dd {
  float: right;
  width: 75%;
}
body.woocommerce-cart table.shop_table dl.variation dd p,
body.woocommerce-checkout table.shop_table dl.variation dd p {
  margin: 0;
}
body.woocommerce-cart .woocommerce a.remove:hover {
  color: red !important;
  background-color: transparent !important;
}
body.woocommerce-cart table.shop_table #coupon_code {
  padding: 8px 10px;
}
body.woocommerce-cart table.shop_table button[name="apply_coupon"],
body.woocommerce-cart table.shop_table button[name="update_cart"],
body.woocommerce-cart table.shop_table button[name="update_cart"]:disabled {
  color: #ffffff;
}
body.woocommerce-cart table.shop_table button[name="update_cart"] {
  margin-bottom: 15px;
}
body.woocommerce-checkout form.woocommerce-checkout {
  margin-bottom: 35px;
}
body.woocommerce-checkout #place_order {
  background-color: #de6825;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-cart-form__contents #coupon_code,
  body.woocommerce-cart .woocommerce-cart-form__contents button[name="apply_coupon"],
  body.woocommerce-cart .woocommerce-cart-form__contents button[name="update_cart"] {
    width: 100% !important;
  }
}
@media (max-width: 1359px) {
  body.archive-product-category #page-title .vc_row,
  body.woocommerce-account #page-title .vc_row,
  body.woocommerce-cart #page-title .vc_row,
  body.woocommerce-checkout #page-title .vc_row {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.archive-product-category #page-title .vc_row > .wpb_column,
  body.woocommerce-account #page-title .vc_row > .wpb_column,
  body.woocommerce-cart #page-title .vc_row > .wpb_column,
  body.woocommerce-checkout #page-title .vc_row > .wpb_column {
    padding-top: 30px;
    /*padding-bottom: 15px;*/
  }
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce-cart-form__contents #coupon_code {
    width: 160px !important;
  }
}
@media (min-width: 1360px) {
  body.archive-product-category #page-title .vc_row,
  body.woocommerce-account #page-title .vc_row,
  body.woocommerce-cart #page-title .vc_row,
  body.woocommerce-checkout #page-title .vc_row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* PRODUCT CATEGORY */
body.archive-product-category .term-description {
  display: none;
}
/* COURSES & TOURS */
/*body.archive-product-category {
    #page-title .vc_row {

    }
}*/
.product-courses {
  margin-bottom: 35px;
}
.product-courses .vc_cta3-container,
.product-courses .vc_btn3-container {
  margin-bottom: 0;
}
.product-courses .product-course-item {
  margin-bottom: 35px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}
.product-courses .item-info {
  padding-left: 15px;
  padding-right: 15px;
}
.product-courses p.vc_custom_heading {
  color: #de6825;
  font-weight: 700;
}
.product-courses .wpb_text_column {
  margin-bottom: 0;
}
.product-courses .vc_cta3-container > div {
  padding-left: 0;
  padding-right: 0;
}
.product-courses .vc_cta3-container > div .vc_cta3-content {
  padding-right: 0 !important;
  color: #555555;
}
.product-courses .vc_cta3-container > div .vc_cta3-content * {
  text-align: center;
}
.product-courses .vc_cta3-container > div .vc_cta3-actions {
  margin-top: 1rem;
}
.product-courses .vc_cta3-container i.fa {
  color: #de6825;
}
.product-courses .vc_cta3-container i.fa:not(:first-of-type) {
  margin-left: 10px;
}
.product-courses:not(.recent-products) .vc_cta3-container .vc_cta3_content-container {
  display: block;
}
.product-courses:not(.recent-products) .vc_cta3-container .vc_cta3_content-container > div {
  display: inherit;
  width: 100%;
  text-align: center;
}
.product-courses:not(.recent-products) .vc_cta3-container .vc_cta3_content-container > div * {
  text-align: center;
}
.product-courses:not(.recent-products) .vc_cta3-container .vc_cta3_content-container .vc_btn3-container + .vc_btn3-container {
  margin-top: 1rem;
  margin-left: 1rem;
}
.product-courses:not(.recent-products) .item-info:not(.active) .wpb_text_column + .wpb_text_column {
  display: none;
}
.product-courses:not(.recent-products) .item-info:not(.active) a.vc_btn3[href="#"]:before {
  content: attr(data-more);
}
.product-courses:not(.recent-products) a.vc_btn3[href="#"]:before {
  content: attr(data-less);
}
@media (min-width: 768px) {
  .product-courses .vc_cta3-container .vc_cta3_content-container {
    display: flex;
    align-items: center;
  }
  .product-courses .vc_cta3-container .vc_cta3_content-container > div {
    flex-grow: 1;
  }
  .product-courses .vc_cta3-container .vc_cta3_content-container .vc_cta3-content * {
    text-align: left;
  }
  .product-courses .vc_cta3-container .vc_cta3_content-container .vc_cta3-actions {
    display: block !important;
    max-width: none !important;
    text-align: right;
  }
  .product-courses .vc_cta3-container .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container {
    display: inline-block;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) {
    display: flex;
    align-items: center;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-img {
    width: 159px;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-img .wpb_single_image {
    margin-bottom: 0;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-img img {
    width: 159px;
    height: 159px;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 159px);
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info > * {
    order: 1;
    width: 100%;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info h3.vc_custom_heading {
    font-size: 1.25rem;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_custom_heading {
    text-align: left !important;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_custom_heading + .vc_custom_heading {
    order: 0;
    margin-bottom: 0;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_cta3-container > div {
    padding-top: 0;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .wpb_text_column {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-courses .wpb_text_column {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_cta3-container {
    margin-bottom: 1rem;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_cta3-container > div {
    padding-bottom: 0;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_cta3-container .vc_cta3_content-container > div {
    width: 100%;
  }
  .product-courses.recent-products .product-course-item:not(:first-of-type) .item-info .vc_cta3-actions {
    display: none !important;
  }
  .product-courses:not(.recent-products) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-courses:not(.recent-products) .product-course-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .product-courses.column-3 {
    justify-content: flex-start;
  }
  .product-courses.column-3 .product-course-item {
    width: calc(33.3333% - 20px);
    margin-left: 30px;
  }
  .product-courses.column-3 .product-course-item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
