@charset "UTF-8";
/*!
Theme Name:   Foxuries
Theme URI:    https://inspithemes.com/foxuries/
Author:       Duc Pham
Author URI:   https://inspithemes.com/
Description:  Foxuries Resort & Hotel WordPress Theme is specially designed for hotel, hostel, resort, villa, guest house, and other accommodation services with booking system. This hotel WordPress theme is built with a powerful online reservation system that is managed by WP Hotel Booking plugin
Version:      1.4.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  foxuries
Tags:         accommodation, apartment, bed & breakfast, business, elementor, holiday, hostel, hotel & resort, hotel booking WordPress, hotel reservation, motel, multiple hotel booking theme, restaurant, travel, vacation
*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
	2.4 Breadcrumb
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
20.0 Utilities
21.0 Extension: Hotel Booking
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #16131b; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, .hb_button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button, .hb_button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, .hb_button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, .hb_button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], .hb_button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .hb_button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
body {
  background-color: #fff;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

body, button, .hb_button,
input,
textarea {
  color: #4c4c4c;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 2;
  text-rendering: optimizeLegibility; }

select {
  color: initial;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%; }

h1,
h2,
#respond #reply-title,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #16131b;
  font-weight: 800; }

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214; }


h2,
#respond #reply-title,
.beta {
  font-size: 2em;
  line-height: 1.214; }

h3,
.gamma {
  font-size: 1.618em; }

h4,
.delta {
  font-size: 1.41575em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

.alpha,
.beta,
.gamma,
.delta {
  display: block; }

p + h2, #respond p + #reply-title,
p + header h2,
p + header #respond #reply-title,
#respond p + header #reply-title,
p + h3,
p + h4,
ul + h2,
#respond ul + #reply-title,
ul + header h2,
ul + header #respond #reply-title,
#respond ul + header #reply-title,
ul + h3,
ul + h4,
ol + h2,
#respond ol + #reply-title,
ol + header h2,
ol + header #respond #reply-title,
#respond ol + header #reply-title,
ol + h3,
ol + h4,
table + h2,
#respond table + #reply-title,
table + header h2,
table + header #respond #reply-title,
#respond table + header #reply-title,
table + h3,
table + h4,
blockquote + h2,
#respond blockquote + #reply-title,
blockquote + header h2,
blockquote + header #respond #reply-title,
#respond blockquote + header #reply-title,
blockquote + h3,
blockquote + h4,
form + h2,
#respond form + #reply-title,
form + header h2,
form + header #respond #reply-title,
#respond form + header #reply-title,
form + h3,
form + h4 {
  margin-top: 1.41575em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em; }

p {
  margin: 0 0 1.41575em; }

ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 0 1.618em; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  font-size: 18px;
  line-height: 1.66;
  background-color: #0b2e4f;
  margin: 0;
  padding: 2.617924em;
  margin-bottom: 1em;
  color: #fff; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p ~ * {
      margin-top: 1em; }

address {
  margin: 0 0 1.41575em; }

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Courier 10 Pitch', Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.41575em;
  width: 100%; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #85b5cc;
  text-decoration: none; }
  a:hover {
    color: #619fbd; }

.foxuries-cute * {
  font-family: 'Comic Sans MS', sans-serif; }

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

.site {
  overflow-x: hidden; }

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#page {
  position: relative; }

.entry-title {
  font-weight: 800;
  font-size: 2.2906835em;
  line-height: 1.41575em; }
  .entry-title a {
    color: #16131b; }
    .entry-title a:hover {
      color: #85b5cc; }
  .entry-title + .entry-meta {
    margin-top: -15px; }

.bg-primary {
  background-color: #85b5cc; }

.shape-primary .elementor-shape-fill {
  fill: #85b5cc; }

.color-primary {
  color: #85b5cc; }

.outline-primary {
  outline-color: #85b5cc; }

.bd-primary {
  border-color: #85b5cc; }

.bd-t-primary {
  border-top-color: #85b5cc; }

.bd-b-primary {
  border-bottom-color: #85b5cc; }

.bd-r-primary {
  border-right-color: #85b5cc; }

.bd-l-primary {
  border-left-color: #85b5cc; }

.bg-primary_hover {
  background-color: #619fbd; }

.shape-primary_hover .elementor-shape-fill {
  fill: #619fbd; }

.color-primary_hover {
  color: #619fbd; }

.outline-primary_hover {
  outline-color: #619fbd; }

.bd-primary_hover {
  border-color: #619fbd; }

.bd-t-primary_hover {
  border-top-color: #619fbd; }

.bd-b-primary_hover {
  border-bottom-color: #619fbd; }

.bd-r-primary_hover {
  border-right-color: #619fbd; }

.bd-l-primary_hover {
  border-left-color: #619fbd; }

.bg-secondary {
  background-color: #0b2e4f; }

.shape-secondary .elementor-shape-fill {
  fill: #0b2e4f; }

.color-secondary {
  color: #0b2e4f; }

.outline-secondary {
  outline-color: #0b2e4f; }

.bd-secondary {
  border-color: #0b2e4f; }

.bd-t-secondary {
  border-top-color: #0b2e4f; }

.bd-b-secondary {
  border-bottom-color: #0b2e4f; }

.bd-r-secondary {
  border-right-color: #0b2e4f; }

.bd-l-secondary {
  border-left-color: #0b2e4f; }

.bg-secondary_hover {
  background-color: #051422; }

.shape-secondary_hover .elementor-shape-fill {
  fill: #051422; }

.color-secondary_hover {
  color: #051422; }

.outline-secondary_hover {
  outline-color: #051422; }

.bd-secondary_hover {
  border-color: #051422; }

.bd-t-secondary_hover {
  border-top-color: #051422; }

.bd-b-secondary_hover {
  border-bottom-color: #051422; }

.bd-r-secondary_hover {
  border-right-color: #051422; }

.bd-l-secondary_hover {
  border-left-color: #051422; }

.bg-body {
  background-color: #4c4c4c; }

.shape-body .elementor-shape-fill {
  fill: #4c4c4c; }

.color-body {
  color: #4c4c4c; }

.outline-body {
  outline-color: #4c4c4c; }

.bd-body {
  border-color: #4c4c4c; }

.bd-t-body {
  border-top-color: #4c4c4c; }

.bd-b-body {
  border-bottom-color: #4c4c4c; }

.bd-r-body {
  border-right-color: #4c4c4c; }

.bd-l-body {
  border-left-color: #4c4c4c; }

.bg-heading {
  background-color: #16131b; }

.shape-heading .elementor-shape-fill {
  fill: #16131b; }

.color-heading {
  color: #16131b; }

.outline-heading {
  outline-color: #16131b; }

.bd-heading {
  border-color: #16131b; }

.bd-t-heading {
  border-top-color: #16131b; }

.bd-b-heading {
  border-bottom-color: #16131b; }

.bd-r-heading {
  border-right-color: #16131b; }

.bd-l-heading {
  border-left-color: #16131b; }

.bg-border {
  background-color: #d1e8f3; }

.shape-border .elementor-shape-fill {
  fill: #d1e8f3; }

.color-border {
  color: #d1e8f3; }

.outline-border {
  outline-color: #d1e8f3; }

.bd-border {
  border-color: #d1e8f3; }

.bd-t-border {
  border-top-color: #d1e8f3; }

.bd-b-border {
  border-bottom-color: #d1e8f3; }

.bd-r-border {
  border-right-color: #d1e8f3; }

.bd-l-border {
  border-left-color: #d1e8f3; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  background: none !important; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-fluid {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1310px) {
    .col-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

.col-full, .header-2 .header-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .col-full::before, .header-2 .header-container::before, .col-full::after, .header-2 .header-container::after {
    content: '';
    display: table; }
  .col-full::after, .header-2 .header-container::after {
    clear: both; }
  .col-full:after, .header-2 .header-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1024px) and (max-width: 1310px) {
    .col-full, .header-2 .header-container {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

[data-elementor-columns] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  [data-elementor-columns] .column-item {
    padding-left: 15px;
    padding-right: 15px; }

[data-elementor-columns-mobile="1"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

[data-elementor-columns-mobile="2"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

[data-elementor-columns-mobile="3"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

[data-elementor-columns-mobile="4"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

[data-elementor-columns-mobile="5"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

[data-elementor-columns-mobile="6"] .column-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns-tablet="2"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns-tablet="3"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns-tablet="4"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns-tablet="5"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns-tablet="6"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns="2"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns="3"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns="4"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns="5"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns="6"] .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1310px; }
  @media (min-width: 1024px) and (max-width: 1310px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class*=" column-"], [class^="column-"] {
  padding-left: 15px;
  padding-right: 15px; }

.column-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.column-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.column-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.column-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.column-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.column-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.column-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.column-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.column-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.column-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.column-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.column-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .column-tablet-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-tablet-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-tablet-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .column-tablet-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-tablet-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-tablet-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .column-tablet-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-tablet-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-tablet-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .column-tablet-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-tablet-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-tablet-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .column-desktop-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-desktop-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-desktop-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .column-desktop-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-desktop-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-desktop-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .column-desktop-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-desktop-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-desktop-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .column-desktop-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-desktop-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-desktop-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.hide {
  display: none !important; }

@media (min-width: 768px) {
  .tablet-hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important; } }

@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important; } }

@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important; } }

/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #fff; }
  .site-header .site-logo-anchor,
  .site-header .site-logo-link,
  .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0; }
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img,
    .site-header .custom-logo-link img {
      width: 100%;
      max-width: 160px; }
  @media (min-width: 1024px) {
    .site-header .site-branding .site-text,
    .site-header .site-branding img {
      margin-left: 30px; } }
  @media (min-width: 1400px) {
    .site-header .site-branding .site-text,
    .site-header .site-branding img {
      margin-left: 60px; } }
  .site-header .widget {
    margin-bottom: 0; }

.header-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .header-container {
      padding-right: 0;
      padding-left: 0; } }

.home.blog.paged .site-header + .foxuries-breadcrumb,
.home.page:not(.page-template-template-homepage).paged .site-header + .foxuries-breadcrumb,
.home.post-type-archive-product.paged .site-header + .foxuries-breadcrumb {
  margin-top: -4.235801032em; }

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em; }

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0; }

.site-branding {
  margin-bottom: 0; }
  .site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0; }
    .site-branding .site-title a {
      font-weight: 700; }
  .site-branding .site-description {
    font-size: 0.875em;
    display: none; }
  .site-branding .logo {
    margin: 0; }

.header-group-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }
  .header-group-action.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .header-group-action.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .header-group-action > div {
    margin-right: 30px; }
    .header-group-action > div:last-child {
      margin-right: 0; }
  .header-group-action .phone-number {
    font-weight: 700; }
    .header-group-action .phone-number a {
      color: #0b2e4f; }
  .header-group-action i[class^="foxuries-icon"] {
    color: #85b5cc; }
  .header-group-action .booking-action-wrap {
    width: 200px; }
    .header-group-action .booking-action-wrap .button-booking {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 200px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      font-weight: 700;
      color: #fff;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 0.875em;
      background-color: #0b2e4f; }
      .header-group-action .booking-action-wrap .button-booking:hover {
        background-color: #051422; }
      .header-group-action .booking-action-wrap .button-booking i {
        line-height: 10px;
        margin-right: 5px;
        color: #85b5cc; }

.site-welcome, .foxuries-language-switcher span {
  font-weight: 500; }

.header-divider {
  border-top: 1px solid;
  height: 0;
  border-top-color: #4c4c4c; }

.foxuries-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.foxuries-language-switcher a {
  color: #4c4c4c;
  display: block; }
  .foxuries-language-switcher a:hover {
    color: #85b5cc; }

.foxuries-language-switcher img {
  display: inline-block;
  margin-right: 5px; }

.foxuries-language-switcher .sub-item {
  display: none;
  position: absolute;
  top: 100%;
  left: -16px;
  z-index: 999;
  text-align: left;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
  .foxuries-language-switcher .sub-item a {
    padding: 0.875em 1.41575em;
    font-size: 0.875em;
    min-width: 200px; }
    .foxuries-language-switcher .sub-item a:hover, .foxuries-language-switcher .sub-item a:focus {
      background-color: rgba(0, 0, 0, 0.05); }

.foxuries-language-switcher li.item {
  position: relative; }
  .foxuries-language-switcher li.item span:hover {
    color: #85b5cc; }
  .foxuries-language-switcher li.item:hover .sub-item {
    display: block; }

@media (max-width: 1023px) {
  .header-group-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.header-1 {
  position: relative;
  color: #2b5376; }
  .header-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #d1e8f3;
    opacity: 0; }
  @media (max-width: 1199px) {
    .header-1:before {
      opacity: 0.5; } }
  .header-1 .header-top {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-1 .header-divider {
    opacity: 0.1; }
  .header-1 .header-main {
    padding-top: 20px;
    padding-bottom: 20px; }
  .header-1 .foxuries-social ul li a:before {
    color: #4c4c4c; }
  .header-1 .foxuries-social ul li a:hover:before {
    color: #85b5cc; }
  .header-1 .header-left {
    width: 100%; }
    @media (min-width: 1024px) {
      .header-1 .header-left {
        width: 20%; } }
    @media (min-width: 1400px) {
      .header-1 .header-left {
        width: 25%; } }
  .header-1 .header-center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding: 0 30px; }
  .header-1 .foxuries-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .header-1 .foxuries-contact .sub-title {
      color: #fff; }
  .header-1 .site-header-cart .cart-contents .count {
    color: #fff; }

.header-2 {
  background-color: #0b2e4f;
  padding-top: 15px;
  padding-bottom: 15px; }
  .page-template-template-homepage .header-2, .home .header-2 {
    padding-top: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .header-2 .header-container .site-branding img {
    margin-left: 0; }
  @media (max-width: 1023px) {
    .header-2 .header-left {
      width: 100%; } }
  .header-2 .main-navigation ul.menu > li.menu-item > a {
    color: #fff; }
  .header-2 .button-booking-mobile {
    color: #fff; }
  .header-2 .button-booking {
    padding: 1.41575em 2.617924em; }
    .header-2 .button-booking i {
      vertical-align: top;
      margin-right: 5px;
      line-height: 15px; }

.header-3 .header-topbar {
  background-color: #0b2e4f;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px; }
  .header-3 .header-topbar .col-full, .header-3 .header-topbar .header-2 .header-container, .header-2 .header-3 .header-topbar .header-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .header-3 .header-topbar .col-full:before, .header-3 .header-topbar .header-2 .header-container:before, .header-2 .header-3 .header-topbar .header-container:before, .header-3 .header-topbar .col-full:after, .header-3 .header-topbar .header-2 .header-container:after, .header-2 .header-3 .header-topbar .header-container:after {
      display: none; }
  .header-3 .header-topbar .foxuries-social a {
    color: #fff; }
    .header-3 .header-topbar .foxuries-social a:hover {
      color: #85b5cc; }

.header-3 .sticky-active .header-topbar {
  display: none; }

.header-3 .header-container {
  padding-left: 0;
  padding-right: 0; }

.header-3 .site-branding img {
  margin-left: 0; }

.header-3 .phone-number {
  font-size: 14px; }
  .header-3 .phone-number i {
    color: #85b5cc; }

.header-3 .header-main {
  padding-top: 20px;
  padding-bottom: 20px; }
  .header-3 .header-main:before, .header-3 .header-main:after {
    display: none; }

@media (max-width: 1023px) {
  .header-3 .header-left {
    width: 100%; } }

.button-booking-mobile {
  display: block;
  width: 20px;
  text-align: right;
  color: #16131b; }
  @media (min-width: 1024px) {
    .button-booking-mobile {
      display: none; } }
  .button-booking-mobile i {
    font-size: 15px; }
  .button-booking-mobile + .menu-mobile-nav-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
    width: 20px; }

.phone-number-mobile {
  padding: 0 0.5em;
  margin-bottom: 10px; }
  .phone-number-mobile a {
    color: #fff; }
    .phone-number-mobile a i {
      font-size: 12px;
      margin-right: 5px; }

@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.header-sticky {
  -webkit-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  top: -100%; }
  .header-sticky.sticky-active {
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 996;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    -webkit-animation: headerSlideDown .95s ease;
            animation: headerSlideDown .95s ease;
    will-change: transform; }
    @media (min-width: 1024px) {
      .header-sticky.sticky-active {
        position: fixed; } }
    .site-header .header-sticky.sticky-active .site-branding img {
      width: 120px; }
    .site-header .header-sticky.sticky-active .header-main {
      padding: 10px 0; }

.foxuries-mobile-nav {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  z-index: 998;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }
  @media (min-width: 1200px) {
    .foxuries-mobile-nav {
      display: none; } }
  .mobile-nav-active .foxuries-mobile-nav {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .admin-bar .foxuries-mobile-nav {
    top: 0; }
    @media (min-width: 783px) {
      .admin-bar .foxuries-mobile-nav {
        top: 32px; } }
    @media (min-width: 601px) and (max-width: 782px) {
      .admin-bar .foxuries-mobile-nav {
        top: 46px; } }
  .foxuries-mobile-nav .search-form {
    margin-top: 1em; }
  .foxuries-mobile-nav .foxuries-social {
    border-top: 1px solid #0e0e0e;
    padding: 0.5em;
    margin-top: 1rem; }
    .foxuries-mobile-nav .foxuries-social ul li a:before {
      color: #fff !important; }
  .foxuries-mobile-nav .foxuries-language-switcher-mobile {
    padding: 0.3em 45px 0 0.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .foxuries-mobile-nav .foxuries-language-switcher-mobile > * {
      padding: 0.25em; }

.mobile-nav-close {
  color: #fff;
  float: right;
  clear: both;
  padding: 0 18px;
  margin-bottom: 11px; }
  .mobile-nav-close:hover, .mobile-nav-close:focus {
    color: #fff; }

.foxuries-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease; }
  .mobile-nav-active .foxuries-overlay {
    visibility: visible;
    opacity: 1; }

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: #16131b; }
  .header-2 .menu-mobile-nav-button {
    color: #fff; }
    .header-2 .menu-mobile-nav-button:hover {
      color: #85b5cc; }
  .menu-mobile-nav-button:hover {
    color: #85b5cc; }
  @media (min-width: 1024px) {
    .menu-mobile-nav-button {
      display: none; } }
  .menu-mobile-nav-button i {
    font-size: 20px !important; }

html {
  overflow-x: hidden; }

#page {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active #page {
    margin-left: 300px;
    margin-right: -300px; }

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle, .menu-toggle.hb_button {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 0px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em;
  font-size: 0.875em;
  max-width: 120px; }

.toggled button.menu-toggle::before, .toggled .menu-toggle.hb_button::before, .toggled button.menu-toggle::after, .toggled .menu-toggle.hb_button::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.toggled button.menu-toggle::after, .toggled .menu-toggle.hb_button::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.toggled button.menu-toggle span::before, .toggled .menu-toggle.hb_button span::before {
  opacity: 0; }

.primary-navigation {
  display: none; }

ul.menu li.current-menu-item > a {
  color: #85b5cc; }

.main-navigation {
  position: relative; }
  .main-navigation::before, .main-navigation::after {
    content: '';
    display: table; }
  .main-navigation::after {
    clear: both; }
  .main-navigation div.menu {
    display: none; }
  .main-navigation div.menu:last-child {
    display: block; }
  .main-navigation .menu {
    clear: both; }
    .main-navigation .menu > li.current-menu-parent > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li:hover > a {
      position: relative; }
      .main-navigation .menu > li.current-menu-parent > a:before, .main-navigation .menu > li.current-menu-item > a:before, .main-navigation .menu > li:hover > a:before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -10px);
            -ms-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px);
        top: 100%;
        border: 2px solid;
        border-color: #85b5cc;
        border-radius: 50%; }
  .main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .main-navigation ul ul {
      display: block;
      margin-left: 1.41575em; }
    .main-navigation ul ul.sub-menu li.menu-item > a {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      text-transform: none; }
    .main-navigation ul li.menu-item > a {
      text-transform: uppercase;
      padding: 0.875em 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      color: #2b5376; }
      .main-navigation ul li.menu-item > a:after {
        color: #85b5cc; }
  .main-navigation ul:not(.sub-menu) li.menu-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .main-navigation ul > li.menu-item > a,
  .main-navigation ul.nav-menu > li.menu-item > a {
    font-weight: 700; }
  .main-navigation .sub-menu {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 0; }

.mobile-navigation {
  clear: both; }
  .mobile-navigation ul {
    margin: 0;
    list-style: none; }
    .mobile-navigation ul li {
      position: relative;
      border-style: solid;
      border-width: 1px 0 0 0;
      border-color: #0e0e0e; }
      .mobile-navigation ul li a {
        padding: 0.5em;
        display: block;
        color: #fff; }
      .mobile-navigation ul li button::after, .mobile-navigation ul li .hb_button::after {
        -webkit-transition: all, ease, 0.9s;
        transition: all, ease, 0.9s; }
      .mobile-navigation ul li button.toggled-on::after, .mobile-navigation ul li .toggled-on.hb_button::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .mobile-navigation ul > li:first-child {
      border: none; }
    .mobile-navigation ul .sub-menu {
      display: none;
      padding-left: 10px; }
  .mobile-navigation .dropdown-toggle {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.5em 1.4em;
    border: none; }
    .mobile-navigation .dropdown-toggle:focus {
      outline: none; }

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px; }

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  background-color: #619fbd;
  height: 100%; }
  .vertical-navigation .vertical-navigation-header {
    font-size: 16px;
    padding: 1.1em 20px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%; }
    .vertical-navigation .vertical-navigation-header i {
      vertical-align: middle;
      margin-right: 5px;
      height: 22px;
      line-height: 1; }
  .vertical-navigation ul.menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    list-style: none;
    margin: 0; }
    .vertical-navigation ul.menu .sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
      visibility: hidden;
      opacity: 0;
      list-style: none;
      margin: 0;
      background: #fff;
      width: 100%; }
    .vertical-navigation ul.menu > li {
      position: relative; }
      .vertical-navigation ul.menu > li > a {
        color: #16131b;
        padding: 0.5em 20px;
        display: block; }
        .vertical-navigation ul.menu > li > a:hover {
          color: #85b5cc; }
      .vertical-navigation ul.menu > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important; }
  .has-mega-menu.has-fullwidth .mega-fullwidth {
    width: 100%; }

.has-mega-menu.sub-menu-left {
  position: static !important; }

.vertical-navigation .has-mega-menu {
  position: static !important; }

.vertical-navigation .has-mega-menu .mega-menu {
  min-height: 100%; }

.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }

.mega-menu.mega-stretchwidth {
  width: 100vw; }

.menu-icon {
  font-size: 20px;
  margin-right: 15px; }

.single-foxuries_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  padding: 0.5407911001em 0;
  font-weight: 400; }
  .single-foxuries_menu_item .elementor-icon-list-items li a,
  .mega-menu .elementor-icon-list-items li a {
    color: #4c4c4c; }
    .single-foxuries_menu_item .elementor-icon-list-items li a:hover,
    .mega-menu .elementor-icon-list-items li a:hover {
      color: #85b5cc; }

/*-------------------------------------------------------------
2.4 Breadcrumb
--------------------------------------------------------------*/
/**
 * Breadcrumbs
 */
