/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.8.1
	Stable tag: 2.8.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 7.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
	box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
	margin-block-start: 0.5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
	white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #857763;
}
a:hover, a:active {
	color: #857763;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-block-end: none; /* 1 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Print
 */
@media print {
	*,
	*:before,
	*:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
  }
  a,
  a:visited {
	text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	width: 100%;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 1rem; /* 1 */
	line-height: 1.5; /* 1 */
	margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
	width: 100%;
	border: solid 1px #666666;
	border-radius: 0px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #333333;
	outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	width: auto;
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	/*outline: 1px dotted ButtonText;*/
}

button,
[type=submit],
[type=button], .woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	background-color: #857763 !important;
	border: 1px solid #FFFFFF;
	padding: 0.5rem 1rem;
    font-family: "Red Hat Display", Sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 20px;
	letter-spacing: 2px !important;
	transition: all 0.3s;
	text-transform: uppercase;
	text-decoration: none;
	border-style: double;
	border-width: 6px 6px 6px 6px;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 24px 12px 24px;
   	width: auto;
    white-space: inherit;
	word-wrap: break-word;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
	/*outline: 5px auto -webkit-focus-ring-color;*/
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit {
	width: 100%;
}

.wpcf7-form-control.wpcf7-submit:hover, .woocommerce-button.button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
	background-color: #000000 !important;
    color: #ffffff !important;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
	margin-bottom: 30px;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

select {
	display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
}
table th,
table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
	font-weight: bold;
}
table thead th,
table tfoot th {
	font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
	border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/*.page-header, .woocommerce-notices-wrapper*/
.page-header {
	padding-top: 60px;
}

.woocommerce {
    padding-bottom: 60px;
}

.product-template-default.single.single-product {
	padding-bottom: 0px;
}

.woocommerce div.product {
	padding-top: 70px;
}

.eael-contact-form-7 .wpcf7-form p, .eael-contact-form-7 .wpcf7-form-control.wpcf7-text {
	width: 100%;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
	display: none;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper {
	background: #FFFFFF;
}

.tss-wrapper .tss-carousel3 .item-content {
	font-style: normal;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}

.tss-carousel .swiper-pagination-bullet {
	background: #857763;
	opacity: .2;
}

.tss-carousel .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	background-color: #857763 !important;
	opacity: 1;
}

#tss-container-1395403842.tss-wrapper .single-item-wrapper .item-content {
	text-align: center;
}

.elementor-kit-6 a {
	text-transform: none;
	letter-spacing: 2px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	padding-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border: 5px solid #857763;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px;
	margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #857763;
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #000000;
	border-radius: 0px;
	padding: 15px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff;
	text-transform: uppercase;
    font-weight: 500;
    font-family: "Red Hat Display", Sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: none;
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #F7E3D8;
	padding: 20px;
}

.woocommerce div.product p.price, .product_meta, .woocommerce .woocommerce-breadcrumb, .rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
  display: none;
}

.item-pricing h5, .date-time-picker h5, .date-time-picker h5, .redq-quantity h5 {
	font-size: 17px !important;
	padding: 15px 0px 5px;
	color: #000000;
}

.redq-quantity {
	display: none !important;
}

.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span, .price-showing .item-pricing .hourly-general {
	font-size: 15px !important;
	line-height: 25px !important;
	font-weight: 500;
}

.booking-pricing-info ul li, .woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 17px;
    color: #000000;
}

.rnb-component-wrapper {
	width: 49%;
}

.date-time-picker .pick-up-date-picker, .date-time-picker .drop-off-date-picker {
	width: 100%;
	padding: 0px;
}

.woocommerce-info {
  border-top-color: #1520A6;
}

.woocommerce-info::before {
  color: #1520A6;
}

.woocommerce-message{
	border-top-color: #00AE41;
}

.woocommerce-message::before {
	color: #00AE41;
}

.woocommerce table.shop_table {
	border-radius: 0px;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	display: none;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	float: right;
}

.rnb-error-message {
	background-color: #FA8072;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #F7E3D8;
	border-radius: 0px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #000000;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #857763;
    color: #FFFFFF;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: none;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 43%;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #00AE41;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 22px;
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	background-color: #BEAA8E;
	color: #ffffff;
	padding: 20px 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 71%;
	border: 5px solid #BEAA8E;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-bottom: 10px;
}

.comments-area a, .page-content a {
	text-decoration: none !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: #ffffff;
}

.item-arrtributes ul li, .item-extras ul li {
	width: 100%;
}

.item-arrtributes ul li span.attribute-name {
	font-weight: 700;
}

.item-extras ul.attributes, .item-arrtributes ul.attributes {
	padding-left: 0px;
}

.attribute-icon, .attribute-name i {
	color: #000000;
    margin-right: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #F7E3D8;
}

mark {
	background-color: #FFFFFF;
    font-weight: 500;
}

address {
	font-style: normal;
}

.woocommerce .woocommerce-customer-details address {
	border: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	content : "\260E";
	line-height: 1.3;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	content : "\2709";
	line-height: 1.3;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0px;
    border: 5px solid #BEAA8E;
}

a.woocommerce-button.button.view {
	color: #ffffff;
    background-color: #857763;
    border-radius: 0px;
}

a.woocommerce-button.button.view:hover {
	color: #ffffff;
    background-color: #000000;
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin: 30px 0 60px;
}

button.btn-book-now[disabled]:hover {
	padding: 12px 24px 12px 24px !important;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 140px;
}

.xdsoft_datetimepicker .xdsoft_month, .xdsoft_datetimepicker .xdsoft_year, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td {
	font-family: "Poppins", sans-serif;
}

.xdsoft_datetimepicker .xdsoft_label i {
	background-position: -43px -13px;
	width: 20px;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0px;
}

.price-showing {
	display: none;
}

.hfe-nav-menu__layout-horizontal {
	margin-left: -300px;
}

nav.hfe-dropdown li a.hfe-menu-item {
	text-align: center;
	display: block;
}

@media (max-width: 997px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
    	padding: 10px 23px;
    }
	
	.hfe-nav-menu__layout-horizontal {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	h1.entry-title {
		font-size: 30px;
		line-height: 35px;
	}
	
	h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	
	table table {
    	font-size: 0.8em;
  	}
    
  	table table th, table table td {
    	padding: 7px;
    	line-height: 1.3;
  	}
  
  	table table th {
    	font-weight: 400;
  	}
  
  	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    	width: 50%;
   		height: 83px;
    	float: left;
    }
	
	.hfe-nav-menu__layout-horizontal {
		margin-left: -300px;
	}
}

@media (max-width: 367px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    	width: 100%;
        height: auto;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    	font-size: 14px;
    }
}

@media (max-width: 327px) {
	span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {
		width: 100% !important;
	}
}