@charset "UTF-8";
/*
Theme Name: entox
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.0.0
Description: Entox is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Entox will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: Ovatheme
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: entox
Domain Path: /languages/
*/
@font-face {
  font-family: "PolySans";
  src: url("assets/fonts/PolySans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Medium.eot");
  src: url("assets/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-Medium.woff") format("woff"), url("assets/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Bold.eot");
  src: url("assets/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-Bold.woff") format("woff"), url("assets/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #005C84;
  --primary_hover: #002B3D;
  --secondary: #F08303;
  --secondary_hover: #C86D03;
  --text: #5B6475;
  --text1: #CCCCCC;
  --text-icon: #444B59;
  --placeholder: #7E889B;
  --accent: #212327;
  --light: #E5E5E5;
  --dark: #000;
  --border: #E2E4E9;
  --border1: #EAECF0;
  --border2: #EFF0F3;
  --border3: #D0D5DD;
  --background: #FFFFFF;
  --background1: #EFF0F3;
  --background2: #F7F9FF;
  --background3: #FCFCFD;
  --label_sale: #34C759;
  --container: 1380px;
  --grid-gutter: 30px;
  --heading-weight: 400;
  --base-font: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --heading-font: "PolySans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --primary-font: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-size: 16px;
  --line-height: 1.8em;
  --letter-spacing: 0px;
  --width-sidebar: 320px;
  --main-content: calc( 100% - 320px );
  --boxed-offset: 30px;
  --woo-layout: layout_1c;
  --woo-width-sidebar: 320px;
  --woo-main-content: calc( 100% - 320px );
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Normalize
	1.1 Typography

2.0 Layout
	2.1 Header
		2.1.1 Brand
		2.1.2 Menu
		2.1.3 Header Deafult
	2.2 Footer

3.0 Content

4.0 Widgets

5.0 Table

6.0 Form

7.0 Galleries

8.0 Image

9.0 Embed

10.0 Comment

11.0 Pagination

12.0 Breadcrumbs

13.0 Toup

14.0 Caption

15.0 Sticky

16.0 404

17.0 WooCommerce

18.0 Elementor

--------------------------------------------------------------*/
/* 1.0 Normalize Get from https://github.com/necolas/normalize.css*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 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: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 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;
}

/**
 * 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 */
}

/* 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;
}

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

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

/*1.1 Typography*/
html {
  overflow-x: hidden;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  font-family: var(--base-font);
  letter-spacing: var(--letter-spacing);
  font-weight: 500;
}
body.admin-bar {
  top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--accent);
  font-family: var(--heading-font);
  font-weight: bold;
  clear: both;
  margin: 0 0 0.5em 0px;
}

h1 {
  font-size: 2em;
  line-height: 1.21;
}

h2 {
  font-size: 1.7411em;
  line-height: 1.21;
}

h3 {
  font-size: 1.5157em;
}

h4 {
  font-size: 1.3195em;
}

h5 {
  font-size: 1.1487em;
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
  color: var(--primary);
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  line-height: var(--line-height);
  margin: 0 0 2em;
}
p:empty {
  height: 0;
  margin: 0;
}

.elementor-text-editor p {
  line-height: inherit;
  margin: 0;
}

button,
input,
select,
textarea {
  color: var(--text);
  line-height: 23px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

blockquote {
  position: relative;
  font-weight: 600;
  color: var(--accent);
  padding: 20px 60px 20px;
  font-size: 1.2em;
  font-style: italic;
}
blockquote:before {
  position: absolute;
  left: 10px;
  top: 25px;
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  font-size: 30px;
  color: var(--primary);
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

ul {
  list-style-type: square;
}
ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

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

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 1.75em 0 1.75em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/*2.0 Layout*/
body {
  background-color: #fff;
}
body #entox-carousel-by-size .ova-product-slider {
  width: 100%;
  display: none;
  order: 1;
}
@media (max-width: 768px) {
  body #entox-carousel-by-size .ova-product-slider {
    display: block;
  }
}
body #entox-carousel-by-size .ova-product-slider .entox-attribute-size-box {
  overflow: hidden;
  border-radius: 8px;
}
body.container_boxed .wrap-fullwidth {
  max-width: var(--container);
  margin: 0 auto;
  background-color: #fff;
}
body.container_boxed .row_site {
  padding: var(--boxed-offset);
}
body .row_site {
  margin: 0 auto;
}
body .container_site {
  padding-left: 15px;
  padding-right: 15px;
}
body .row_site,
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--container);
}
@media (max-width: 1023px) {
  body .row_site,
body .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .row_site > .container_site,
body .elementor-section.elementor-section-boxed > .elementor-container > .container_site {
    padding: 0;
  }
}
body .row_site:after,
body .elementor-section.elementor-section-boxed > .elementor-container:after {
  content: "";
  clear: both;
  display: table;
}
body.page-template-default .elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 0px;
  padding-right: 0px;
}
body.layout_1c #main-content {
  max-width: 100%;
}
body.layout_2l #main-content {
  float: right;
}
body.layout_2l #sidebar {
  float: left;
}
body.layout_2r #main-content {
  float: left;
}
body.layout_2r #sidebar {
  float: right;
}
body #main-content {
  max-width: calc( var(--main-content) - 30px );
  width: 100%;
}
@media (max-width: 1023px) {
  body #main-content {
    max-width: 100%;
  }
}
body #sidebar {
  max-width: var(--width-sidebar);
  width: 100%;
}
@media (max-width: 1023px) {
  body #sidebar {
    max-width: 100%;
  }
}
body .wrap_footer {
  clear: both;
}
body .inside-content {
  min-height: calc(100vh - 200px);
}

/*2.1 Header*/
/*2.1.1 Brand*/
/*2.1.2 Menu*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
  display: block;
  margin-left: auto;
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1024px) {
  button.menu-toggle {
    display: none;
  }
}
button.menu-toggle span:before {
  transition: all, ease, 0.2s;
}
button.menu-toggle:before, button.menu-toggle:after,
button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
  background-color: #fff;
}
button.menu-toggle:before {
  transform: translateY(-4px);
}
button.menu-toggle:after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: var(--secondary);
}

.login-register-canvas {
  position: absolute;
  bottom: 10px;
}

.main-navigation {
  position: relative;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
.main-navigation ul.menu ul {
  display: block;
  margin-left: 1em;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .main-navigation ul li {
    display: block;
  }
}
.main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a, .main-navigation ul li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.main-navigation ul li.menu-item .sub-menu .menu-item:hover > a {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0.03);
}
.main-navigation ul li a {
  color: var(--text);
  padding: 0.6180469716em;
  display: block;
}
.main-navigation ul li a:hover {
  color: var(--primary);
}
.main-navigation.toggled .primary-navigation ul.menu {
  max-height: 999px;
}
.main-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 1em;
  color: inherit;
  border-radius: 0;
  border: 1px solid #eee;
}
.main-navigation .dropdown-toggle::after {
  content: "";
  font-family: "ovaicon";
  -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: 0.6em;
}
.main-navigation .dropdown-toggle:focus {
  outline: none;
}
.main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.main-navigation .dropdown-toggle.toggled-on:after {
  content: "";
  font-family: "ovaicon";
}
@media (min-width: 1024px) {
  .main-navigation .dropdown-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    margin: 0;
    padding: 0;
  }
  .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

@media (min-width: 1024px) {
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 1.1em;
    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;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
    padding: 15px 0;
  }
  .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 260px;
  }
  .main-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-top: 0;
    transition: none;
  }
  .main-navigation ul.menu > li > a {
    padding: 1em 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .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 {
    content: "";
    font-family: "ovaicon";
    -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;
    margin-left: 0.7em;
    font-size: 0.5em;
    font-weight: 500;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .main-navigation ul.menu > li:last-child > a {
    padding-right: 0;
  }
  .main-navigation ul.menu ul.sub-menu {
    margin: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item a {
    padding: 8px 25px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .main-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .main-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    content: "";
    font-family: "ovaicon";
    -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;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 1;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*2.1.3 Header Default*/
/*2.2 Footer	*/
/*3.0 Content*/
/* Blog */
article.post-wrap {
  margin-bottom: 70px;
}
article.post-wrap.sticky {
  background: #f9f9f9;
  padding: 30px;
  border-top: 5px solid;
  border-color: var(--primary);
}
article.post-wrap.sticky .post-excerpt {
  text-align: justify;
}
article.post-wrap .post-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5em;
}
article.post-wrap .post-title a {
  color: var(--accent);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
article.post-wrap .post-title a:hover {
  color: var(--primary);
}
article.post-wrap .post-media {
  margin-bottom: 30px;
}
article.post-wrap .post-meta {
  margin: 0 0px 25px 0px;
}
article.post-wrap .post-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
article.post-wrap .post-meta ul li {
  display: inline-block;
  margin: 0 10px 0px 0;
  color: var(--light);
}
article.post-wrap .post-meta ul li i {
  font-size: 0.8em;
  color: var(--primary);
  padding-right: 3px;
}
article.post-wrap .post-meta ul li a {
  color: var(--light);
}
article.post-wrap .post-meta ul li a:hover {
  color: var(--primary);
}
article.post-wrap .post-excerpt > p {
  margin-top: 0px;
  margin-bottom: 25px;
}
article.post-wrap .readmore {
  clear: both;
}
article.post-wrap .readmore a {
  background-color: var(--primary);
  border-color: var(--primary);
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  padding: 9px 25px;
  font-size: 1em;
  text-transform: none;
  box-shadow: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
article.post-wrap .readmore a:hover {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff;
}

/* Detail */
.single article.post-wrap .post-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
  margin-top: 0;
}
.single article.post-wrap .post-content {
  margin-bottom: 50px;
}
.single article.post-wrap .post-content:before, .single article.post-wrap .post-content:after {
  clear: both;
  content: "";
  display: table;
}
.single article.post-wrap .post-tags {
  clear: both;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #f3f3f3;
}
.single article.post-wrap .post-tags a {
  text-transform: capitalize;
  color: var(--text);
  border: 1px solid;
  border-radius: 4px;
  background-color: #eeeeee;
  border-color: #f3f3f3;
  padding: 5px 15px;
  margin-right: 5px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-block;
  margin: 0px 5px 5px 0px;
}
.single article.post-wrap .post-tags a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

h1.page-title {
  margin-top: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.search .page-header .page-title {
  margin-bottom: 60px;
}
.search .page-header .page-title span {
  color: var(--primary);
}

/*4.0 Widgets*/
.sidebar .widget {
  display: block;
  margin-bottom: 45px;
  padding: 24px;
  float: left;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  /* Widget Rss */
  /* Widget Calendar */
  /* Widget Tag clound */
  /* Widget Search */
  /**
   * Archives
   */
}
@media (max-width: 768px) {
  .sidebar .widget.widget_price_filter {
    display: none;
  }
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget a {
  color: var(--text);
}
.sidebar .widget a:hover {
  color: var(--primary);
}
.sidebar .widget h4.widget-title {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--base-font);
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.sidebar .widget p {
  margin-top: 0;
}
.sidebar .widget img {
  width: auto;
}
.sidebar .widget ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}
.sidebar .widget ul li {
  padding: 0.5em 0;
}
.sidebar .widget ul li:first-child {
  border-top: 0;
}
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar .widget ul.children, .sidebar .widget ul.sub-menu {
  margin: 0.5em 0 0 0.8em;
}
.sidebar .widget .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_rss ul li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.sidebar .widget.widget_rss ul li:first-child {
  padding-top: 0;
}
.sidebar .widget.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget.widget_rss ul li a.rsswidget {
  font-weight: 600;
  display: block;
  line-height: 1.5em;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 15px;
}
.sidebar .widget.widget_rss ul li a.rsswidget:hover {
  color: var(--primary);
}
.sidebar .widget.widget_rss ul li .rss-date {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  opacity: 0.7;
}
.sidebar .widget.widget_rss ul li .rssSummary {
  margin-bottom: 12px;
  color: var(--text);
}
.sidebar .widget.widget_rss ul li cite {
  color: var(--light);
  text-decoration: underline;
}
.sidebar .widget.widget_calendar {
  width: 100%;
}
.sidebar .widget.widget_calendar caption {
  background: transparent;
  color: var(--accent);
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 5px 0px;
}
.sidebar .widget.widget_calendar table {
  margin-bottom: 0;
}
.sidebar .widget.widget_calendar table thead {
  border: 1px solid #eee;
}
.sidebar .widget.widget_calendar table thead tr th {
  background-color: #f1f1f1;
  color: var(--accent);
  border: 1px solid #e4e4e4;
  text-align: center;
}
.sidebar .widget.widget_calendar table tbody tr td {
  border: none;
  text-align: center;
  border: 1px solid #e4e4e4;
}
.sidebar .widget.widget_calendar nav {
  border: none;
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.sidebar .widget.widget_calendar nav a {
  color: var(--primary);
}
.sidebar .widget.widget_calendar nav a:hover {
  color: #343434;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  position: relative;
  width: 100%;
  float: left;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px;
  border-color: var(--light);
  border-radius: 4px;
  font-size: 0.9em !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.sidebar .widget.widget_search form {
  position: relative;
}
.sidebar .widget.widget_search form:before {
  font-size: 18px;
  color: var(--light);
  font-family: "ovaicon";
  content: "";
  -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;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.sidebar .widget.widget_search form input[type=search] {
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
}
.sidebar .widget.widget_search form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 50px;
}
.sidebar .widget.widget_categories ul li, .sidebar .widget.widget_archive ul li {
  line-height: 30px;
  color: var(--light);
}
.sidebar .widget.widget_categories ul li:before, .sidebar .widget.widget_archive ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_archive ul li a {
  color: var(--text);
}
.sidebar .widget.widget_categories ul li a:hover, .sidebar .widget.widget_archive ul li a:hover {
  color: var(--primary);
}
.sidebar .widget.widget_categories .widget-custom ul li, .sidebar .widget.widget_archive .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before, .sidebar .widget.widget_archive .widget-custom ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
}
.sidebar .widget.widget_categories .widget-custom ul li a, .sidebar .widget.widget_archive .widget-custom ul li a {
  display: flex;
  justify-content: space-between;
}
.sidebar .widget.widget_categories .widget-custom ul li a .number, .sidebar .widget.widget_archive .widget-custom ul li a .number {
  background: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sidebar .widget.widget_categories ul li:before {
  content: "";
  font-family: "ovaicon";
}
.sidebar .widget.widget_categories .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before {
  content: "";
  font-family: "ovaicon";
}
.sidebar .widget.widget_pages ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_nav_menu ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_meta ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li {
  color: var(--light);
}
.sidebar .widget.widget_recent_comments ul li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link {
  color: var(--heading);
  text-decoration: underline;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link a:hover {
  color: var(--primary);
}

/*5.0 Table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ededed;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table thead tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table thead tr th {
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #ededed;
}
table thead tr th a {
  color: #555;
}
table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table tbody tr th {
  padding: 5px 10px;
  border: 1px solid #ededed;
  color: var(--accent);
}
table tbody tr td {
  padding: 5px 10px;
  border: 1px solid #ededed;
  color: var(--text);
}
table tbody tr td a {
  color: var(--accent);
  border-bottom: 1px solid var(--primary);
}
table tbody tr td a:hover {
  color: var(--primary);
}

/*6.0 Form*/
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 */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  border-radius: 4px;
  border-color: #EFF0F3;
  color: var(--text);
  padding: 10px 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 1em;
}
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: var(--text);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  color: var(--accent);
}
.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]::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;
}

.button {
  display: inline-block;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 4px;
  padding: 14px 25px;
  font-size: 1em;
  border-color: var(--primary);
  background-color: var(--primary);
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--primary_hover);
}

select {
  padding: 10px;
}
select:not([size]):not([multiple]) {
  background-color: #fff;
  color: var(--text);
  border: 1px solid #EFF0F3;
  border-radius: 8px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("./assets/img/base/arrow-down.svg");
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  padding-right: 34px;
}

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

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

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

/*7.0 Galleries*/
.gallery-caption {
  width: 100%;
}

.slide_gallery {
  clear: both;
  margin-bottom: 30px;
}
.slide_gallery .owl-dots {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.slide_gallery .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  border-color: #ccc;
  margin: 0px 3px;
}
.slide_gallery .owl-dots .owl-dot.active, .slide_gallery .owl-dots .owl-dot:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (max-width: 568px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
    margin: 0 0 20px 0px;
  }
}

@media (max-width: 568px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}

/*8.0 Image*/
img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

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

/** Fix for img ajax contact form 7  */
img.ajax-loader {
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: auto;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

.bypostauthor {
  position: relative;
}

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

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/*10.0 Comment*/
/*List Comment*/
#comments {
  /*Title Comment*/
  /*Fist Level*/
}
#comments .comment-lists {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  /*Children level*/
  /*Item*/
}
#comments .comment-lists .children {
  list-style-type: none;
  padding-left: 0;
  margin-left: 70px;
}
@media (max-width: 767px) {
  #comments .comment-lists .children {
    margin-left: 15px;
  }
}
#comments .comment-lists .pingback .comment-body,
#comments .comment-lists .comment .comment-body {
  padding-left: 140px;
  min-height: 100px;
  margin-bottom: 40px;
}
#comments .comment-lists .pingback .comment-body .comment-meta,
#comments .comment-lists .comment .comment-body .comment-meta {
  position: relative;
  margin-bottom: 20px;
}
#comments .comment-lists .pingback .comment-body .comment-meta .avatar,
#comments .comment-lists .comment .comment-body .comment-meta .avatar {
  position: absolute;
  left: -140px;
  top: 5px;
  border-radius: 50%;
  width: 100px;
  height: auto;
}
#comments .comment-lists .pingback .comment-body .comment-meta cite,
#comments .comment-lists .comment .comment-body .comment-meta cite {
  font-weight: bold;
  color: #333;
}
#comments .comment-lists .pingback .comment-body .comment-meta cite a,
#comments .comment-lists .comment .comment-body .comment-meta cite a {
  font-weight: bold;
  color: #333;
}
#comments .comment-lists .pingback .comment-body .comment-meta .comment-date time,
#comments .comment-lists .comment .comment-body .comment-meta .comment-date time {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}
#comments .comment-lists .pingback .comment-body .comment-content,
#comments .comment-lists .comment .comment-body .comment-content {
  padding-bottom: 40px;
  border-bottom: 1px solid;
  border-color: #eee;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text p,
#comments .comment-lists .comment .comment-body .comment-content .comment-text p {
  margin: 0 0 20px 0;
  padding: 0;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text table tr th,
#comments .comment-lists .comment .comment-body .comment-content .comment-text table tr th {
  font-size: 1.2em;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text table tr td a,
#comments .comment-lists .comment .comment-body .comment-content .comment-text table tr td a {
  font-weight: 600;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a,
#comments .comment-lists .comment .comment-body .comment-content .reply a {
  font-weight: 500;
  color: var(--primary);
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link {
  margin-right: 10px;
  font-weight: 600;
  color: var(--primary);
  position: relative;
  padding-right: 23px;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:after,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link {
  margin-right: 10px;
  font-weight: 600;
  color: var(--primary);
  position: relative;
  padding-right: 25px;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link:after,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .pingback .comment-body #respond,
#comments .comment-lists .comment .comment-body #respond {
  padding: 30px 30px 0px 30px;
  margin-top: 0;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 4px;
}
#comments .comment-lists .trackback .comment-body, #comments .comment-lists .pingback .comment-body {
  padding-left: 0;
}