.foxuries-breadcrumb {
  margin: 0 0 2.617924em;
  padding: 2.2906835em 0;
  text-align: center;
  background: url("assets/images/bg-breadcrumb.jpg") no-repeat top center;
  background-size: cover;
  background-color: #0b2e4f;
  color: #fff; }
  .foxuries-breadcrumb a {
    color: #fff; }
    .foxuries-breadcrumb a:hover {
      color: #85b5cc; }
  .foxuries-breadcrumb i[class^="foxuries-icon"] {
    display: inline-block;
    margin: 0 10px; }

.breadcrumb-heading {
  color: #fff;
  font-size: 2.2906835em;
  margin: 15px 0;
  line-height: 1em; }

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-main {
  margin-bottom: 2.617924em; }

.site-content {
  outline: none; }

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 2.617924em;
  padding-bottom: 1em; }
  .search.search-results .hentry {
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }
  .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto; }
  .hentry .edit-link {
    margin-top: 1.41575em;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }
  .hentry .entry-taxonomy {
    margin: 1.41575em 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }
    .hentry .entry-taxonomy .tags-links a {
      font-size: 12px !important;
      display: inline-block;
      padding: 7px 15px;
      background: #eef2f8;
      text-transform: none;
      margin: 0 3px 5px; }
      .hentry .entry-taxonomy .tags-links a:hover {
        color: #fff !important;
        background-color: #85b5cc; }
  .hentry.type-page .entry-header {
    border-bottom: 0;
    margin-bottom: 0; }
  .hentry .post-navigation {
    margin: 1.618em 0; }
  .hentry strong,
  .hentry th,
  .hentry dt {
    color: #16131b; }
  .hentry blockquote strong,
  .hentry blockquote cite {
    color: #fff; }

.entry-meta {
  margin-bottom: 1.618em;
  margin-top: 0.6180469716em;
  font-size: 12px; }
  .entry-meta a {
    color: #16131b;
    font-weight: 700; }
    .entry-meta a:hover {
      text-decoration: underline; }
  .entry-meta span {
    font-weight: 400; }
  .entry-meta > span:not(:last-child):after {
    color: #4c4c4c;
    content: ' / ';
    margin-right: 2px; }

.cat-links,
.tags-links {
  font-size: 14px;
  text-transform: uppercase; }
  .cat-links i,
  .tags-links i {
    font-size: 18px;
    color: #85b5cc;
    margin-right: 10px; }
  .cat-links a,
  .tags-links a {
    color: #16131b; }
    .cat-links a:hover,
    .tags-links a:hover {
      color: #85b5cc; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1em;
  padding-top: 1.41575em;
  font-weight: 700; }
  .page-links .post-page-numbers {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: aliceblue;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
    color: #4c4c4c; }
    .page-links .post-page-numbers:hover {
      background-color: #0b2e4f;
      color: #fff; }

.single .hentry .entry-header {
  border-bottom: 1px solid;
  border-bottom-color: #d1e8f3;
  margin-bottom: 1.618em; }

.single-post.foxuries-full-width-content .content-area {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.more-link-wrap {
  display: block;
  margin-top: 1.618em; }

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  padding: 1.618em 0 0; }
  .site-footer a:not(.button) {
    color: #4c4c4c; }
    .site-footer a:not(.button):hover {
      color: #85b5cc; }
  .site-footer .widget .widget-title,
  .site-footer .widget .widgettitle {
    margin-bottom: 0; }
  .site-footer .widget.widget_recent_entries .post-title {
    font-weight: 700; }
  .foxuries-footer-builder .site-footer {
    padding-top: 0; }

.copyright-bar {
  background-color: #252525;
  color: #919191;
  padding: 1.618em 0; }
  .copyright-bar .foxuries-social {
    margin-bottom: 1em;
    text-align: center; }
    .copyright-bar .foxuries-social ul li a[href*="instagram"]:before {
      color: #fff; }
  .copyright-bar .site-info {
    margin-bottom: 1em; }
  .copyright-bar .logo-brands img {
    margin: auto; }

.site-info a.site-url:not(.button) {
  color: #85b5cc; }
  .site-info a.site-url:not(.button):hover {
    color: #619fbd; }

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text, .hentry .entry-taxonomy .tags-links span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus, .hentry .entry-taxonomy .tags-links span:focus {
  background-color: #f1f1f1;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .hb_single_room::before, .clear::after, .hb_single_room::after,
.clearfix::before,
.clearfix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table; }

.clear::after, .hb_single_room::after,
.clearfix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse; }
  table caption {
    padding: 1em 0;
    font-weight: 600;
    border: 1px solid;
    border-color: #d1e8f3;
    border-bottom: 0; }
  table td,
  table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    border: 1px solid;
    border-color: #d1e8f3; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table th {
    font-weight: 600; }
  table thead th {
    padding: 1.41575em;
    vertical-align: middle; }
  table tbody h2, table tbody #respond #reply-title, #respond table tbody #reply-title {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a, table tbody #respond #reply-title a, #respond table tbody #reply-title a {
      font-weight: normal; }

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 .site-content {
  background-image: url(.../../assets/images/404/bg_404.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.error404 .site-footer {
  padding: 0; }

.error404 .foxuries-breadcrumb {
  display: none; }

.error404 .page-header img {
  margin: 0 auto; }

.error404 .page-content {
  padding-bottom: 120px;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto; }

.error404 h1 {
  font-size: 260px;
  margin-bottom: 0;
  line-height: 1; }
  @media only screen and (max-width: 480px) {
    .error404 h1 {
      font-size: 160px; } }

.error404 h2, .error404 #respond #reply-title, #respond .error404 #reply-title {
  margin-top: 1em;
  font-size: 32px;
  line-height: 1;
  color: #0b2e4f;
  text-transform: uppercase; }

.error404 .error-text {
  font-size: 16px;
  line-height: 22px; }
  .error404 .error-text a {
    text-decoration: underline;
    color: #0b2e4f; }
    .error404 .error-text a:hover {
      color: #051422;
      text-decoration: underline; }

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid #d1e8f3;
  border-width: 1px 0;
  margin-bottom: 2.617924em; }
  .error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
    content: '';
    display: table; }
  .error404 .fourohfour-columns-2::after {
    clear: both; }
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 46.6666666667%;
      float: left;
      margin-right: 6.6666666667%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
        margin-right: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  padding-top: 2.617924em; }
  #comments .comments-title {
    margin-bottom: 0;
    font-size: 30px; }
  #comments .comment-list {
    list-style: none;
    margin-left: 0; }
    #comments .comment-list .trackback .comment-body,
    #comments .comment-list .pingback .comment-body {
      padding-left: 0; }
    #comments .comment-list .comment-body {
      position: relative;
      padding-left: 90px;
      padding-top: 40px;
      padding-bottom: 10px;
      border-bottom: 1px solid;
      border-bottom-color: #d1e8f3; }
      #comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
        content: '';
        display: table; }
      #comments .comment-list .comment-body::after {
        clear: both; }
    #comments .comment-list .comment-content .comment-text p:last-child {
      margin-bottom: 0; }
    #comments .comment-list .comment-meta .avatar {
      margin-bottom: 0.5em;
      width: 70px;
      height: auto;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 40px; }
    #comments .comment-list .comment-meta a.comment-date {
      font-size: 14px;
      margin-left: 10px;
      color: #919191;
      font-style: italic; }
      #comments .comment-list .comment-meta a.comment-date:hover {
        text-decoration: underline;
        color: #0b2e4f; }
    #comments .comment-list .comment-meta .comment-author {
      display: inline-block; }
    #comments .comment-list .comment-meta cite {
      font-size: 16px;
      font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 800;
      color: #16131b;
      font-style: normal;
      clear: both;
      display: block; }
    #comments .comment-list .comment-meta cite a {
      font-size: 16px;
      font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 800;
      color: #16131b;
      font-style: normal;
      clear: both;
      display: block; }
      #comments .comment-list .comment-meta cite a:hover {
        color: #85b5cc; }
    #comments .comment-list .reply {
      margin-bottom: 1.618em;
      padding-top: 0.6180469716em; }
      #comments .comment-list .reply::before, #comments .comment-list .reply::after {
        content: '';
        display: table; }
      #comments .comment-list .reply::after {
        clear: both; }
      #comments .comment-list .reply a {
        display: inline-block;
        margin-right: 1em;
        font-weight: 700; }
        #comments .comment-list .reply a:last-child {
          margin-right: 0; }
    #comments .comment-list .children {
      list-style: none;
      margin-bottom: 0; }
    #comments .comment-list #respond {
      padding: 1.618em; }

.comment-content a {
  word-wrap: break-word; }

#respond {
  clear: both;
  position: relative; }
  #respond .comment-form-author input,
  #respond .comment-form-email input,
  #respond .comment-form-url input {
    width: 100%; }
  #respond .comment-form-cookies-consent label {
    color: #4c4c4c; }
  #respond .form-submit,
  #respond form {
    margin-bottom: 0; }
  #respond label {
    color: #16131b; }
  #respond #reply-title {
    color: #16131b; }
  #respond #cancel-comment-reply-link {
    position: absolute;
    top: 0.5407911001em;
    right: 0.5407911001em;
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 1em;
    text-align: center;
    -webkit-transition: ease, 0.3s, -webkit-transform;
    transition: ease, 0.3s, -webkit-transform;
    transition: transform, ease, 0.3s;
    transition: transform, ease, 0.3s, -webkit-transform; }
    #respond #cancel-comment-reply-link:hover {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em; }

button, .hb_button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */ }

/* Button Outline */
.button-outline {
  border: 1px solid;
  border-radius: 0px;
  background: transparent;
  border-color: #85b5cc;
  color: #85b5cc;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  display: inline-block; }
  .button-outline:hover {
    color: #fff !important;
    background-color: #619fbd;
    border-color: #619fbd; }
  .button-outline.loading {
    opacity: 0.5; }
  .button-outline.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  .button-outline.disabled, .button-outline:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    .button-outline.disabled:hover, .button-outline:disabled:hover {
      opacity: 0.5 !important; }

button, .hb_button,
input[type='button'],
input[type='reset'],
input[type='submit'], .button, .hentry .more-link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: 1px solid;
  border-radius: 0px;
  background: none;
  background-color: #0b2e4f;
  border-color: #0b2e4f;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 1.188em 2.2906835em;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  font-size: 12px;
  letter-spacing: 1px;
  vertical-align: top; }
  button::after, .hb_button::after,
  input[type='button']::after,
  input[type='reset']::after,
  input[type='submit']::after,
  .button::after,
  .hentry .more-link::after,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
  .added_to_cart::after {
    display: none; }
  button:hover, .hb_button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover,
  .hentry .more-link:hover,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
  .added_to_cart:hover {
    background-color: #051422;
    border-color: #051422; }
  button:hover, .hb_button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover,
  .hentry .more-link:hover,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
  .added_to_cart:hover {
    color: #fff; }
  button.loading, .loading.hb_button,
  input[type='button'].loading,
  input[type='reset'].loading,
  input[type='submit'].loading,
  .button.loading,
  .hentry .loading.more-link,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
  .added_to_cart.loading {
    opacity: 0.5; }
  button.small, .small.hb_button,
  input[type='button'].small,
  input[type='reset'].small,
  input[type='submit'].small,
  .button.small,
  .hentry .small.more-link,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
  .added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  button.disabled, .disabled.hb_button, button:disabled, .hb_button:disabled,
  input[type='button'].disabled,
  input[type='button']:disabled,
  input[type='reset'].disabled,
  input[type='reset']:disabled,
  input[type='submit'].disabled,
  input[type='submit']:disabled,
  .button.disabled,
  .hentry .disabled.more-link,
  .button:disabled,
  .hentry .more-link:disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
  .added_to_cart.disabled,
  .added_to_cart:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    button.disabled:hover, .disabled.hb_button:hover, button:disabled:hover, .hb_button:disabled:hover,
    input[type='button'].disabled:hover,
    input[type='button']:disabled:hover,
    input[type='reset'].disabled:hover,
    input[type='reset']:disabled:hover,
    input[type='submit'].disabled:hover,
    input[type='submit']:disabled:hover,
    .button.disabled:hover,
    .hentry .disabled.more-link:hover,
    .button:disabled:hover,
    .hentry .more-link:disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
    .added_to_cart.disabled:hover,
    .added_to_cart:disabled:hover {
      opacity: 0.5 !important; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    margin: 0 0 0 0.3819820591em; }

input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }
  input[type='search']::-webkit-input-placeholder {
    color: #616161; }
  input[type='search']:-ms-input-placeholder {
    color: #616161; }
  input[type='search']::-ms-input-placeholder {
    color: #616161; }
  input[type='search']::placeholder {
    color: #616161; }

button::-moz-focus-inner, .hb_button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
  padding: 0.875em 1.41575em;
  background-color: #fff;
  color: #4c4c4c;
  border: 1px solid;
  border-color: #d1e8f3;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0px;
  outline: 0; }
  input[type='text']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .input-text::-webkit-input-placeholder {
    color: #4c4c4c; }
  input[type='text']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .input-text:-ms-input-placeholder {
    color: #4c4c4c; }
  input[type='text']::-ms-input-placeholder,
  input[type='number']::-ms-input-placeholder,
  input[type='email']::-ms-input-placeholder,
  input[type='tel']::-ms-input-placeholder,
  input[type='url']::-ms-input-placeholder,
  input[type='password']::-ms-input-placeholder,
  input[type='search']::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  .input-text::-ms-input-placeholder {
    color: #4c4c4c; }
  input[type='text']::placeholder,
  input[type='number']::placeholder,
  input[type='email']::placeholder,
  input[type='tel']::placeholder,
  input[type='url']::placeholder,
  input[type='password']::placeholder,
  input[type='search']::placeholder,
  textarea::placeholder,
  .input-text::placeholder {
    color: #4c4c4c; }
  .form-light input[type='text'], .form-light
  input[type='number'], .form-light
  input[type='email'], .form-light
  input[type='tel'], .form-light
  input[type='url'], .form-light
  input[type='password'], .form-light
  input[type='search'], .form-light
  textarea, .form-light
  .input-text {
    color: #fff; }
    .form-light input[type='text']::-webkit-input-placeholder, .form-light
    input[type='number']::-webkit-input-placeholder, .form-light
    input[type='email']::-webkit-input-placeholder, .form-light
    input[type='tel']::-webkit-input-placeholder, .form-light
    input[type='url']::-webkit-input-placeholder, .form-light
    input[type='password']::-webkit-input-placeholder, .form-light
    input[type='search']::-webkit-input-placeholder, .form-light
    textarea::-webkit-input-placeholder, .form-light
    .input-text::-webkit-input-placeholder {
      color: #fff; }
    .form-light input[type='text']:-ms-input-placeholder, .form-light
    input[type='number']:-ms-input-placeholder, .form-light
    input[type='email']:-ms-input-placeholder, .form-light
    input[type='tel']:-ms-input-placeholder, .form-light
    input[type='url']:-ms-input-placeholder, .form-light
    input[type='password']:-ms-input-placeholder, .form-light
    input[type='search']:-ms-input-placeholder, .form-light
    textarea:-ms-input-placeholder, .form-light
    .input-text:-ms-input-placeholder {
      color: #fff; }
    .form-light input[type='text']::-ms-input-placeholder, .form-light
    input[type='number']::-ms-input-placeholder, .form-light
    input[type='email']::-ms-input-placeholder, .form-light
    input[type='tel']::-ms-input-placeholder, .form-light
    input[type='url']::-ms-input-placeholder, .form-light
    input[type='password']::-ms-input-placeholder, .form-light
    input[type='search']::-ms-input-placeholder, .form-light
    textarea::-ms-input-placeholder, .form-light
    .input-text::-ms-input-placeholder {
      color: #fff; }
    .form-light input[type='text']::placeholder, .form-light
    input[type='number']::placeholder, .form-light
    input[type='email']::placeholder, .form-light
    input[type='tel']::placeholder, .form-light
    input[type='url']::placeholder, .form-light
    input[type='password']::placeholder, .form-light
    input[type='search']::placeholder, .form-light
    textarea::placeholder, .form-light
    .input-text::placeholder {
      color: #fff; }

select {
  padding: 0.875em 1.41575em; }
  select:not([size]):not([multiple]) {
    color: #4c4c4c;
    border: 1px solid;
    border-color: #d1e8f3;
    border-radius: 0;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-image: url("./assets/images/select_arrow.png");
    background-position: calc(100% - 22px) center;
    background-repeat: no-repeat;
    background-color: #fff; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.875em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  color: #16131b;
  font-weight: 700;
  margin-bottom: 0.6180469716em; }

label.inline input {
  width: auto; }

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border-color: #d1e8f3; }
  fieldset legend {
    font-weight: 700;
    color: #16131b;
    padding: 0.6180469716em 1em;
    margin-left: -1em; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0; }

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1em; }
  .gallery::before, .gallery::after {
    content: '';
    display: table; }
  .gallery::after {
    clear: both; }
  .gallery .gallery-item {
    float: left; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin: 0 auto; }
    .gallery .gallery-item .gallery-caption {
      margin: 0;
      text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.3%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%; }

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%; }

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid #d1e8f3;
    padding: 1em 0; }

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.site-main nav.navigation {
  clear: both;
  margin-top: 60px; }
  .site-main nav.navigation::before, .site-main nav.navigation::after {
    content: '';
    display: table; }
  .site-main nav.navigation::after {
    clear: both; }
  .site-main nav.navigation .nav-previous a,
  .site-main nav.navigation .nav-next a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 45px 30px;
    position: relative;
    overflow: hidden; }
    .site-main nav.navigation .nav-previous a:hover img,
    .site-main nav.navigation .nav-next a:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .site-main nav.navigation .nav-previous a span,
    .site-main nav.navigation .nav-next a span {
      position: relative;
      z-index: 4; }
    .site-main nav.navigation .nav-previous a img,
    .site-main nav.navigation .nav-next a img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1;
      margin-top: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .site-main nav.navigation .nav-previous {
    float: left;
    width: calc(50% - 20px); }
    .site-main nav.navigation .nav-previous a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 39, 46, 0.7);
      z-index: 2; }
  .site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: calc(50% - 20px); }
    .site-main nav.navigation .nav-next a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 39, 46, 0.7);
      z-index: 2; }

.pagination,
.woocommerce-pagination {
  text-align: center;
  clear: both;
  margin-top: 45px; }
  .pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
  .woocommerce-pagination ul.page-numbers::before,
  .woocommerce-pagination ul.page-numbers::after {
    content: '';
    display: table; }
  .pagination ul.page-numbers::after,
  .woocommerce-pagination ul.page-numbers::after {
    clear: both; }
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
      display: inline-block; }
      .pagination .page-numbers li .page-numbers,
      .woocommerce-pagination .page-numbers li .page-numbers {
        display: inline-block;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #16131b; }
        .pagination .page-numbers li .page-numbers.current, .pagination .page-numbers li .page-numbers:hover,
        .woocommerce-pagination .page-numbers li .page-numbers.current,
        .woocommerce-pagination .page-numbers li .page-numbers:hover {
          background-color: #0b2e4f;
          border-color: #0b2e4f;
          color: #fff; }
        .pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
        .woocommerce-pagination .page-numbers li .page-numbers.prev,
        .woocommerce-pagination .page-numbers li .page-numbers.next {
          margin: 0 5px;
          background-color: transparent !important; }
          .pagination .page-numbers li .page-numbers.prev:hover, .pagination .page-numbers li .page-numbers.next:hover,
          .woocommerce-pagination .page-numbers li .page-numbers.prev:hover,
          .woocommerce-pagination .page-numbers li .page-numbers.next:hover {
            color: #0b2e4f; }

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  #secondary {
    display: block; } }

#secondary .widget {
  padding: 25px 40px 35px;
  border: 1px solid;
  border-color: #d1e8f3; }
  #secondary .widget .widget-title,
  #secondary .widget .widgettitle {
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }

#secondary a:not(.hb_button) {
  color: #4c4c4c; }
  #secondary a:not(.hb_button):hover {
    color: #619fbd; }

#secondary .widget_hb_widget_search h3 {
  display: none; }

#secondary .widget_hb_widget_search button[type="submit"], #secondary .widget_hb_widget_search .hb_button[type="submit"] {
  display: block;
  width: 100%; }

#secondary .widget_rss .rsswidget {
  color: #16131b; }
  #secondary .widget_rss .rsswidget:hover {
    color: #85b5cc; }

.widget {
  margin: 0 0 2.617924em; }
  .widget select {
    max-width: 100%; }
  .widget .widget-search .search-submit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }
  .widget.widget_recent_entries li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding: 1em 0;
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }
    .widget.widget_recent_entries li:first-child {
      padding-top: 0; }
    .widget.widget_recent_entries li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .widget.widget_recent_entries .recent-posts-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
    margin-right: 1em;
    max-width: 75px; }
  .widget.widget_recent_entries .recent-posts-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .widget.widget_recent_entries .post-title {
    color: #16131b;
    display: block;
    margin-bottom: 0.5407911001em; }
    .widget.widget_recent_entries .post-title:hover {
      color: #85b5cc; }
  .widget.widget_recent_entries .post-date,
  .widget.widget_recent_entries .post-comments {
    font-size: 0.875em;
    color: #919191; }
  .widget .widget-title,
  .widget .widgettitle {
    font-size: 24px;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #16131b;
    font-weight: 800;
    padding-bottom: 0.875em;
    margin-bottom: 0.875em; }
    #secondary .widget .widget-title,
    #secondary .widget .widgettitle {
      padding-bottom: 10px; }
  .widget ul {
    margin-left: 0;
    list-style: none; }
    .widget ul ul {
      margin-left: 1.618em;
      margin-top: 1em; }
  .widget.widget_rss .widget-title img {
    display: inline-block; }
  .widget.widget_rss .rsswidget {
    color: #16131b;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1.41575em; }
    .widget.widget_rss .rsswidget:hover {
      color: #85b5cc; }
  .widget.widget_rss .rss-date,
  .widget.widget_rss cite {
    font-style: italic;
    display: block;
    margin: 0 0 0.7em;
    color: #16131b; }
  .widget.widget_rss li {
    margin-bottom: 1em; }

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em; }

.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0; }

.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em; }

.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%; }
  .wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
    padding: 1em 1.41575em;
    border-color: #d1e8f3;
    background-color: #fff; }
  .wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 1em; }
  .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0; }

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0; }

.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0; }

.wpml-ls-statics-footer li a {
  color: #4c4c4c; }
  .wpml-ls-statics-footer li a:hover {
    color: #85b5cc; }

.tagcloud a {
  font-size: 12px !important;
  display: inline-block;
  padding: 7px 15px;
  background: #eef2f8;
  margin-bottom: 5px; }
  .tagcloud a:hover {
    color: #fff !important;
    background-color: #85b5cc; }

.widget-area .widget a.button, .widget-area .widget .hentry a.more-link, .hentry .widget-area .widget a.more-link {
  font-weight: 700 !important; }

.page-content form.search-form,
.widget_search form.search-form,
.widget_product_search form.search-form,
.site-search form.search-form {
  position: relative;
  margin-bottom: 0; }
  .page-content form.search-form::before,
  .widget_search form.search-form::before,
  .widget_product_search form.search-form::before,
  .site-search form.search-form::before {
    font-size: 16px;
    color: #85b5cc; }
  .page-content form.search-form input[type=text],
  .page-content form.search-form input[type=search],
  .widget_search form.search-form input[type=text],
  .widget_search form.search-form input[type=search],
  .widget_product_search form.search-form input[type=text],
  .widget_product_search form.search-form input[type=search],
  .site-search form.search-form input[type=text],
  .site-search form.search-form input[type=search] {
    width: 100%;
    border: 1px solid;
    border-color: #d1e8f3;
    padding: 1em 1.41575em; }
    .page-content form.search-form input[type=text]::-webkit-input-placeholder,
    .page-content form.search-form input[type=search]::-webkit-input-placeholder,
    .widget_search form.search-form input[type=text]::-webkit-input-placeholder,
    .widget_search form.search-form input[type=search]::-webkit-input-placeholder,
    .widget_product_search form.search-form input[type=text]::-webkit-input-placeholder,
    .widget_product_search form.search-form input[type=search]::-webkit-input-placeholder,
    .site-search form.search-form input[type=text]::-webkit-input-placeholder,
    .site-search form.search-form input[type=search]::-webkit-input-placeholder {
      color: #b0b0b0; }
    .page-content form.search-form input[type=text]:-ms-input-placeholder,
    .page-content form.search-form input[type=search]:-ms-input-placeholder,
    .widget_search form.search-form input[type=text]:-ms-input-placeholder,
    .widget_search form.search-form input[type=search]:-ms-input-placeholder,
    .widget_product_search form.search-form input[type=text]:-ms-input-placeholder,
    .widget_product_search form.search-form input[type=search]:-ms-input-placeholder,
    .site-search form.search-form input[type=text]:-ms-input-placeholder,
    .site-search form.search-form input[type=search]:-ms-input-placeholder {
      color: #b0b0b0; }
    .page-content form.search-form input[type=text]::-ms-input-placeholder,
    .page-content form.search-form input[type=search]::-ms-input-placeholder,
    .widget_search form.search-form input[type=text]::-ms-input-placeholder,
    .widget_search form.search-form input[type=search]::-ms-input-placeholder,
    .widget_product_search form.search-form input[type=text]::-ms-input-placeholder,
    .widget_product_search form.search-form input[type=search]::-ms-input-placeholder,
    .site-search form.search-form input[type=text]::-ms-input-placeholder,
    .site-search form.search-form input[type=search]::-ms-input-placeholder {
      color: #b0b0b0; }
    .page-content form.search-form input[type=text]::placeholder,
    .page-content form.search-form input[type=search]::placeholder,
    .widget_search form.search-form input[type=text]::placeholder,
    .widget_search form.search-form input[type=search]::placeholder,
    .widget_product_search form.search-form input[type=text]::placeholder,
    .widget_product_search form.search-form input[type=search]::placeholder,
    .site-search form.search-form input[type=text]::placeholder,
    .site-search form.search-form input[type=search]::placeholder {
      color: #b0b0b0; }
    .page-content form.search-form input[type=text]:focus,
    .page-content form.search-form input[type=search]:focus,
    .widget_search form.search-form input[type=text]:focus,
    .widget_search form.search-form input[type=search]:focus,
    .widget_product_search form.search-form input[type=text]:focus,
    .widget_product_search form.search-form input[type=search]:focus,
    .site-search form.search-form input[type=text]:focus,
    .site-search form.search-form input[type=search]:focus {
      border-color: #85b5cc; }
  .page-content form.search-form input[type=submit],
  .page-content form.search-form button[type=submit],
  .page-content form.search-form .hb_button[type="submit"],
  .widget_search form.search-form input[type=submit],
  .widget_search form.search-form button[type=submit],
  .widget_search form.search-form .hb_button[type="submit"],
  .widget_product_search form.search-form input[type=submit],
  .widget_product_search form.search-form button[type=submit],
  .widget_product_search form.search-form .hb_button[type="submit"],
  .site-search form.search-form input[type=submit],
  .site-search form.search-form button[type=submit],
  .site-search form.search-form .hb_button[type="submit"] {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }

.site-search form {
  margin-bottom: 0; }

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_meta ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em; }

.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_meta ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 1em; }

.widget_recent_comments a {
  text-decoration: underline; }

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center; }

.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0; }

.widget_recent_entries .recent-posts-thumbnail + .recent-posts-info .post-title {
  font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800; }
  .widget_recent_entries .recent-posts-thumbnail + .recent-posts-info .post-title span {
    color: #16131b; }
  .widget_recent_entries .recent-posts-thumbnail + .recent-posts-info .post-title:hover span {
    text-decoration: underline; }

.foxuries-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em; }

.widget_calendar table th, .widget_calendar table td {
  border: 1px solid;
  border-color: #d1e8f3; }

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 1024px) {
  /**
 * Menus
 *
 * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
 */
  .menu-toggle,
  .main-navigation.toggled div.menu {
    display: none; }
  .primary-navigation {
    display: block; }
  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    -webkit-box-ordinal-group: unset !important;
    -webkit-order: unset !important;
            order: unset !important; }
  .site-header .site-branding {
    display: block;
    clear: both;
    width: 100%; }
    .site-header .site-branding img {
      height: auto;
      max-width: 195px;
      max-height: 67px; }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%; }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: block; }
      .main-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left; }
        .main-navigation ul li a:not(.elementor-button-link)::before {
          display: none; }
        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
          left: 0;
          display: block;
          opacity: 1;
          visibility: visible; }
          .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
            left: -9999px;
            /* 1 */
            opacity: 0;
            visibility: hidden; }
            .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
              display: none;
              left: 0; }
          .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
            left: 100%;
            top: 0;
            display: block;
            opacity: 1;
            visibility: visible; }
      .main-navigation ul ul.sub-menu {
        float: left;
        position: absolute;
        top: 100%;
        z-index: 99999;
        left: 0;
        /* 1 */
        opacity: 0;
        visibility: hidden; }
        .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
          display: none;
          left: 0; }
        .main-navigation ul ul.sub-menu li {
          display: block; }
          .main-navigation ul ul.sub-menu li a:not(.elementor-button-link) {
            width: 200px; }
  .site-content::before, .site-content::after {
    content: '';
    display: table; }
  .site-content::after {
    clear: both; }
  .content-area {
    width: calc(100% - 440px);
    float: left; }
  .widget-area {
    width: 400px;
    float: right; }
  .left-sidebar .content-area {
    float: right; }
  .left-sidebar .widget-area {
    float: left; }
  .foxuries-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em; } }

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left; }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block; }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em; }
    .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
      .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
      .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.5407911001em !important;
        display: inline-block; }
  .foxuries-breadcrumb {
    padding: 120px 60px;
    margin: 0 0 5.9968353111em; }
  .breadcrumb-heading {
    font-size: 3.706325903em;
    margin: 0.6180469716em 0; }
  /**
     * Full width & homepage template
     */
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
     * Footer widgets
     */
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .footer-widgets::before, .footer-widgets::after {
      content: '';
      display: table; }
    .footer-widgets::after {
      clear: both; }
    .footer-widgets.col-2 .block {
      width: 48.3870967742%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-2 .block.footer-widget-2 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-3 .block {
      width: 31.1827956989%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-3 .block.footer-widget-3 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-4 .block {
      width: 22.5806451613%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-4 .block.footer-widget-4 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-5 .block.footer-widget-1 {
      width: 29.5019157088%;
      float: left;
      margin-right: 1.1494252874%;
      padding-right: 30px; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      width: 23.3716475096%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-2, .footer-widgets.col-5 .block.footer-widget-3, .footer-widgets.col-5 .block.footer-widget-4 {
      width: 14.1762452107%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      float: right;
      margin-right: 0; }
  /**
     * Comments
     */
  .comment-list-wrap + #respond {
    margin-top: 2.2906835em; }
  .comment-list::before, .comment-list::after {
    content: '';
    display: table; }
  .comment-list::after {
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-meta {
    text-align: left; }
  .comment-list #respond .comment-form-author,
  .comment-list #respond .comment-form-email,
  .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0; }
  .comment-list .comment-body #respond {
    border: 1px solid #d1e8f3;
    margin-bottom: 2.617924em; }
  .comment-list .reply {
    clear: both; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 32.2751322751%;
    float: left;
    margin-right: 1.5873015873%; }
    #hb_room_reviews #respond .comment-form-author, #hb_room_reviews
    #respond .comment-form-email, #hb_room_reviews
    #respond .comment-form-url {
      width: 48.3870967742%;
      float: left;
      margin-right: 3.2258064516%; }
  #hb_room_reviews #respond .comment-form-email {
    float: right;
    margin-right: 0; }
  #respond .comment-form-url {
    float: right;
    margin-right: 0; }
  #respond .comment-form-comment {
    clear: both; }
  /**
     * Content
     */
  /**
     * Primary Navigation
     */
  .foxuries-primary-navigation {
    clear: both; }
    .foxuries-primary-navigation::before, .foxuries-primary-navigation::after {
      content: '';
      display: table; }
    .foxuries-primary-navigation::after {
      clear: both; }
  .main-navigation div.menu {
    display: block; }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    -webkit-transition: none;
    transition: none; }
    .main-navigation ul.menu > li,
    .main-navigation ul.nav-menu > li {
      margin-left: 18px;
      margin-right: 18px; }
      .main-navigation ul.menu > li > a,
      .main-navigation ul.nav-menu > li > a {
        padding: 1em 0; }
      .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after,
      .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
      .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
        display: block; }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.sub-menu {
      margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.menu-item a,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
        padding: 0.875em 1.41575em; }
      .main-navigation ul.menu ul.sub-menu li.menu-item:last-child,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:last-child {
        border-bottom: 0; }
      .main-navigation ul.menu ul.sub-menu ul,
      .main-navigation ul.nav-menu ul.sub-menu ul {
        margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.current-menu-item > a,
      .main-navigation ul.menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.menu ul.sub-menu li.focus,
      .main-navigation ul.nav-menu ul.sub-menu li.current-menu-item > a,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.nav-menu ul.sub-menu li.focus {
        background-color: rgba(0, 0, 0, 0.05); }
  /**
     * 404 Styles
     */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%; }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
      margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0; }
  .wpml-ls-statics-footer {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
      content: '';
      display: table; }
    .wpml-ls-statics-footer::after {
      clear: both; }
    .wpml-ls-statics-footer:after {
      content: " ";
      display: block;
      clear: both; }
  .copyright-bar .foxuries-social {
    text-align: right;
    margin: 0; }
  .copyright-bar .site-info {
    margin: 0; } }

body.foxuries-layout-boxed {
  margin: auto;
  overflow-x: hidden; }

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.justify-content-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }

.align-content-start {
  -webkit-align-content: flex-start;
          align-content: flex-start; }

.align-content-end {
  -webkit-align-content: flex-end;
          align-content: flex-end; }

.align-content-center {
  -webkit-align-content: center;
          align-content: center; }

.align-content-between {
  -webkit-align-content: space-between;
          align-content: space-between; }

.align-content-around {
  -webkit-align-content: space-around;
          align-content: space-around; }

.align-content-stretch {
  -webkit-align-content: stretch;
          align-content: stretch; }

.align-self-auto {
  -webkit-align-self: auto;
          align-self: auto; }

.align-self-start {
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.align-self-end {
  -webkit-align-self: flex-end;
          align-self: flex-end; }

.align-self-center {
  -webkit-align-self: center;
          align-self: center; }

.align-self-baseline {
  -webkit-align-self: baseline;
          align-self: baseline; }

.align-self-stretch {
  -webkit-align-self: stretch;
          align-self: stretch; }

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

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

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

/*--------------------------------------------------------------
18.0 Slick Carousel
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent !important;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border-width: 2px;
  border-color: rgba(115, 122, 128, 0.302);
  border-style: solid;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent !important;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      color: #619fbd; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: rgba(115, 122, 128, 0.302);
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -65px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -65px; }

.slick-next {
  right: -65px; }
  [dir="rtl"] .slick-next {
    left: -65px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li .hb_button {
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li .hb_button:hover, .slick-dots li button:focus, .slick-dots li .hb_button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li .hb_button:hover:before, .slick-dots li button:focus:before, .slick-dots li .hb_button:focus:before {
          color: #85b5cc;
          opacity: 1; }
      .slick-dots li button:before, .slick-dots li .hb_button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before, .slick-dots li.slick-active .hb_button:before {
      color: #85b5cc;
      opacity: 1;
      font-size: 14px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== Start ICONS CSS ===== */
@font-face {
  font-family: "foxuries-icon";
  src: url("./assets/fonts/foxuries-icon.eot");
  src: url("./assets/fonts/foxuries-icon.eot?#iefix") format("eot"), url("./assets/fonts/foxuries-icon.woff2") format("woff2"), url("./assets/fonts/foxuries-icon.woff") format("woff"), url("./assets/fonts/foxuries-icon.ttf") format("truetype"), url("./assets/fonts/foxuries-icon.svg#foxuries-icon") format("svg");
  font-display: swap; }

[class*="foxuries-icon-"]:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle; }

.foxuries-icon-bed:before {
  content: ""; }

.foxuries-icon-beds:before {
  content: ""; }

.foxuries-icon-beer:before {
  content: ""; }

.foxuries-icon-calendar-check:before {
  content: ""; }

.foxuries-icon-calendar-day:before {
  content: ""; }

.foxuries-icon-calendar-week:before {
  content: ""; }

.foxuries-icon-child:before {
  content: ""; }

.foxuries-icon-clock:before {
  content: ""; }

.foxuries-icon-compress-wide:before {
  content: ""; }

.foxuries-icon-decor:before {
  content: ""; }

.foxuries-icon-employees:before {
  content: ""; }

.foxuries-icon-exclamation-triangle:before {
  content: ""; }

.foxuries-icon-eye:before {
  content: ""; }

.foxuries-icon-map-marker-alt:before {
  content: ""; }

.foxuries-icon-meal:before {
  content: ""; }

.foxuries-icon-mobile:before {
  content: ""; }

.foxuries-icon-phone:before {
  content: ""; }

.foxuries-icon-play-circle:before {
  content: ""; }

.foxuries-icon-pool:before {
  content: ""; }

.foxuries-icon-room:before {
  content: ""; }

.foxuries-icon-tags:before {
  content: ""; }

.foxuries-icon-user-tie:before {
  content: ""; }

.foxuries-icon-wellness:before {
  content: ""; }

.foxuries-icon-behance:before {
  content: ""; }

.foxuries-icon-bitbucket:before {
  content: ""; }

.foxuries-icon-dribbble:before {
  content: ""; }

.foxuries-icon-dropbox:before {
  content: ""; }

.foxuries-icon-facebook:before {
  content: ""; }

.foxuries-icon-google-plus:before {
  content: ""; }

.foxuries-icon-google:before {
  content: ""; }

.foxuries-icon-link-brand:before {
  content: ""; }

.foxuries-icon-mailchimp:before {
  content: ""; }

.foxuries-icon-paypal:before {
  content: ""; }

.foxuries-icon-pinterest-p:before {
  content: ""; }

.foxuries-icon-reddit:before {
  content: ""; }

.foxuries-icon-skype:before {
  content: ""; }

.foxuries-icon-slack:before {
  content: ""; }

.foxuries-icon-snapchat:before {
  content: ""; }

.foxuries-icon-spotify:before {
  content: ""; }

.foxuries-icon-trello:before {
  content: ""; }

.foxuries-icon-twitter:before {
  content: ""; }

.foxuries-icon-vimeo:before {
  content: ""; }

.foxuries-icon-whatsapp:before {
  content: ""; }

.foxuries-icon-wordpress:before {
  content: ""; }

.foxuries-icon-yoast:before {
  content: ""; }

.foxuries-icon-youtube:before {
  content: ""; }

.foxuries-icon-angle-down:before {
  content: ""; }

.foxuries-icon-angle-left:before {
  content: ""; }

.foxuries-icon-angle-right:before {
  content: ""; }

.foxuries-icon-angle-up:before {
  content: ""; }

.foxuries-icon-bars-solid:before {
  content: ""; }

.foxuries-icon-bars:before {
  content: ""; }

.foxuries-icon-calendar-alt:before {
  content: ""; }

.foxuries-icon-calendar:before {
  content: ""; }

.foxuries-icon-check-circle:before {
  content: ""; }

.foxuries-icon-check-square:before {
  content: ""; }

.foxuries-icon-chevron-down:before {
  content: ""; }

.foxuries-icon-chevron-left:before {
  content: ""; }

.foxuries-icon-chevron-right:before {
  content: ""; }

.foxuries-icon-chevron-up:before {
  content: ""; }

.foxuries-icon-comment:before {
  content: ""; }

.foxuries-icon-comments:before {
  content: ""; }

.foxuries-icon-credit-card:before {
  content: ""; }

.foxuries-icon-edit:before {
  content: ""; }

.foxuries-icon-envelope:before {
  content: ""; }

.foxuries-icon-external-link-alt:before {
  content: ""; }

.foxuries-icon-file-alt:before {
  content: ""; }

.foxuries-icon-folder-open-solid:before {
  content: ""; }

.foxuries-icon-folder-open:before {
  content: ""; }

.foxuries-icon-folder:before {
  content: ""; }

.foxuries-icon-frown:before {
  content: ""; }

.foxuries-icon-history:before {
  content: ""; }

.foxuries-icon-home:before {
  content: ""; }

.foxuries-icon-info-circle:before {
  content: ""; }

.foxuries-icon-instagram:before {
  content: ""; }

.foxuries-icon-long-arrow-down:before {
  content: ""; }

.foxuries-icon-long-arrow-left:before {
  content: ""; }

.foxuries-icon-long-arrow-right:before {
  content: ""; }

.foxuries-icon-long-arrow-up:before {
  content: ""; }

.foxuries-icon-map-marker-check:before {
  content: ""; }

.foxuries-icon-meh:before {
  content: ""; }

.foxuries-icon-minus-circle:before {
  content: ""; }

.foxuries-icon-minus:before {
  content: ""; }

.foxuries-icon-money-bill:before {
  content: ""; }

.foxuries-icon-pencil-alt:before {
  content: ""; }

.foxuries-icon-plus-circle:before {
  content: ""; }

.foxuries-icon-plus:before {
  content: ""; }

.foxuries-icon-quote:before {
  content: ""; }

.foxuries-icon-reply-all:before {
  content: ""; }

.foxuries-icon-reply:before {
  content: ""; }

.foxuries-icon-search-plus:before {
  content: ""; }

.foxuries-icon-search:before {
  content: ""; }

.foxuries-icon-sign-out-alt:before {
  content: ""; }

.foxuries-icon-smile:before {
  content: ""; }

.foxuries-icon-star-fill:before {
  content: ""; }

.foxuries-icon-star:before {
  content: ""; }

.foxuries-icon-sync:before {
  content: ""; }

.foxuries-icon-thumbtack:before {
  content: ""; }

.foxuries-icon-times-circle:before {
  content: ""; }

.foxuries-icon-times:before {
  content: ""; }

.foxuries-icon-user:before {
  content: ""; }

/* ===== End ICONS CSS ===== */
.hotel-booking-search button[type="submit"], .hotel-booking-search .hb_button[type="submit"],
.widget_hb_widget_search button[type="submit"],
.widget_hb_widget_search .hb_button[type="submit"] {
  position: relative; }
  .hotel-booking-search button[type="submit"]:before, .hotel-booking-search .hb_button[type="submit"]:before,
  .widget_hb_widget_search button[type="submit"]:before,
  .widget_hb_widget_search .hb_button[type="submit"]:before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    display: inline-block;
    margin-right: 7px;
    vertical-align: top; }
  .hotel-booking-search button[type="submit"] .lds-ring, .hotel-booking-search .hb_button[type="submit"] .lds-ring,
  .widget_hb_widget_search button[type="submit"] .lds-ring,
  .widget_hb_widget_search .hb_button[type="submit"] .lds-ring {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

blockquote {
  position: relative; }
  blockquote:before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    font-size: 60px;
    position: absolute;
    opacity: .1;
    line-height: 1;
    z-index: 0;
    left: 30px;
    top: 30px; }

.foxuries-social ul {
  margin: 0;
  list-style-type: none; }
  .foxuries-social ul li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1; }
    .foxuries-social ul li:last-child {
      margin-right: 0; }
    .foxuries-social ul li a:before {
      position: relative;
      font-family: "foxuries-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: ""; }
    .foxuries-social ul li a[href*="twitter"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="instagram"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="docker"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="dochub"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="yelp"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="flickr"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="github"]:before {
      content: "";
      color: #333333; }
    .foxuries-social ul li a[href*="dribbble"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="wordpress"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="tumblr"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="angular"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="atlassian"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="snapchat"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="apper"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="codepen"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="gulp"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="cpanel"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="skype"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="reddit"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="whatsapp"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="slack"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="amazon"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="android"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="grunt"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="firefox"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="adobe"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="behance"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="dropbox"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="facebook"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="linkedin"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="paypal"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="trello"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="vimeo"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="youtube"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="apple"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="bitbucket"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="bitcoin"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="bluetooth"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="bity"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="google/chrome"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="drupal"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="html5"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="mailchimp"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="jenkins"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="spotify"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="ebay"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="telegram"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="yoast"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="btc-e"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="discord"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="google"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="google-plus"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="figma"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="joomla"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="opencart"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="pinterest"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="vimeo"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="centos"]:before {
      content: ""; }
    .foxuries-social ul li a[href*="whatsapp"]:before {
      content: ""; }

.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text] {
  padding-left: 2.9em;
  padding-right: 7em; }

#comments .commentlist .bypostauthor > .comment-body cite::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a.comment-edit-link::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

#respond #cancel-comment-reply-link::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  display: block; }

.sticky .entry-title::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

button.loading, .loading.hb_button,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading,
.hentry .loading.more-link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
  position: relative; }
  button.loading::after, .loading.hb_button::after,
  input[type='button'].loading::after,
  input[type='reset'].loading::after,
  input[type='submit'].loading::after,
  .button.loading::after,
  .hentry .loading.more-link::after,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading::after,
  .added_to_cart.loading::after {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    -webkit-animation: fa-spin 0.75s linear infinite;
            animation: fa-spin 0.75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block; }

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  display: block !important;
  margin-left: -10px;
  margin-top: -10px;
  color: #000; }

.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  background-image: none !important;
  background: #fff !important; }

.main-navigtion ul li a::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.mobile-navigation ul li button::after, .mobile-navigation ul li .hb_button::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

.site-main nav.navigation .nav-previous a::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 1.41575em;
  position: relative;
  z-index: 4;
  margin-top: -5px; }

.site-main nav.navigation .nav-next a::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 1.41575em;
  position: relative;
  z-index: 4;
  margin-top: -5px; }

.widget_search form.search-form::before,
.widget_product_search form.search-form::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.2em;
  line-height: 1; }

.widget_search form.search-form input[type=text],
.widget_search form.search-form input[type=search],
.widget_product_search form.search-form input[type=text],
.widget_product_search form.search-form input[type=search] {
  padding-left: 2.9em;
  padding-right: 7em; }

.widget_product_search form.woocommerce-product-search.loading::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  line-height: 1.3; }

.foxuries-handheld-footer-bar ul li > a::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 1.41575em;
  text-indent: 0;
  display: block;
  cursor: pointer; }

.foxuries-handheld-footer-bar ul li.shop > a::before {
  content: ""; }

.foxuries-handheld-footer-bar ul li.search > a::before {
  content: ""; }

.foxuries-handheld-footer-bar ul li.my-account > a::before {
  content: ""; }

.foxuries-handheld-footer-bar ul li.cart > a::before {
  content: ""; }

.foxuries-handheld-footer-bar ul li.wishlist > a::before {
  content: ""; }

.foxuries-product-pagination a[rel='prev']::after, .foxuries-product-pagination a[rel='next']::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit; }

.foxuries-product-pagination a[rel='prev']::after {
  content: "";
  padding-right: 1.41575em; }

.foxuries-product-pagination a[rel='next']::after {
  content: "";
  padding-left: 1.41575em; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    display: block;
    line-height: 2;
    text-indent: 0; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important; }

.stock::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  margin-right: 0.5407911001em; }

.stock.in-stock::before {
  content: ""; }

.stock.out-of-stock::before {
  content: ""; }

a.reset_variations::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul,
#secondary .widget_layered_nav ul,
#secondary .widget_layered_nav_filters ul {
  margin-left: 0; }
  #secondary .widget_pages ul li,
  #secondary .widget_categories ul li,
  #secondary .widget_archive ul li,
  #secondary .widget_recent_comments ul li,
  #secondary .widget_nav_menu ul li,
  #secondary .widget_links ul li,
  #secondary .widget_layered_nav ul li,
  #secondary .widget_layered_nav_filters ul li {
    padding-left: 1.618em; }
    #secondary .widget_pages ul li::before,
    #secondary .widget_categories ul li::before,
    #secondary .widget_archive ul li::before,
    #secondary .widget_recent_comments ul li::before,
    #secondary .widget_nav_menu ul li::before,
    #secondary .widget_links ul li::before,
    #secondary .widget_layered_nav ul li::before,
    #secondary .widget_layered_nav_filters ul li::before {
      font-family: "foxuries-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      margin-right: 0.5407911001em;
      display: block;
      float: left;
      opacity: 0.35;
      margin-left: -1.618em;
      width: 1em; }

#secondary .widget_layered_nav li::before {
  content: ""; }

#secondary .widget_layered_nav .chosen::before {
  content: ""; }

#secondary .widget_layered_nav_filters ul li.chosen::before {
  content: "";
  color: #e2401c;
  opacity: 1; }

#secondary .widget_pages ul li::before {
  content: ""; }

#secondary .widget_categories ul li::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: ""; }

#secondary .widget_categories ul li.current-cat::before {
  content: ""; }

#secondary .widget_archive ul li::before {
  content: ""; }

#secondary .widget_recent_comments ul li::before {
  content: ""; }

#secondary .widget_nav_menu ul li::before {
  content: ""; }

#secondary .widget_links ul li::before {
  content: ""; }

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative; }
  a.remove::before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #7f7f7f;
    line-height: 1.618;
    text-indent: 0;
    text-align: center; }

.woocommerce-shipping-calculator > p:first-child a::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.3342343017em; }

.blockUI::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-animation: fa-spin 0.75s linear infinite;
          animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

p.order-again .button::after, p.order-again .hentry .more-link::after, .hentry p.order-again .more-link::after {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.demo_store::before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

@media (min-width: 1024px) {
  .main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.menu > li.has-mega-menu > a::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    margin-left: 0.5em;
    font-weight: 900; }
  .main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    float: right;
    line-height: 1.618;
    font-weight: 900; }
  .addresses header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180469716em; }
    .addresses header.title a::before {
      font-family: "foxuries-icon";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: middle;
      line-height: inherit;
      content: "";
      line-height: 1.618;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      text-align: center;
      text-indent: 0; } }

.slick-prev:before,
.slick-next:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 18px; }

.slick-prev:before {
  content: ""; }
  [dir="rtl"] .slick-prev:before {
    content: ""; }

.slick-next:before {
  content: ""; }
  [dir="rtl"] .slick-next:before {
    content: ""; }

.foxuries-language-switcher li.item span:after {
  position: relative;
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 0.5em;
  margin-top: -1px; }

.hb-booking-room-form-group [class*="hb-input-"] {
  position: relative; }
  .hb-booking-room-form-group [class*="hb-input-"]:before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #85b5cc; }

.hb-booking-room-form-group .hb-input-checkin:before {
  content: ""; }

.hb-booking-room-form-group .hb-input-checkout:before {
  content: ""; }

.elementor-widget-foxuries-hb-search .hb-form-field:nth-child(1) .hb_input_field:before,
.widget .hotel-booking-search .hb-form-field:nth-child(1) .hb_input_field:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #85b5cc; }

.elementor-widget-foxuries-hb-search .hb-form-field:nth-child(2) .hb_input_field:before,
.widget .hotel-booking-search .hb-form-field:nth-child(2) .hb_input_field:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #85b5cc; }

.elementor-widget-foxuries-hb-search .hb-form-field:nth-child(3) .hb-form-field-input,
.widget .hotel-booking-search .hb-form-field:nth-child(3) .hb-form-field-input {
  position: relative; }
  .elementor-widget-foxuries-hb-search .hb-form-field:nth-child(3) .hb-form-field-input:before,
  .widget .hotel-booking-search .hb-form-field:nth-child(3) .hb-form-field-input:before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #85b5cc; }

.elementor-widget-foxuries-hb-search .hb-form-field:nth-child(4) .hb-form-field-input,
.widget .hotel-booking-search .hb-form-field:nth-child(4) .hb-form-field-input {
  position: relative; }
  .elementor-widget-foxuries-hb-search .hb-form-field:nth-child(4) .hb-form-field-input:before,
  .widget .hotel-booking-search .hb-form-field:nth-child(4) .hb-form-field-input:before {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #85b5cc; }

.elementor-widget-foxuries-hb-search .hb-submit button:before, .elementor-widget-foxuries-hb-search .hb-submit .hb_button:before,
.widget .hotel-booking-search .hb-submit button:before,
.widget .hotel-booking-search .hb-submit .hb_button:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  color: #85b5cc; }

.elementor-post-wrapper .posted-on:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 5px;
  color: #85b5cc;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); }

#hb_room_load_booking_form:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  color: #85b5cc;
  margin-right: 10px; }

.hotel_booking_room_errors p:before {
  font-family: "foxuries-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-right: 5px;
  margin-top: -3px; }


/*--------------------------------------------------------------
20.0 Utilities
--------------------------------------------------------------*/
.error404 .site-content {
  background-image: url(.../../assets/images/404/bg_404.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.error404 .site-footer {
  padding: 0; }

.error404 .foxuries-breadcrumb {
  display: none; }

.error404 .page-header img {
  margin: 0 auto; }

.error404 .page-content {
  padding-bottom: 120px;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto; }

.error404 h1 {
  font-size: 260px;
  margin-bottom: 0;
  line-height: 1; }
  @media only screen and (max-width: 480px) {
    .error404 h1 {
      font-size: 160px; } }

.error404 h2, .error404 #respond #reply-title, #respond .error404 #reply-title {
  margin-top: 1em;
  font-size: 32px;
  line-height: 1;
  color: #0b2e4f;
  text-transform: uppercase; }

.error404 .error-text {
  font-size: 16px;
  line-height: 22px; }
  .error404 .error-text a {
    text-decoration: underline;
    color: #0b2e4f; }
    .error404 .error-text a:hover {
      color: #051422;
      text-decoration: underline; }

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid #d1e8f3;
  border-width: 1px 0;
  margin-bottom: 2.617924em; }
  .error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
    content: '';
    display: table; }
  .error404 .fourohfour-columns-2::after {
    clear: both; }
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 46.6666666667%;
      float: left;
      margin-right: 6.6666666667%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
        margin-right: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  border: none;
  background-color: #edf0f4;
  padding: 45px 40px; }

.tribe-events .tribe-events-c-events-bar__search-filters-container {
  background-color: transparent; }

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-events .tribe-events-c-ical__link {
  background-color: #85b5cc;
  border-radius: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  border: none;
  padding: 20px 40px;
  color: #fff; }
  .tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:focus {
    background-color: #619fbd;
    border: none;
    color: #fff; }

.tribe-events .tribe-events-c-ical__link:before {
  content: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 40px; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input {
  font-size: 16px;
  font-family: inherit; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  border: 2px solid;
  border-color: #d1e8f3;
  color: #999999; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0; }

.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
  font-family: inherit;
  font-weight: 400; }

.tribe-events .tribe-events-calendar-month__header-column {
  background-color: #000;
  padding-top: 16px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  text-align: center;
  font-size: 18px;
  color: #fff; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-text {
  display: none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  background-color: transparent;
  padding: 0; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-icon {
  display: inline-block !important;
  visibility: visible; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  margin-left: 10px;
  margin-right: 0; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  padding: 0; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link .tribe-common-svgicon {
  background-color: #000; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link .tribe-common-svgicon:before {
    color: #fff; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  content: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  background: #e7e7e7;
  border-color: #fff; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
  border-left: 1px solid #fff; }

.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #fff; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 48px;
  display: block;
  text-align: center; }

.tribe-events .tribe-events-calendar-list__month-separator {
  display: block; }
  .tribe-events .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text {
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5; }

.tribe-events .tribe-events-calendar-list__month-separator:after {
  margin: 0; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  display: block; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 100%; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    border-radius: 10px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  width: 50%; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-size: 30px;
  font-weight: 400; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
  display: inline-block;
  font-weight: 300;
  color: #737a80; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
  margin-right: 15px; }

.tribe-events-calendar-list__event-header .start-date {
  color: #85b5cc;
  font-size: 18px;
  font-weight: 400;
  margin: 1em 0; }

/*--------------------------------------------------------------
21.0 Extension: Hotel Booking
--------------------------------------------------------------*/
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.hb-form-table {
  list-style: none;
  margin: 0;
  padding: 0; }

.hb-form-table.col-2 {
  float: left;
  width: 50%;
  padding: 0 15px; }

.hb-form-field {
  margin: 0 0 20px 0; }
  .hb-form-field label {
    display: block; }

.hb-form-field-label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #2a2a2a; }
  .hb-form-field-label.label-left .hb-form-field-label {
    float: left;
    width: 30%; }
  .hb-form-field-label.label-left > label {
    float: left;
    width: 30%; }
  .hb-form-field-label.label-left .hb-form-field-input {
    width: 68%;
    float: right; }
  .hb-form-field-label.label-left:after {
    display: block;
    clear: both;
    content: ''; }

.hb_input_field {
  position: relative; }
  .hb_input_field .hb_input_date_check {
    width: 100%; }
  .hb_input_field:after {
    position: absolute;
    content: '\f073';
    font-size: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    right: 22px;
    top: 17px;
    color: #85b5cc; }

.hb-required {
  color: #FF0000;
  vertical-align: middle;
  margin: 0 10px; }

.hb-align-right {
  text-align: right; }

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

.hb-col-padding {
  padding: 20px;
  overflow: hidden; }

.hb-col-margin {
  margin: 20px; }

.hb-col-border {
  border: 1px solid #DDD; }

.hb-order-existing-customer {
  position: relative;
  margin-bottom: 40px; }
  .hb-order-existing-customer > div > h4 {
    margin-top: 0; }
  .hb-order-existing-customer:after {
    content: attr(data-label);
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px; }

.hb-order-new-customer {
  position: relative;
  margin-bottom: 40px; }
  .hb-order-new-customer .hb-form-field-input input[type="text"],
  .hb-order-new-customer .hb-form-field-input input[type="email"],
  .hb-order-new-customer .hb-form-field-input input[type="number"] {
    display: block;
    width: 100%; }
  .hb-order-new-customer > div > h4 {
    margin-top: 0; }

.hb-payment-form {
  position: relative;
  margin-bottom: 40px; }
  .hb-payment-form > div > h4 {
    margin-top: 0; }

.hb-addition-information {
  position: relative;
  margin-bottom: 40px; }
  .hb-addition-information > div > h4 {
    margin-top: 0; }

.hb-payment-methods {
  list-style: none;
  margin: 0;
  padding: 0; }
  .hb-payment-methods > li {
    margin: 0 0 20px 0; }

.hb-payment-method-form {
  display: none; }

.hb-room-type-gallery {
  display: none; }

.hb-message {
  border: 1px solid #B4DCFF;
  margin: 0 0 20px;
  background-color: #F0F8FF; }

.hb-message-content {
  margin: 10px;
  color: #43A7FF; }

.hb_room_carousel .item {
  float: left; }

.comment-form-rating {
  margin-bottom: 0; }

.hb-rating-input {
  margin-bottom: 20px;
  width: 75px; }

.hb_overlay_ajax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.8; }

.hb_add_to_cart.hb_loading {
  opacity: 0.5; }

.hb_booking_table th {
  padding: 20px 12px;
  text-align: center;
  font-size: 13px; }

.hb_booking_table td {
  padding: 20px 12px;
  text-align: center;
  font-size: 13px; }

.bg-video-play {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.navigation .navbar-nav > li > span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.hb_search_room_item_detail_price_close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.hb_table,
.hb_room_pricing_plans {
  border-style: solid;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  border-color: #d1e8f3; }
  .hb_table td, .hb_table th,
  .hb_room_pricing_plans td,
  .hb_room_pricing_plans th {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #d1e8f3; }

.label-custom-checkbox > input[type="checkbox"] {
  display: none; }
  .label-custom-checkbox > input[type="checkbox"]:checked ~ .checkmark {
    background-color: #85b5cc; }
    .label-custom-checkbox > input[type="checkbox"]:checked ~ .checkmark:after {
      display: block; }

.label-custom-checkbox .checkmark {
  position: absolute;
  left: -5px;
  top: 20px;
  height: 25px;
  width: 25px;
  background-color: #eee; }
  .label-custom-checkbox .checkmark:after {
    display: none;
    position: absolute;
    content: "";
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.tp-hotel-booking #reviews .commentlist {
  list-style: none;
  margin-left: 0; }
  .tp-hotel-booking #reviews .commentlist li {
    list-style: none;
    margin-bottom: 2.2906835em;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3;
    border-radius: 0; }
  .tp-hotel-booking #reviews .commentlist p {
    margin-bottom: 1em; }
  .tp-hotel-booking #reviews .commentlist img.avatar {
    float: left;
    width: 60px;
    height: auto;
    border-radius: 50%; }
  .tp-hotel-booking #reviews .commentlist .comment-text {
    margin-left: 80px; }
  .tp-hotel-booking #reviews .commentlist .meta {
    margin-bottom: 10px; }
  .tp-hotel-booking #reviews .commentlist .description {
    opacity: .8; }
  .tp-hotel-booking #reviews .commentlist > li:after {
    overflow: hidden;
    float: left;
    position: relative;
    left: 0;
    height: 18px; }

.tp-hotel-booking .star-rating {
  float: right;
  position: relative;
  width: 75px;
  height: 18px;
  line-height: 1; }
  .tp-hotel-booking .star-rating:before {
    content: "\e601\e601\e601\e601\e601";
    color: #ffb606;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star; }
  .tp-hotel-booking .star-rating span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 18px; }
    .tp-hotel-booking .star-rating span:before {
      content: "\e601\e601\e601\e601\e601";
      color: #ffb606;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      font-family: hotel-booking-star;
      content: "\e600\e600\e600\e600\e600"; }

.rating-input {
  width: 20%;
  height: 18px;
  display: inline-block;
  position: relative;
  line-height: 1; }
  .rating-input:hover {
    cursor: pointer; }
  .rating-input:before {
    content: "\e601";
    color: #ffb606;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star;
    font-size: initial; }
  .rating-input span {
    display: inline-block;
    height: 18px;
    overflow: hidden;
    position: relative; }

.rating-input.high-light:before {
  content: "\e600"; }

.rating-input.mousedown span:before {
  color: #000; }

.error {
  border: 1px solid red !important; }

.lds-ring {
  position: relative;
  width: 10px;
  height: 10px; }
  .lds-ring span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; }
    .lds-ring span:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .lds-ring span:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .lds-ring span:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

.hb_room_carousel_container .hb_room_carousel {
  margin: 0 -15px; }

.hb_room_carousel_container .rooms {
  margin: 0;
  display: none; }
  .hb_room_carousel_container .rooms.slick-initialized {
    display: block; }

.hb_room_carousel_container .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 2.2906835em; }
  .hb_room_carousel_container .navigation .prev,
  .hb_room_carousel_container .navigation .next {
    color: #0b2e4f;
    font-size: 20px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer; }
    .hb_room_carousel_container .navigation .prev:hover,
    .hb_room_carousel_container .navigation .next:hover {
      color: #85b5cc; }
  .hb_room_carousel_container .navigation .text-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875em;
    margin: 2px 10px 0;
    color: #0b2e4f; }
    .hb_room_carousel_container .navigation .text-link:hover {
      color: #85b5cc; }
  .nav-left .hb_room_carousel_container .navigation {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
    .nav-left .hb_room_carousel_container .navigation .prev {
      padding-left: 0; }
  .nav-center .hb_room_carousel_container .navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .nav-right .hb_room_carousel_container .navigation {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    .nav-right .hb_room_carousel_container .navigation .next {
      padding-right: 0; }
  @media (min-width: 768px) {
    .nav-tablet-left .hb_room_carousel_container .navigation {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
      .nav-tablet-left .hb_room_carousel_container .navigation .prev {
        padding-left: 0; }
    .nav-tablet-right .hb_room_carousel_container .navigation {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
              justify-content: flex-end; }
      .nav-tablet-right .hb_room_carousel_container .navigation .next {
        padding-right: 0; }
    .nav-tablet-center .hb_room_carousel_container .navigation {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }
  @media (min-width: 1024px) {
    .nav-desktop-left .hb_room_carousel_container .navigation {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
      .nav-desktop-left .hb_room_carousel_container .navigation .prev {
        padding-left: 0; }
    .nav-tablet-right .hb_room_carousel_container .navigation {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
              justify-content: flex-end; }
      .nav-tablet-right .hb_room_carousel_container .navigation .next {
        padding-right: 0; }
    .nav-tablet-center .hb_room_carousel_container .navigation {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }

.hb_room_carousel_container li.hb_room {
  position: relative;
  padding: 0 15px;
  margin: 0;
  width: 100% !important;
  max-width: 100% !important; }

.rooms {
  margin: 0 -15px;
  list-style: none;
  clear: both;
  overflow: hidden; }
  @media (min-width: 768px) {
    .rooms.hb-catalog-column-5 > .hb_room, .rooms.hb-catalog-column-4 > .hb_room, .rooms.hb-catalog-column-3 > .hb_room, .rooms.hb-catalog-column-2 > .hb_room {
      width: 50%; } }
  @media (min-width: 1024px) {
    .rooms.hb-catalog-column-5 > .hb_room {
      width: 20%; }
    .rooms.hb-catalog-column-4 > .hb_room {
      width: 25%; }
    .rooms.hb-catalog-column-3 > .hb_room {
      width: 33.33%; }
    .rooms.hb-catalog-column-2 > .hb_room {
      width: 50%; } }
  .rooms .hb_room {
    list-style: none;
    float: left;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%; }
    .rooms .hb_room .media {
      position: relative; }
      .rooms .hb_room .media a {
        position: relative;
        display: block; }
        .rooms .hb_room .media a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
          background: #0b2e4f; }
      .rooms .hb_room .media img {
        width: 100%;
        height: auto; }
    .rooms .hb_room .summary {
      cursor: default;
      position: relative;
      -webkit-transition: all ease-in-out 0.35s;
      transition: all ease-in-out 0.35s; }
      .rooms .hb_room .summary:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-image: -webkit-linear-gradient(90deg, #0b2e4f 0%, rgba(232, 178, 117, 0) 70%);
        background-image: -ms-linear-gradient(90deg, #0b2e4f 0%, rgba(232, 178, 117, 0) 70%);
        z-index: 2; }
      .rooms .hb_room .summary:hover .media a:before {
        opacity: 0.8; }
      .rooms .hb_room .summary:hover .rating {
        opacity: 0; }
      .rooms .hb_room .summary:hover .room-button {
        opacity: 1; }
    .rooms .hb_room .room-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      z-index: 3; }
    .rooms .hb_room .title h4 {
      line-height: 30px;
      margin: 16px 0 0;
      font-size: 24px;
      margin-bottom: 15px; }
      .rooms .hb_room .title h4 a {
        color: #fff;
        white-space: nowrap;
        max-width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
        .rooms .hb_room .title h4 a:hover {
          color: #85b5cc; }
    .rooms .hb_room .room-meta {
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 15px; }
      .rooms .hb_room .room-meta > span {
        margin-right: 20px; }
        .rooms .hb_room .room-meta > span i {
          color: #85b5cc;
          margin-right: 5px; }
        .rooms .hb_room .room-meta > span span {
          vertical-align: middle; }
      .rooms .hb_room .room-meta .room-type a {
        color: #fff; }
        .rooms .hb_room .room-meta .room-type a:hover {
          text-decoration: underline; }
        .rooms .hb_room .room-meta .room-type a:not(:last-child):after {
          content: ', '; }
    .rooms .hb_room .price {
      font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      line-height: 27px; }
      .rooms .hb_room .price span {
        font-size: 24px;
        padding-bottom: 4px; }
        .rooms .hb_room .price span.price_value {
          color: #85b5cc; }
      .rooms .hb_room .price span.unit {
        font-size: 16px;
        margin-top: 0;
        border-bottom: 0;
        padding: 0;
        text-transform: lowercase;
        color: #fff; }
        .rooms .hb_room .price span.unit:before {
          content: '/'; }
      .rooms .hb_room .price span.title-price {
        display: block;
        font-size: 16px;
        text-transform: lowercase;
        color: #fff; }
    .rooms .hb_room .room-excerpt {
      color: #fff;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      position: relative; }
      .rooms .hb_room .room-excerpt span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 6em; }
      .rooms .hb_room .room-excerpt:after {
        content: '';
        background-color: #f2f2f2;
        opacity: 0;
        position: absolute;
        height: 1px;
        left: 0;
        bottom: 25px;
        width: 100%;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
    .rooms .hb_room .rating {
      position: absolute;
      right: 30px;
      bottom: 32px;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .rooms .hb_room .rating .star-rating {
        float: unset; }
    .rooms .hb_room .room-button {
      position: absolute;
      right: 30px;
      bottom: 32px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      opacity: 0; }
      .rooms .hb_room .room-button i:before {
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
      .rooms .hb_room .room-button span {
        color: #fff;
        margin-left: 12px; }
      .rooms .hb_room .room-button:hover i:before {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.rooms-pagination {
  margin-bottom: 50px; }
  .rooms-pagination .page-numbers {
    list-style: none;
    margin: 15px 0 5px;
    text-align: center; }
    .rooms-pagination .page-numbers li {
      display: inline-block;
      line-height: 30px;
      padding: 0 3px; }
      .rooms-pagination .page-numbers li a, .rooms-pagination .page-numbers li span {
        color: #4c4c4c;
        margin: 0;
        font-size: 13px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-weight: 700;
        display: inline-block;
        overflow: hidden;
        text-transform: uppercase; }
      .rooms-pagination .page-numbers li span.current {
        background-color: #0b2e4f;
        color: #fff; }
      .rooms-pagination .page-numbers li a {
        text-decoration: none; }
        .rooms-pagination .page-numbers li a:hover {
          background-color: #0b2e4f;
          color: #fff; }
      .rooms-pagination .page-numbers li a.next {
        width: auto;
        background: transparent; }
        .rooms-pagination .page-numbers li a.next:hover {
          background: transparent;
          color: #85b5cc; }
      .rooms-pagination .page-numbers li a.prev {
        width: auto;
        background: transparent; }
        .rooms-pagination .page-numbers li a.prev:hover {
          background: transparent;
          color: #85b5cc; }

.hotel-booking-single-room-action .hb-search-results-form-container {
  margin-bottom: 30px; }
  .hotel-booking-single-room-action .hb-search-results-form-container .hb_addition_packages {
    margin-bottom: 0;
    border-bottom: 1px solid #eee; }

#hotel-booking-payment h3 {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 40px;
  color: #2a2a2a; }

#hotel-booking-payment table.hb_table {
  margin-bottom: 30px; }

#hotel-booking-payment table th {
  color: #2a2a2a;
  padding: 10px 17px;
  text-align: center; }

#hotel-booking-payment table tr.hb_checkout_item td {
  text-align: center; }

#hotel-booking-payment .hb-addition-information textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px; }

#hotel-booking-payment .hb-payment-methods > li {
  margin-bottom: 10px; }
  #hotel-booking-payment .hb-payment-methods > li .hb-payment-method-form {
    padding-left: 25px; }

#hotel-booking-payment a:hover {
  text-decoration: underline; }

#hotel-booking-payment .hb_sub_total .hb-align-right {
  color: #2a2a2a;
  font-weight: 700;
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  border-left: 1px solid #eee;
  text-align: right; }

#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
  color: #2a2a2a;
  font-weight: 700;
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  border-left: 1px solid #eee;
  text-align: right; }

#hotel-booking-payment .hb_advance_payment .hb-align-right {
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  border-left: 1px solid #eee;
  text-align: right; }

#hotel-booking-payment .hb_advance_tax .hb-align-right {
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  border-left: 1px solid #eee;
  text-align: right; }

#hotel-booking-payment td {
  padding: 10px 17px; }

#hotel-booking-payment td.hb_gross_total {
  width: 135px;
  min-width: 135px; }

#hotel-booking-payment .hb_remove_cart_item {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: table-cell; }
  #hotel-booking-payment .hb_remove_cart_item .fa {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px; }

.hb_single_room {
  border-bottom: 1px solid;
  border-bottom-color: #d1e8f3; }
  @media (max-width: 767px) {
    .hb_single_room {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      .hb_single_room #secondary {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
                order: 2; } }
  .hb_single_room .title h4 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 29px; }
    .hb_single_room .title h4 a {
      color: #2a2a2a; }
  .hb_single_room .single-room-price-wrap {
    width: 100%;
    padding: 40px;
    background: #fff;
    border: 1px solid;
    border-color: #d1e8f3; }
    @media (min-width: 1024px) {
      .hb_single_room .single-room-price-wrap {
        width: 400px;
        margin-top: -115px; } }
    .hb_single_room .single-room-price-wrap #hb_room_load_booking_form {
      float: unset;
      width: 100%;
      text-align: center;
      padding: 1.6em;
      margin-top: 30px; }
  .hb_single_room .price {
    line-height: 30px;
    font-weight: 800;
    font-size: 60px;
    color: #85b5cc;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .hb_single_room .price .price_value {
      font-weight: 800;
      letter-spacing: -5px; }
    .hb_single_room .price span.title-price {
      color: #16131b;
      font-size: 15px;
      display: block;
      margin-bottom: 20px; }
    .hb_single_room .price span.unit {
      font-size: 14px;
      color: #16131b;
      text-transform: lowercase; }
      .hb_single_room .price span.unit:before {
        content: '/';
        padding: 0 5px; }
  .hb_single_room .room-entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative; }
    .hb_single_room .room-entry-header:before {
      width: 100vw;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -50vw;
      border-bottom: 1px solid;
      border-bottom-color: #d1e8f3; }
      @media (min-width: 1024px) {
        .hb_single_room .room-entry-header:before {
          content: ''; } }
  .hb_single_room .hb_room_gallery {
    margin-bottom: 10px; }
  .hb_single_room .hb_room_thumbnail {
    margin: 0 -10px;
    padding-bottom: 10px; }
    .hb_single_room .hb_room_thumbnail + .clear, .hb_single_room .hb_room_thumbnail + .hb_single_room {
      border-bottom: 1px solid;
      border-color: #d1e8f3; }
    .hb_single_room .hb_room_thumbnail .thumbnail-inner {
      padding: 0 10px; }
    .hb_single_room .hb_room_thumbnail .slick-slide,
    .hb_single_room .hb_room_thumbnail .slick-slide div {
      outline: 0 !important; }
    .hb_single_room .hb_room_thumbnail img {
      width: 100%;
      border: 2px solid transparent;
      opacity: .5; }
    .hb_single_room .hb_room_thumbnail .slick-current img {
      border-color: #0b2e4f;
      opacity: 1; }
  .hb_single_room .hb_single_room_content {
    margin-top: 20px; }
  .hb_single_room .hb-share {
    clear: both;
    float: right;
    margin-bottom: -50px; }
    .hb_single_room .hb-share ul {
      list-style: none; }
      .hb_single_room .hb-share ul li {
        display: inline-block;
        padding-left: 19px; }
        .hb_single_room .hb-share ul li:first-child {
          padding-left: 0; }
        .hb_single_room .hb-share ul li a {
          font-size: 16px; }
        .hb_single_room .hb-share ul li a.facebook {
          color: #4c67a2; }
        .hb_single_room .hb-share ul li a.twitter {
          color: #00acee; }
        .hb_single_room .hb-share ul li a.googleplus {
          color: #da7c74; }
        .hb_single_room .hb-share ul li a.pinterest {
          color: #d43b17; }
  .hb_single_room .hb_single_room_details {
    clear: both; }
    .hb_single_room .hb_single_room_details .hb_single_room_tabs {
      clear: both;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid;
      border-color: #d1e8f3; }
      .hb_single_room .hb_single_room_details .hb_single_room_tabs > li {
        padding-right: 40px;
        border: 0;
        display: inline-block;
        line-height: 30px; }
        .hb_single_room .hb_single_room_details .hb_single_room_tabs > li a {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 2px;
          color: #16131b;
          position: relative;
          display: block;
          line-height: 30px;
          padding: 15px 0; }
          .hb_single_room .hb_single_room_details .hb_single_room_tabs > li a:after {
            content: '';
            bottom: -2px;
            height: 4px;
            background: transparent;
            left: 0;
            right: 0;
            width: 100%;
            position: absolute; }
          .hb_single_room .hb_single_room_details .hb_single_room_tabs > li a.active:after, .hb_single_room .hb_single_room_details .hb_single_room_tabs > li a:hover:after {
            background-color: #85b5cc; }
    .hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
      padding: 40px 0; }
  @media (min-width: 1024px) {
    .hb_single_room .single-room-sidebar + .entry-summary {
      width: calc(100% - 440px);
      float: left; } }
  .hb_single_room .single-room-sidebar .widget > [class*="hotel"] > h3 {
    font-size: 24px;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #16131b;
    font-weight: 800;
    padding-bottom: 0.875em;
    margin-bottom: 0.875em;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3; }
  .hb_single_room h4.hb_room_pricing_plan_data {
    font-size: 1.618em;
    margin-bottom: 1.41575em; }
  .hb_single_room #reviews {
    clear: both; }
    .hb_single_room #reviews #comments {
      padding-top: 0; }
      .hb_single_room #reviews #comments h2, .hb_single_room #reviews #comments #respond #reply-title, #respond .hb_single_room #reviews #comments #reply-title {
        margin-bottom: 1.41575em;
        font-size: 1.618em; }
    .hb_single_room #reviews #reply-title {
      margin-bottom: 1.41575em;
      font-size: 1.618em; }
  .hb_single_room #commentform label {
    color: #4c4c4c;
    margin-bottom: 0.6180469716em; }
  .hb_single_room #commentform .comment-form-cookies-consent {
    clear: left; }
  .hb_single_room #commentform .hb-rating-input {
    margin: 0.6180469716em 0 1em; }

.hb-booking-room-details {
  border: 1px solid #eee;
  padding: 18px 30px 0;
  background: #f9f9f9;
  position: absolute;
  margin-top: 10px;
  visibility: hidden;
  left: 0;
  min-width: 430px;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .hb-booking-room-details.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 999; }
  .hb-booking-room-details .hb_search_room_item_detail_price_close {
    background: #2a2a2a;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer; }
    .hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
      background: #ffb606; }
  .hb-booking-room-details table {
    border: 0; }
    .hb-booking-room-details table tr td {
      padding: 0; }
      .hb-booking-room-details table tr td:first-child {
        color: #2a2a2a; }
    .hb-booking-room-details table tr td.hb_search_item_total_description {
      font-style: italic;
      color: #9a9a9a;
      padding-left: 20px; }
    .hb-booking-room-details table tr td.hb_search_item_price {
      color: #ffb606;
      font-weight: 700; }
    .hb-booking-room-details table tbody tr td {
      border: 0;
      padding-bottom: 20px; }
    .hb-booking-room-details table tbody tr:last-child td {
      padding-bottom: 25px; }
    .hb-booking-room-details table tfoot tr td {
      padding-top: 25px;
      border: 0;
      border-top: 1px solid #eee; }
    .hb-booking-room-details table tfoot tr td.hb_search_item_total_bold {
      font-weight: 700; }

.single-hb_room .foxuries-breadcrumb {
  margin-bottom: 0; }

.single-room-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .single-room-meta {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  .single-room-meta > div {
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .single-room-meta .title {
    font-weight: 700; }
    .single-room-meta .title i:before {
      vertical-align: inherit;
      line-height: inherit;
      display: inline-block;
      margin-right: 3px;
      color: #85b5cc; }
  .single-room-meta .value {
    font-weight: 800;
    color: #16131b; }

.hb_related_other_room {
  margin: 0 -15px;
  margin-bottom: 5.9968353111em; }
  .hb_related_other_room > .title {
    text-align: center;
    font-weight: 800;
    font-size: 2.617924em;
    margin-bottom: 0; }
  .hb_related_other_room .rooms li.hb_room {
    padding: 0 15px;
    margin: 0;
    border: none; }

.widget .hotel-booking-search form input,
.widget .hotel-booking-search form select {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  text-align: right;
  padding-left: 40px; }

.widget .hotel-booking-search form input {
  text-align: right; }

.widget .hotel-booking-search form select {
  direction: rtl;
  padding-right: 40px; }

.widget .hotel-booking-search .hb_input_field:after {
  content: none; }

.widget .hotel-booking-search .hb-form-table label {
  display: none; }

.widget .hotel-booking-search .hb-submit button, .widget .hotel-booking-search .hb-submit .hb_button {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 1.4em 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

.foxuries-hb-room-sticky {
  background: #fff;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  padding: 10px 1em;
  overflow: hidden;
  zoom: 1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media (min-width: 768px) {
    .foxuries-hb-room-sticky {
      display: block; }
      .admin-bar .foxuries-hb-room-sticky {
        top: 32px; } }
  .foxuries-hb-room-sticky.slideindown {
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown; }
  .foxuries-hb-room-sticky.slideoutup {
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp; }

.foxuries-hb-room-sticky-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .foxuries-hb-room-sticky-wrap img {
    max-width: 60px;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .foxuries-hb-room-sticky-wrap .title {
    font-weight: 800;
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #16131b; }
  .foxuries-hb-room-sticky-wrap .price .price_value {
    color: #16131b;
    font-weight: 700; }
  .foxuries-hb-room-sticky-wrap .price .unit {
    text-transform: lowercase; }
    .foxuries-hb-room-sticky-wrap .price .unit:before {
      content: '/'; }
  .foxuries-hb-room-sticky-wrap #hb_room_load_booking_form {
    margin-left: auto; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

#hotel-booking-cart h3 {
  display: none; }

#hotel-booking-cart table.hb_table {
  margin-bottom: 30px; }

#hotel-booking-cart table th {
  text-align: center; }

#hotel-booking-cart table tr.hb_checkout_item td {
  text-align: center; }

#hotel-booking-cart table tr.hb_checkout_item .hb_check_in,
#hotel-booking-cart table tr.hb_checkout_item .hb_check_out {
  font-weight: 700; }

#hotel-booking-cart .hb_gross_total {
  text-align: right;
  color: #16131b; }

#hotel-booking-cart .hb_room_type a {
  font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  color: #16131b; }
  #hotel-booking-cart .hb_room_type a:hover {
    color: #85b5cc; }

#hotel-booking-cart .hb_checkout_item.package td {
  padding: 10px 17px !important; }

#hotel-booking-cart .hb-addition-information textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px; }

#hotel-booking-cart .hb-payment-methods > li {
  margin-bottom: 10px; }
  #hotel-booking-cart .hb-payment-methods > li .hb-payment-method-form {
    padding-left: 25px; }

#hotel-booking-cart .hb_sub_total .hb-align-right {
  font-weight: 700;
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  text-align: right;
  color: #16131b; }

#hotel-booking-cart .hb_grand_total_value {
  color: #16131b; }

#hotel-booking-cart .hb_sub_total,
#hotel-booking-cart .hb_advance_grand_total {
  background-color: #ecf3f5; }

#hotel-booking-cart .hb_advance_payment_value {
  font-size: 1.41575em;
  font-weight: 700;
  color: #0b2e4f; }

#hotel-booking-cart .hb_advance_grand_total {
  font-weight: 700; }
  #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
    float: right;
    width: 118px;
    margin: -10px 0;
    padding: 10px 0;
    text-align: right; }

#hotel-booking-cart .hb_advance_payment {
  vertical-align: middle; }
  #hotel-booking-cart .hb_advance_payment .hb-align-right {
    float: right;
    width: 118px;
    margin: -10px 0;
    padding: 10px 0;
    text-align: right; }

#hotel-booking-cart .hb_advance_tax .hb-align-right {
  float: right;
  width: 118px;
  margin: -10px 0;
  padding: 10px 0;
  text-align: right; }

#hotel-booking-cart td {
  padding: 10px 17px; }

#hotel-booking-cart td.hb_gross_total {
  width: 135px;
  min-width: 135px; }

#hotel-booking-cart .hb_remove_cart_item {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: table-cell; }
  #hotel-booking-cart .hb_remove_cart_item .fa {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px; }

.hotel_booking_mini_cart .hb_mini_cart_item {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden; }
  .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_top {
    position: relative; }
  .hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    margin-top: 23px; }
  .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
    position: absolute;
    top: 2px;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    cursor: pointer; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
      background: #e2401c;
      color: #fff; }
  .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number {
    line-height: 30px; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label {
      font-weight: 400;
      font-size: 15px;
      margin-right: 12px;
      margin-bottom: 0; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span {
      font-weight: 700;
      font-size: 15px; }
  .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price {
    line-height: 30px; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
      font-weight: 400;
      font-size: 15px;
      margin-right: 12px;
      margin-bottom: 0; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
      font-weight: 700;
      font-size: 15px; }

.hotel_booking_mini_cart .hb_mini_cart_footer {
  text-align: center;
  margin-top: 30px; }
  .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    margin: 0 2px; }

.hotel_booking_mini_cart .hb_mini_cart_empty {
  text-align: center;
  margin: 10px 0 0; }

.ui-datepicker.ui-widget {
  z-index: 9999;
  min-width: 290px;
  display: none;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid;
  border-color: #d1e8f3;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 8px; }
  .ui-datepicker.ui-widget .ui-datepicker-header {
    background: transparent;
    border: 0; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
      color: #fff;
      cursor: pointer;
      opacity: .75;
      width: 0;
      height: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-style: solid;
      border-width: 6px;
      border-color: transparent;
      background: none !important; }
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span,
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span {
        display: none !important; }
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover,
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover {
        opacity: 1; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
      float: left;
      left: 5px;
      right: auto;
      border-right-color: #d1e8f3; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      float: right;
      right: 5px;
      left: auto;
      border-left-color: #d1e8f3; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      padding: 5px 2.3em;
      margin: 0;
      background-color: #0b2e4f;
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
  .ui-datepicker.ui-widget .ui-datepicker-calendar {
    border: 0;
    margin-bottom: 24px; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar th {
      color: #0b2e4f;
      font-size: 12px;
      line-height: 25px;
      font-weight: 700;
      text-align: center; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar th span {
        cursor: help; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar td {
      padding: 0;
      border: 0;
      height: 27px;
      overflow: hidden; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
      padding: 0;
      border: 0;
      opacity: 1; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
        color: #919191;
        background-color: #f9fcfd !important; }
        .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
          color: #4c4c4c; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
      cursor: pointer;
      display: block;
      outline: 0;
      border: 0;
      margin: 0;
      width: 100%;
      padding: 5px;
      font-size: 12px;
      line-height: 17px;
      background: #ecf3f5;
      text-align: center; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-active, .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
        color: #fff;
        background-color: #0b2e4f; }

.hb-search-results {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0; }
  .hb-search-results .hb-room-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5; }
    .hb-search-results .hb-room-meta > li > label {
      display: inline-block; }
    .hb-search-results .hb-room-meta > li > div {
      display: inline-block; }
  .hb-search-results .hb_button.hb_view_cart {
    display: none; }

.hb-select-extra-results .alert {
  margin-bottom: 2.2906835em; }

.hb-select-extra-results .action-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.hb-select-extra-results .list-room-extra {
  list-style: none;
  margin: 0 0 1.618em;
  padding: 1.41575em 2.617924em;
  border: 1px solid;
  border-color: #d1e8f3; }
  .hb-select-extra-results .list-room-extra li {
    position: relative;
    border-bottom: 1px solid;
    border-bottom-color: #d1e8f3;
    padding-left: 40px;
    margin-bottom: 1.41575em; }
    .hb-select-extra-results .list-room-extra li input[type="checkbox"] {
      position: absolute;
      left: 5px;
      top: 30px; }
    .hb-select-extra-results .list-room-extra li:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
  .hb-select-extra-results .list-room-extra .hb_package_title > .title {
    font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    font-weight: 800;
    color: #16131b; }

#hotel-booking-results > h3 {
  font-size: 40px;
  color: #2a2a2a;
  margin: 0 0 15px;
  line-height: 40px;
  border-bottom-color: #d1e8f3;
  padding-bottom: 15px; }

#hotel-booking-results .hb-search-results .hb-room-content {
  position: relative; }
  #hotel-booking-results .hb-search-results .hb-room-content::before, #hotel-booking-results .hb-search-results .hb-room-content::after {
    content: '';
    display: table; }
  #hotel-booking-results .hb-search-results .hb-room-content::after {
    clear: both; }

#hotel-booking-results .hb-search-results > .hb-room {
  margin: 0 0 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid;
  border-bottom-color: #d1e8f3; }
  #hotel-booking-results .hb-search-results > .hb-room form {
    margin-bottom: 0; }
  #hotel-booking-results .hb-search-results > .hb-room:hover .hb-room-thumbnail a:before {
    background-color: #0b2e4f;
    opacity: .75; }
  #hotel-booking-results .hb-search-results > .hb-room:hover .hb-room-thumbnail a:after {
    font-family: "foxuries-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: ""; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-name {
    color: #16131b;
    font-size: 24px;
    margin-top: 0.2360828548em;
    margin-bottom: 1em;
    font-weight: 800;
    line-height: 30px; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-name a {
      line-height: 30px;
      display: inline-block;
      color: #16131b;
      text-decoration: none; }
      #hotel-booking-results .hb-search-results > .hb-room .hb-room-name a:hover {
        color: #85b5cc; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-name label {
      display: inline-block;
      line-height: 30px;
      margin: 0;
      font-size: 16px; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail .hb-room-gallery {
    position: absolute;
    width: 270px;
    overflow: hidden;
    height: 100%; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail .hb-room-gallery:before, #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail .hb-room-gallery:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail .hb-room-gallery:after {
      top: 50%;
      width: 30px;
      height: 30px;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-size: 30px; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
    padding-left: 300px; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li {
    margin-bottom: 30px;
    display: block; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li:last-child {
      margin-bottom: 0; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb_search_item_price {
      margin-left: 20px;
      margin-right: 15px;
      color: #16131b; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select {
      padding: 3px 25px 3px 5px; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > label {
      font-size: 16px;
      color: #4c4c4c;
      width: auto;
      font-weight: 400;
      margin-bottom: 0; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > div {
      width: auto;
      margin-left: 20px;
      color: #16131b; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > div.hb_view_price {
      margin-left: 0; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb-view-booking-room-details {
      color: #85b5cc;
      font-style: italic; }
      #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb-view-booking-room-details:hover {
        text-decoration: underline; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_price {
    position: relative;
    font-weight: 700; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity > div {
      font-weight: 700; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_max_child {
    display: inline-block; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_max_child > div {
      font-weight: 700; }

#hotel-booking-results a:hover {
  text-decoration: underline; }

#hotel-booking-results .rooms-pagination a:hover {
  text-decoration: none; }

.widget.widget_hb_widget_carousel .slick-dots {
  margin: 0; }

#secondary .rooms a {
  color: #fff; }

#secondary .rooms .room-button i {
  display: none; }

#secondary .rooms .slick-dots {
  text-align: center; }

#secondary .tp-hotel-booking > h3 {
  margin: 0 0 0.875em;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-bottom-color: #d1e8f3; }

#secondary .hotel_booking_mini_cart .hb_mini_cart_empty {
  font-family: "Nanum Myeongjo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  color: #16131b; }

#secondary .hotel_booking_mini_cart h3 {
  margin: 0 0 0.875em;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-bottom-color: #d1e8f3; }
  #secondary .hotel_booking_mini_cart h3 + .hb_mini_cart_item {
    border: 0; }
    #secondary .hotel_booking_mini_cart h3 + .hb_mini_cart_item .hb_title {
      margin-top: 0; }

#secondary .hotel_booking_mini_cart .hb_mini_cart_item {
  border-top: 1px solid;
  border-top-color: #d1e8f3; }

#secondary .hotel_booking_mini_cart .hb_title a {
  color: #16131b; }
  #secondary .hotel_booking_mini_cart .hb_title a:hover {
    color: #85b5cc; }

#secondary .widget.widget_hb_widget_search {
  padding: 0; }
  #secondary .widget.widget_hb_widget_search .widget-title {
    background-color: #0b2e4f;
    color: #fff;
    border-bottom: 0;
    padding: 17px 40px;
    margin-bottom: 40px; }
  #secondary .widget.widget_hb_widget_search .hotel-booking-search {
    padding: 0 40px; }

@media (min-width: 1024px) {
  .hb-search-results-form-container .hb-booking-room-form-group {
    width: 31.1827956989%;
    float: left;
    margin-right: 3.2258064516%; }
    .hb-search-results-form-container .hb-booking-room-form-group:last-child {
      float: right;
      margin-right: 0; } }

@media (max-width: 1024px) {
  #hotel-booking-cart table td {
    padding: 10px 7px; }
  #hotel-booking-cart .hb_advance_payment .hb-align-right {
    width: 128px; }
  #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
    width: 128px; }
  #hotel-booking-cart .hb_advance_tax .hb-align-right {
    width: 128px; }
  #hotel-booking-cart .hb_sub_total .hb-align-right {
    width: 128px; }
  #hotel-booking-payment table td {
    padding: 10px 7px; }
  #hotel-booking-payment .hb_advance_payment .hb-align-right {
    width: 128px; }
  #hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    width: 128px; }
  #hotel-booking-payment .hb_advance_tax .hb-align-right {
    width: 128px; }
  #hotel-booking-payment .hb_sub_total .hb-align-right {
    width: 128px; } }

@media (max-width: 768px) {
  .hb-search-results .hb_button.hb_view_cart {
    display: inline-block; } }

@media (max-width: 480px) {
  .hb_single_room .price {
    margin: 10px 0 20px;
    float: none;
    clear: both; }
  .hb_single_room table.hb_room_pricing_plans {
    max-width: 92vw;
    overflow: hidden; }
    .hb_single_room table.hb_room_pricing_plans tr td {
      padding: 10px 0; }
  .border-widget .panel-grid-cell {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px !important; }
    .border-widget .panel-grid-cell:nth-child(1) {
      padding-right: 0 !important; }
    .border-widget .panel-grid-cell:nth-child(2) {
      padding-left: 0 !important; }
  #hotel-booking-cart .hb_capacity {
    display: none; }
  #hotel-booking-payment .hb_capacity {
    display: none; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
    clear: both;
    margin-left: 0; } }

@media (max-width: 360px) {
  #hotel-booking-cart table td.hb_gross_total {
    min-width: 100px;
    width: 100px; }
  #hotel-booking-cart .hb_night {
    display: none; }
  #hotel-booking-cart .hb_advance_payment .hb-align-right {
    width: 90px; }
  #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
    width: 90px; }
  #hotel-booking-cart .hb_advance_tax .hb-align-right {
    width: 90px; }
  #hotel-booking-cart .hb_sub_total .hb-align-right {
    width: 90px; }
  #hotel-booking-payment table td.hb_gross_total {
    min-width: 100px;
    width: 100px; }
  #hotel-booking-payment .hb_night {
    display: none; }
  #hotel-booking-payment .hb_advance_payment .hb-align-right {
    width: 90px; }
  #hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    width: 90px; }
  #hotel-booking-payment .hb_advance_tax .hb-align-right {
    width: 90px; }
  #hotel-booking-payment .hb_sub_total .hb-align-right {
    width: 90px; }
  .hb-booking-room-details {
    min-width: inherit;
    max-width: 100%;
    width: 92vw; }
  .rooms {
    margin: 0; } }

@media (max-width: 320px) {
  #hotel-booking-cart table td.hb_gross_total {
    min-width: 80px;
    width: 80px; }
  #hotel-booking-cart .hb_advance_payment .hb-align-right {
    width: 70px; }
  #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
    width: 70px; }
  #hotel-booking-cart .hb_advance_tax .hb-align-right {
    width: 70px; }
  #hotel-booking-cart .hb_sub_total .hb-align-right {
    width: 70px; }
  #hotel-booking-cart button#hb-apply-coupon, #hotel-booking-cart #hb-apply-coupon.hb_button {
    margin-left: 0; }
  #hotel-booking-cart .hb_button.hb_checkout {
    margin-bottom: 10px; }
  #hotel-booking-cart .hb_button.update {
    margin-bottom: 10px; }
  #hotel-booking-payment table td.hb_gross_total {
    min-width: 80px;
    width: 80px; }
  #hotel-booking-payment .hb_advance_payment .hb-align-right {
    width: 70px; }
  #hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    width: 70px; }
  #hotel-booking-payment .hb_advance_tax .hb-align-right {
    width: 70px; }
  #hotel-booking-payment .hb_sub_total .hb-align-right {
    width: 70px; }
  #hotel-booking-payment button#hb-apply-coupon, #hotel-booking-payment #hb-apply-coupon.hb_button {
    margin-left: 0; }
  #hotel-booking-payment .hb_button.hb_checkout {
    margin-bottom: 10px; }
  #hotel-booking-payment .hb_button.update {
    margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 992px) {
  body .hb_room_carousel_container .item {
    min-height: 308px;
    min-width: 300px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-width: 336px;
    min-height: 352px;
    max-width: 336px; }
  .list-html-content {
    margin-bottom: 50px; }
    .list-html-content .item-content {
      padding-left: 0; }
    .list-html-content .col-sm-6:nth-child(2n) {
      padding-right: 0;
      padding-left: 45px; }
  .filter-restaurant .erm_product {
    width: 100%; }
  #hotel-booking-cart table td {
    padding: 10px 3px; }
  #hotel-booking-cart .hb_advance_payment .hb-align-right {
    width: 124px; }
  #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
    width: 124px; }
  #hotel-booking-cart .hb_advance_tax .hb-align-right {
    width: 124px; }
  #hotel-booking-cart .hb_sub_total .hb-align-right {
    width: 124px; }
  #hotel-booking-cart .hb_capacity {
    display: none; }
  #hotel-booking-payment table td {
    padding: 10px 3px; }
  #hotel-booking-payment .hb_advance_payment .hb-align-right {
    width: 124px; }
  #hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    width: 124px; }
  #hotel-booking-payment .hb_advance_tax .hb-align-right {
    width: 124px; }
  #hotel-booking-payment .hb_sub_total .hb-align-right {
    width: 124px; }
  #hotel-booking-payment .hb_capacity {
    display: none; } }