/*Comment Form*/
#respond {
  clear: both;
  margin: 30px 0px;
  position: relative;
}
#respond #reply-title {
  margin-top: 0;
  margin-bottom: 5px;
}
#respond #reply-title #cancel-comment-reply-link {
  float: right;
  text-align: right;
  position: relative;
  color: red;
}
#respond #commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#respond #commentform p {
  padding: 0px 15px;
  margin: 0;
}
#respond #commentform label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.9em;
  display: inherit;
}
#respond #commentform .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%;
}
#respond #commentform .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-comment textarea {
  width: 100%;
}
#respond #commentform .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-cookies-consent {
  display: flex;
  line-height: 1;
  margin-bottom: 15px;
  width: 100%;
}
#respond #commentform .comment-form-cookies-consent label {
  padding-left: 5px;
  text-transform: inherit;
  font-weight: 500;
}

ul.comment-lists #respond #reply-title {
  font-size: 1.1em;
}

/*11.0 Pagination*/
/**
 * Pagination For Blog and WooCommerce
 */
.woocommerce.woocommerce-pagination, .woocommerce.pagination,
nav.woocommerce-pagination,
nav.pagination {
  margin: 0 0px 60px;
}
.woocommerce.woocommerce-pagination ul.page-numbers,
.woocommerce .page-numbers,
nav.woocommerce-pagination ul.page-numbers,
nav .page-numbers {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  clear: both;
  white-space: inherit;
}
.woocommerce.woocommerce-pagination ul.page-numbers li,
.woocommerce .page-numbers li,
nav.woocommerce-pagination ul.page-numbers li,
nav .page-numbers li {
  border: none;
  padding: 0;
  float: none;
}
.woocommerce.woocommerce-pagination ul.page-numbers li:first-child .page-numbers,
.woocommerce .page-numbers li:first-child .page-numbers,
nav.woocommerce-pagination ul.page-numbers li:first-child .page-numbers,
nav .page-numbers li:first-child .page-numbers {
  border-radius: 5px 0 0 5px;
}
.woocommerce.woocommerce-pagination ul.page-numbers li:last-child .page-numbers,
.woocommerce .page-numbers li:last-child .page-numbers,
nav.woocommerce-pagination ul.page-numbers li:last-child .page-numbers,
nav .page-numbers li:last-child .page-numbers {
  border-right-width: 1px;
  border-radius: 0 5px 5px 0;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce .page-numbers li .page-numbers,
nav.woocommerce-pagination ul.page-numbers li .page-numbers,
nav .page-numbers li .page-numbers {
  border: 1px solid var(--border);
  border-right-width: 0;
  font-size: 14px;
  padding: 0 10px;
  min-width: 40px;
  text-align: center;
  color: var(--text);
  line-height: 38px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers i,
.woocommerce .page-numbers li .page-numbers i,
nav.woocommerce-pagination ul.page-numbers li .page-numbers i,
nav .page-numbers li .page-numbers i {
  font-size: 0.7em;
  line-height: 38px;
  position: relative;
  top: 2px;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers i:before,
.woocommerce .page-numbers li .page-numbers i:before,
nav.woocommerce-pagination ul.page-numbers li .page-numbers i:before,
nav .page-numbers li .page-numbers i:before {
  font-weight: bold !important;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce .page-numbers li .page-numbers:hover,
nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
nav .page-numbers li .page-numbers:hover {
  background: var(--border);
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:focus, .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce .page-numbers li .page-numbers:focus,
.woocommerce .page-numbers li .page-numbers.current,
nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
nav .page-numbers li .page-numbers:focus,
nav .page-numbers li .page-numbers.current {
  background-color: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

/**
 * Page Link
 */
.page-links {
  clear: both;
  margin: 20px 0px 30px 0px;
  float: left;
}
.page-links .post-page-numbers {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 1rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
  font-weight: 600;
  background-color: transparent;
  border-color: var(--primary);
  color: var(--text);
}
.page-links .post-page-numbers:hover, .page-links .post-page-numbers:focus, .page-links .post-page-numbers.current {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.page-links .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  display: none;
}

/*12.0 Breadcrumbs*/
.wrap_breadcrumbs {
  background-color: #ededed;
  margin-bottom: 60px;
}

ul.breadcrumb {
  margin: 0;
  padding: 20px 0px;
  display: inline-block;
  list-style-type: none;
}
ul.breadcrumb li {
  color: var(--primary);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  padding-right: 5px;
}
ul.breadcrumb li a {
  color: var(--text);
}
ul.breadcrumb li a:hover {
  color: var(--primary);
}
ul.breadcrumb li .separator i {
  font-size: 0.6em;
  color: var(--text);
  opacity: 0.5;
  position: relative;
}

/*13.0 Toup*/
#scrollUp {
  bottom: 60px;
  right: 20px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}
#scrollUp:hover {
  background-color: #333;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#scrollUp i {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 5px 10px;
}
#scrollUp i:before {
  font-weight: bold !important;
}

/*14.0 Caption*/
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--light);
}

/*15.0 Sticky*/
/*16.0 404*/
.page_404 .message {
  margin-top: 0;
  padding-top: 0;
}

.ova_404_page {
  text-align: center;
  padding: 0 30px;
  margin-top: 23px;
}
.ova_404_page .title-404 {
  margin: 0;
  font-size: 350px;
  font-weight: 400;
  line-height: 1;
  color: var(--primary);
}
@media screen and (max-width: 666px) {
  .ova_404_page .title-404 {
    font-size: 170px;
  }
}
.ova_404_page .title {
  margin-bottom: 29px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--accent);
}
.ova_404_page .description {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--text);
}
.ova_404_page form {
  position: relative;
  width: 100%;
  height: 75px;
  max-width: 555px;
  display: inline-block;
  margin-bottom: 20px;
}
.ova_404_page form:before {
  font-size: 24px;
  color: var(--accent);
  font-family: "ovaicon";
  content: "";
  -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;
  position: absolute;
  top: 50%;
  right: 50px;
  line-height: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.ova_404_page form input[type=search] {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  background-color: #e9edf2;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text);
  padding-left: 50px;
}
.ova_404_page form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 110px;
  height: 100%;
}
.ova_404_page .ova-go-home {
  margin-bottom: 120px;
}
.ova_404_page .ova-go-home a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  color: #FFFFFF;
  padding: 24px 70px;
  background-color: var(--primary);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_404_page .ova-go-home a:hover {
  background-color: var(--accent);
}

/* 16.1 */
/*Block Button*/
.wp-block-button {
  margin: 10px 0px;
}
.wp-block-button a {
  text-transform: uppercase;
  font-weight: 600;
}
.wp-block-button.alignleft {
  margin-right: 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-style: dashed;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 5px;
}
.wp-block-button.alignleft {
  margin-right: 20px;
}

/*Block Image*/
.wp-block-image figcaption,
figure figcaption {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--text);
  opacity: 0.8;
  padding-top: 0;
  margin-top: 5px;
}

/*Block Covern*/
.wp-block-cover {
  margin-bottom: 30px;
}
.wp-block-cover.has-background-dim {
  color: #fff;
}

/*Block Gallery*/
.wp-block-gallery {
  margin-bottom: 30px;
}

/*Block Category*/
/*Block Column*/
.wp-block-columns blockquote {
  padding: 20px 10px 20px 50px;
}
.wp-block-columns blockquote:before {
  left: 10px;
  top: 5px;
}

/*Block Group*/
.wp-block-group.has-background {
  margin-bottom: 30px;
  padding: 30px;
}

/*Block media*/
.wp-block-media-text {
  margin-bottom: 30px;
}

/*Block Archive Widget*/
.wp-block-archives.wp-block-archives-list {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.wp-block-archives.wp-block-archives-list li {
  margin: 5px 0px;
}
.wp-block-archives.wp-block-archives-list li a {
  position: relative;
}
.wp-block-archives.wp-block-archives-list li a:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}

/*Block Calendar*/
.wp-block-calendar {
  margin-bottom: 30px;
}

/*Bock categories*/
.wp-block-categories {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.wp-block-categories li {
  margin: 5px 0px;
}
.wp-block-categories li a {
  position: relative;
}
.wp-block-categories li a:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}

/*Block latest comment*/
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.wp-block-latest-comments li {
  margin-bottom: 2em;
  line-height: 1.5em;
}
.wp-block-latest-comments li:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  text-decoration: underline;
}
.wp-block-latest-comments li a {
  color: var(--primary);
}
.wp-block-latest-comments li time {
  padding-top: 10px;
}

/*Block search*/
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  display: block;
}
.wp-block-search:before {
  display: none !important;
}
.wp-block-search .wp-block-search__input {
  /*border-color: $border-field-color;
  background-color: $background-field;*/
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.wp-block-search .wp-block-search__button {
  /*padding: $padding-btn;*/
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  margin-left: 5px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--primary);
}

/*Recent Post*/
.wp-block-latest-posts li a {
  position: relative;
}
.wp-block-latest-posts li a:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.wp-block-latest-posts.has-dates li {
  margin-bottom: 15px;
}
.wp-block-latest-posts.has-dates time {
  padding-left: 20px;
}

/*Tags*/
.wp-block-tag-cloud {
  clear: both;
  position: relative;
}
.wp-block-tag-cloud:after {
  clear: both;
  content: "";
  display: inline-block;
  width: 100%;
}
.wp-block-tag-cloud a {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  font-size: 0.9em !important;
}

/*RSS*/
.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wp-block-rss li {
  margin-bottom: 5px;
}
.wp-block-rss li a:before {
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}