@media (min-width: 781px) and (max-width: 900px) {
  .thim-search-room .hotel-booking-search form {
    padding: 30px 5px; }
    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
      padding: 0 5px; }
    .thim-search-room .hotel-booking-search form .hb-submit {
      padding: 0 5px; }
  body .navbar-nav > li > a {
    padding-right: 10px; }
  body .navbar-nav > li > span.disable_link {
    padding-right: 10px; }
  body .navbar-nav > li > span:not(.icon-toggle) {
    padding-right: 10px; } }

@media (max-width: 780px) {
  #hotel-booking-cart {
    padding-bottom: 60px; }
    #hotel-booking-cart table td {
      padding: 10px 10px; }
    #hotel-booking-cart .hb_advance_payment .hb-align-right {
      width: 125px; }
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right {
      width: 125px; }
    #hotel-booking-cart .hb_advance_tax .hb-align-right {
      width: 125px; }
    #hotel-booking-cart .hb_sub_total .hb-align-right {
      width: 125px; }
    #hotel-booking-cart .hb_capacity {
      display: table-cell; }
  #hotel-booking-payment {
    padding-bottom: 60px; }
    #hotel-booking-payment table td {
      padding: 10px 10px; }
    #hotel-booking-payment .hb_advance_payment .hb-align-right {
      width: 125px; }
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right {
      width: 125px; }
    #hotel-booking-payment .hb_advance_tax .hb-align-right {
      width: 125px; }
    #hotel-booking-payment .hb_sub_total .hb-align-right {
      width: 125px; }
    #hotel-booking-payment .hb_capacity {
      display: table-cell; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
    float: none; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
    width: 100%;
    padding-left: 0; } }

@media (max-width: 767px) {
  #hotel-booking-cart .hb_check_in {
    display: none; }
  #hotel-booking-cart .hb_check_out {
    display: none; }
  #hotel-booking-payment .hb_check_in {
    display: none; }
  #hotel-booking-payment .hb_check_out {
    display: none; }
  .hb-booking-room-details {
    left: auto;
    right: 10px; } }

#hotel_booking_room_hidden {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 500px;
  background: #fff;
  position: relative; }
  #hotel_booking_room_hidden .form-inner {
    overflow: hidden;
    position: static; }
  #hotel_booking_room_hidden .svg-decor-heading {
    position: absolute;
    bottom: calc(100% + 0px);
    width: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #hotel_booking_room_hidden .svg-decor-right {
    position: absolute;
    width: calc(100% / 2 - 175px);
    right: -40px;
    top: -40px; }
  #hotel_booking_room_hidden .svg-decor-left {
    position: absolute;
    width: calc(100% / 2 - 175px);
    left: -40px;
    top: -40px; }
  #hotel_booking_room_hidden .mfp-close {
    display: none; }
  #hotel_booking_room_hidden form > div {
    position: relative;
    padding: 0 10px;
    overflow: hidden; }
  #hotel_booking_room_hidden .hb_addition_package_extra {
    display: block;
    width: 100%;
    float: left;
    padding-top: 0;
    margin-top: 20px; }
    #hotel_booking_room_hidden .hb_addition_package_extra input {
      height: auto;
      min-width: auto; }

.hb-booking-room-form-head {
  text-align: center; }
  .hb-booking-room-form-head h2, .hb-booking-room-form-head #respond #reply-title, #respond .hb-booking-room-form-head #reply-title {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    text-align: center; }
  .hb-booking-room-form-head .description {
    color: #919191; }
  .hb-booking-room-form-head .hotel_booking_room_errors {
    color: #de5d5d;
    font-size: 12px; }
    .hb-booking-room-form-head .hotel_booking_room_errors p {
      margin-bottom: 0; }

.hb-search-results-form-container {
  overflow: hidden;
  position: relative; }
  .hb-search-results-form-container .hb-booking-room-form-group input, .hb-search-results-form-container .hb-booking-room-form-group button, .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
    width: 100%; }
  .hb-search-results-form-container .hb-booking-room-form-group .hasDatepicker {
    text-align: right; }

.hb-search-room-results.hotel-booking-search {
  padding: 60px 30px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .hb-search-room-results.hotel-booking-search .item-background {
    position: absolute;
    bottom: 5%;
    z-index: 0;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.hb-booking-room-form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

#hb_room_load_booking_form {
  float: right; }