.widget_block .wp-block-group__inner-container > h2 {
  font-size: 1.3195em;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.wp-block-quote p {
  margin: 0;
}

blockquote {
  position: relative;
  font-weight: 600;
  color: var(--accent);
  padding: 20px 60px 20px;
  font-size: 1.2em;
  font-style: italic;
}
@media (max-width: 767px) {
  blockquote {
    padding: 0;
    margin: 10px;
  }
}
blockquote.wp-block-quote.is-style-large {
  padding: 20px 60px 20px;
}
@media (max-width: 767px) {
  blockquote.wp-block-quote.is-style-large {
    padding: 35px;
    margin: 10px;
  }
}
blockquote p {
  margin-bottom: 30px;
}
blockquote cite {
  text-decoration: underline;
}
blockquote:before {
  position: absolute;
  left: 10px;
  top: 25px;
  content: "";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  font-size: 30px;
  color: var(--primary);
}
@media (max-width: 767px) {
  blockquote:before {
    left: -20px;
    top: -5px;
    font-size: 15px;
  }
}
blockquote.has-text-align-right:before {
  right: 0;
  left: auto;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
}
@media (max-width: 767px) {
  blockquote.has-text-align-right:before {
    right: -20px;
    width: 15px;
    height: 15px;
  }
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.whizzchat-main-layout .whizz-sidebar {
  background: #F6FAFB;
}
.whizzchat-main-layout .whizz-sidebar .badge-primary {
  background: var(--secondary);
  font-weight: 400;
  min-width: 18px;
}
.whizzchat-main-layout .whizz-sidebar .sidebar-header {
  background: transparent;
  padding: 30px 30px 0 !important;
  border: 0;
}
.whizzchat-main-layout .whizz-sidebar .sidebar-header h5 {
  font-size: 20px;
  font-weight: 400;
  color: var(--accent);
  font-family: var(--base-font);
}
.whizzchat-main-layout .whizz-sidebar .sidebar-header .sidebar-sub-header .form-inline .input-group {
  position: relative;
}
.whizzchat-main-layout .whizz-sidebar .sidebar-header .sidebar-sub-header .form-inline .input-group:before {
  font-family: "entox-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: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(29, 33, 44, 0.63);
}
.whizzchat-main-layout .whizz-sidebar .sidebar-header .sidebar-sub-header .form-inline .input-group .chat-search {
  border: 0;
  background: rgba(232, 242, 246, 0.46);
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 33, 44, 0.63);
  padding: 4px 15px 4px 40px !important;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list {
  padding: 0;
  margin-top: 15px;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item {
  margin: 0;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item a.contacts-link {
  border-radius: 0;
  border: 0 !important;
  padding: 14px 30px;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item:hover a.contacts-link, .whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item.active a.contacts-link {
  background: #E8F2F6 !important;
  border: 0 !important;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item .avatar img {
  width: 40px;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item .contacts-info .chat-time {
  color: #adb5bd !important;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item .contacts-info .chat-name {
  color: var(--accent);
  font-family: var(--base-font);
  font-size: 14px;
}
.whizzchat-main-layout .whizz-sidebar .contacts-list li.contacts-item .contacts-texts p {
  color: #adb5bd !important;
}

.emojionearea .emojionearea-button {
  top: 50%;
  transform: translateY(-50%);
}

/*17.0 WooCommerce*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin: 0 0 30px 0 !important;
  padding: 1em 30px 1em 1em;
  background-color: #0f834d;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 1em solid rgba(0, 0, 0, 0.15);
  *zoom: 1;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
  color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

body.woocommerce.woo_layout_1c #woo_main {
  max-width: 100%;
}
body.woocommerce.woo_layout_2l #woo_main {
  float: right;
}
body.woocommerce.woo_layout_2l #woo_sidebar {
  float: left;
}
body.woocommerce.woo_layout_2r #woo_main {
  float: left;
}
body.woocommerce.woo_layout_2r #woo_sidebar {
  float: right;
}
body.woocommerce #woo_main {
  max-width: calc( var(--woo-main-content) - 50px );
  width: 100%;
}
@media (max-width: 1023px) {
  body.woocommerce #woo_main {
    max-width: 100%;
  }
}
body.woocommerce #woo_sidebar {
  max-width: var(--woo-width-sidebar);
  width: 100%;
}
@media (max-width: 1023px) {
  body.woocommerce #woo_sidebar {
    max-width: 100%;
  }
}
body .woocommerce table tbody tr td a {
  border-bottom: none;
}
body .woocommerce table tbody tr td.product-name {
  color: var(--primary) !important;
}
body .woocommerce table tbody tr td.product-name a {
  color: var(--primary) !important;
}
body .woocommerce table tbody tr td .variation, body .woocommerce table tbody tr td .wc-item-meta {
  color: var(--text);
}
body .woocommerce .woocommerce-order .woocommerce-order-details h2 {
  text-decoration: none !important;
}

#masthead {
  background: #fff;
}

.header-shop-custom {
  box-shadow: 0px 2px 8px 0px rgba(9, 44, 42, 0.1);
  margin-bottom: 30px;
}
.header-shop-custom .woocommerce-products-header {
  max-width: 730px;
  padding-bottom: 40px;
  position: relative;
}
.header-shop-custom .woocommerce-products-header h1.page-title {
  font-size: 48px;
  line-height: 1.1666666667;
  margin-bottom: 20px;
}
.header-shop-custom .woocommerce-products-header .page-description p:last-child {
  margin-bottom: 0;
}

.site-main > .products {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .site-main > .products {
    margin-bottom: 30px;
  }
}

#woo-sidebar {
  margin-bottom: 60px;
}

.header-shop-filter {
  margin-bottom: 60px;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .header-shop-filter {
    margin-bottom: 30px;
  }
}
.header-shop-filter form {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.header-shop-filter form .dropdown {
  position: relative;
  font-size: 14px;
  color: var(--text);
}
.header-shop-filter form .dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
}
.header-shop-filter form .dropdown .dropdown-option {
  display: block;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.header-shop-filter form .dropdown .dropdown-label {
  display: block;
  height: 35px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 6px 12px;
  line-height: 23px;
  cursor: pointer;
}
.header-shop-filter form .dropdown .dropdown-label:before {
  margin-left: 7px;
  content: "▼";
  float: right;
}
.header-shop-filter form .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.header-shop-filter form .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.header-shop-filter form .dropdown.on .dropdown-label:before {
  content: "▲";
}
.header-shop-filter form .dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.header-shop-filter .filter-label {
  color: var(--accent);
  margin-right: 10px;
}
.header-shop-filter select {
  padding: 5px 34px 5px 16px;
  color: var(--accent);
}
.header-shop-filter.sticky .inner {
  box-shadow: 0px 2px 8px 0px rgba(9, 44, 42, 0.1);
  position: fixed;
  top: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  z-index: 999;
}

ul.products,
.wc-block-grid__products {
  --grid-gutter: 15px;
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
  margin-bottom: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.products.columns-4 > li.product,
.wc-block-grid__products.columns-4 > li.product {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.woocommerce-account .page-title {
  display: none;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 300px calc(100% - 300px);
  grid-gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    margin-bottom: 30px;
    grid-template-columns: 100%;
  }
}

.woocommerce > h2 {
  display: none;
}
.woocommerce .entox-login-register-woo {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 26px;
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .entox-login-register-woo li a {
  line-height: 28px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .entox-login-register-woo li a:hover {
  color: var(--primary);
}
.woocommerce .entox-login-register-woo li.active a {
  color: var(--primary);
}
.woocommerce .entox-login-register-woo li:not(:last-child) {
  margin-right: 15px;
}
.woocommerce form.woocommerce-form-login.login, .woocommerce form.woocommerce-form-register.register {
  border: none;
  max-width: 450px;
  padding: 0;
  margin: -5px 0 80px 0;
}
.woocommerce form.woocommerce-form-login.login .form-row, .woocommerce form.woocommerce-form-register.register .form-row {
  display: none;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row {
  display: block;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password {
  margin: 20px 0 15px 0;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .rememberme-asting, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password .rememberme-asting {
  float: left;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting {
  float: right;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting:after, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting:after {
  display: block;
  content: "";
  clear: both;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password label, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password label {
  display: inline-block;
  width: unset;
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password a, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password a {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password #rememberme, .woocommerce form.woocommerce-form-register.register .form-row.woocommerce-form-row.rememberme_lost_password #rememberme {
  width: unset;
  height: unset;
  margin: 0 3px 0 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row, .woocommerce form.woocommerce-form-register.register .woocommerce-form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row label, .woocommerce form.woocommerce-form-register.register .woocommerce-form-row label {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  letter-spacing: 0.2px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row input, .woocommerce form.woocommerce-form-register.register .woocommerce-form-row input {
  width: 450px;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  color: #62718d;
  padding: 0 12px 0 12px;
  height: 50px;
  border-radius: 5px;
  background-color: #e9edf2;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row .show-password-input, .woocommerce form.woocommerce-form-register.register .woocommerce-form-row .show-password-input {
  display: none;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce form.woocommerce-form-login.login .woocommerce-form-register__submit, .woocommerce form.woocommerce-form-register.register .woocommerce-form-login__submit, .woocommerce form.woocommerce-form-register.register .woocommerce-form-register__submit {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  height: 50px;
  border-radius: 5px;
  float: unset;
  width: 100%;
  margin: 0;
  background-color: var(--primary);
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-login__submit:hover, .woocommerce form.woocommerce-form-login.login .woocommerce-form-register__submit:hover, .woocommerce form.woocommerce-form-register.register .woocommerce-form-login__submit:hover, .woocommerce form.woocommerce-form-register.register .woocommerce-form-register__submit:hover {
  background: #06163A;
}
.woocommerce .woocommerce-message a.button {
  font-size: 16px;
  color: #fff;
  border: 0;
}
.woocommerce ul.asting-login-register-woo {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce ul.asting-login-register-woo li {
  padding: 0 13px;
}
.woocommerce ul.asting-login-register-woo li.active a {
  position: relative;
}
.woocommerce ul.asting-login-register-woo li.active a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
}
.woocommerce ul.asting-login-register-woo li a {
  font-size: 24px;
  line-height: 26px;
  color: #202b5d;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.woocommerce #customer_login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .woocommerce #customer_login {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce #customer_login h2 {
  margin-bottom: 30px;
}
.woocommerce .woo_shop_wrap {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap {
    padding: 0 20px;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .woocommerce .woo_shop_wrap .content-area {
    flex: 0 0 100%;
    padding-left: 0px;
    width: 100%;
  }
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-result-count {
  margin: 6px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #62718d;
  font-weight: 400;
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-ordering {
  width: 245px;
  margin-bottom: 40px;
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-ordering .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: capitalize;
  color: #62718d;
  padding-left: 20px;
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: "ElegantIcons";
  content: "3";
  position: absolute;
  top: 5px;
  right: 16px;
}
.woocommerce .woo_shop_wrap .content-area .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.woocommerce .woo_shop_wrap .content-area ul.products {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .woocommerce .woo_shop_wrap .content-area ul.products {
    margin-bottom: 0px;
  }
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .cat_product {
  color: #62718d;
  font-size: 17px;
  font-weight: 300;
  line-height: 50px;
  display: inline-block;
  padding: 0px 15px 0px 15px;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .button {
  visibility: visible;
  opacity: 1;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .star-rating {
  font-size: 13px;
  margin: 0 auto 8px auto;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .onsale {
  display: inline-block;
  top: 10px;
  right: 10px;
  left: auto;
  background: #ff9d00;
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 3px;
  text-transform: uppercase;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product a.woocommerce-loop-product__link img {
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 26px;
  color: #2c2734;
  margin-top: -20px;
  padding: 20px 15px 7px 15px;
  z-index: 3;
  font-weight: 500;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .price {
  font-size: 20px;
  line-height: 26px;
  color: #88858e;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .price ins {
  font-weight: 400;
  margin-left: 6px;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .button, .woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart {
  margin-top: 10px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  border-radius: 20px;
  transition: 0.4s;
  z-index: 2;
  margin: 0px 15px 0px 15px;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .button:after, .woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart:after {
  font-family: "ElegantIcons";
  content: "5";
  vertical-align: middle;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .button:hover, .woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart:hover {
  background: #06163A;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product .button.added, .woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart.added {
  visibility: visible;
  opacity: 1;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart {
  margin-top: 20px;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  background-color: transparent !important;
  color: #2c2734;
}
.woocommerce .woo_shop_wrap .content-area ul.products li.product a.added_to_cart:hover {
  color: #ff6d12;
  transition: 0.3s ease;
}
.woocommerce .woo_shop_wrap .content-area .product {
  /*end summary*/
  /* woo tabs */
  /* end woo tabs */
  /* related */
  /* end related */
}
.woocommerce .woo_shop_wrap .content-area .product .onsale {
  display: inline-block;
  top: 10px;
  left: 10px;
  right: auto;
  background: #ff6d12;
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-product-gallery {
  margin: 0 0px 60px 0px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) {
  margin-top: 10px;
  padding: 0px 0px 0 0px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .product_title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #2c2734;
  margin-bottom: 7px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .woocommerce-product-rating .star-rating {
  font-size: 13px;
  margin: 0px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  color: #62718d;
  line-height: 1.2;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .price {
  margin: 0 0 20px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .price .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 26px;
  color: #88858e;
  font-weight: 500;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .price ins {
  margin-left: 3px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .woocommerce-product-details__short-description {
  margin-bottom: 7px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .woocommerce-product-details__short-description p {
  line-height: 24px;
  margin: 0px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .stock {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #0067da;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart {
  margin-bottom: 36px;
  margin-top: 18px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.group_table {
  border: none;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.group_table tr {
  border: none;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.group_table td {
  border-color: #e8e8e8;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.group_table td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.group_table td label {
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations {
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr {
  border: none;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td label {
  font-weight: 400;
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td .reset_variations {
  font-size: 15px;
  line-height: 1.2;
  color: #202b5d;
  margin-top: 10px;
  display: inline-block !important;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td .select2-container {
  height: 40px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart table.variations tr td .select2-selection__rendered {
  padding: 0 14px;
  font-size: 15px;
  color: #919baf;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 23px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .quantity {
  margin: 0 15px 0 0;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .quantity input {
  font-size: 17px;
  color: #202b5d;
  padding-left: 20px;
  padding-right: 10px;
  border-color: #e5e5e5;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .quantity input::placeholder {
  font-size: 17px;
  color: #202b5d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .single_add_to_cart_button {
  height: 50px;
  padding: 0 55px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .single_add_to_cart_button:hover {
  background: #06163A;
}
.woocommerce .woo_shop_wrap .content-area .product .summary form.cart .single_add_to_cart_button:focus {
  outline: none;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .product_meta .posted_in {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .product_meta .posted_in a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .product_meta .tagged_as {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce .woo_shop_wrap .content-area .product .summary .product_meta .tagged_as a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs {
  margin-bottom: 55px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 36px 30px 20px 30px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-additional_information h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 600;
  margin: 0 0 20px 0;
  display: inline-block;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes {
  border: 1px solid #e8e8e8;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  text-transform: capitalize;
  padding: 5px 15px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes td {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #62718d;
  padding: 5px 15px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin-bottom: 35px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .woocommerce-noreviews {
  margin: -25px 0 29px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 35px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container img.avatar {
  width: 80px;
  border: none;
  border-radius: 50%;
  background: transparent;
  padding: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text {
  margin: 0 0 0 105px;
  border: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
  font-size: 13px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  margin: 0 0 14px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  margin-bottom: 4px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #42516d;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .description {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
  font-size: 24px;
  line-height: 1.2;
  color: #2c2734;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form {
  margin-top: 23px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form > p {
  margin: 0 0 20px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes .required {
  color: #ff623f;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form label {
  display: inline-block;
  min-width: 150px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #62718d;
  text-transform: capitalize;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form label .required {
  color: #ff623f;
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form label {
    display: block;
  }
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form textarea {
  border: 1px solid #e8e8e8;
  height: 145px;
  margin: 0;
  padding: 11px 15px;
  border-radius: 10px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form input {
  border: 1px solid #e8e8e8;
  height: 45px;
  width: calc(100% - 150px);
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form input {
    width: 100%;
  }
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  margin: 0 0 22px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating label {
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars a {
  color: #cccccc;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars span {
  display: inline-flex;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .select2-container--default {
  display: none;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment label {
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment label {
    flex: 0 0 100%;
  }
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment textarea {
  flex: 0 0 calc(100% - 150px);
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment textarea {
    flex: 0 0 100%;
  }
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit {
  padding-left: 150px;
}
@media (max-width: 767px) {
  .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit {
    padding-left: 0px;
  }
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  width: unset;
  border-radius: 50px;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input:hover {
  background: #06163A;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0px;
  display: flex;
  background: #fff;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li {
  border: none;
  background: #fff;
  border-radius: 0px;
  padding: 0 30px;
  margin: 0;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li:before, .woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-top: 2px solid;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li.active:first-child {
  margin-left: 1px;
  border-left: none;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li.active:first-child:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #2c2734;
  padding: 15px 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 1.2;
  color: #202b5d;
  margin: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description > p {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce .woo_shop_wrap .content-area .product .related > h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #2c2734;
  font-weight: 600;
  margin: 0 0 35px 0;
}
.woocommerce .woo_shop_wrap .woo-sidebar {
  flex: 0 0 320px;
}
@media (max-width: 991px) {
  .woocommerce .woo_shop_wrap .woo-sidebar {
    flex: 0 0 100%;
  }
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_product_categories {
  padding: 50px 30px 40px 30px;
  background-color: #f7f4f2;
  border-radius: 10px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .woo_widget ul {
  margin: 0;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products {
  padding: 50px 30px 40px 30px;
  background-color: #f7f4f2;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget {
    padding: 0 20px 0 0;
  }
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
  padding: 0 0 40px 0;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li a {
  display: flex;
  margin-bottom: -47px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li a img {
  float: unset;
  width: 80px;
  flex: 0 0 80px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li a .product-title {
  flex: 0 0 calc(100% - 100px);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #2c2734;
  margin-left: 20px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li .star-rating {
  margin: 0 0 8px 104px;
  font-size: 13px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 26px;
  color: #88858e;
  font-weight: 400;
  margin-left: 104px;
  position: relative;
  bottom: -20px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_products ul.product_list_widget li ins .woocommerce-Price-amount {
  margin-left: 2px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_product_tag_cloud .tagcloud a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider {
  border-radius: 0;
  background: #e5e5e5;
  margin: 0 0 25px 0;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: #2c2734;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 16px;
  line-height: 1.2;
  color: #88858e;
  text-transform: uppercase;
}
.woocommerce .woo_shop_wrap .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}
.woocommerce.elementor-default .woo_shop_wrap {
  padding: 0 10px;
}

/* Cart page */
.woocommerce {
  /* end cart form */
}
.woocommerce .woocommerce-cart-form table, .woocommerce .woocommerce-cart-form tr, .woocommerce .woocommerce-cart-form td, .woocommerce .woocommerce-cart-form th {
  border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #e8eaee;
  height: 55px;
  padding: 0 0 0 13px;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th {
  font-size: 17px;
  line-height: 1.2;
  color: #2c2734;
  text-transform: capitalize;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-remove {
  order: 9;
  flex: 0 0 60px;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-name {
  flex: 0 0 calc(100% - 610px);
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-name {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-price {
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-price {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-quantity {
  flex: 0 0 165px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-quantity {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
  flex: 0 0 235px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 13px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr {
    padding: 0;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child {
  padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child td {
  padding: 25px 0px 20px 0px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 20px 12px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td input {
  border-radius: 5px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove {
  order: 9;
  flex: 0 0 60px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove {
    order: unset;
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
  font-size: 20px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  font-weight: normal;
  padding: 1px 0px 0px 1px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a:hover {
  color: #fff !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
  flex: 0 0 90px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
  flex: 0 0 calc(100% - 700px);
  padding-left: 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
    flex: 0 0 100%;
    padding-left: 12px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name a {
  font-size: 16px;
  line-height: 24px;
  color: #62718d;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-price {
  flex: 0 0 150px;
  color: #202b5d;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-price {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
  flex: 0 0 165px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity input {
  font-size: 16px;
  color: #202b5d;
  height: 33px;
  width: 70px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  padding-right: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
  flex: 0 0 235px;
  color: #202b5d;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text {
  height: 40px;
  line-height: 40px;
  width: 160px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
  font-size: 15px;
  color: #202b5d;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text::placeholder {
  font-size: 15px;
  color: #62718d;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #fff;
  border-radius: 5px;
  background: var(--primary);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button:hover {
  background-color: #06163A;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button:focus {
  background-color: #06163A;
  outline: none;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  background: var(--primary);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button:hover {
  background: #06163A;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
    display: block;
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td a {
  display: inline-block;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td a img {
  width: 60px;
}
.woocommerce .cart-collaterals {
  margin-bottom: 73px;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table, .woocommerce .cart-collaterals .cart_totals tr, .woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th {
    border: none;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: 1px solid #e8e8e8;
  border-collapse: separate !important;
  border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child th {
  border-radius: 5px 0px 0px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child td {
  border-radius: 0px 5px 0px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child th {
  border-radius: 0px 0px 0px 5px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child td {
  border-radius: 0px 0px 5px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method {
  margin: 0px 0 11px 0;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method {
    margin-top: 35px;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method:before {
    content: "";
    display: block;
    clear: both;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li {
  display: flex;
  align-items: center;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li input {
  margin: 0 5px 0 0;
  height: unset;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li label {
  margin: 0px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li label .amount {
  font-weight: 400;
  color: #202b5d;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator {
    text-align: left !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #0067da;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator p {
  margin: 0 0 12px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row {
  padding: 0;
  margin: 0 0 10px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container {
  height: 40px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-selection__rendered {
  padding: 0 14px;
  font-size: 15px;
  color: #919baf;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border: 1px solid #e8e8e8;
  font-size: 15px;
  color: #202b5d;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input:placeholder {
  color: #919baf;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .button {
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #263788;
  background: #e8eaee;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .button:hover {
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
  border: 1px solid #e8e8e8;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  text-transform: capitalize;
  padding: 17px 20px;
  background: #fcfcfc;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
  font-weight: 400;
  padding: 17px 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td strong {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 10px;
  background: var(--primary);
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background: #06163A;
}

/* end cart page */
.entox-box {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .entox-box {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.entox-box p {
  margin-bottom: 1em;
}
.entox-box p:last-child {
  margin-bottom: 0;
}
.entox-box h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--accent);
  font-family: var(--base-font);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

/* checkout page */
.woocommerce-checkout {
  margin-bottom: 90px;
  /*.woocommerce-checkout-review-order{
  	margin-bottom: 110px;
  	table, tr, td, th{
  		border: none;
  	}
  }*/
}
@media (max-width: 980px) {
  .woocommerce-checkout {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout {
    margin-bottom: 30px;
  }
}
.woocommerce-checkout .form-checkout-wrapper {
  display: flex;
}
.woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-left {
  flex: 0 0 calc(100% - 460px);
  max-width: calc(100% - 460px);
  padding-right: 30px;
}
.woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-right {
  flex: 0 0 460px;
  max-width: 460px;
}
@media (max-width: 980px) {
  .woocommerce-checkout .form-checkout-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-left,
.woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 980px) {
  .woocommerce-checkout .form-checkout-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-left {
    order: 2;
  }
  .woocommerce-checkout .form-checkout-wrapper .form-checkout-inner-right {
    order: 1;
  }
}
.woocommerce-checkout #step-1,
.woocommerce-checkout #step-2,
.woocommerce-checkout #step-3 {
  display: none;
}
.woocommerce-checkout #step-1.active,
.woocommerce-checkout #step-2.active,
.woocommerce-checkout #step-3.active {
  display: block;
}
.woocommerce-checkout #step-1.active ~ .box-action #place_order {
  display: none;
}
.woocommerce-checkout #step-1.active ~ .box-action .button-prev-step {
  pointer-events: none;
  opacity: 0;
}
.woocommerce-checkout #step-2.active ~ .box-action #place_order {
  display: none;
}
.woocommerce-checkout #step-3.active ~ .box-action .button-next-step {
  display: none;
}
.woocommerce-checkout .box-action .button-action {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .entox-order-review h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--accent);
  font-family: var(--base-font);
  font-weight: 400;
  margin-top: 0;
}
.woocommerce-checkout .entox-order-review .header-order-review {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.woocommerce-checkout .entox-order-review .header-order-review .amount {
  font-size: 20px;
}
.woocommerce-checkout .entox-order-review .order-product {
  display: flex;
  margin-bottom: 20px;
}
.woocommerce-checkout .entox-order-review .order-product .image {
  width: 75px;
  margin-right: 15px;
}
.woocommerce-checkout .entox-order-review .order-product .image img {
  display: block;
}
.woocommerce-checkout .entox-order-review .order-product-meta p {
  margin-bottom: 0;
}
.woocommerce-checkout .entox-order-review .order-product-meta .total {
  font-size: 18px;
  margin-top: 20px;
}
.woocommerce-checkout .entox-order-review .order-product-meta .total .amount {
  font-size: 26px;
  color: var(--secondary);
  font-weight: 400;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variations {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variation {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  margin-bottom: 5px;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variation > :first-child {
  color: var(--accent);
  font-size: 14px;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variation > :last-child {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 16px;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variation:first-child {
  padding-right: 10px;
}
.woocommerce-checkout .entox-order-review .order-product-meta .variation:nth-child(n+3) {
  flex: 0 0 100%;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout .entox-checkout-after {
  margin-top: 30px;
}
.woocommerce-checkout #order_review {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-checkout #order_review {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin: 0 0 30px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
  letter-spacing: 0.2px;
  padding: 20px 25px 21px 25px;
  border: none;
  background: #e8eaee;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #202b5d;
}
.woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login > .lost_password {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.form-row-first, .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.form-row-last, .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.woocommerce-form-row {
  display: block;
}
.woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row .input-text {
  border: 1px solid #e5e5e5;
  color: #62718d;
  padding: 0 12px 0 12px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 0 58px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
  letter-spacing: 0.2px;
  padding: 20px 25px 21px 25px;
  border: none;
  background: #e8eaee;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #202b5d;
}
.woocommerce-checkout form.checkout_coupon {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 10px;
  margin-top: 0;
  width: 49%;
}
.woocommerce-checkout form.checkout_coupon .form-row {
  padding: 0;
}
.woocommerce-checkout form.checkout_coupon input {
  border: 1px solid #b5b5b5;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
}
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-billing-fields {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-billing-fields {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--accent);
  font-family: var(--base-font);
  margin: 0 0 30px 0;
}
.woocommerce-checkout .woocommerce-additional-fields label,
.woocommerce-checkout .woocommerce-billing-fields label {
  font-size: 14px;
  line-height: 24px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 980px) {
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-checkout .woocommerce-billing-fields .form-row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row input {
  border: 1px solid #e8e8e8;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
  border-radius: 10px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_country_field {
  display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #62718d;
  padding-left: 15px;
  line-height: 45px;
}
.woocommerce-checkout #order_review_heading {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin: 48px 0 33px 0;
}
.woocommerce-checkout table.shop_table {
  border-radius: 20px;
  margin-bottom: 40px;
}
.woocommerce-checkout table.shop_table tbody th, .woocommerce-checkout table.shop_table tbody td, .woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot td {
  font-weight: 400;
  border-top: none;
}
.woocommerce-checkout table.shop_table th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #202b5d;
  padding: 15px 25px;
  text-transform: capitalize;
}
.woocommerce-checkout table.shop_table td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  border-top: 1px solid #e8e8e8;
  color: #202b5d;
  padding: 15px 25px;
  text-transform: capitalize;
  width: 50%;
}
.woocommerce-checkout table.shop_table td.product-name {
  color: #62718d;
}
.woocommerce-checkout table.shop_table td .amount {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table #shipping_method li {
  display: flex;
  align-items: center;
}
.woocommerce-checkout table.shop_table #shipping_method li:not(:last-child) {
  margin-bottom: 4px;
}
.woocommerce-checkout table.shop_table #shipping_method li input {
  margin: 0 10px 0 0;
  height: unset;
}
.woocommerce-checkout table.shop_table #shipping_method li label {
  margin: 0;
  font-size: 15px;
  color: #62718d;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.woocommerce-checkout table.shop_table #shipping_method li label .amount {
  font-weight: 400;
  color: #202b5d;
}
.woocommerce-checkout #payment {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 30px;
}
.woocommerce-checkout #payment .create-account {
  clear: both;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text a:hover {
  color: var(--primary_hover);
}
.woocommerce-checkout #payment .payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #payment .payment_methods > .woocommerce-PaymentMethod > label,
.woocommerce-checkout #payment .payment_methods > .wc_payment_method > label {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
}
.woocommerce-checkout #payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
.woocommerce-checkout #payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: ms(3);
  margin-left: 10px;
}
.woocommerce-checkout #payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, .woocommerce-checkout #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
  color: var(--primary_hover);
}
.woocommerce-checkout #payment .payment_methods li > label {
  color: var(--accent);
}
.woocommerce-checkout #payment .payment_methods li p {
  margin: 0;
}
.woocommerce-checkout #payment .payment_methods li .payment_box {
  font-size: 14px;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: var(--border);
}
.woocommerce-checkout #payment .payment_methods li .payment_box:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 35px;
  border-bottom-color: var(--border);
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
.woocommerce-checkout #payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
.woocommerce-checkout #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
.woocommerce-checkout #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: ms(-2);
}
.woocommerce-checkout #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
.woocommerce-checkout #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 16px;
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 31px 20px;
  background-image: url("assets/images/credit-cards/unknown.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("assets/images/credit-cards/visa.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("assets/images/credit-cards/mastercard.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("assets/images/credit-cards/laser.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("assets/images/credit-cards/diners.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("assets/images/credit-cards/maestro.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("assets/images/credit-cards/jcb.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("assets/images/credit-cards/amex.svg");
}
.woocommerce-checkout #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("assets/images/credit-cards/discover.svg");
}
.woocommerce-checkout #payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
.woocommerce-checkout #payment .terms label {
  display: block;
  cursor: pointer;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions {
  padding: ms(1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout #payment .place-order {
  margin-top: ms(3);
  margin-bottom: 0;
  float: none;
  width: 100%;
}
.woocommerce-checkout #payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address {
  margin: 0 0 15px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label input {
  height: unset;
  margin: 0 5px 0 0;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label span {
  font-size: 30px;
  color: #202b5d;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  margin: 0 0 15px 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #62718d;
  margin-bottom: 6px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #e8e8e8;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #62718d;
  padding-left: 15px;
  line-height: 45px;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  border: 1px solid #e8e8e8;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  border: 1px solid var(--border);
  height: 100px;
  padding: 10px 15px;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

/* end checkout page */
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
  opacity: 1;
}

.woocommerce a.add_to_cart_button:after,
.woocommerce a.add_to_cart_button.loading:after {
  position: absolute;
  top: 0;
  right: 10px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.woocommerce-checkout form.checkout_coupon .button {
  border-radius: 5px;
  background-color: var(--primary);
}

.woocommerce-checkout table.shop_table tbody td {
  border-top: none;
}

.woocommerce-checkout table.shop_table {
  border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
  border-top: 1px solid #e8e8e8;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  border-top: 1px solid #e8e8e8;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid #e8e8e8;
}

/*my account*/
.woocommerce-MyAccount-navigation > ul {
  padding-left: 0;
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  background-color: #e3e3e3;
  margin: 5px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--primary);
}
.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

.woocommerce span.onsale {
  background: var(--primary);
  border-radius: 5px;
  left: 10px;
  top: 10px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  background: #f1f1f1;
}

.widget_price_filter .widget-title {
  border: none;
}
.widget_price_filter form {
  margin-bottom: 0;
  margin-top: 30px;
}
.widget_price_filter label {
  font-size: 16px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.widget_price_filter .entox-length,
.widget_price_filter .price_slider_wrapper {
  margin-bottom: 24px;
}
.widget_price_filter .entox-length .input-guests {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.widget_price_filter .entox-length .input-guests input {
  width: 100%;
}
.widget_price_filter .entox-length .input-guests > div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.widget_price_filter .entox-length .input-guests > div span {
  color: var(--placeholder);
  opacity: 0.9;
}
.widget_price_filter .entox-max-guest {
  margin-bottom: 40px;
}
.widget_price_filter .price_label span {
  color: var(--accent);
  font-weight: 400;
}
.widget_price_filter .price_slider {
  margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
}
.widget_price_filter .price_slider_amount .button {
  line-height: 20px;
  order: 3;
  text-transform: none;
  flex: 0 0 100%;
  margin-top: 20px;
}
.widget_price_filter .price_slider_amount .button:before {
  content: none;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: ew-resize;
  background: var(--accent);
  border: 2px solid var(--accent);
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: auto;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -9px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: var(--accent);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #E6E2E0;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.entox_product {
  list-style: none;
  position: relative;
}
.entox_product span.feedback {
  color: #FFF;
}
.entox_product:hover img {
  transform: scale(1.2);
}
.entox_product .entox_head_product {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.entox_product .entox_head_product:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 114.1%);
}
.entox_product .entox_head_product .entox-product-thumbnail {
  display: grid;
}
.entox_product .entox_head_product .entox-product-thumbnail img {
  margin: 0 !important;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .entox_product .entox_head_product .entox-product-thumbnail img {
    height: 300px;
  }
}
.entox_product .entox_head_product .entox-is-featured {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  text-align: center;
  padding: 5px 10px;
  background-color: #FF3B30;
  border: 2px solid #FF3B30;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.entox_product .entox_foot_product {
  padding: 0 24px 24px;
  position: absolute;
  bottom: 0;
  left: 7.5px;
  right: 7.5px;
}
@media (max-width: 768px) {
  .entox_product .entox_foot_product {
    padding: 0 12px 12px;
  }
}
.entox_product .entox_foot_product .entox-product-category a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entox_product .entox_foot_product .entox-product-category a:hover {
  color: var(--primary);
}
.entox_product .entox_foot_product .entox-product-title {
  margin: 0;
  font-family: var(--base-font);
  margin-bottom: 10px;
}
.entox_product .entox_foot_product .entox-product-title a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .entox_product .entox_foot_product .entox-product-title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.entox_product .entox_foot_product .entox-product-wrapper-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-price {
  color: #fff;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating {
  color: var(--primary);
  margin: 0.5em 4px 0 0;
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating:before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating .rating-percent {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating .rating-percent:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating strong.rating {
  display: none;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating span.rating {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.entox_product .entox_foot_product .entox-product-wrapper-price .entox-product-review .star-rating span.rating:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.entox_product .entox_foot_product .entox-product-features {
  margin-bottom: 24px;
}
.entox_product .entox_foot_product .entox-product-features .feature-list {
  list-style: none;
  display: flex;
  padding: 0;
}
.entox_product .entox_foot_product .entox-product-features .feature-list .label {
  font-size: 12px;
  line-height: 24px;
  color: var(--text);
  background-color: #e9edf2;
  font-weight: 600;
  padding: 10px 0 8px 0;
  width: 100%;
  text-align: center;
}
.entox_product .entox_foot_product .entox-product-features .feature-list .label:not(:last-child) {
  border-right: 1px solid #fff;
}
.entox_product .entox_foot_product .entox-product-features .feature-list .label:first-child {
  border-radius: 10px 0 0 10px;
}
.entox_product .entox_foot_product .entox-product-features .feature-list .label:last-child {
  border-radius: 0 10px 10px 0;
}
.entox_product .entox_foot_product .entox-product-location {
  display: flex;
  margin-bottom: 20px;
}
.entox_product .entox_foot_product .entox-product-location i {
  color: var(--primary);
  font-size: 14px;
  margin-right: 5px;
  line-height: 20px;
}
.entox_product .entox_foot_product .entox-product-location .location {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
}

.entox-product-list {
  margin-bottom: 24px;
}
.entox-product-list .inner {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
}
.entox-product-list .thumbnail {
  flex: 0 0 245px;
  max-width: 245px;
  height: 254px;
  position: relative;
}
.entox-product-list .thumbnail .inner-gallery {
  height: 100%;
}
.entox-product-list .thumbnail a {
  display: block;
  height: 100%;
  position: relative;
}
.entox-product-list .thumbnail a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 114.1%);
  z-index: 10;
}
.entox-product-list .thumbnail a:before {
  font-family: "entox-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: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  z-index: 11;
  font-size: 30px;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.entox-product-list .thumbnail a:hover:before {
  opacity: 1;
}
.entox-product-list .thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.entox-product-list .content-area {
  flex: 0 0 calc(100% - 245px);
  max-width: calc(100% - 245px);
  padding-left: 24px;
  padding-right: 24px;
}
.entox-product-list .content-area .entox-product-title {
  font-size: 24px;
  line-height: 32/24;
  font-family: var(--base-font);
  font-weight: 500;
}
@media (max-width: 768px) {
  .entox-product-list .content-area .entox-product-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.entox-product-list .content-area .entox-product-title a {
  color: var(--accent);
}
.entox-product-list .content-area .entox-product-title a:hover {
  color: var(--primary);
}
.entox-product-list .content-area .woocommerce-product-details__short-description {
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Số dòng muốn hiển thị */
}
.entox-product-list .content-area .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.entox-product-list .content-area .entox-product-price {
  color: var(--accent);
  font-size: 18px;
}
@media (max-width: 767px) {
  .entox-product-list .inner {
    flex-wrap: wrap;
  }
  .entox-product-list .content-area,
.entox-product-list .thumbnail {
    max-width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
  .entox-product-list .content-area {
    padding: 24px 16px;
  }
  .entox-product-list .content-area .entox-product-features .feature-list li:before {
    display: none;
  }
}

.entox-product-features {
  margin-top: 0;
}
.entox-product-features .feature-list {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.entox-product-features .feature-list li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  color: var(--text-icon);
}
.entox-product-features .feature-list li:after {
  content: "";
  height: 16px;
  width: 1px;
  background: var(--border);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entox-product-features .feature-list li:last-child:after {
  display: none;
}
.entox-product-features .feature-list li:before {
  font-family: "entox-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: 22px;
  font-size: 24px;
  color: var(--text-icon);
  margin-right: 8px;
}
.entox-product-features .feature-list li.pa_sailor:before {
  content: "";
}
.entox-product-features .feature-list li.Length:before {
  content: "";
}
.entox-product-features .feature-list li.pa_rooms:before {
  content: "";
}
.entox-product-features .feature-list li.pa_guest:before {
  content: "";
  font-size: 19px;
}

.woocommerce.compensate-for-scrollbar {
  padding: 0 !important;
}
.woocommerce .entox-product-section {
  margin-bottom: 35px;
}
.woocommerce .product .entox-single-product {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .woocommerce .product .entox-single-product {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-before-single-product {
    display: flex;
  }
  .woocommerce .product .entox-single-product .entox-before-single-product .top-left,
.woocommerce .product .entox-single-product .entox-before-single-product .woocommerce-breadcrumb {
    order: 2;
    margin-bottom: 0 !important;
  }
  .woocommerce .product .entox-single-product .entox-before-single-product .woocommerce-product-gallery {
    order: 1;
    margin: 0 -20px;
  }
}
.woocommerce .product .entox-single-product .entox-before-single-product .woocommerce-breadcrumb {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .woocommerce-breadcrumb a, .woocommerce .product .entox-single-product .entox-before-single-product .woocommerce-breadcrumb span {
  color: var(--placeholder);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .product-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--accent);
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-before-single-product .top-left .product-title {
    font-size: 24px;
  }
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address i {
  line-height: 1;
  vertical-align: middle;
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address .address-name {
  margin-right: 6px;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address .product-review {
  display: inline-flex;
  align-items: center;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address .product-review .entox-product-review {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address .product-review .entox-product-review .star-rating {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address .product-review .count {
  font-size: 15px;
  line-height: 1;
  margin: 3px 0 0 5px;
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address a {
  color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-left .address a:hover {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .entox-product-price {
  margin-bottom: 10px;
  text-align: right;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .entox-product-price .product-amount {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .entox-product-price .define_1_day {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers {
  cursor: pointer;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .discount-icon {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .discount-icon i {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .discount-icon i:before {
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .open-special-offers {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper {
  text-align: center;
  max-width: 900px;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper {
    max-width: 90%;
    padding: 20px;
  }
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper .special-price-title {
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper .special-price-title:not(:first-child) {
  margin-top: 30px;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper .close-popup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 5px;
  color: #FFFFFF;
  background-color: var(--primary);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-wrapper .close-popup:hover {
  background-color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .package-name {
  margin-bottom: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background-color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .head-label {
  display: flex;
  justify-content: space-between;
  background-color: #E2E2E2;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .head-label .label {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  color: #2F2F2F;
  font-size: 1em;
  font-weight: 500;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price {
  display: flex;
  justify-content: space-between;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price.odd {
  background-color: #FFFFFF;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price.even {
  background-color: #e9edf2;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price .value-price {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price .value-price.view-discount-price {
  cursor: pointer;
  color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .content-price .value-price.view-discount-price:hover {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .table-discount {
  display: none;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .table-discount .head-discount {
  border: none;
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .table-discount .head-discount .head-discount-label {
  width: 50%;
  color: var(--accent);
  border: 1px solid #e9edf2;
  text-transform: unset;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers .special-price .special-price-content .table-price .boby-price .table-discount .head-discount .content-discount .value-discount-price {
  color: var(--accent);
  border: 1px solid #e9edf2;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers:hover .open-special-offers, .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .special-offers:hover .discount-icon {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays {
  cursor: pointer;
  margin-left: 20px;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .discount-icon {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .discount-icon i {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .discount-icon i:before {
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .open-weekdays-offers {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .price-table-week {
  text-align: center;
  max-width: 700px;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .price-table-week .title-week {
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .price-table-week th {
  width: 50%;
  text-transform: unset;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--primary);
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .price-table-week {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .price-table-week {
    max-width: 90%;
    padding: 20px;
  }
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .close-popup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 5px;
  color: #FFFFFF;
  background-color: var(--primary);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays .table-week-wrapper .close-popup:hover {
  background-color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays:hover .open-weekdays-offers, .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time .weekdays:hover .discount-icon {
  color: var(--accent);
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-before-single-product {
    flex-direction: column;
  }
  .woocommerce .product .entox-single-product .entox-before-single-product .top-left {
    margin-bottom: 20px;
  }
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .entox-product-price {
    text-align: center;
  }
  .woocommerce .product .entox-single-product .entox-before-single-product .top-right .special-time {
    justify-content: center;
  }
}
.woocommerce .product .entox-single-product .entox-summary {
  display: flex;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .woocommerce .product .entox-single-product .entox-summary {
    margin-bottom: 0;
  }
}
.woocommerce .product .entox-single-product .entox-summary .title-features {
  font-size: 24px;
  line-height: 1.333;
  color: var(--accent);
  font-family: var(--base-font);
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .title-features {
    font-size: 20px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left {
  width: calc(100% - 460px);
  padding-right: 90px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1130px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left {
    padding-right: 30px;
    width: calc(100% - 390px);
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .title-features {
    display: none;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc {
  max-width: 690px;
  overflow: hidden;
  position: relative;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.show-read-more {
  max-height: 140px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.show-read-more .showless {
  display: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.show-read-more:after {
  content: "... continue reading";
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc:after {
  position: absolute;
  color: var(--primary);
  content: "... show less";
  right: 0;
  bottom: 7px;
  font-weight: 700;
  background: #fff;
  z-index: 1;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.none-read-more .showmore,
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.none-read-more .showless, .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc.none-read-more:after {
  display: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc .showmore,
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description .inner-desc .showless {
  width: 140px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 7px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description p {
  font-size: 16px;
  color: var(--text);
  line-height: 34px;
  font-weight: 500;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-description p:last-child {
  margin-bottom: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 400px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list .feature-item {
  display: flex;
  gap: 8px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list .feature-item > span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--background1);
  border-radius: 50%;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-amenities .features-list .feature-item > span.icon i {
  color: var(--text-icon);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-toys .features-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-specifications .features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-specifications .features-list .feature-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px 20px;
  line-height: 24px;
  background: var(--background2);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-specifications .features-list .feature-item .label {
  font-size: 14px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-specifications .features-list .feature-item .desc {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list .feature-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  line-height: 24px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list .feature-item > span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--background1);
  border-radius: 50%;
  margin-bottom: 12px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list .feature-item > span.icon i {
  color: var(--text-icon);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list .feature-item .label {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-starterooms .features-list .feature-item .desc {
  font-size: 14px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-policies .title-policies {
  font-size: 30px;
  line-height: 1.2;
  color: var(--accent);
  margin-bottom: 45px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-policies .label-policy {
  font-size: 20px;
  line-height: 1.2;
  color: var(--accent);
  margin-bottom: 5px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-policies .description-policy {
  font-size: 18px;
  line-height: 40px;
  color: var(--text);
  margin-bottom: 24px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-policies .product-policies:last-child .description-policy {
  margin-bottom: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location {
  margin-bottom: 60px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .heading-location {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .heading-location .title-location {
  font-size: 30px;
  line-height: 1.2;
  color: var(--accent);
  margin-bottom: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .heading-location .address {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .heading-location {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .heading-location .title-location {
    margin-bottom: 10px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .product-show-map {
  width: 100%;
  height: 395px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .product-show-map .gm-svpc div {
  width: 40px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-location .product-show-map .gm-style-mtc {
  margin-right: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar {
  height: 660px;
  margin-bottom: 20px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar {
  border: 1px solid #d7dce4;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-toolbar.fc-header-toolbar {
  margin: 0;
  padding: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
  background-color: unset;
  border: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary span {
  font-size: 18px;
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary:focus {
  box-shadow: unset;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar table {
  border-left-width: 0;
  border-bottom-width: 0;
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar table .fc-scrollgrid-section-body > td {
  border-bottom-width: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar table .fc-day-past .fc-daygrid-day-frame {
  background-color: rgba(247, 7, 7, 0.3);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar table .fc-daygrid-day-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-col-header {
  margin-bottom: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day-top {
  justify-content: center;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day-top .fc-daygrid-day-number {
  border: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-day-today {
  background-color: #e9edf2;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-h-event .fc-event-title {
  width: 100%;
  text-align: center;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day .amount {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day .amount {
    font-size: 12px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .product-calendar .fc-daygrid-day .fc-daygrid-day-events {
  min-height: 0.5em;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar .fc-theme-standard td:last-child {
  border-right-width: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li {
  display: inline-flex;
  align-items: center;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li:not(:last-child) {
  padding-right: 35px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li .color {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 13px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li .label {
  font-size: 16px;
  line-height: 40px;
  color: var(--text);
  font-weight: 400;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li.today .color {
  background-color: #e9edf2;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-calendar-tutorial li.available .color {
  background-color: #FFF;
  border: 1px solid #e9edf2;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags {
  margin-bottom: 44px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags .title-tags {
  font-size: 30px;
  line-height: 1.2;
  color: var(--accent);
  margin-bottom: 22px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags ul.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags ul.tags li.item-tags a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  padding: 6px 30px;
  background-color: #e9edf2;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags ul.tags li.item-tags a:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-tags ul.tags li.item-tags:not(:last-child) {
  margin-right: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review {
  margin-top: 50px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .woocommerce-Reviews-title {
  font-size: 24px;
  line-height: 1.333;
  color: var(--accent);
  font-family: var(--base-font);
  font-weight: 400;
  margin-bottom: 25px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments {
  margin-bottom: 55px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #d7dce4;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .avatar {
  display: flex;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .comment-author .author {
  font-size: 20px;
  font-weight: bold;
  color: var(--accent);
  margin-bottom: 0;
  margin-right: 8px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .comment-author .star-rating:before {
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .comment-author .star-rating span:before {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: var(--text);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li {
    flex-direction: column;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .comments ul.commentlist li .comment-text .comment-author {
    margin-bottom: 20px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond .comment-reply-title {
  font-size: 30px;
  line-height: 1.2;
  color: var(--accent);
  margin-bottom: 12px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form {
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .comment-form-rating {
  width: 100%;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .comment-form-rating .stars {
  padding: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .comment-form-rating .stars a:before {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input {
  font-size: 16px;
  color: var(--text);
  height: 75px;
  width: 100%;
  background-color: #e9edf2;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input:first-child {
  margin-right: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input:last-child {
  margin-left: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input::placeholder {
  font-size: 16px;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email {
    flex-direction: column;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input:first-child {
    margin-right: 0;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .name-email input:last-child {
    margin-left: 0;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-comment {
  width: 100%;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-comment textarea {
  font-size: 16px;
  color: var(--text);
  height: 215px;
  width: 100%;
  max-width: 100%;
  background-color: #e9edf2;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px 30px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-comment textarea::placeholder {
  font-size: 16px;
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-submit {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-submit {
    margin-bottom: 30px;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-submit input[type=submit] {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: var(--primary);
  padding: 30px 60px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review #reviews.entox-add-review .comment-respond #commentform.comment-form .form-submit input[type=submit]:hover {
  background-color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-log-in, .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-purchase {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: var(--text);
  margin-bottom: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-log-in a, .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-purchase a {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-log-in a:hover, .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review .must-purchase a:hover {
  color: var(--accent);
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .entox-product-review {
    margin-bottom: 0;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right {
  width: 460px;
}
@media (min-width: 1024px) and (max-width: 1130px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-right {
    width: 390px;
  }
}
@media (max-width: 1023px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-right {
    display: none;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy {
  margin-bottom: 30px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy {
  margin: 0;
  padding: 35px 50px 32px;
  list-style: none;
  background-color: #e9edf2;
  border-radius: 5px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy .item-taxonomy {
  display: flex;
  justify-content: space-between;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy .item-taxonomy .name, .woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy .item-taxonomy .value {
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy .item-taxonomy .name {
  color: var(--text);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-custom-taxonomy .listing-custom-taxonomy .item-taxonomy .value {
  color: var(--accent);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor {
  padding: 30px;
  border: 1px solid #d7dce4;
  border-radius: 5px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .avatar {
  width: 100%;
  height: 323px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .avatar {
    height: auto;
  }
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: var(--accent);
  margin-bottom: 10px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .name a {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: var(--accent);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .name a:hover {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .phone i, .woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .email i {
  font-size: 16px;
  color: var(--primary);
  line-height: 1;
  margin-right: 5px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .phone a, .woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .email a {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .phone a:hover, .woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .email a:hover {
  color: var(--primary);
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .underline {
  width: 100%;
  height: 1px;
  background-color: #d7dce4;
  margin: 20px 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .social-list {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .social-list .social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #e9edf2;
  color: var(--text);
  margin: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .social-list .social-item a i {
  line-height: 1;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .social-list .social-item a i:before {
  margin: 0;
  font-size: 16px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-vendor .social-list .social-item a:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-ask-question {
  margin-bottom: 30px;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-ask-question .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
  margin: 0;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-ask-question .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry {
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: unset;
  background: unset;
  background-color: var(--accent);
  border-radius: 5px;
  border: none;
  padding: 22px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product .entox-single-product .entox-summary .entox-summary-right .entox-ask-question .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry:hover {
  background-color: var(--primary);
}
@media screen and (max-width: 1024px) {
  .woocommerce .product .entox-single-product .entox-summary {
    flex-direction: column;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-left .woocommerce-product-gallery img {
    max-height: 614px;
  }
  .woocommerce .product .entox-single-product .entox-summary .entox-summary-right {
    width: 100%;
  }
}
.woocommerce .product .entox-single-product .entox-related-products {
  margin-bottom: 72px;
}
.woocommerce .product .entox-single-product .entox-related-products .ova-heading {
  text-align: center;
}
.woocommerce .product .entox-single-product .entox-related-products .ova-heading .sub_title {
  margin-bottom: 12px;
}
.woocommerce .product .entox-single-product .entox-related-products .ova-heading .title {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .woocommerce .product .entox-single-product .entox-related-products .products .entox_product {
    width: 100%;
  }
}

/* Default single Product */
.woocommerce.single-product .entry-summary .price {
  color: #333;
}
.woocommerce.single-product .entry-summary .price bdi {
  color: var(--primary);
}
.woocommerce.single-product .entry-summary .price ins {
  text-decoration: none;
}
.woocommerce.single-product form.cart button[name=add-to-cart] {
  height: 45px;
  background-color: var(--primary);
}
.woocommerce.single-product .product_meta .posted_in {
  display: block;
}
.woocommerce.single-product .product_meta .posted_in a {
  color: var(--primary);
}
.woocommerce.single-product .product_meta .tagged_as {
  display: block;
}
.woocommerce.single-product .product_meta .tagged_as a {
  color: var(--primary);
}
.woocommerce.single-product #review_form form {
  margin: 0 !important;
}
.woocommerce.single-product #review_form form p {
  padding: 0 !important;
}
.woocommerce.single-product #review_form form p.form-submit {
  margin-bottom: 0;
}
.woocommerce.single-product #review_form form input[name=submit] {
  background-color: var(--primary) !important;
  color: #fff !important;
}

#ova-purchase {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}
#ova-purchase .inner {
  border: 1px solid var(--border);
  border-radius: 5px;
  margin-bottom: 30px;
}
#ova-purchase .button-chat {
  text-align: center;
}
#ova-purchase .button-chat .button {
  background: var(--secondary);
  border: 0;
}
#ova-purchase .button-chat .button:hover {
  background: var(--secondary_hover);
}
#ova-purchase ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background-color: #e9edf2;
}
#ova-purchase ul.tabs li.item {
  font-size: 20px;
  color: var(--accent);
  width: 100%;
  padding: 24px 24px 0;
  display: block;
  cursor: pointer;
}
#ova-purchase ul.tabs li.item.active {
  background-color: #FFFFFF;
}
#ova-purchase ul.tabs li.item.booking {
  display: flex;
  justify-content: space-between;
}
#ova-purchase ul.tabs li.item.booking .entox-product-price .text-before {
  display: none;
}
#ova-purchase ul.tabs li.item.booking .entox-product-price .product-amount {
  font-size: 14px;
}
#ova-purchase ul.tabs li.item.booking .entox-product-price .product-amount .amount {
  font-size: 16px;
}
#ova-purchase ul.tabs li.item.booking.active {
  border-top-right-radius: 5px;
}
#ova-purchase ul.tabs li.item.request-booking.active {
  border-top-left-radius: 5px;
}
#ova-purchase .ovabrw_booking_form, #ova-purchase .request_booking {
  padding: 24px;
}
#ova-purchase .ovabrw_booking_form .booking_form.unavailable .submit, #ova-purchase .request_booking .booking_form.unavailable .submit {
  pointer-events: none;
  opacity: 0.4;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item, #ova-purchase .request_booking .wrap_fields .rental_item {
  width: 100%;
  position: relative;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item.half, #ova-purchase .request_booking .wrap_fields .rental_item.half {
  width: calc(50% - 8px);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item .input-item, #ova-purchase .request_booking .wrap_fields .rental_item .input-item {
  position: relative;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item select, #ova-purchase .ovabrw_booking_form .wrap_fields .rental_item input, #ova-purchase .request_booking .wrap_fields .rental_item select, #ova-purchase .request_booking .wrap_fields .rental_item input {
  height: 52px;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  padding: 0 15px;
  border: 1px solid var(--border);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item textarea, #ova-purchase .request_booking .wrap_fields .rental_item textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #e9edf2;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  padding: 26px 30px;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item select:not([size]):not([multiple]), #ova-purchase .request_booking .wrap_fields .rental_item select:not([size]):not([multiple]) {
  background-position: calc(100% - 30px) center;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .rental_item i, #ova-purchase .request_booking .wrap_fields .rental_item i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  line-height: 1;
  font-size: 16px;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service {
  margin: 17px 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left:hover input ~ .checkmark, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left:hover input ~ .checkmark {
  background-color: var(--text);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input:checked ~ .checkmark, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input:checked ~ .checkmark {
  background-color: var(--primary);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left .checkmark, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left .checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e9edf2;
  border-radius: 50%;
  z-index: -1;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left .checkmark:after, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input:checked ~ .checkmark:after, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left input:checked ~ .checkmark:after {
  display: block;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left label, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .left label {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .right .resource span, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item .right .resource span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_extra_service .ovabrw_resource .item:last-child, #ova-purchase .request_booking .wrap_fields .ovabrw_extra_service .ovabrw_resource .item:last-child {
  margin-bottom: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_service_wrap .ovabrw_service, #ova-purchase .request_booking .wrap_fields .ovabrw_service_wrap .ovabrw_service {
  margin: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select, #ova-purchase .request_booking .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
  padding: 0;
  flex: 100%;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select, #ova-purchase .request_booking .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select {
  height: 75px;
  width: 100%;
  margin: 0;
  background-color: #e9edf2;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  padding: 0 30px;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select:not([size]):not([multiple]), #ova-purchase .request_booking .wrap_fields .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select:not([size]):not([multiple]) {
  background-position: calc(100% - 30px) center;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit {
  margin: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit .title-deposite, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit .title-deposite {
  color: var(--text);
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit .ovabrw-type-deposit, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit .ovabrw-type-deposit {
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit .ovabrw-type-deposit label, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit .ovabrw-type-deposit label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0;
  background-color: #e9edf2;
  opacity: 1;
  width: 50%;
  text-align: center;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit .ovabrw-type-deposit input[type=radio]:checked + label, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit .ovabrw-type-deposit input[type=radio]:checked + label {
  background-color: var(--primary);
  color: #FFFFFF;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ovabrw-deposit .ovabrw-type-deposit input[type=radio]#ovabrw-pay-full + label, #ova-purchase .request_booking .wrap_fields .ovabrw-deposit .ovabrw-type-deposit input[type=radio]#ovabrw-pay-full + label {
  margin: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ajax_show_total, #ova-purchase .request_booking .wrap_fields .ajax_show_total {
  width: 100%;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .ajax_show_total .show_ajax_content, #ova-purchase .request_booking .wrap_fields .ajax_show_total .show_ajax_content {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .extra, #ova-purchase .request_booking .wrap_fields .extra {
  width: 100%;
  margin-top: 0;
}
#ova-purchase .ovabrw_booking_form .wrap_fields .extra textarea, #ova-purchase .request_booking .wrap_fields .extra textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #e9edf2;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  padding: 26px 30px;
}
#ova-purchase .ovabrw_booking_form button.submit, #ova-purchase .request_booking button.submit {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: var(--primary);
  border: none;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  padding: 12px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ova-purchase .ovabrw_booking_form button.submit:hover, #ova-purchase .request_booking button.submit:hover {
  background-color: var(--primary_hover);
}
#ova-purchase .ovabrw_booking_form div.label, #ova-purchase .request_booking div.label {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
#ova-purchase .request_booking {
  display: none;
}
#ova-purchase.just-request-booking .request_booking {
  display: block;
}

#button-reserve-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #button-reserve-mobile {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 24px 20px;
    border-top: 1px solid var(--border);
    z-index: 10;
  }
  #button-reserve-mobile a, #button-reserve-mobile button {
    width: 100%;
  }
}
#button-reserve-mobile .top-right {
  display: inline-block;
}
#button-reserve-mobile .top-right .entox-product-price {
  display: inline-flex;
}

.mfp-content #ova-purchase {
  background: #fff;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.mfp-content #ova-purchase ul.tabs {
  display: none;
}

.woocommerce-cart-form__cart-item .variation dt,
.woocommerce-checkout-review-order-table .variation dt {
  line-height: 2em;
}
.woocommerce-cart-form__cart-item .variation dd p,
.woocommerce-checkout-review-order-table .variation dd p {
  line-height: 2em;
}

.woocommerce-table--order-details ul.wc-item-meta li {
  line-height: 2em;
}
.woocommerce-table--order-details ul.wc-item-meta li p {
  line-height: 2em;
}

.wc-item-meta li:empty {
  display: none !important;
}

.breadcrumb-checkout {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumb-checkout li {
  margin-right: 5px;
  padding-right: 13px;
  position: relative;
}
.breadcrumb-checkout li:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumb-checkout li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-checkout li:last-child:after {
  display: none;
}
.breadcrumb-checkout li span {
  color: var(--accent);
}
.breadcrumb-checkout li a {
  color: var(--text);
}
.breadcrumb-checkout li a:hover {
  color: var(--primary);
}

.checkout-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
.checkout-title .checkout-title-step {
  display: none;
}
.checkout-title .checkout-title-step.active {
  display: block;
}

.whizzchat-main-layout .navigation {
  display: none !important;
}

.wcfm-collapse-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

#wcfm-main-contentainer {
  margin-bottom: 0 !important;
}
#wcfm-main-contentainer #wcfm-content {
  border: 0;
  min-height: 100vh;
}
#wcfm-main-contentainer #wcfm-content .wcfm-page-headig,
#wcfm-main-contentainer #wcfm-content .wcfm_menu_logo {
  box-shadow: none;
  background: none;
}
#wcfm-main-contentainer #wcfm-content .entox-chat-container {
  margin: -30px -30px;
  height: calc(100% - 30px);
}
#wcfm-main-contentainer #wcfm-content #wcfm_manage_order_listing {
  display: flex;
  height: 100%;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs {
  margin: -30px -30px 0;
  display: flex;
  width: 100%;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left {
  flex: 0 0 430px;
  border-right: 1px solid var(--border2);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-heading {
  display: flex;
  flex-direction: column;
  padding: 24px 30px;
  border-bottom: 1px solid var(--border2);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-heading h2 {
  margin: 0;
  margin-bottom: 8px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-heading .wcfm-calendar-filter {
  display: none;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields {
  padding: 24px 30px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field {
  margin-bottom: 30px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field:last-child {
  border-bottom: 0;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .mbsc-calendar-cell > div:first-child {
  display: none !important;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label {
  cursor: pointer;
  color: var(--placeholder);
  margin-right: 24px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label .form-check-input {
  display: none;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label .form-check-input + span {
  position: relative;
  display: flex;
  align-items: center;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label .form-check-input + span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  margin-right: 5px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label .form-check-input:checked + span {
  color: var(--accent);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field .form-check-label .form-check-input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--secondary);
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field select {
  padding: 14px 10px;
  border-radius: 8px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-left .booking-form-fields .booking-field button[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right {
  flex: 1;
  margin-right: -60px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item {
  background: rgba(242, 244, 247, 0.51);
  border-bottom: 1px solid var(--border);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item.active .heading-wrap .arrow:before {
  content: "";
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item.active .order-content-wrap {
  display: block;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap {
  display: flex;
  align-items: center;
  padding: 24px 30px;
  position: relative;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap h4 {
  margin-bottom: 0;
  font-family: var(--base-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap h4 + a {
  display: inline-block;
  font-weight: 600;
  color: #85561F;
  margin-left: 15px;
  background: rgba(240, 131, 3, 0.22);
  padding: 3px 8px;
  border-radius: 8px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap h4 + a span {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(196, 121, 40, 0.25);
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .arrow {
  position: absolute;
  right: 35px;
  cursor: pointer;
  padding: 10px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .arrow:before {
  font-family: "entox-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: "";
  color: var(--primary);
  font-size: 18px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action {
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: var(--text);
  margin-right: 10px;
  cursor: pointer;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action.active .status-dropdown {
  display: block;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fff;
  width: 200px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text);
  text-align: left;
  left: 0;
  top: 100%;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li {
  padding: 7px 16px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li.label {
  color: #7E889B;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li.active {
  background: rgba(0, 92, 132, 0.05);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li.item-status {
  cursor: pointer;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li.publish:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #3EDD7D;
  margin-right: 8px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap .action .status-dropdown ul li.pending:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FBBC04;
  margin-right: 8px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap {
  padding: 0 30px 24px;
  display: none;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner {
  padding-top: 15px;
  border-top: 1px solid var(--border);
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul {
  list-style: none;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li:last-child {
  margin-bottom: 0;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li .label {
  font-size: 12px;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li .value {
  font-size: 14px;
  font-weight: 600;
  color: #CCCCCC;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li .value a {
  color: #CCCCCC;
  font-weight: 600;
}
#wcfm-main-contentainer #wcfm-content .entox-calendar-tabs .calendar-tab-right .calendar-order-item .order-content-wrap .inner ul li .value a:hover {
  color: var(--secondary);
}
#wcfm-main-contentainer #wcfm-content .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#wcfm-main-contentainer #wcfm-content .page-heading {
  display: flex;
  flex-direction: column;
}
#wcfm-main-contentainer #wcfm-content .page-heading h2 {
  margin: 0 0 8px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 28px;
}
#wcfm-main-contentainer #wcfm-content .page-heading p {
  margin-bottom: 0;
}
#wcfm-main-contentainer #wcfm-content a.add_new_wcfm_ele_dashboard {
  background: var(--primary);
  font-size: 14px;
  color: #fff;
}
#wcfm-main-contentainer #wcfm-content .wcfm_menu_logo img {
  width: 100px;
  float: none;
  height: 76px;
  margin: 0 10px;
}
#wcfm-main-contentainer #wcfm-content .ovabrw_destination_field,
#wcfm-main-contentainer #wcfm-content .ovabrw_max_guest_field,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_length_field,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_staterooms_field,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_crew_field {
  flex: 0 0 calc(100% / 5);
  display: flex;
  flex-direction: column;
}
#wcfm-main-contentainer #wcfm-content .ovabrw_destination_field label,
#wcfm-main-contentainer #wcfm-content .ovabrw_max_guest_field label,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_length_field label,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_staterooms_field label,
#wcfm-main-contentainer #wcfm-content .ovabrw_yacht_crew_field label {
  display: block;
  font-weight: 700;
}
#wcfm-main-contentainer #wcfm-content .select2-container--default {
  box-shadow: none;
}
#wcfm-main-contentainer #wcfm-content .select2-container--default .select2-selection {
  box-shadow: none;
  border-color: var(--border);
}
#wcfm-main-contentainer #wcfm-content .select2-container--default .select2-selection__arrow {
  top: 5px;
}
#wcfm-main-contentainer #wcfm-content .ovabrw_price_daily {
  margin-top: 10px;
}
#wcfm-main-contentainer #wcfm-content input[type=text],
#wcfm-main-contentainer #wcfm-content input[type=number],
#wcfm-main-contentainer #wcfm-content input[type=email],
#wcfm-main-contentainer #wcfm-content input[type=tel],
#wcfm-main-contentainer #wcfm-content input[type=url],
#wcfm-main-contentainer #wcfm-content input[type=password],
#wcfm-main-contentainer #wcfm-content input[type=search],
#wcfm-main-contentainer #wcfm-content select,
#wcfm-main-contentainer #wcfm-content textarea {
  box-shadow: none;
  border-color: var(--border) !important;
  line-height: 1;
  padding: 10px;
}
#wcfm-main-contentainer #wcfm-content table tfoot th,
#wcfm-main-contentainer #wcfm-content table thead th {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text);
}
#wcfm-main-contentainer #wcfm-content table#wcfm-reviews tbody td:nth-child(2) {
  text-align: left;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-reviews tbody td:nth-child(2) .meta {
  display: flex;
  align-items: center;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-reviews tbody td:nth-child(2) .meta h5 {
  font-size: 16px;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 0;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-reviews tbody td .comment-info .criteria-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-reviews tbody td .comment-info .criteria-rating .review_rating {
  margin-left: 5px;
}
#wcfm-main-contentainer #wcfm-content #wcfm_products_listing_expander .dataTables_filter,
#wcfm-main-contentainer #wcfm-content #wcfm_products_listing_expander .dataTables_length {
  display: none;
}
#wcfm-main-contentainer #wcfm-content #wcfm-products_wrapper {
  margin-top: 10px;
}
#wcfm-main-contentainer #wcfm-content .wcfm_products_menus {
  display: flex;
  border-bottom: 1px solid var(--border);
  float: none;
}
#wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  display: block;
  margin-right: 16px;
  color: #7E889B;
}
#wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  background: #F2F4F7;
}
#wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a:hover, #wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a.active {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}
#wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a:hover span, #wcfm-main-contentainer #wcfm-content .wcfm_products_menus > li a.active span {
  background: rgba(240, 131, 3, 0.08);
  color: var(--secondary);
}
#wcfm-main-contentainer #wcfm-content .entox-wcfm-products-search {
  margin-bottom: 32px;
  position: relative;
}
#wcfm-main-contentainer #wcfm-content .entox-wcfm-products-search span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #667085;
  font-size: 18px;
  margin-top: -2px;
}
#wcfm-main-contentainer #wcfm-content .entox-wcfm-products-search input {
  border-radius: 8px;
  padding: 11px 15px 11px 40px;
  min-width: 300px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products {
  margin-top: 0;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products.loading {
  pointer-events: none;
  opacity: 0.6;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .entox-product-features .feature-list li:before {
  color: #ccc;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status {
  position: relative;
  width: 115px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status > span {
  cursor: pointer;
  font-size: 14px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status > span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 9px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status > span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--accent) transparent transparent transparent;
  margin-left: 8px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status.active .status-dropdown {
  display: block;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fff;
  width: 200px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text);
  text-align: left;
  left: 0;
  top: 100%;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li {
  padding: 7px 16px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li.label {
  color: #7E889B;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li.active {
  background: rgba(0, 92, 132, 0.05);
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li.item-status {
  cursor: pointer;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li.publish:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #3EDD7D;
  margin-right: 8px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status .status-dropdown ul li.pending:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FBBC04;
  margin-right: 8px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tfoot th:first-child,
#wcfm-main-contentainer #wcfm-content table#wcfm-products thead th:first-child {
  width: 80px !important;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tfoot th:nth-child(2),
#wcfm-main-contentainer #wcfm-content table#wcfm-products thead th:nth-child(2) {
  padding-right: 16px !important;
  padding-left: 16px !important;
  width: 300px !important;
  max-width: 300px !important;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tfoot th:nth-child(3), #wcfm-main-contentainer #wcfm-content table#wcfm-products tfoot th:nth-child(4),
#wcfm-main-contentainer #wcfm-content table#wcfm-products thead th:nth-child(3),
#wcfm-main-contentainer #wcfm-content table#wcfm-products thead th:nth-child(4) {
  width: 80px !important;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tfoot th:nth-child(6),
#wcfm-main-contentainer #wcfm-content table#wcfm-products thead th:nth-child(6) {
  width: 250px !important;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td:nth-child(2) {
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-align: left;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .button {
  padding: 8px 25px;
  font-size: 14px;
  margin: 0 5px;
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 8px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .button:hover {
  color: #fff;
  background: var(--primary);
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .button.wcfm_product_delete {
  color: #fff;
  border-color: #DB2438;
  background: #DB2438;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .entox-product-features .feature-list {
  justify-content: center;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .entox-product-features .feature-list li {
  padding-right: 7px;
  margin-right: 7px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products tbody td .entox-product-features .feature-list li:before {
  margin-right: 2px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .wcfm_product_title {
  font-size: 16px;
  color: var(--accent);
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .view_count,
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status {
  float: none;
  margin: 0;
  padding: 10px 5px;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status-publish {
  background: rgba(184, 247, 209, 0.54);
  color: #027A48;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status-publish > span:before {
  background: #027A48;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status-pending {
  background: rgba(240, 131, 3, 0.08);
  color: #FBBC04;
}
#wcfm-main-contentainer #wcfm-content table#wcfm-products .product-status-pending > span:before {
  background: #FBBC04;
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu {
  border-right: 1px solid var(--border);
  background: #fff;
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item {
  border-left: 6px solid transparent;
  height: 56px;
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item span {
  color: var(--placeholder);
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item [class*=entox-icon-],
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item .wcfmfa {
  font-size: 24px;
  width: 30px;
  line-height: 56px;
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item .text {
  font-size: 14px;
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item:hover, #wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item.active {
  border-left: 6px solid var(--border);
  background: rgba(0, 92, 132, 0.15);
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item:hover span, #wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item.active span {
  color: var(--primary);
}
#wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item:hover:after, #wcfm-main-contentainer #wcfm-content #wcfm_menu .wcfm_menu_item.active:after {
  display: none;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse {
  padding-bottom: 0 !important;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig {
  padding: 0 30px;
  border-bottom: 1px solid var(--border);
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig > .wcfmfa:first-child {
  display: none;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfmfa {
  color: var(--text);
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm-page-heading-text {
  color: var(--text);
  margin-right: 10px;
  line-height: 65px;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm-page-heading-text + .wcfm_menu_toggler {
  display: none;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_header_panel_profile {
  margin-top: 4px;
  margin-right: 0;
  width: 30px;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_header_panel_profile img {
  width: 30px;
  height: 30px;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .notification-ring {
  top: -12px !important;
  right: -4px !important;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_menu_toggler,
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_responsive_menu_toggler {
  color: var(--text) !important;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_menu_toggler:hover,
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-page-headig .wcfm_responsive_menu_toggler:hover {
  color: var(--primary) !important;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-collapse-content {
  padding: 30px;
  padding-bottom: 0;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-collapse-content h2 {
  font-size: 24px;
  font-style: normal;
  color: var(--accent);
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-collapse-content .wcfm-container {
  padding: 0;
  box-shadow: none;
  height: 100%;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-collapse-content .wcfm-content {
  padding: 0;
  margin: 0;
}
#wcfm-main-contentainer #wcfm-content > .wcfm-collapse .wcfm-collapse-content .wcfm-top-element-container {
  margin: 0;
}
#wcfm-main-contentainer #wcfm-content #wcfm-products .attachment-thumbnail {
  width: 80px;
  display: block;
  border-radius: 8px;
}
#wcfm-main-contentainer .wcfm-collapse {
  background: #fff !important;
}
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper {
  background: var(--background1) !important;
}
#wcfm-main-contentainer .entox-wcfm-fields-form.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border1);
  display: flex;
  align-items: center;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item:last-child {
  border-bottom: 0;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .wcfm_ele,
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item p {
  margin-bottom: 0 !important;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item p {
  flex: 0 0 280px;
  max-width: 280px;
  color: var(--text1);
  line-height: 20px;
  margin-left: 0 !important;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item p strong {
  font-style: normal;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .wcfm-product-feature-upload {
  margin: 0;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist {
  border: 0;
  background: transparent;
  padding: 0 !important;
  border-radius: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfmfa {
  display: none;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox {
  border-radius: 4px;
  margin-right: 8px;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox:before {
  font-size: 12px;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox + span {
  font-size: 14px;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox:checked {
  border-color: var(--secondary);
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox:checked:before {
  color: var(--secondary);
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .product_taxonomy_checklist .wcfm-checkbox:checked + span {
  color: var(--light);
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item #gallery_img {
  margin: 0;
  width: 500px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(5, 1fr);
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item #gallery_img > div {
  padding: 0;
  position: relative;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item #gallery_img > div .wcfm_img_uploader {
  width: 100%;
  height: auto;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item #gallery_img > div .wcfm_img_uploader input[name*=remove_button] {
  display: none !important;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item #gallery_img > div span.fa-times-circle {
  position: absolute;
  top: -8px;
  right: 0;
  background: #fff;
  color: red !important;
}
#wcfm-main-contentainer .entox-wcfm-fields-form .entox-field-item .wcfm_ele {
  flex: 0 0 500px;
  max-width: 500px;
  border-color: var(--border3);
  border-radius: 8px;
}
#wcfm-main-contentainer #wcfm_products_manage_form .entox-wcfm-fields-form .entox-field-item {
  display: block;
  border-bottom: 0;
  padding: 0 !important;
}
#wcfm-main-contentainer #wcfm_products_manage_form .entox-wcfm-fields-form .entox-field-item p {
  margin-bottom: 4px !important;
}
#wcfm-main-contentainer #wcfm_products_manage_form .entox-wcfm-fields-form .entox-field-item p strong {
  color: var(--text);
  font-weight: 400;
}
#wcfm-main-contentainer #wcfm_products_manage_form .entox-wcfm-fields-form .entox-field-item .wcfm_ele {
  flex: 1;
  max-width: 100%;
}
#wcfm-main-contentainer #wcfm_products_manage_form .entox-wcfm-fields-form .entox-field-item #product_tags {
  max-width: 100% !important;
  width: 100% !important;
  height: 100px;
}
#wcfm-main-contentainer #wcfm_products_manage_form .ovabrw_features .input-icon-select .icon-item:before {
  display: none !important;
}

.entox-layout-tab-wrapper {
  display: flex;
  border-top: 1px solid var(--border1);
  margin: 0 -30px;
}
.entox-layout-tab-wrapper .entox-layout-tab-left {
  flex: 0 0 280px;
  max-width: 280px;
  padding: 30px;
}
.entox-layout-tab-wrapper .entox-layout-tab-right {
  border-left: 1px solid var(--border1);
  padding-left: 24px;
  padding-top: 30px;
  padding-right: 24px;
  max-width: 750px;
  flex: 1;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-tab-item {
  display: none;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-tab-item.active {
  display: block;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons {
  margin: 30px 0;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
  align-items: center;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .wcfm_submit_button {
  color: #fff !important;
  float: none;
  margin: 0 !important;
  font-weight: 400 !important;
  border: 0 !important;
  padding: 16px 12px !important;
  text-transform: capitalize !important;
  height: 47px;
  background: var(--primary) !important;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .wcfm_submit_button:hover {
  background: var(--primary_hover) !important;
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .button-previous,
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .button-cancel {
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .button-previous:hover,
.entox-layout-tab-wrapper .entox-layout-tab-right .entox-submit-buttons .button-cancel:hover {
  background: var(--primary_hover);
  color: #fff;
  border-color: var(--primary_hover);
}
.entox-layout-tab-wrapper .entox-layout-tab-right table {
  margin: 0 !important;
}
.entox-layout-tab-wrapper .entox-layout-tab-right table tfoot th a {
  font-weight: 400;
  font-size: 14px;
}
.entox-layout-tab-wrapper .list-manage-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entox-layout-tab-wrapper .list-manage-steps > li {
  display: flex;
  align-items: center;
  color: var(--placeholder);
  padding-top: 50px;
  position: relative;
}
.entox-layout-tab-wrapper .list-manage-steps > li:before {
  font-family: "entox-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: "";
  font-size: 24px;
  margin-right: 12px;
}
.entox-layout-tab-wrapper .list-manage-steps > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 37px;
  top: 8px;
  left: 11px;
  background: var(--placeholder);
  border-radius: 2px;
  overflow: hidden;
}
.entox-layout-tab-wrapper .list-manage-steps > li a {
  color: var(--placeholder);
}
.entox-layout-tab-wrapper .list-manage-steps > li.active {
  color: var(--primary);
}
.entox-layout-tab-wrapper .list-manage-steps > li.active:before {
  content: "";
}
.entox-layout-tab-wrapper .list-manage-steps > li.active:after {
  background: var(--primary);
}
.entox-layout-tab-wrapper .list-manage-steps > li.active a {
  color: var(--primary);
}
.entox-layout-tab-wrapper .list-manage-steps > li:first-child {
  padding-top: 0;
}
.entox-layout-tab-wrapper .list-manage-steps > li:first-child:after {
  display: none;
}

.wcfm_product_manager_general_fields .price_not_period_time,
.wcfm_product_manager_general_fields .ovabrw_price_type_field,
.wcfm_product_manager_general_fields .ovabrw_define_1_day_field,
.wcfm_product_manager_general_fields .ovabrw_prepare_vehicle_day_field,
.wcfm_product_manager_general_fields .ovabrw-form-field-rent-time,
.wcfm_product_manager_general_fields #product_type {
  display: none !important;
}
.wcfm_product_manager_general_fields table {
  margin-top: 0 !important;
}
.wcfm_product_manager_general_fields .ovabrw-form-field {
  margin-top: 10px;
}

#entox-dashboard .box-db {
  border: 1px solid var(--border);
  border-radius: 12px;
}
#entox-dashboard .entox-dashboard-box-wrap {
  display: flex;
}
#entox-dashboard .entox-dashboard-box-wrap .dashboard-info {
  flex: 0 0 calc(100% - 340px);
  padding-right: 30px;
}
#entox-dashboard .entox-dashboard-box-wrap .dashboard-info .entox-dashboard-box-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 40px;
}
#entox-dashboard .entox-dashboard-box-wrap .dashboard-reviews {
  flex: 0 0 340px;
}
#entox-dashboard .entox-dashboard-box-wrap .dashboard-reviews h3 {
  color: var(--accent) !important;
}
#entox-dashboard .entox-dashboard-box-wrap .entox-box-chart .box-item {
  padding: 26px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item {
  padding: 15px 12px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item.box-item-big {
  padding: 24px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .entox-list-reviews {
  font-size: 14px;
  margin-top: 35px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .entox-list-reviews .review-item {
  margin-bottom: 24px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .entox-list-reviews .meta-top {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .entox-list-reviews .meta-top .review_title {
  color: var(--accent);
  margin-left: 5px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .chart-container {
  position: relative;
  margin-top: 20px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .chart-container .canvas-meta {
  border: 20px solid rgba(107, 204, 254, 0.1);
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--accent);
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .chart-container .canvas-meta .avg {
  font-weight: 700;
  font-size: 30px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .button-all-review {
  display: block;
  text-align: center;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-img {
  flex: 0 0 72px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-img img {
  vertical-align: middle;
  width: 100%;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-info .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-info .box-meta {
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1;
  color: var(--text);
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-info .box-meta .up {
  color: #027A48;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .box-content .box-info .box-meta .down {
  color: #B42318;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item h3 {
  font-size: 20px;
  color: #CCC;
}
#entox-dashboard .entox-dashboard-box-wrap .box-item .meta-tabs {
  margin-bottom: 30px;
}
#entox-dashboard .entox-dashboard-box-wrap .icon-box {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
#entox-dashboard .entox-dashboard-box-wrap .icon-box .icon {
  flex: 0 0 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  background: #F7F7F9;
  border-radius: 50%;
  color: var(--accent);
  font-size: 18px;
  align-items: center;
}
#entox-dashboard .entox-dashboard-box-wrap .icon-box .text {
  padding-left: 6px;
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 500;
}
#entox-dashboard .entox-dashboard-box-wrap .meta-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#entox-dashboard .section-box {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
#entox-dashboard .section-box h3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--text);
}
#entox-dashboard .section-box .section-box-inner {
  background: var(--background3);
}
#entox-dashboard .section-box .section-box-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#entox-dashboard .section-box .section-box-inner ul > li {
  padding: 24px 32px;
  border-bottom: 1px solid #DBDDE1;
}
#entox-dashboard .section-box .section-box-inner ul > li a {
  color: var(--text);
}
#entox-dashboard .section-box .section-box-inner ul > li:last-child {
  border-bottom: 0;
}
#entox-dashboard .section-box .section-box-inner ul > li .wcfmfa {
  font-size: 18px;
  margin-right: 10px;
}
#entox-dashboard .stats_range {
  display: flex;
}
#entox-dashboard .stats_range ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
#entox-dashboard .stats_range ul li {
  display: inline-flex;
  padding: 10px 16px;
  border-right: 1px solid var(--border);
}
#entox-dashboard .stats_range ul li:last-child {
  border: 0;
}
#entox-dashboard .stats_range ul li.active, #entox-dashboard .stats_range ul li:hover {
  background: #D0D5DD;
}
#entox-dashboard .stats_range ul li a {
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
}

#entox-wcfm-settings-form .entox-wcfm-profile-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#entox-wcfm-settings-form .entox-wcfm-profile-header .profile-heading h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--base-font);
}
#entox-wcfm-settings-form .entox-wcfm-profile-header .profile-heading p {
  margin-bottom: 0;
  color: #667085;
}
#entox-wcfm-settings-form .entox-wcfm-profile-header .wcfm_submit_button {
  color: #fff;
  background: var(--primary);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
#entox-wcfm-settings-form .entox-wcfm-profile-header .wcfm_submit_button:hover {
  background: var(--primary_hover);
}

@media (max-width: 768px) {
  #wcfm-content #wcfm_menu {
    height: 100%;
    top: 66px;
    transform: translateX(-100%);
  }
  #wcfm-content #wcfm_menu.active {
    transform: translateX(0);
  }
  #wcfm-content #wcfm_menu .wcfm_menu_home {
    margin-top: 0;
  }
  #wcfm-content #wcfm_menu .wcfm_menu_items a.wcfm_menu_item {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap {
    flex-direction: column;
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap .dashboard-info {
    flex: 1;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap .dashboard-info .entox-dashboard-box-3 {
    margin-bottom: 20px;
  }
  #wcfm-content > .collapse {
    position: static;
  }
  #wcfm-content > .collapse .entox-wcfm-fields-form .entox-field-item .wcfm_ele {
    flex: 1;
  }
  #wcfm-content > .collapse .wcfm-page-headig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99999;
    background: #fff !important;
    padding: 0 15px !important;
  }
  #wcfm-content > .collapse .wcfm-page-headig > span.fa-cubes {
    display: none !important;
  }
  #wcfm-content > .collapse .wcfm-page-headig .wcfm_header_panel {
    margin-top: 0;
    margin-right: 0;
  }
  #wcfm-content > .collapse .wcfm-page-headig .wcfm_header_panel .wcfm-entox-menu-toggle {
    color: var(--accent);
    margin: 10px 10px;
    font-size: 18px;
  }
  #wcfm-content > .collapse .wcfm-collapse-content {
    padding: 15px !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs {
    display: block !important;
    margin: 0 !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left {
    border-right: 0 !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-fields,
#wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-heading {
    padding: 0 !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-heading {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-heading .wcfm-calendar-filter {
    display: block !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-fields {
    padding: 24px 0 !important;
    display: none;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-left .booking-form-fields.active {
    display: block;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-right {
    margin-right: 0 !important;
  }
  #wcfm-content > .collapse .wcfm-container .entox-calendar-tabs .calendar-tab-right .calendar-order-item .heading-wrap {
    padding: 24px 15px !important;
  }
}
@media (max-width: 431px) {
  #wcfm-content .dashboard-header {
    flex-direction: column;
    align-items: start !important;
  }
  #wcfm-content .dashboard-header .create-button {
    margin-top: 10px;
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap .dashboard-info .entox-dashboard-box-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap .dashboard-info .entox-box-chart .meta-tabs {
    flex-direction: column;
  }
  #wcfm-content #entox-dashboard .entox-dashboard-box-wrap .dashboard-info .entox-box-chart .box-item {
    padding: 10px;
  }
}
#reviews .rx-reviewbox {
  margin-bottom: 30px;
}
#reviews .rx-reviewbox .rx-temp-rating-star {
  color: var(--accent);
  margin-bottom: 16px;
}
#reviews .rx-reviewbox .rx-graph-style-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
}
@media (min-width: 768px) {
  #reviews .rx-reviewbox .rx-graph-style-2 {
    grid-gap: 12px 100px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar .progress-wrap {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar .progress-wrap .progress {
  height: 4px;
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar .progress-wrap .progress .progress-bar {
  height: 4px;
  background: var(--secondary);
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar .progress-wrap .number {
  padding-left: 12px;
  font-size: 14px;
}
#reviews .rx-reviewbox .rx-graph-style-2 .rx_style_two_free_progress_bar h3 {
  flex: 0 0 calc(100% - 200px);
  padding: 0;
  padding-right: 10px;
  margin: 0 !important;
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
  font-family: var(--base-font);
  margin-bottom: 16px;
}

.rx_review_sort_list {
  margin-bottom: 40px;
}
.rx_review_sort_list .rx_pagination {
  text-align: left !important;
  border: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.rx_review_sort_list .rx_pagination ul.rx-ul-pagination {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.rx_review_sort_list .rx_pagination ul.rx-ul-pagination > li {
  margin-bottom: 0;
  border-right: 1px solid var(--border);
}
.rx_review_sort_list .rx_pagination ul.rx-ul-pagination > li:last-child {
  border-right: 0;
}
.rx_review_sort_list .rx_pagination ul.rx-ul-pagination > li:hover > a, .rx_review_sort_list .rx_pagination ul.rx-ul-pagination > li.active > a {
  background: var(--secondary) !important;
  color: #fff;
}
.rx_review_sort_list .rx_pagination ul.rx-ul-pagination > li a {
  margin: 0;
  border-radius: 0;
  width: 40px !important;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  background: #fff !important;
}
.rx_review_sort_list .rx_listing_container {
  padding: 0;
  border: 0;
}
.rx_review_sort_list .rx_listing_container .rx_listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (min-width: 787px) {
  .rx_review_sort_list .rx_listing_container .rx_listing {
    grid-gap: 40px 100px;
  }
}
.rx_review_sort_list .rx_listing_container .rx_listing .review {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap {
  flex-direction: column;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_author_info {
  order: 2;
  display: flex;
  width: 100%;
  align-items: center;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_author_info .rx_thumb {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_author_info .rx_author_name {
  flex: 1;
  padding-left: 14px;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_author_info .rx_author_name h4 {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  font-family: var(--base-font);
  text-transform: capitalize;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_body {
  order: 1;
  margin: 0;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_body p {
  color: var(--text) !important;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .meta-top {
  display: flex;
  align-items: center;
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .meta-top h4 {
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  font-family: var(--base-font);
}
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_varified,
.rx_review_sort_list .rx_listing_container .rx_listing .review .rx_review_wrap .rx_meta {
  display: none;
}

.rx-review-form-area-style-1 {
  padding: 0;
  border: 0;
}
.rx-review-form-area-style-1 #respond {
  margin-top: 0;
}
@media (max-width: 768px) {
  .rx-review-form-area-style-1 #respond {
    margin-bottom: 0;
  }
}
.rx-review-form-area-style-1 #respond .reviewx_front_end_from textarea,
.rx-review-form-area-style-1 #respond .reviewx_front_end_from input {
  background: transparent !important;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 8px !important;
}
.rx-review-form-area-style-1 #respond .reviewx_front_end_from textarea::placeholder,
.rx-review-form-area-style-1 #respond .reviewx_front_end_from input::placeholder {
  color: var(--text);
}
.rx-review-form-area-style-1 #respond .reviewx_front_end_from .review_title {
  margin-bottom: 20px !important;
}
.rx-review-form-area-style-1 #respond .reviewx_front_end_from .form-submit {
  float: none;
  display: flex;
  justify-content: end;
}
.rx-review-form-area-style-1 #respond .reviewx_front_end_from input#submit {
  min-width: 150px;
}

.rx-criteria-table {
  display: block;
}
.rx-criteria-table tr,
.rx-criteria-table td,
.rx-criteria-table tbody {
  display: block;
}
.rx-criteria-table tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.rx-criteria-table tr {
  display: flex;
  align-items: center;
}
.rx-criteria-table td {
  margin: 0;
  padding: 0 !important;
}
.rx-criteria-table td:first-child {
  min-width: 120px;
  font-size: 14px;
  color: var(--text);
}
.rx-criteria-table td .reviewx-star-rating {
  margin-top: 0;
}
.rx-criteria-table td .rx_star_rating label {
  width: 20px;
}
.rx-criteria-table td .rx_star_rating .icon-star {
  width: 16px;
}

.entox-calendar table td {
  cursor: pointer;
}
.entox-calendar table td .fc-day-past .fc-daygrid-day-events,
.entox-calendar table td .fc-day-past .fc-daygrid-day-bg {
  display: none;
}
.entox-calendar table td .entox-selected {
  background: var(--primary) !important;
  color: #fff;
}
.entox-calendar table td .entox-selected .fc-daygrid-day-number {
  color: #fff;
}
.entox-calendar table td .entox-selected .fc-daygrid-day-top {
  opacity: 1 !important;
}

/*18.0 Elementor*/
@media (max-width: 1023px) {
  .elementor-widget-ova_menu .primary-navigation {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* DeskTop *********************************************************************/
/* Fix when menu is full width */
.align_right > .elementor-container {
  float: right;
  width: 100%;
}

/* Button Open Canvas */
.ova_openNav {
  display: none;
}

.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */
}
.ova_nav .ova_closeNav {
  display: none;
}
.ova_nav .dropdown-menu {
  padding: 0px;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_nav .dropdown-menu > li {
  width: 100%;
  position: relative;
}
.ova_nav .dropdown-menu > li > a {
  color: #343434;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.ova_nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Dropdown arrow */
}
.ova_nav ul.menu > li {
  padding: 0px 15px;
}
.ova_nav ul.menu > li > a {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.ova_nav ul.menu button.dropdown-toggle {
  display: none;
}
.ova_nav ul.menu button.dropdown-toggle:after {
  display: none;
}

/* Fix Sub Menu Direction */
.sub_menu_dir_left .dropdown-menu li {
  text-align: right;
  position: relative;
  /* Menu level 3 */
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i:before {
  content: "4";
  font-family: "eleganticons";
}
.sub_menu_dir_left .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
}

.sub_menu_dir_right .dropdown-menu li {
  text-align: left;
  /* Menu level 3 */
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i:before {
  content: "5";
  font-family: "eleganticons";
}
.sub_menu_dir_right .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: auto;
  left: 100%;
  top: 0;
}

/* Cover page when open canvas */
.ova_closeCanvas {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
}
.ova_closeCanvas.show {
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}

@media (min-width: 1025px) {
  /* Vertical Menu Desktop */
  .ova_wrap_nav.column ul.menu.sub_menu_dir_right > li.dropdown > a i:before {
    content: "5";
    font-family: "eleganticons";
  }
  .ova_wrap_nav.column ul.menu > li {
    width: 100%;
  }
  .ova_wrap_nav.column ul.menu > li > .dropdown-menu {
    left: 100%;
    top: 0 !important;
  }

  .ova_nav ul.menu {
    /* Sub Menu */
  }
  .ova_nav ul.menu .dropdown-menu {
    visibility: hidden;
    display: block;
    top: 110%;
    z-index: -1;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu {
    display: block;
    z-index: 9999;
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 100%;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 0;
  }
}
/* Mobile *********************************************************************/
@media (max-width: 1024px) {
  /*transition when display nav*/
  .ova-wrapp {
    transition: margin-left 0.5s;
  }

  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .ova_openNav:focus {
    outline: none;
  }

  /* Align Menu Button */
  .NavBtn_right {
    float: right;
    margin: 0;
    padding: 0;
  }

  .NavBtn_left {
    float: left;
  }

  .NavBtn_center {
    justify-content: center;
  }

  /* Hide Menu */
  .logged-in .ova_nav {
    padding-top: 60px;
  }

  .ova_nav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* Canvas direction */
    /* Background Canvas */
    /* Always display column in mobile */
  }
  .ova_nav ul.menu li {
    width: 100%;
    display: block;
    align-items: center;
    /* Dropdown arrow */
  }
  .ova_nav ul.menu li a {
    width: 100%;
  }
  .ova_nav ul.menu li a i {
    display: none;
  }
  .ova_nav ul.menu li button.dropdown-toggle {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
  }
  .ova_nav ul.menu li.active_sub > .dropdown-menu {
    display: block;
  }
  .ova_nav ul.menu li.active_sub > button.dropdown-toggle > i:before {
    content: "2";
    font-family: "eleganticons";
  }
  .ova_nav ul.menu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    left: 0;
    top: 0;
    right: auto;
    border: none !important;
    background: transparent !important;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .ova_nav.canvas_left {
    left: 0;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_left.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ova_nav.canvas_left .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }
  .ova_nav.canvas_left ul.menu {
    align-items: flex-start;
    text-align: left;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_left ul.menu button.dropdown-toggle {
    right: 10px;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu {
    transition: unset;
    /* level 3 */
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu li {
    text-align: left;
    border: none !important;
    background: transparent !important;
    clear: both;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu .dropdown-menu {
    padding-left: 15px;
  }
  .ova_nav.canvas_right {
    right: 0;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_right.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ova_nav.canvas_right .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
  }
  .ova_nav.canvas_right ul.menu {
    align-items: flex-end;
    text-align: right;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_right ul.menu button.dropdown-toggle {
    left: 10px;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu {
    transition: unset;
    /* level 3 */
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu li {
    text-align: right;
    border: none !important;
    background: transparent !important;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
    padding-right: 15px;
  }
  .ova_nav.canvas_bg_gray {
    background-color: #343434;
  }
  .ova_nav.canvas_bg_gray ul.menu li a,
.ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
    color: #fff !important;
  }
  .ova_nav.canvas_bg_white {
    background-color: #fff;
  }
  .ova_nav.canvas_bg_white ul.menu li a,
.ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434 !important;
  }
  .ova_nav ul.menu {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  /* Align Menu Button */
  .NavBtn_right, .NavBtn_left {
    float: none;
    margin: 0;
    padding: 0;
  }

  .NavBtn_right_m {
    float: right;
    margin: 0;
    padding: 0;
  }

  .NavBtn_left_m {
    float: left;
  }

  .NavBtn_center_m {
    justify-content: center;
  }

  .mobi_no_shrink {
    position: relative !important;
  }
}
/*Hide in desktop*/
.menu-canvas {
  /*Style Menu*/
}
.menu-canvas .menu-toggle {
  display: block;
  z-index: 999;
  padding: 0px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
}
.menu-canvas .menu-toggle:before, .menu-canvas .menu-toggle:after,
.menu-canvas .menu-toggle span:before {
  width: 25px;
  left: 0px;
  background-color: var(--text);
}
.menu-canvas .menu-toggle:before {
  transform: translateY(-7px);
}
.menu-canvas .menu-toggle:after {
  transform: translateY(7px);
}
.menu-canvas .container-menu {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #222;
  color: #fff;
  width: 290px;
  padding: 30px;
  z-index: 999;
  opacity: 1;
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.menu-canvas .container-menu .close-menu {
  padding-top: 0px;
  color: #fff;
  font-size: 1em;
  z-index: 999;
  cursor: pointer;
  text-align: right;
}
.menu-canvas .container-menu.dir_left {
  left: 0;
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.menu-canvas .container-menu.dir_right {
  right: 0;
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.menu-canvas .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
}
.menu-canvas.toggled .menu-toggle:before, .menu-canvas.toggled .menu-toggle:after,
.menu-canvas.toggled .menu-toggle span:before {
  background-color: #fff !important;
}
.menu-canvas.toggled .container-menu {
  transform: none;
  -webkit-transform: none;
}
.menu-canvas.toggled .site-overlay {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.menu-canvas .menu {
  clear: both;
}
.menu-canvas ul {
  list-style: none;
}
.menu-canvas ul.menu {
  margin: 0;
  padding: 0;
}
.menu-canvas ul.menu ul {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  margin: 0 0px 0 15px;
  padding: 0;
}
.menu-canvas ul.menu ul.show {
  max-height: 999px;
}
.menu-canvas ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  display: block;
}
.menu-canvas ul li a {
  color: #fff;
  padding: 0.6180469716em 0;
  display: block;
  border-bottom: 1px solid #333;
}
.menu-canvas ul li a:hover {
  opacity: 0.7;
}
.menu-canvas .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  color: inherit;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.menu-canvas .dropdown-toggle::after {
  content: "";
  font-family: "ovaicon";
  -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: 0.6em;
}
.menu-canvas .dropdown-toggle:focus {
  outline: none;
}
.menu-canvas .dropdown-toggle:hover {
  background: transparent;
}
.menu-canvas .dropdown-toggle.toggled-on:after {
  content: "";
  font-family: "ovaicon";
}

/* Custom Animation */
.lb-parallax-section {
  transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
}

.ova-move-up {
  animation-name: ovaMoveUp;
  -moz-animation-name: ovaMoveUp;
  -webkit-animation-name: ovaMoveUp;
}

@-webkit-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ova-move-down {
  animation-name: ovaMoveDown;
  -moz-animation-name: ovaMoveDown;
  -webkit-animation-name: ovaMoveDown;
}

@-webkit-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ova-move-left {
  animation-name: ovaMoveLeft;
  -moz-animation-name: ovaMoveLeft;
  -webkit-animation-name: ovaMoveLeft;
}

@-webkit-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.ova-move-right {
  animation-name: ovaMoveRight;
  -moz-animation-name: ovaMoveRight;
  -webkit-animation-name: ovaMoveRight;
}

@-webkit-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.ova-scale-up {
  animation-name: ovaScaleUp;
  -moz-animation-name: ovaScaleUp;
  -webkit-animation-name: ovaScaleUp;
}

@-webkit-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ova-flip {
  animation-name: ovaFlip;
  -moz-animation-name: ovaFlip;
  -webkit-animation-name: ovaFlip;
}

@-webkit-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.ova-helix {
  animation-name: ovaHelix;
  -moz-animation-name: ovaHelix;
  -webkit-animation-name: ovaHelix;
}

@-webkit-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.ova-popup {
  animation: ovaPopup;
  -moz-animation-name: ovaPopup;
  -webkit-animation-name: ovaPopup;
}

@-webkit-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.ova-contact {
  display: flex;
  align-items: center;
}
.ova-contact .icon {
  display: inline-flex;
}
.ova-contact .icon i {
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}
.ova-contact .icon i:before {
  margin: 0px;
  font-size: 18px;
}
.ova-contact .address {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.ova-contact .address a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: 0.4s;
}

.elementor-widget-entox_elementor_login_register .button {
  padding: 14px 32px 14px 32px;
}
.elementor-widget-entox_elementor_login_register .button.register {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
  margin-right: 15px;
}
.elementor-widget-entox_elementor_login_register .button.register:hover {
  color: #fff;
  background: var(--primary);
}

.elementor-widget-entox_elementor_product_location .elementor-widget-container,
.elementor-widget-entox_elementor_product_attribute .elementor-widget-container {
  overflow: hidden;
}

.entox-attribute-size-box {
  position: relative;
}
.entox-attribute-size-box a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #00000000 33%, #000000 104%);
}
.entox-attribute-size-box a:hover img {
  transform: scale(1.2);
}
.entox-attribute-size-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.entox-attribute-size-box .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.entox-attribute-size-box .meta h4 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.entox-attribute-size-box .meta .price {
  color: #F8F9F9;
}

.elementor-widget-entox_elementor_product_spotlight .elementor-widget-container {
  overflow: hidden;
}

.entox-spotlight {
  position: relative;
}
.entox-spotlight a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #00000000 33%, #000000 104%);
}
.entox-spotlight a:hover img {
  transform: scale(1.2);
}
.entox-spotlight a img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.entox-spotlight a .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.entox-spotlight a .meta h4 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}
.entox-spotlight a .meta .entox-product-features .feature-list li {
  color: #EFF0F3;
  font-family: var(--base-font);
}
.entox-spotlight a .meta .entox-product-features .feature-list li:before {
  color: #EFF0F3;
}
.entox-spotlight a .meta .entox-product-features .feature-list li:after {
  border-color: #EFF0F3;
}

.ova_wrap_search_popup {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.ova_wrap_search_popup .ova_search_close {
  display: none;
}
.ova_wrap_search_popup.show .ova_search_popup {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.ova_wrap_search_popup.show .btn_close {
  display: block;
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 60px;
  color: #fff;
  z-index: 10;
}
.ova_wrap_search_popup.show .btn_close:after {
  content: "K";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ova_wrap_search_popup.show .btn_close:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
.ova_wrap_search_popup.show .btn_close:hover:after {
  opacity: 1;
  transition: all 0.3s;
}
.ova_wrap_search_popup i {
  right: 0;
  cursor: pointer;
  font-size: 20px;
  color: #62718d;
  transition: all 0.3s ease;
  display: inline-block;
  transform: rotateY(180deg);
}
.ova_wrap_search_popup i:before {
  font-size: 20px;
}
.ova_wrap_search_popup i:hover {
  transition: all 0.3s ease;
}
.ova_wrap_search_popup .ova_search_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.ova_wrap_search_popup .ova_search_popup .container {
  width: 100%;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form .s_field {
  margin-bottom: 30px;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form .s_field input {
  width: 100%;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form .s_field select {
  width: 100%;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form .s_submit {
  text-align: center;
}
.ova_wrap_search_popup .ova_search_popup .container .search_popup_form .s_submit .ovabrw_btn_submit:hover {
  background-color: var(--accent);
}

.ova_shadow_menu_page .ova_menu_page .menu li {
  box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.05);
}

.ova_menu_page .menu {
  list-style-type: none;
  padding: 0;
}
.ova_menu_page .menu li {
  list-style: none;
  position: relative;
  margin-right: 25px;
  border-radius: 30px;
}
.ova_menu_page .menu li a {
  display: block;
  color: #9ea8b6;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
.ova_menu_page .menu li .dropdown-toggle {
  display: none;
}
.ova_menu_page.type1 a {
  position: relative;
  color: #9ea8b6;
  display: flex;
  align-items: center;
  transition: 0.4s ease;
}
.ova_menu_page.type1 a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  border-radius: 20px;
  left: 0px;
  background: var(--primary);
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.4s ease;
}
.ova_menu_page.type1 a:hover {
  padding-left: 20px;
}
.ova_menu_page.type1 a:hover:before {
  opacity: 1;
}
.ova_menu_page.type2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.ova_menu_page.type2 li {
  margin: 5px 0px;
  border-radius: 4px;
}
.ova_menu_page.type2 li:hover a:after, .ova_menu_page.type2 li.current-menu-item a:after {
  display: inline-block;
}
.ova_menu_page.type2 li a {
  display: inline-flex;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #b0b8ca;
}

@media (max-width: 767px) {
  .ova_menu_page .menu li {
    margin-right: 30px;
  }
  .ova_menu_page .menu li a {
    padding: 10px 0;
  }
}
.mailchimp_custom {
  display: flex;
  text-align: center;
  transition: 0.4s ease;
  background: #fff;
  border-radius: 10px;
}
.mailchimp_custom:hover button[type=submit] i {
  color: #677383;
}
.mailchimp_custom .ova_mcwp_mail {
  width: 100%;
}
.mailchimp_custom .ova_mcwp_submit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.mailchimp_custom .ova_mcwp_name {
  display: none;
}
.mailchimp_custom input[type=email], .mailchimp_custom input[type=text] {
  background: #ffffff;
  font-size: 16px;
  line-height: 75px;
  height: 75px;
  width: 100%;
  padding-left: 0px;
  border: none;
  color: #677383;
  padding-left: 30px;
  border-radius: 10px;
}
.mailchimp_custom input[type=email]::placeholder, .mailchimp_custom input[type=text]::placeholder {
  font-style: 16px;
  color: #677383;
}
.mailchimp_custom button[type=submit] {
  border: none;
  background-color: #ffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mailchimp_custom button[type=submit] i {
  font-size: 20px;
  color: var(--primary);
  padding-right: 30px;
}

.ova-blog-element .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 30px;
}
@media (max-width: 1024px) {
  .ova-blog-element .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog-element .grid {
    grid-template-columns: 1fr;
  }
}
.ova-blog-element .grid article.post-wrap {
  margin-bottom: 0px;
}
.ova-blog-element .grid article.post-wrap:hover .ova-content {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova-blog-element .grid.grid_sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 30px;
}
@media (max-width: 1024px) {
  .ova-blog-element .grid.grid_sidebar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog-element .grid.grid_sidebar {
    grid-template-columns: 1fr;
  }
}
.ova-blog-element .grid.grid_sidebar article.post-wrap {
  margin-bottom: 0px;
}
.ova-blog-element .grid.grid_small {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px 30px;
}
@media (max-width: 1024px) {
  .ova-blog-element .grid.grid_small {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog-element .grid.grid_small {
    grid-template-columns: 1fr;
  }
}
.ova-blog-element .grid.grid_small article.post-wrap {
  margin-bottom: 0px;
}
.ova-blog-element .post-media {
  position: relative;
  margin-bottom: 0 !important;
}
.ova-blog-element .post-media img {
  border-radius: 10px;
}
.ova-blog-element .post-media .post-date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.ova-blog-element .ova-content {
  transition: 0.4s ease;
  padding: 30px;
  top: -40px;
  position: relative;
  z-index: 2;
  background: #fff;
  width: 90%;
  margin: auto;
  border-radius: 10px;
}
.ova-blog-element .ova-content .post-meta {
  font-size: 14px;
  line-height: 1;
  display: flex;
  margin-bottom: 10px;
}
.ova-blog-element .ova-content .post-meta .wp-categories {
  padding-right: 10px;
}
.ova-blog-element .ova-content .post-meta .wp-categories a {
  color: #677283;
}
.ova-blog-element .ova-content .post-meta .wp-categories a:hover {
  color: var(--primary);
}
.ova-blog-element .ova-content .post-meta .comment a {
  color: #677283;
}
.ova-blog-element .ova-content .post-meta .comment a:hover {
  color: var(--primary);
}
.ova-blog-element .ova-content .post-meta i {
  color: var(--primary);
  padding-right: 3px;
}
.ova-blog-element .ova-content .post-title {
  font-size: 24px;
  line-height: 36px;
  color: #17202d;
  font-weight: bold;
  display: block;
}
.ova-blog-element .ova-content .author {
  display: flex;
  align-items: center;
}
.ova-blog-element .ova-content .author img {
  border-radius: 50%;
}
.ova-blog-element .ova-content .author a {
  padding-left: 10px;
  color: #677283;
  font-weight: 500;
}
.ova-blog-element .ova-content .author a:hover {
  color: var(--primary);
}

/*image home 1*/
.image_home {
  position: relative;
}
.image_home:before {
  content: "";
  width: 20px;
  position: absolute;
  background: var(--primary);
  height: 80%;
  border-radius: 5px 0px 0px 5px;
  left: -20px;
  top: 10%;
}

/*button home 1*/
.btn_home .elementor-button-icon {
  display: flex;
  align-items: center;
}
.btn_home .elementor-button-icon i {
  font-size: 20px;
}
.btn_home .elementor-button-text {
  text-align: left;
}
.btn_home .elementor-button-text .btn_banner {
  font-size: 18px;
  font-weight: bold;
}

/*ICON PALY VIDEO*/
.entox_play {
  transform: translate(-50%, -50%);
}
.entox_play img {
  opacity: 0 !important;
}
.entox_play .elementor-custom-embed-play {
  width: 300px;
  height: 300px;
}
.entox_play .elementor-custom-embed-play:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.entox_play .elementor-custom-embed-play:after {
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  animation-delay: 0.3s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes zoomBig {
  from {
    width: 95px;
    height: 95px;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.entox_play .elementor-custom-embed-play i {
  background-color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}
.entox_play .elementor-custom-embed-play .eicon-play:before {
  font-size: 25px;
  font-family: ovaicon;
  content: "";
  color: #fff;
}

/*button*/
.elementor-button {
  transition: 0.3s ease !important;
  padding: 15px 32px;
  line-height: 18px;
}

/*banner home3*/
.banner_home3 .elementor-heading-title {
  transition: 0.3s;
}
.banner_home3:hover .elementor-heading-title {
  color: #17202d !important;
}

.ova-review:hover .info {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova-review .client_info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ova-review .client_info .client {
  min-height: 230px;
  max-width: 230px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.ova-review .client_info .info {
  padding: 45px 60px;
  border-radius: 10px;
  transition: 0.4s ease;
  position: relative;
  margin-top: 30px;
  background: #fff;
}
.ova-review .client_info .info:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.ova-review .client_info .info p.evaluate {
  font-size: 20px;
  font-weight: 400;
  color: #677283;
  line-height: 36px;
  margin: 0 0 35px 0;
  text-align: center;
}
.ova-review .client_info .info .name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0px 0px 5px 0px;
  text-align: center;
}
.ova-review .client_info .info .job {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #17202d;
  margin: 0;
  text-align: center;
}

.ova-product-categories .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .ova-product-categories .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .ova-product-categories .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .ova-product-categories .items {
    grid-template-columns: 1fr 1fr;
  }
}
.ova-product-categories .items .item {
  text-align: center;
}
.ova-product-categories .items .item a {
  display: block;
}
.ova-product-categories .items .item a .item-content {
  display: inline-block;
  max-width: 170px;
  width: 100%;
  height: 185px;
  border: 1px solid #d7dce4;
  border-radius: 8px;
  padding: 10px;
}
.ova-product-categories .items .item a .item-content .count-product {
  text-align: right;
  margin-bottom: 15px;
}
.ova-product-categories .items .item a .item-content .count-product .count {
  display: inline-block;
}
.ova-product-categories .items .item a .item-content .count-product .count .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9edf2;
  color: var(--text);
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-categories .items .item a .item-content .image {
  height: 57%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-product-categories .items .item a:hover .item-content .count-product .count .number {
  background-color: var(--primary);
  color: #FFFFFF;
}
.ova-product-categories .items .item .title {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--accent);
  line-height: 30px;
}

.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  padding: 24px;
  background-color: var(--primary);
  border-radius: 4px;
  align-items: flex-end;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column1 {
  grid-template-columns: 1fr;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column2 {
  grid-template-columns: 1fr 1fr;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column3 {
  grid-template-columns: repeat(3, 1fr);
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 900px) and (min-width: 768px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 .search-item-2 {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 .product-search-submit {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 {
    grid-template-columns: 1fr;
  }
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 .search-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content label {
  font-weight: 400;
  color: #667085;
  line-height: 1;
  margin-bottom: 8px;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-item-2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-item-2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-item-2 .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
@media (min-width: 768px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-item-2 .inner .search-label:first-child input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-item-2 .inner .search-label:last-child input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text], .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label select, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text], .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search select {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  height: 56px;
  border: 1px solid var(--border);
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text]::placeholder, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label select::placeholder, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text]::placeholder, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search select::placeholder {
  color: var(--text);
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text]:focus, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label select:focus, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text]:focus, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search select:focus {
  color: var(--accent);
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-pickup-date, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-dropoff-date, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date {
  position: relative;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-pickup-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-dropoff-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date i.ova-calendar {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-pickup-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-dropoff-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date i.ova-calendar, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date i.ova-calendar {
    right: 15px;
  }
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .wrap_search_location {
  position: relative;
  cursor: pointer;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .wrap_search_location .locate_me {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .ovabrw-value-attribute {
  display: none;
  width: 100%;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .show_taxonomy {
  display: none;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .product-search-submit .ovabrw_btn_submit {
  width: 100%;
  height: 56px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: var(--accent);
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-search.ovabrw_wd_search .product-search-form .product-search-content .product-search-submit .ovabrw_btn_submit:hover {
  color: var(--primary);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content {
    padding: 30px;
  }
  .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column2, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column3, .ova-product-search.ovabrw_wd_search .product-search-form .product-search-content.column4 {
    grid-template-columns: 1fr;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  text-transform: capitalize;
  color: var(--accent);
  background: var(--background2);
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  background: var(--background1);
  color: var(--accent);
  border: 0;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background: var(--secondary);
  box-shadow: var(--secondary_hover) 0 1px 3px 0 inset;
  color: var(--accent);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div {
  background: var(--secondary);
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  color: var(--text);
  background: #fff;
}

.ova-product-list {
  display: grid;
  grid-gap: 30px;
}
.ova-product-list.column1 {
  grid-template-columns: 1fr;
}
.ova-product-list.column2 {
  grid-template-columns: 1fr 1fr;
}
.ova-product-list.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-product-list.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ova-product-list .entox_product .entox_head_product .entox-product-thumbnail img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .ova-product-list.column4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .ova-product-list.column3, .ova-product-list.column4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-product-list.column2, .ova-product-list.column3, .ova-product-list.column4 {
    grid-template-columns: 1fr;
  }
}

.ova-product-slider .content-product-slider.owl-carousel {
  position: relative;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-stage-outer {
  z-index: 11;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav {
  position: static;
  z-index: 10;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e9edf2;
  font-size: 16px;
  color: var(--accent);
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button i {
  line-height: 1;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button:first-child {
  margin-right: 10px;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button.owl-prev {
  left: -80px;
}
.ova-product-slider .content-product-slider.owl-carousel .owl-nav button.owl-next {
  right: -80px;
}
@media (max-width: 1500px) {
  .ova-product-slider .content-product-slider.owl-carousel .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px;
  }
  .ova-product-slider .content-product-slider.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .ova-product-slider .content-product-slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}

.entox-thumbnails-product {
  margin-bottom: 15px;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.entox-thumbnails-product .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dots .owl-dot {
  outline: none;
}
.owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background-color: var(--text);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background-color: var(--secondary);
}

.ova-product-search2.ovabrw_wd_search {
  display: inline-block;
  width: 100%;
}
.ova-product-search2.ovabrw_wd_search .product-search-form {
  position: relative;
  display: flex;
  height: 75px;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content {
  display: grid;
  overflow: hidden;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column1 {
  grid-template-columns: 1fr;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column2 {
  grid-template-columns: 1fr 1fr;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text], .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label select, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text], .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search select {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  border: none;
  border-right: 1px solid #d7dce4;
  border-radius: 0;
  height: 100%;
  background-color: inherit;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text]::placeholder, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label select::placeholder, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text]::placeholder, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search select::placeholder {
  color: var(--text);
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text]:focus, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label select:focus, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text]:focus, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search select:focus {
  color: var(--accent);
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-pickup-date, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-dropoff-date, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date {
  position: relative;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-pickup-date i.ova-calendar, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label.ova-dropoff-date i.ova-calendar, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date i.ova-calendar, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date i.ova-calendar {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label:last-child input {
  border-right: 0;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .wrap_search_location {
  position: relative;
  cursor: pointer;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .wrap_search_location .locate_me {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .ovabrw-value-attribute {
  display: none;
  width: 100%;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .show_taxonomy {
  display: none;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-submit {
  height: 100%;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-submit .ovabrw_btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
  background-color: var(--primary);
  padding: 10px 17px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-submit .ovabrw_btn_submit i {
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-search2.ovabrw_wd_search .product-search-form .product-search-submit .ovabrw_btn_submit:hover {
  color: #FFFFFF;
  background-color: var(--accent);
}
@media screen and (max-width: 1024px) {
  .ova-product-search2.ovabrw_wd_search .product-search-form {
    padding: 30px;
    height: auto;
    flex-direction: column;
  }
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content {
    grid-column-gap: 30px;
  }
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column3, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column4 {
    grid-template-columns: 1fr 1fr;
  }
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search {
    margin-bottom: 30px;
  }
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label input[type=text], .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .search-label select, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text], .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content .label_search select {
    border: 1px solid #d7dce4;
    border-radius: 5px;
    height: 75px;
  }
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-submit .ovabrw_btn_submit {
    padding: 23.5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column2, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column3, .ova-product-search2.ovabrw_wd_search .product-search-form .product-search-content.column4 {
    grid-template-columns: 1fr;
  }
}

.ui-menu .ui-menu-item:hover {
  background-color: unset;
}
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  border: none;
}

.ova-product-categories3 .items {
  display: grid;
  grid-gap: 30px;
}
.ova-product-categories3 .items.column1 {
  grid-template-columns: 1fr;
}
.ova-product-categories3 .items.column2 {
  grid-template-columns: 1fr 1fr;
}
.ova-product-categories3 .items.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-product-categories3 .items.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ova-product-categories3 .items.column5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) {
  .ova-product-categories3 .items.column5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .ova-product-categories3 .items.column4, .ova-product-categories3 .items.column5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .ova-product-categories3 .items.column3, .ova-product-categories3 .items.column4, .ova-product-categories3 .items.column5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ova-product-categories3 .items.column2, .ova-product-categories3 .items.column3, .ova-product-categories3 .items.column4, .ova-product-categories3 .items.column5 {
    grid-template-columns: 1fr;
  }
}
.ova-product-categories3 .items a {
  position: relative;
  display: flex;
  width: 100%;
  height: 365px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-categories3 .items a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #282f44 0%, rgba(40, 47, 68, 0) 100%);
  z-index: 1;
}
.ova-product-categories3 .items a .item {
  width: 100%;
  height: 100%;
}
.ova-product-categories3 .items a .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-categories3 .items a .title {
  position: absolute;
  bottom: 40px;
  margin: 0 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-product-categories3 .items a:hover .item img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ova-contact-form .info-fields {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.ova-contact-form .info-fields p {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.ova-contact-form .info-fields .wpcf7-form-control-wrap {
  width: 100%;
}
.ova-contact-form .info-fields .wpcf7-form-control-wrap:first-child {
  margin-right: 10px;
}
.ova-contact-form .info-fields .wpcf7-form-control-wrap:last-child {
  margin-left: 10px;
}
.ova-contact-form .info-fields .wpcf7-form-control-wrap input {
  width: 100%;
  height: 75px;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  background-color: #e9edf2;
  color: var(--text);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ova-contact-form .info-fields {
    flex-direction: column;
  }
  .ova-contact-form .info-fields p {
    flex-direction: column;
  }
  .ova-contact-form .info-fields .wpcf7-form-control-wrap:first-child {
    margin-right: 0;
  }
  .ova-contact-form .info-fields .wpcf7-form-control-wrap:last-child {
    margin-left: 0;
  }
}
.ova-contact-form .comment {
  margin-bottom: 20px;
}
.ova-contact-form .comment p {
  margin: 0;
}
.ova-contact-form .comment .wpcf7-form-control-wrap textarea {
  max-width: 100%;
  min-width: 100%;
  height: 215px;
  border: none;
  border-radius: 5px;
  padding: 25px 30px 30px 30px;
  background-color: #e9edf2;
  color: var(--text);
  font-size: 16px;
}
.ova-contact-form .submit input[type=submit] {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  color: #FFFFFF;
  border: none;
  padding: 26px 60px 22px 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-contact-form .submit input[type=submit]:hover {
  border: none;
  background-color: var(--accent);
}

.ova-wpcf7-response-output .wpcf7 form.invalid .wpcf7-response-output, .ova-wpcf7-response-output .wpcf7 form.unaccepted .wpcf7-response-output, .ova-wpcf7-response-output .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
}

.ova-contact-boxes {
  display: inline-block;
  width: 370px;
}
.ova-contact-boxes .boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  padding: 82px 0 55px 0;
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: 60px;
}
.ova-contact-boxes .boxes .icon {
  position: absolute;
  top: -52.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: var(--primary);
}
.ova-contact-boxes .boxes .icon i {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
}
.ova-contact-boxes .boxes .title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: var(--accent);
}
.ova-contact-boxes .boxes .address {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: var(--text);
}
.ova-contact-boxes .boxes .address a {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-contact-boxes .boxes .address a:hover {
  color: var(--primary);
}

.ova-custom-taxonomy {
  display: flex;
  background-color: var(--accent);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.ova-custom-taxonomy .taxonomy-item {
  display: flex;
  width: 100%;
}
.ova-custom-taxonomy .taxonomy-item img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-position: center;
  object-fit: cover;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-custom-taxonomy .taxonomy-item .count-product {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 4px;
  background-color: rgba(23, 32, 45, 0.302);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px 20px;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-custom-taxonomy .taxonomy-item .title {
  position: absolute;
  margin: 0;
  left: 60px;
  bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.333;
  color: #FFFFFF;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-custom-taxonomy:hover .taxonomy-item img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ova-breadcrumbs #breadcrumbs .breadcrumb li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-breadcrumbs #breadcrumbs .breadcrumb li a:hover {
  color: var(--primary);
}

@font-face {
  font-family: "entox-icon";
  src: url("./assets/fonts/entox-icon.eot?zmkabw");
  src: url("./assets/fonts/entox-icon.eot?zmkabw#iefix") format("eot"), url("./assets/fonts/entox-icon.woff2?zmkabw") format("woff2"), url("./assets/fonts/entox-icon.woff?zmkabw") format("woff"), url("./assets/fonts/entox-icon.ttf?zmkabw") format("truetype"), url("./assets/fonts/entox-icon.svg?zmkabw#entox-icon") format("svg");
}
[class*=entox-icon-] {
  font-family: "entox-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;
}

.entox-icon-arrow-down-1:before {
  content: "";
}

.entox-icon-arrow-down:before {
  content: "";
}

.entox-icon-arrow-left:before {
  content: "";
}

.entox-icon-arrow-right:before {
  content: "";
}

.entox-icon-arrow-up-2:before {
  content: "";
}

.entox-icon-arrow-up:before {
  content: "";
}

.entox-icon-bars:before {
  content: "";
}

.entox-icon-calendar:before {
  content: "";
}

.entox-icon-clipboard-text:before {
  content: "";
}

.entox-icon-clipboard-tick:before {
  content: "";
}

.entox-icon-directbox-receive:before {
  content: "";
}

.entox-icon-directions-bike:before {
  content: "";
}

.entox-icon-document-text:before {
  content: "";
}

.entox-icon-dollar-circle:before {
  content: "";
}

.entox-icon-event-seat:before {
  content: "";
}

.entox-icon-filter-search:before {
  content: "";
}

.entox-icon-global:before {
  content: "";
}

.entox-icon-guest:before {
  content: "";
}

.entox-icon-headphone:before {
  content: "";
}

.entox-icon-home-2:before {
  content: "";
}

.entox-icon-home:before {
  content: "";
}

.entox-icon-hot-tub:before {
  content: "";
}

.entox-icon-import:before {
  content: "";
}

.entox-icon-local-laundry-service:before {
  content: "";
}

.entox-icon-message-text:before {
  content: "";
}

.entox-icon-money-send:before {
  content: "";
}

.entox-icon-more-vertical:before {
  content: "";
}

.entox-icon-rooms:before {
  content: "";
}

.entox-icon-ruler:before {
  content: "";
}

.entox-icon-sailor:before {
  content: "";
}

.entox-icon-search-zoom-in:before {
  content: "";
}

.entox-icon-search:before {
  content: "";
}

.entox-icon-sliders:before {
  content: "";
}

.entox-icon-step-1:before {
  content: "";
}

.entox-icon-step-2:before {
  content: "";
}

.entox-icon-wifi:before {
  content: "";
}

.entox-icon-yacht:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */
