@charset "UTF-8";
/*!
Theme Name: Noricum
Theme URI: https://www.nanostudio.eu
Author: CSSIgniter
Author URI: https://www.nanostudio.eu
Description: Noricum Travel
Version: 1.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noricum
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Hero Area
.. 05. Modules
.. 06. Footer
.. 07. Comments
.. 08. Widgets Styling
.. 09. WordPress defaults
.. 10. Mobile Menu
.. 11. External Plugins
.. 12. Grid Effects
.. 13. Utilities
.. 14. WooCommerce
.. 15. Global Mediaqueries
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700&display=swap");
@keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* -----------------------------------------
	01. General
----------------------------------------- */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

[tabindex="-1"]:focus {
  outline: none !important; }

[hidden] {
  display: none !important; }

/* Basic Typography
=================================== */
body {
  line-height: 1.46667;
  font-size: 18px;
  background-color: #fff;
  color: #464646;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-family: 'EB Garamond';
  color: #2d2d2d;
  letter-spacing: 0; }

h1 {
  font-size: 2.5rem;
  font-weight: normal; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.3rem; } }

h2 {
  font-size: 2rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: .8rem; }

p {
  margin: 0 0 30px; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  color: #069882;
  text-decoration: none; }
  a:hover {
    color: #08c9ac;
    text-decoration: none; }
  a:focus {
    outline: 1px dotted #069882; }

.group::after {
  content: "";
  display: table;
  clear: both; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0; }

/* Lists */
ul, ol {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin: 0 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 15px; }

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #d7d7d7;
  font-size: 17px;
  font-weight: 300; }
  blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(70, 70, 70, 0.8);
    font-size: 14px; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px; }

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-content th:first-child,
  .entry-content td:first-child {
    padding-left: 0; }

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle; }

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%; }

.entry-content td {
  border-width: 0 1px 1px 0; }

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  hyphens: none;
  font-style: normal; }

pre {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto; }

/* Various */
address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit; }

abbr,
abbr[title] {
  text-decoration: none;
  border: 0; }

mark {
  color: inherit;
  font: inherit;
  background: none; }

strong,
b {
  font-weight: 500; }

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0; }

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

#map *,
.map * {
  max-width: none !important; }

/* General Form Styling
=================================== */
/* Placeholder text color */
::-webkit-input-placeholder {
  font-weight: normal;
  opacity: .8; }

:-moz-placeholder {
  font-weight: normal;
  opacity: .8; }

::-moz-placeholder {
  font-weight: normal;
  opacity: .8; }

:-ms-input-placeholder {
  font-weight: normal;
  opacity: .8; }

/* Buttons
=================================== */
button:focus {
  outline: 1px dotted #069882; }

.btn,
.button,
.added_to_cart,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  background-color: #069882;
  border: 0;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: inherit;
  padding: 16px 40px 15px;
  font-size: 16px;
  border-radius: 30px; }
  .btn.disabled, .btn:disabled,
  .button.disabled,
  .button:disabled,
  .added_to_cart.disabled,
  .added_to_cart:disabled,
  .comment-reply-link.disabled,
  .comment-reply-link:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  button[type="submit"].disabled,
  button[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:hover,
  .button:hover,
  .added_to_cart:hover,
  .comment-reply-link:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #057f6d; }
  .btn:focus,
  .button:focus,
  .added_to_cart:focus,
  .comment-reply-link:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  button[type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 10px rgba(6, 152, 130, 0.7); }
  .btn [class*="fa-"],
  .button [class*="fa-"],
  .added_to_cart [class*="fa-"],
  .comment-reply-link [class*="fa-"],
  input[type="submit"] [class*="fa-"],
  input[type="reset"] [class*="fa-"],
  button[type="submit"] [class*="fa-"] {
    margin: 0 3px; }

.btn-xs {
  padding: 11px 22px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 30px; }

.btn-sm {
  padding: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px; }

.btn-lg {
  padding: 21px 44px;
  font-size: 18px;
  border-radius: 30px; }

.btn-transparent {
  background-color: transparent;
  border: 2px solid #069882;
  color: #069882; }
  .btn-transparent:hover {
    color: #fff;
    border-color: #069882;
    background-color: #069882; }

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px; }

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
  background-color: #000; }

.mfp-preloader {
  color: #fff; }
  .mfp-preloader a {
    color: #fff; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto; }

button.mfp-close, button.mfp-arrow {
  border: 0;
  opacity: 1; }
  button.mfp-close:hover, button.mfp-arrow:hover {
    background: none;
    border: 0; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff; }

.mfp-arrow {
  line-height: .3; }
  .mfp-arrow::before, .mfp-arrow::after {
    border: 0; }
  .mfp-arrow::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    color: #fff; }

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 991px) {
    .nav {
      display: none; } }

.navigation-main {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: none;
  line-height: normal; }
  .navigation-main::after {
    content: "";
    display: table;
    clear: both; }
  .head-mast [class^="col-lg-12"] .navigation-main {
    margin-top: 10px; }
  .navigation-main li {
    position: relative; }
  .navigation-main > li {
    display: inline-block; }
  .navigation-main a {
    display: block;
    white-space: nowrap; }
  .navigation-main ul {
    text-align: left;
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
    transform: translate(0, 10px);
    margin-left: 12px; }
  .navigation-main ul ul {
    top: -12px;
    left: 100%;
    margin: 0;
    transform: translate(-10px, 0); }
  .navigation-main > li:first-child ul {
    margin-left: 0; }
  .navigation-main li:hover > ul {
    transition-delay: 0s, 0s, 0s;
    visibility: visible;
    opacity: 1; }
  .navigation-main li:hover ul {
    z-index: 15; }
  .navigation-main > li:hover > ul {
    transform: translate(0, 0); }
  .navigation-main li li:hover > ul {
    transform: translate(0, 0); }
  .navigation-main > .nav-open-left ul {
    right: 0; }
  .navigation-main > .nav-open-left ul ul {
    right: 100%;
    left: auto; }
  .navigation-main li .nav-open-left ul {
    right: 100%;
    left: auto; }
  .navigation-main li .nav-open-left.menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px; }
  .navigation-main li.nav-open-left .menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px; }
  .navigation-main ul {
    padding: 15px 0;
    list-style: none;
    background-color: #fff;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08); }
  .navigation-main a {
    position: relative;
    color: #464646;
    font-size: .9rem;
    font-weight: 600; }
  .navigation-main > li > a {
    padding: 10px 0;
    margin: 0 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid transparent; }
  .navigation-main > li:first-child > a {
    margin-left: 0; }
  .navigation-main > li:hover > a,
  .navigation-main > li > a:focus,
  .navigation-main > .current-menu-item > a,
  .navigation-main > .current-menu-parent > a,
  .navigation-main > .current-menu-ancestor > a,
  .navigation-main > .current_page_item > a,
  .navigation-main > .current_page_ancestor > a {
    border-bottom-color: #fff; }
  .navigation-main li li a {
    padding: 6px 20px; }
  .navigation-main li li:hover > a,
  .navigation-main li li > a:focus,
  .navigation-main li .current-menu-item > a,
  .navigation-main li .current-menu-parent > a,
  .navigation-main li .current-menu-ancestor > a,
  .navigation-main li .current_page_item > a,
  .navigation-main li .current_page_ancestor > a {
    color: #069882; }
  .navigation-main .menu-item-has-children > a::after,
  .navigation-main .page_item_has_children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: -4px;
    right: -4px;
    line-height: normal; }
  .navigation-main li .menu-item-has-children > a,
  .navigation-main li .page_item_has_children > a {
    padding-right: 25px; }
    .navigation-main li .menu-item-has-children > a::after,
    .navigation-main li .page_item_has_children > a::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .navigation-main .nav-button > a {
    border: none;
    background-color: #069882;
    font-size: 12px;
    border-radius: 20px;
    padding: 7px 23px;
    margin-left: 10px;
    font-weight: 500; }
    .navigation-main .nav-button > a::before {
      display: none; }
  .navigation-main .nav-button:last-child > a {
    margin-right: 0; }
  .navigation-main .mega-menu > ul {
    display: flex; }
    .navigation-main .mega-menu > ul > li > a {
      font-weight: 700;
      font-size: 1.05em; }
    .navigation-main .mega-menu > ul > li > a,
    .navigation-main .mega-menu > ul > li > a:focus,
    .navigation-main .mega-menu > ul > li.current-menu-item > a,
    .navigation-main .mega-menu > ul > li.current-menu-parent > a,
    .navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
      background-color: transparent;
      color: initial; }
    .navigation-main .mega-menu > ul ul {
      display: block;
      opacity: 1;
      box-shadow: none;
      padding: 0;
      margin: 0;
      position: static;
      background: none;
      min-width: 180px;
      transform: translate(0, 10px); }
    .navigation-main .mega-menu > ul a::after {
      display: none; }
  .navigation-main .mega-menu:hover ul ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s; }

.navigation-main-right {
  text-align: right;
  float: right; }
  .navigation-main-right > li:last-child ul {
    right: 0; }
  .navigation-main-right > li:last-child ul ul {
    left: auto;
    right: 100%; }
  .navigation-main-right > li:last-child .menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px; }

.navigation-flags a > img {
  height: 1.2rem; }

.mm-listview a > img {
  height: 1.6rem; }

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
  z-index: 50;
  width: 100%;
  top: 0;
  position: absolute;
  color: #fff; }
  .admin-bar .header {
    top: 32px; }

.header-static {
  position: relative; }

@media (min-width: 1300px) {
  .header-fullwidth .container {
    width: 1600px; } }

.site-logo {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0; }
  .site-logo a {
    color: #fff; }

.site-tagline {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0; }

.head-intro {
  font-size: 14px; }
  .head-intro a {
    color: inherit; }
  @media (max-width: 767px) {
    .head-intro {
      text-align: center; } }

.head-intro-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  display: flex; }
  @media (max-width: 767px) {
    .head-intro-inner {
      height: auto;
      flex-direction: column;
      justify-content: center; } }

.head-intro-info {
  display: flex;
  align-items: center; }
  .head-intro-info span {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 15px;
    height: 100%; }
    .head-intro-info span:first-child {
      padding-left: 0; }
    @media (max-width: 767px) {
      .head-intro-info span {
        margin: 0 3px;
        justify-content: center;
        border: 0;
        font-size: 12px; } }
  @media (max-width: 767px) {
    .head-intro-info {
      padding-top: 10px;
      justify-content: center; } }

.head-intro-addons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  border-top-color: rgba(255, 255, 255, 0.4); }
  @media (max-width: 767px) {
    .head-intro-addons {
      justify-content: space-between;
      margin: 5px 0 0;
      padding: 2px 0;
      border-top-width: 1px;
      border-top-style: solid; } }

.head-intro-addon {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 100%; }
  @media (max-width: 767px) {
    .head-intro-addon {
      border: 0;
      padding: 0; } }

.head-search {
  display: flex;
  align-items: center; }
  .head-search:not(:only-child)::before {
    content: "\007c";
    margin: 0 15px;
    opacity: .5; }

.head-search-form {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .25s ease;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  z-index: 25; }
  .head-search-form.head-search-expanded {
    max-width: 100%;
    transform: translateY(0); }

.head-search-input {
  height: 56px; }

.head-mast {
  padding: 20px 0; }
  @media (max-width: 991px) {
    .head-mast {
      padding: 10px 0; } }

.head-sticky {
  will-change: transform; }
  .head-sticky.is-stuck {
    z-index: 99;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .head-sticky.is-stuck {
        position: static !important;
        background-color: inherit;
        padding: 0; }
        .head-sticky.is-stuck + div {
          display: none !important; } }

@media (max-width: 991px) {
  .stuck {
    display: none; } }

/* -----------------------------------------
	04. Hero Area
----------------------------------------- */
/* Basic Styles
=================================== */
.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px 0;
  background: linear-gradient(to bottom, #069882 0%, #08bfa4 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  height: 470px; }
  .page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 100%); }
  .slick-initialized .page-hero {
    display: flex; }
  .page-hero .btn {
    margin-top: 25px; }
  .page-hero .hero-badge-meta {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .page-hero .hero-badge-meta {
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .page-hero {
      height: 340px; } }
  @media (max-width: 767px) {
    .page-hero {
      height: 280px; } }

.page-hero-lg {
  height: 80vh;
  overflow: hidden;
  text-align: center;
  align-items: center;
  min-height: 400px;
  max-height: 700px;
  background-position: center; }
  .page-hero-slideshow .page-hero-lg {
    height: 100%;
    max-height: none; }
  .page-hero-lg .btn {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .page-hero-lg .btn {
        margin-top: 25px;
        padding: 15px 25px;
        font-size: 18px; } }
  @media (max-width: 991px) {
    .page-hero-lg {
      height: 650px; } }
  @media (max-width: 767px) {
    .page-hero-lg {
      height: 500px;
      align-items: flex-end;
      padding-bottom: 60px; } }

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

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

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

.page-hero-align-top {
  align-items: flex-start; }
  @media (max-width: 991px) {
    .page-hero-align-top {
      align-items: center; } }

.page-hero-align-middle {
  align-items: center; }

.page-hero-align-bottom {
  align-items: flex-end; }
  @media (max-width: 991px) {
    .page-hero-align-bottom {
      align-items: center; } }

.page-hero-content {
  position: relative;
  z-index: 15; }
  .content-elevated .page-hero-content {
    margin-bottom: 70px;
    color: #fff;
    min-height: 70px; }
    @media (max-width: 767px) {
      .content-elevated .page-hero-content {
        color: #464646;
        margin-bottom: 40px;
        min-height: 0; } }
  @media (max-width: 767px) {
    .page-hero-content .hero-badge-meta {
      display: none; } }

.page-hero-title {
  color: inherit;
  margin: 0;
  font-size: 3.6rem;
  padding: 2rem 0;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
  font-weight: 300; }
  .page-hero-lg .page-hero-title {
    font-size: 3.5rem; }
    .home .page-hero-lg .page-hero-title {
      padding: 0 6vw; }
  @media (max-width: 1299px) {
    .page-hero-lg .page-hero-title {
      font-size: 4rem; } }
  @media (max-width: 991px) {
    .page-hero-title {
      padding: .2rem 0;
      font-size: 3rem; }
      .page-hero-lg .page-hero-title {
        font-size: 3.5rem; } }
  @media (max-width: 767px) {
    .page-hero-title {
      font-size: 2.7rem;
      line-height: .9; }
      .content-elevated .page-hero-title {
        text-shadow: none; }
      .page-hero-lg .page-hero-title {
        font-size: 2.4rem; } }

.share-link {
  display: block;
  color: #fff;
  margin-top: 1rem; }
  .share-link i {
    margin-right: .4rem; }

.page-hero-subtitle {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.33333;
  width: 680px;
  max-width: 100%;
  letter-spacing: 0; }
  .page-hero-align-center .page-hero-subtitle {
    margin-left: auto;
    margin-right: auto; }
  .page-hero-align-right .page-hero-subtitle {
    margin-left: auto; }
  @media (max-width: 991px) {
    .page-hero-subtitle {
      width: auto; } }
  @media (max-width: 767px) {
    .page-hero-subtitle {
      font-size: 15px;
      line-height: 1.4; } }

/* Video Backgrounds
=================================== */
.cousteau-pro-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .cousteau-pro-video-wrap.visible .cousteau-pro-video-background {
    opacity: 1; }
  .cousteau-pro-video-wrap.visible::before {
    display: none; }
  .cousteau-pro-video-wrap::before {
    border: 6px solid rgba(255, 255, 255, 0.35);
    border-top-color: rgba(255, 255, 255, 0.875);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    animation: rot .8s infinite linear;
    content: "";
    position: absolute;
    bottom: 100px;
    z-index: 1000;
    left: 50%;
    margin-left: -20px; }
    @media (max-width: 1080px) {
      .cousteau-pro-video-wrap::before {
        display: none; } }

.cousteau-pro-video-background {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
  height: 300%;
  top: -100%; }
  .cousteau-pro-video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  @media (max-aspect-ratio: 16 / 9) {
    .page-hero-lg .cousteau-pro-video-background {
      height: 100%;
      top: 0;
      width: 300%;
      left: -100%; } }

/* Slideshow
=================================== */
.page-hero-slideshow {
  position: relative;
  height: 80vh;
  overflow: hidden; }
  @media (max-width: 991px) {
    .page-hero-slideshow {
      height: 650px; } }
  @media (max-width: 767px) {
    .page-hero-slideshow {
      height: 500px; } }
  .page-hero-slideshow .slick-list,
  .page-hero-slideshow .slick-track {
    height: 100%; }
  .page-hero-slideshow .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }

.cousteau-pro-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  line-height: 1;
  cursor: pointer; }
  .cousteau-pro-slick-slider .slick-arrow:hover {
    border-color: #069882; }
  @media (max-width: 767px) {
    .cousteau-pro-slick-slider .slick-arrow {
      display: none !important;
      visibility: hidden; } }

.cousteau-pro-slick-slider .slick-next {
  right: 15px; }
  .cousteau-pro-slick-slider .slick-next .fa {
    position: relative;
    left: 2px; }

.cousteau-pro-slick-slider .slick-prev {
  left: 15px; }
  .cousteau-pro-slick-slider .slick-prev .fa {
    position: relative;
    right: 1px; }

.cousteau-pro-slick-slider .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  bottom: 100px; }
  .cousteau-pro-slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px; }
  .cousteau-pro-slick-slider .slick-dots button {
    position: relative;
    text-indent: -999em;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    cursor: pointer; }
    .cousteau-pro-slick-slider .slick-dots button:focus {
      outline: 0; }
    .cousteau-pro-slick-slider .slick-dots button::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -6px;
      left: -6px;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      border: 2px solid #fff;
      opacity: 0;
      transition: opacity .18s ease; }
  .cousteau-pro-slick-slider .slick-dots .slick-active button::before {
    opacity: 1; }

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* -----------------------------------------
	05. Modules
----------------------------------------- */
/* General Layout
=================================== */
@media (max-width: 575px) {
  .container {
    width: 100%; } }

.main {
  padding: 75px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .main {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .main {
      padding: 50px 0; } }

@media (min-width: 768px) {
  .main-elevated {
    padding-top: 40px; }
    .single-cousteau_pro_package .main-elevated {
      padding-top: 0; }
      .single-cousteau_pro_package .main-elevated .entry-content > *:first-child {
        margin-top: 2rem; } }

@media (min-width: 768px) {
  .main-pulled {
    padding: 0;
    margin-top: -160px; } }

@media (min-width: 1600px) {
  .main-pulled {
    margin-top: -200px; } }

@media (min-width: 768px) {
  .content-elevated {
    margin-top: -140px; } }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 60px; } }

.section-margin {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .section-margin {
      margin-bottom: 0; } }

.content-sticky-parent {
  height: 100%; }

@media (max-width: 991px) {
  .content-sticky {
    position: static !important; }
    .content-sticky + .stuck {
      display: none !important; } }

/* Sections
=================================== */
.widget-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    .widget-section {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .widget-section {
      margin-bottom: 50px; } }
  .widget-section:last-child {
    margin-bottom: 0; }

.section-heading {
  margin-bottom: 2rem;
  line-height: normal; }
  .section-heading::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 20px 0 0; }

.section-title {
  font-size: 30px;
  margin: 0;
  color: #069882; }
  @media (min-width: 768px) {
    .home .widget-section:first-child .section-title {
      color: white; } }
  @media (max-width: 767px) {
    .section-title {
      font-size: 24px; } }

.section-subtitle {
  margin: 0;
  color: #8a8a8a;
  font-size: 18px;
  letter-spacing: 0; }
  .section-subtitle a {
    color: #8a8a8a; }
  @media (max-width: 767px) {
    .section-subtitle {
      font-size: 15px; } }

.section-related {
  margin-top: 70px; }

/* Entry Styles
=================================== */
.entry {
  margin: 0 0 50px; }

.entry-header {
  margin-bottom: 30px; }

.entry-title {
  margin-bottom: 0; }
  .entry-title a {
    color: #464646; }
    .entry-title a:hover {
      color: #069882; }

.entry-meta {
  color: #8a8a8a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 15px; }
  .entry-meta span::after {
    content: "\2022";
    margin: 0 4px;
    opacity: .5; }
  .entry-meta span:last-child::after {
    display: none; }
  .entry-meta .ci-star-rating {
    margin-left: auto;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .entry-meta {
      display: block; } }

.tour-meta-container {
  display: flex;
  align-items: bottom; }

.tour-meta {
  margin: 0;
  padding: 1rem 0 2rem;
  color: #fff;
  width: 100%; }
  @media (min-width: 992px) {
    .tour-meta {
      background-color: #111;
      padding: 2rem;
      margin-top: auto; } }

.entry-thumb {
  margin-bottom: 35px;
  position: relative;
  z-index: 15; }
  .entry-thumb img {
    border-radius: 4px; }
  .entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
    margin-top: 0; }

@media (min-width: 992px) {
  .cousteau_pro_package .entry-content {
    column-count: 2;
    column-gap: 30px; } }

.entry-content::after {
  content: "";
  display: table;
  clear: both; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 20px 0; }
  .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
    margin-top: 0; }

.entry-content .anchor-title {
  margin-top: 45px; }
  .entry-content .anchor-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 0 0 15px; }

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 40px 0; }
  .entry-content .fluid-width-video-wrapper:first-child,
  .entry-content audio:first-child,
  .entry-content video:first-child,
  .entry-content blockquote:first-child {
    margin-top: 0; }
  .entry-content .fluid-width-video-wrapper:last-child,
  .entry-content audio:last-child,
  .entry-content video:last-child,
  .entry-content blockquote:last-child {
    margin-bottom: 0; }

.entry-content blockquote {
  font-size: 20px;
  position: relative;
  padding-left: 50px;
  border: 0; }
  .entry-content blockquote::before {
    content: "\00201C";
    font-size: 5em;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: .35; }

.entry-content .boxed-title {
  font-size: 16px;
  border-radius: 5px;
  border-left: 4px solid #069882;
  padding: 11px 15px;
  margin: 40px 0 30px;
  background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0)); }

.entry-content p::after {
  content: "";
  display: table;
  clear: both; }

.entry-content-collapsible {
  max-height: 175px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .entry-content-collapsible.expanded {
    max-height: 9999px; }
    .entry-content-collapsible.expanded::before {
      display: none; }
  .entry-content-collapsible::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none; }

@media (min-width: 992px) and (max-width: 1299px) {
  .entry-content-collapsible {
    min-height: 220px; } }

.entry-content-intro {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .entry-content-column-split {
    columns: 2; } }

.entry-more-btn {
  margin-top: 25px; }

.entry-tags {
  margin-top: 40px; }

.entry-author-box {
  display: flex;
  padding: 40px 30px;
  margin-bottom: 65px;
  background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0));
  border-left: 4px solid #ebebeb;
  border-radius: 5px; }

.entry-author-thumbnail {
  width: 68px;
  flex: none;
  margin-right: 25px; }
  .entry-author-thumbnail img {
    border-radius: 5px; }

.entry-author-title {
  margin-bottom: 20px;
  font-size: 15px; }

.entry-author-subtitle {
  margin-top: -18px;
  margin-bottom: 20px; }

.widget-tour-info {
  margin-bottom: 60px; }

/* Entry title navigation
=================================== */
.entry-title-navigation {
  background-color: #fff;
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
  padding: 15px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none; }
  .entry-title-navigation.visible {
    opacity: 1;
    pointer-events: auto; }
  .entry-thumb + .entry-title-navigation {
    margin-top: -40px;
    z-index: 20; }

.entry-title-navigation-link {
  color: #2d2d2d;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d7d7d7;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  padding: 10px 25px; }
  .entry-title-navigation-link:last-child {
    border: 0; }
  .entry-title-navigation-link:hover, .entry-title-navigation-link.active {
    color: #069882; }
  .entry-title-navigation-link .fas {
    margin-right: 10px; }

/* Items & Item Listings
=================================== */
.row-items {
  margin-bottom: -40px; }
  .row-items.no-gutters {
    margin-bottom: 0; }

.item {
  margin-bottom: 60px; }
  .no-gutters .item {
    margin-bottom: 0; }

.item-vertical {
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: box-shadow .18s ease;
  border-radius: 5px; }
  .item-vertical:hover {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04); }
    .item-vertical:hover .item-thumb img {
      border-radius: 0; }
  .item-vertical .item-excerpt {
    margin: 10px 0 0 0;
    text-align: center; }

.item-media {
  display: flex; }

.item-list-xs {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d7d7d7; }
  .item-list-xs:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0; }

.item-thumb {
  position: relative;
  margin: 0 0 20px; }
  .item-thumb img {
    border-radius: 5px;
    transition: border-radius .18s ease; }
  .item-vertical .item-thumb {
    margin: 0; }
  .item-media .item-thumb {
    margin-right: 30px;
    flex: none;
    width: 260px; }
    @media (max-width: 1299px) {
      .item-media .item-thumb {
        width: 220px; } }
    @media (max-width: 991px) {
      .item-media .item-thumb {
        width: 180px; } }
    @media (max-width: 767px) {
      .item-media .item-thumb {
        width: 100px;
        margin-right: 15px; } }

.item-content {
  min-width: 1px; }
  .item-vertical .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px; }

.item-meta {
  margin-bottom: 5px; }
  .item-vertical .item-meta {
    display: inline-flex;
    align-items: center;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0 25px;
    margin: 0;
    transform: translateY(-50%); }
    .item-vertical .item-meta + .item-title {
      margin-top: -10px; }
  .item-media .item-meta {
    margin-bottom: 10px; }

.item-meta-field {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center; }
  .item-meta-field::after {
    content: "\2022";
    color: #069882;
    font-size: 1.5em;
    margin: 0 5px; }
  .item-meta-field:last-of-type::after {
    display: none; }
  .item-entry .item-meta-field {
    text-transform: none; }
  .item-list-xs .item-meta-field {
    font-size: 11px; }

.item-title {
  line-height: normal;
  letter-spacing: 0;
  font-size: 1.9rem;
  margin: 0 0 15px;
  font-weight: 500;
  max-width: 100%; }
  .item-title a {
    color: #2d2d2d; }
    .item-title a:hover {
      color: #069882; }
  .item-vertical .item-title {
    margin: 20px 0 0;
    text-align: center; }
  @media (min-width: 768px) {
    .item-media .item-title {
      font-size: 24px; } }
  .item-list-xs .item-title {
    font-size: 14px; }

.onsale,
.item-badge {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  background-color: #069882;
  position: absolute;
  top: 13px;
  right: -5px;
  padding: 8px 19px;
  border-radius: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0; }
  .onsale::before,
  .item-badge::before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #046758;
    position: absolute;
    bottom: -4px;
    right: -5px;
    z-index: -1; }
  @media (max-width: 767px) {
    .item-media .onsale, .item-media
    .item-badge {
      font-size: 9px;
      padding-left: 10px;
      padding-right: 10px;
      top: 5px; } }

.item-info {
  margin: 10px 0 0; }

/* Pagination
=================================== */
.navigation {
  margin: 40px 0 0;
  text-align: center;
  line-height: normal; }
  .navigation a,
  .navigation .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    color: #8a8a8a;
    background: none;
    font-weight: 500;
    height: 35px; }
  .navigation .page-numbers {
    border-radius: 50%;
    width: 35px; }
  .navigation .next,
  .navigation .prev,
  .navigation .nav-next a,
  .navigation .nav-previous a {
    width: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .navigation a:hover,
  .navigation .current {
    border-color: #069882; }
  .navigation .nav-links::after {
    content: "";
    display: table;
    clear: both; }
  .navigation .nav-previous {
    float: left; }
  .navigation .nav-next {
    float: right; }

.comment-navigation {
  margin: 30px 0; }

.page-links {
  margin: 35px 0; }
  .page-links .page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    color: #8a8a8a;
    background: none;
    font-weight: 500;
    height: 35px; }
    .page-links .page-number:hover {
      border-color: #069882; }
  .page-links > .current .page-number {
    border-color: #069882;
    color: #fff;
    background-color: #069882; }
  .page-links > a:first-child,
  .page-links > span:first-child {
    margin-left: 10px; }

/* Social Icons
=================================== */
.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-social-icons li {
    display: inline-block;
    margin: 3px 0; }

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  color: #2d2d2d;
  border: 2px solid #d7d7d7;
  border-radius: 50%; }
  .social-icon:hover {
    border-color: #069882;
    color: #069882; }
  .header .social-icon,
  .footer-info .social-icon {
    color: currentColor;
    font-size: inherit;
    width: auto;
    height: auto;
    border: none !important;
    margin: 3px 5px; }

.entry-social-share {
  text-align: center; }
  @media (min-width: 992px) {
    .entry-social-share li {
      display: block; } }
  @media (max-width: 1299px) {
    .entry-social-share {
      text-align: left;
      margin-bottom: 30px; } }

.entry-social-share-title {
  color: #8a8a8a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 10px; }

/* Hero meta badge
=================================== */
.hero-badge-meta {
  display: inline-flex;
  align-items: center;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 30px; }

.hero-badge-meta-item {
  color: currentColor;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center; }
  .hero-badge-meta-item::after {
    content: "\2022";
    color: #069882;
    font-size: 1.5em;
    margin: 0 5px; }
  .hero-badge-meta-item:last-child::after {
    display: none; }

.text-style {
  color: #8a8a8a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0; }

/* Listing controls toolbar
=================================== */
.listing-controls {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.listing-content-controls {
  margin-left: auto; }
  .listing-content-controls select {
    min-width: 200px; }

.listing-view-control label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0;
  border: 2px solid #d7d7d7;
  cursor: pointer; }
  .listing-view-control label i {
    margin: 0;
    min-width: 0;
    line-height: normal;
    font-size: 18px; }

.listing-view-control input {
  position: absolute;
  left: -9999px; }
  .listing-view-control input:checked + label {
    border-color: #069882; }

/* Styled boxes
=================================== */
.box-styled {
  border-radius: 5px;
  background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0));
  padding: 35px 30px;
  margin: 30px 0 30px;
  break-before: column; }
  @media (min-width: 992px) {
    .box-styled {
      margin: 0 0 30px; } }
  .box-styled :last-child {
    margin-bottom: 0; }
  .box-styled p {
    margin: 0 0 20px; }
    .box-styled p:last-child {
      margin-bottom: 0; }
  .box-styled ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px; }
  .box-styled li {
    position: relative;
    margin-bottom: 2px; }
    .box-styled li::before {
      content: "\2022";
      position: absolute;
      display: inline-block;
      color: #069882;
      width: 15px;
      left: -20px;
      top: -1px;
      font-size: 24px;
      font-family: serif;
      font-weight: 900;
      line-height: 1; }

/* Star ratings
=================================== */
.ci-star-rating {
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block; }
  .ci-star-rating::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0); }

.ci-star-rating-inner {
  overflow: hidden;
  color: gold;
  display: block; }
  .ci-star-rating-inner::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    overflow: hidden;
    transform: translateX(0); }

.ci-star-rating-5 .ci-star-rating-inner {
  width: 100%; }

.ci-star-rating-4 .ci-star-rating-inner {
  width: 80%; }

.ci-star-rating-3 .ci-star-rating-inner {
  width: 60%; }

.ci-star-rating-2 .ci-star-rating-inner {
  width: 40%; }

.ci-star-rating-1 .ci-star-rating-inner {
  width: 20%; }

/* Ratings bar
=================================== */
.ratings-bar {
  width: 100%;
  height: 5px;
  background-color: #ebebeb;
  position: relative; }

.ratings-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #069882; }

/* Star rating score
=================================== */
.star-count {
  width: 0;
  white-space: nowrap; }

.ratings-board-score {
  flex: none;
  width: 86px;
  height: 110px;
  background-color: #069882;
  color: #fff;
  line-height: normal;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 5px 10px;
  margin-left: 15px; }
  .ratings-board-score .ci-star-rating {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px; }
  .ratings-board-score .ci-star-rating-inner {
    color: #fff; }

.ratings-score {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: 500; }

.ratings-score-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0; }

/* Ratings board
=================================== */
.ratings-board {
  display: flex;
  line-height: normal;
  margin: 20px 0 55px; }

.ratings-board-rows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  margin: -5px 0; }

.ratings-board-row {
  display: flex;
  align-items: center; }
  .ratings-board-row:first-child {
    padding-top: 0; }
  .ratings-board-row:last-child {
    padding-bottom: 0; }
  .ratings-board-row .ci-star-rating {
    margin-right: 5px; }
  .ratings-board-row .ratings-bar {
    margin-left: 45px; }
    @media (max-width: 767px) {
      .ratings-board-row .ratings-bar {
        margin-left: 30px; } }

/* Star Rating Input
=================================== */
.ci-star-rating-input {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .ci-star-rating-input input {
    display: none; }
    .ci-star-rating-input input:checked ~ label {
      color: gold; }
  .ci-star-rating-input label {
    cursor: pointer;
    color: #ebebeb;
    margin-right: 4px; }
    .ci-star-rating-input label span {
      display: none; }
    .ci-star-rating-input label::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f005";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-size: 20px; }

/* Boxed forms
=================================== */
.form-boxed {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
  padding: 35px 30px; }
  @media (max-width: 1299px) {
    .form-boxed {
      padding: 25px 15px; } }

/* Range Sliders
=================================== */
.range-slider {
  display: block;
  margin-bottom: 10px; }
  .range-slider.noUi-target {
    box-shadow: none;
    border: 0;
    background-color: #ebebeb; }
  .range-slider.noUi-horizontal {
    height: 5px; }
    .range-slider.noUi-horizontal .noUi-handle {
      box-shadow: none;
      border: 0;
      border-radius: 50%;
      cursor: pointer; }
      .range-slider.noUi-horizontal .noUi-handle::after, .range-slider.noUi-horizontal .noUi-handle::before {
        display: none; }
    .range-slider.noUi-horizontal .noUi-handle-lower {
      background-color: #2d2d2d;
      width: 13px;
      height: 13px;
      top: -4px;
      left: auto;
      right: -13px !important; }
    .range-slider.noUi-horizontal .noUi-handle-upper {
      background-color: #069882;
      width: 17px;
      height: 17px;
      right: 0 !important; }
  .range-slider .noUi-connect {
    background-color: #069882; }

.range-slider-values {
  color: #8a8a8a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  display: flex;
  align-items: center; }

.range-slider-value:last-child {
  margin-left: auto; }

/* Filter Forms
=================================== */
.filter-form-vertical .filter-form-group {
  margin-bottom: 30px; }
  .filter-form-vertical .filter-form-group:last-of-type {
    margin-bottom: 0; }

.filter-form-inline {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 142px;
  padding: 25px 20px;
  position: relative;
  z-index: 25; }
  .filter-form-inline .filter-form-group {
    flex: 1;
    padding: 10px; }
    @media (max-width: 991px) {
      .filter-form-inline .filter-form-group {
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      .filter-form-inline .filter-form-group {
        flex: 0 0 100%; } }
  .filter-form-inline input,
  .filter-form-inline select,
  .filter-form-inline button {
    width: 100%; }
  @media (max-width: 991px) {
    .filter-form-inline {
      height: auto; } }

.filter-form-range-inline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.main .widget_ci-filter-form:first-child,
.main .widget_ci-home-filter-form:first-child {
  margin-top: -146px; }
  @media (max-width: 767px) {
    .main .widget_ci-filter-form:first-child,
    .main .widget_ci-home-filter-form:first-child {
      margin-top: -75px; } }

.footer-widget-sections .widget_ci-filter-form:last-child,
.footer-widget-sections .widget_ci-home-filter-form:last-child {
  margin-bottom: -71px; }
  @media (max-width: 991px) {
    .footer-widget-sections .widget_ci-filter-form:last-child,
    .footer-widget-sections .widget_ci-home-filter-form:last-child {
      margin-bottom: 60px; } }

.no-content-notice {
  padding: 30px;
  background-color: #f3f3f3;
  border-left: 4px solid #ebebeb;
  border-radius: 5px; }
  .no-content-notice p:last-child {
    margin-bottom: 0; }

.theme-border-radius {
  border-radius: 5px; }

/* Stylized form wrappers
=================================== */
@media (max-width: 991px) {
  .theme-form.content-elevated {
    margin-top: 0; } }

/* -----------------------------------------
	06. Footer
----------------------------------------- */
.footer {
  background-color: #f8f8f8; }

@media (min-width: 1300px) {
  .footer-fullwidth .container {
    width: 1600px; } }

.footer-widgets {
  padding: 70px 0 10px; }
  @media (max-width: 991px) {
    .footer-widgets {
      padding: 70px 0 20px; } }
  @media (max-width: 767px) {
    .footer-widgets {
      padding: 70px 0 30px; } }

@media (min-width: 992px) {
  .footer-extra-pad {
    padding-top: 65px; } }

@media (min-width: 992px) {
  .footer-extra-pad-2 {
    padding-top: 135px; } }

.footer-info {
  font-size: 14px; }

.footer-info-inner {
  padding: 15px 0;
  border-top: 1px solid #d7d7d7; }
  .footer-info-inner.on-background {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.4); }

.footer-copy {
  margin-bottom: 0; }

/* -----------------------------------------
	07. Comments
----------------------------------------- */
.comments-area {
  margin: 30px 0 0; }

.comments-title,
.comment-reply-title {
  margin-bottom: 15px; }

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }
  .comment-list .children {
    list-style: none; }
    @media (max-width: 767px) {
      .comment-list .children {
        margin: 0;
        padding: 0; } }
  .comment-list .comment-body {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px; }
  .comment-list > .comment:first-child > .comment-body {
    border-top: 0;
    padding-top: 0; }

.post-comments {
  margin: 0 0 45px; }

.comment-author {
  font-size: 14px; }
  .comment-author .fn {
    font-weight: 500;
    color: #2d2d2d; }
  .comment-author .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 30px 15px 0;
    overflow: visible;
    border-radius: 3px; }
    @media (max-width: 575px) {
      .comment-author .avatar {
        display: none; } }

.comment-content {
  overflow: hidden;
  zoom: 1; }
  .comment-content table,
  .comment-content ul,
  .comment-content ol {
    margin: 30px 0; }
  .comment-content ul ul, .comment-content ul ol, .comment-content ol ul, .comment-content ol ol {
    margin-top: 0;
    margin-bottom: 0; }

.comment-metadata {
  color: #8a8a8a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  margin: 5px 0 10px;
  font-weight: 400;
  display: flex;
  align-items: center; }
  .comment-metadata a {
    color: #8a8a8a; }
  .comment-metadata .ci-star-rating {
    font-size: 10px;
    margin-right: 10px; }

.edit-link {
  margin-left: 5px; }

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
  position: absolute;
  top: 25px;
  right: 0; }
  @media (max-width: 767px) {
    .comment-reply-link {
      margin: 0; } }

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px; }

.comment-respond {
  margin-top: 40px; }

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px; }

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
  margin: -25px 0 35px; }

.form-submit {
  margin-bottom: 0; }

.no-comments {
  border: 1px solid #d7d7d7;
  padding: 15px;
  margin-top: 40px;
  text-align: center; }

.comment-form-cookies-consent {
  line-height: normal; }
  .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0 0 0 8px;
    position: relative;
    top: -3px; }

.comments-title,
.comment-reply-title {
  font-size: 26px;
  margin-bottom: 30px; }
  .comments-title::before,
  .comment-reply-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 0 0 20px; }

/* -----------------------------------------
	08. Widgets Styling
----------------------------------------- */
.widget {
  font-size: 14px;
  margin: 0 0 60px;
  /* Nullify bottom margin for last elements in widgets and sidebars */ }
  @media (max-width: 991px) {
    .widget {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .widget {
      margin-bottom: 40px; } }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
  .widget p:last-child {
    margin-bottom: 0; }
  .widget select {
    width: 100%; }

.widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 0;
  color: #8a8a8a;
  font-weight: 400; }
  .widget-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #069882;
    border-radius: 5px;
    margin: 10px 0 0; }
  .widget-title label {
    text-transform: none;
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: inherit; }

/* WIDGET: Theme - Hero
========================================= */
.widget-hero {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 90px 0;
  position: relative;
  border-radius: 5px; }
  @media (max-width: 991px) {
    .widget-hero {
      padding: 70px 30px; } }
  @media (max-width: 767px) {
    .widget-hero {
      padding: 50px 20px; } }
  .widget-hero .hero-badge-meta {
    margin-bottom: 25px; }
  .widget-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.widget-hero-title {
  color: currentColor;
  font-size: 42px;
  text-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  letter-spacing: 0; }
  @media (max-width: 991px) {
    .widget-hero-title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .widget-hero-title {
      font-size: 26px; } }

.widget-hero-subtitle {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.333333333;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .widget-hero-subtitle {
      font-size: 15px;
      line-height: 1.46667; } }

/* WIDGET: Theme - Contact Widget
========================================= */
.ci-contact-widget-title {
  font-size: 16px;
  margin: 0 0 15px; }

.ci-contact-widget-items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ci-contact-widget-item {
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #d7d7d7; }
  .ci-contact-widget-item i {
    text-align: center;
    min-width: 26px;
    color: #069882;
    margin-right: 5px; }

@media (min-width: 992px) {
  .main-elevated .elevation-candidate:first-child {
    position: relative;
    z-index: 30;
    margin-top: -140px; }
  .content-elevated .elevation-candidate:first-child {
    margin-top: 0; } }

/* WIDGET: Theme - Opening Hours
========================================= */
.ci-schedule-widget-intro {
  margin-bottom: 20px; }

.ci-schedule-widget-table {
  text-align: left; }
  .ci-schedule-widget-table th {
    font-weight: 500; }
  .ci-schedule-widget-table th, .ci-schedule-widget-table td {
    padding: 10px 0; }
  .ci-schedule-widget-table tr {
    border-bottom: 1px dashed #d7d7d7; }

/* WIDGET: List Widgets
========================================= */
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget-list-wrap ul,
.widget_product_categories ul,
.woocommerce-widget-layered-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_categories ul ul,
  .widget_archive ul ul,
  .widget_nav_menu ul ul,
  .widget-list-wrap ul ul,
  .widget_product_categories ul ul,
  .woocommerce-widget-layered-nav ul ul {
    margin-left: 15px; }

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget-list-wrap li,
.widget_product_categories li,
.woocommerce-widget-layered-nav li {
  line-height: normal;
  display: block;
  align-items: center;
  position: relative;
  letter-spacing: 0; }
  .widget_meta li a,
  .widget_pages li a,
  .widget_categories li a,
  .widget_archive li a,
  .widget_nav_menu li a,
  .widget-list-wrap li a,
  .widget_product_categories li a,
  .woocommerce-widget-layered-nav li a {
    display: block;
    margin-bottom: 3px;
    color: #2d2d2d;
    border-bottom: 1px dashed #d7d7d7;
    padding: 10px 0; }
    .widget_meta li a:hover,
    .widget_pages li a:hover,
    .widget_categories li a:hover,
    .widget_archive li a:hover,
    .widget_nav_menu li a:hover,
    .widget-list-wrap li a:hover,
    .widget_product_categories li a:hover,
    .woocommerce-widget-layered-nav li a:hover {
      color: #069882; }
  .widget_meta li .count,
  .widget_meta li .ci-count,
  .widget_pages li .count,
  .widget_pages li .ci-count,
  .widget_categories li .count,
  .widget_categories li .ci-count,
  .widget_archive li .count,
  .widget_archive li .ci-count,
  .widget_nav_menu li .count,
  .widget_nav_menu li .ci-count,
  .widget-list-wrap li .count,
  .widget-list-wrap li .ci-count,
  .widget_product_categories li .count,
  .widget_product_categories li .ci-count,
  .woocommerce-widget-layered-nav li .count,
  .woocommerce-widget-layered-nav li .ci-count {
    position: absolute;
    right: 0;
    top: 10px; }

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  border-bottom: 1px dashed #d7d7d7;
  padding: 10px 0;
  letter-spacing: 0; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 0; }

.entry-tags a,
.tag-cloud-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 12px !important;
  border-radius: 20px;
  border: 2px solid #d7d7d7;
  color: #464646;
  margin-bottom: 3px; }
  .entry-tags a:hover,
  .tag-cloud-link:hover {
    border-color: #069882; }

/* WIDGET: #Search
========================================= */
.searchform > div {
  position: relative; }

.searchform .searchsubmit {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0; }

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%; }
  #wp-calendar a {
    font-weight: bold;
    font-style: italic; }
  #wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px; }
  #wp-calendar thead {
    font-size: 10px; }
    #wp-calendar thead th {
      background: rgba(0, 0, 0, 0.1);
      font-weight: bold;
      padding: 8px; }
  #wp-calendar tbody td {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px; }
    #wp-calendar tbody td:hover {
      background: rgba(0, 0, 0, 0.1); }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px; }

/* -----------------------------------------
	09. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 40px 0; }
  @media (min-width: 576px) {
    .gallery {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 768px) {
    .gallery {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 992px) {
    .gallery {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 1300px) {
    .gallery {
      margin-right: -5px;
      margin-left: -5px; } }
  .gallery:first-child {
    margin-top: 0; }
  .gallery:last-child {
    margin-bottom: 0; }

.gallery-item {
  margin-bottom: 10px; }
  .gallery-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px; }
  .gallery-item:hover .gallery-caption {
    opacity: 1; }

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .gallery-columns-1 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-1 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-1 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-1 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .gallery-columns-1 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 576px) {
    .gallery-columns-2 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-2 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-2 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .gallery-columns-2 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
  @media (min-width: 576px) {
    .gallery-columns-3 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-3 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-3 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-3 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .gallery-columns-3 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 25%;
  max-width: 25%; }
  @media (min-width: 576px) {
    .gallery-columns-4 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-4 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-4 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .gallery-columns-4 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 20%;
  max-width: 20%; }
  @media (min-width: 576px) {
    .gallery-columns-5 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-5 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-5 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .gallery-columns-5 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
  @media (min-width: 576px) {
    .gallery-columns-6 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-6 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-6 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-6 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 991px) {
    .gallery-columns-6 .gallery-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .gallery-columns-6 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }
  @media (min-width: 576px) {
    .gallery-columns-7 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-7 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-7 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-7 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 991px) {
    .gallery-columns-7 .gallery-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .gallery-columns-7 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 12.5%;
  max-width: 12.5%; }
  @media (min-width: 576px) {
    .gallery-columns-8 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-8 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-8 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-8 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 991px) {
    .gallery-columns-8 .gallery-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .gallery-columns-8 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }
  @media (min-width: 576px) {
    .gallery-columns-9 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .gallery-columns-9 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .gallery-columns-9 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 1300px) {
    .gallery-columns-9 .gallery-item {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 991px) {
    .gallery-columns-9 .gallery-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .gallery-columns-9 .gallery-item {
      flex: 0 0 50%;
      max-width: 50%; } }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity .18s ease; }
  .gallery-caption::before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
  margin: 5px 0 20px; }
  p .alignnone {
    margin-bottom: 0; }

.aligncenter {
  display: block;
  margin: 7px auto; }

.alignright {
  float: right;
  margin: 7px 0 7px 24px; }

.alignleft {
  float: left;
  margin: 7px 24px 7px 0; }

/* Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 5px;
    padding: 5px 0 0;
    text-align: left;
    font-style: italic; }

.sticky {
  /* Provide sticky styles if necessary */ }

/* -----------------------------------------
	10. Mobile menu
----------------------------------------- */
.mm-page {
  position: static; }

.mm-opened .mm-page {
  position: relative; }

#mobilemenu {
  display: none; }
  @media (max-width: 991px) {
    #mobilemenu {
      display: block; } }

.mobile-nav-trigger {
  float: right;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
  color: currentColor; }
  .mobile-nav-trigger:hover {
    color: inherit; }
  @media (max-width: 991px) {
    .mobile-nav-trigger {
      display: inline-block; } }

/* -----------------------------------------
	11. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
  margin-top: 30px; }

/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px; }

.instagram-pics {
  list-style: none;
  margin: 0 -2px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .instagram-pics li {
    width: 33.33333333333%;
    padding: 2px; }
    .instagram-pics li a {
      display: block;
      color: #464646; }
    .instagram-pics li img {
      border-radius: 5px; }
  .widget-section .instagram-pics {
    margin-left: -15px;
    margin-right: -15px; }
    .widget-section .instagram-pics li {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
    @media (max-width: 991px) {
      .widget-section .instagram-pics {
        margin: 0; }
        .widget-section .instagram-pics li {
          padding: 0;
          margin: 0; } }
    @media (max-width: 767px) {
      .widget-section .instagram-pics li {
        width: 50%; } }

/* jQuery Chosen
===================================== */
.chosen-container {
  max-width: 100%;
  color: #464646; }
  .chosen-container .chosen-single {
    color: #464646;
    line-height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 30px;
    padding: 10px 14px;
    height: 45px;
    box-shadow: none;
    background-color: #f3f3f3;
    background-image: none;
    max-width: 100%;
    font-size: 18px;
    transition: background-color .18s ease, border-color .18s ease; }
    .chosen-container .chosen-single div b {
      background: none !important;
      position: relative; }
      .chosen-container .chosen-single div b::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
        color: #069882; }
        .ci-select .chosen-container .chosen-single div b::before {
          display: none; }
    .chosen-container .chosen-single:hover {
      background-color: #fff;
      border-color: #069882; }
  .theme-form .chosen-container .chosen-single, .chosen-container.input-sm .chosen-single {
    height: 35px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5; }
  .chosen-container .chosen-drop {
    border: 2px solid #069882;
    border-top: none;
    margin-top: -2px;
    box-shadow: none; }
  .chosen-container .chosen-results li {
    font-size: 15px; }
    .chosen-container .chosen-results li.highlighted {
      background: #069882;
      border-radius: 2px; }

.chosen-container-single .chosen-search {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  line-height: normal; }
  .chosen-container-single .chosen-search::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 16px;
    opacity: 0.6; }
  .chosen-container-single .chosen-search input[type="text"] {
    border-color: #069882;
    border-width: 1px;
    background: none !important;
    height: 35px;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 30px; }

.chosen-container-multi .chosen-choices {
  color: #464646;
  transition: border-color .18s ease;
  line-height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 9px 25px 9px 6px;
  height: 45px;
  box-shadow: none;
  background-color: #f3f3f3;
  background-image: none; }
  .chosen-container-multi .chosen-choices::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 12px;
    height: 100%;
    color: #464646;
    pointer-events: none; }
  .chosen-container-multi .chosen-choices li.search-choice {
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 20px 6px 10px;
    background: #f3f3f3;
    margin: 3px 0 3px 5px;
    border: 0; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 7px; }

.chosen-container-active .chosen-single {
  outline: none;
  background-color: #fff;
  border-color: #069882; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: #fff;
  border: 2px solid #069882; }

.theme-form .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-active.chosen-with-drop.input-sm .chosen-single {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px; }

/* Contact Form 7
===================================== */
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  border-radius: 5px;
  padding: 10px 20px;
  margin: 25px 0 0; }

.wpcf7-form-control {
  margin-top: 10px; }

.wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block; }

span.wpcf7-list-item {
  margin: 0 10px 0 0;
  display: inline-flex;
  align-items: center; }
  span.wpcf7-list-item input[type="checkbox"],
  span.wpcf7-list-item input[type="radio"] {
    margin-right: 5px; }

/* Elementor
===================================== */
.elementor .item-thumb img {
  border-radius: 5px;
  transition: border-radius .18s ease; }

@media (min-width: 576px) {
  .cousteau-pro-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 510px;
    max-width: 100%; } }

@media (min-width: 768px) {
  .cousteau-pro-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 690px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .cousteau-pro-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 910px;
    max-width: 100%; } }

@media (min-width: 1300px) {
  .cousteau-pro-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 1240px;
    max-width: 100%; } }

/* -----------------------------------------
	12. Grid Effects
----------------------------------------- */
.row-effect {
  position: relative; }
  .row-effect::before {
    border: 6px solid rgba(70, 70, 70, 0.35);
    border-top-color: rgba(70, 70, 70, 0.875);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    animation: rot .8s infinite linear;
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -20px; }
  .row-effect.row-images-loaded::before {
    display: none; }
  .row-effect > [class^="col"] {
    opacity: 0; }
    .row-effect > [class^="col"].ci-grid-shown {
      opacity: 1; }

/* Fade In
========================================= */
@keyframes ci-fade-in {
  0% { }
  100% {
    opacity: 1; } }

.row-effect-fade-in .ci-grid-animate {
  animation: ci-fade-in .65s ease forwards; }

/* Move Up
========================================= */
@keyframes ci-move-up {
  0% { }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.row-effect-move-up .ci-grid-animate {
  transform: translateY(200px);
  animation: ci-move-up .65s ease forwards; }

/* Scale Up
========================================= */
@keyframes ci-scale-up {
  0% { }
  100% {
    transform: scale(1);
    opacity: 1; } }

.row-effect-scale-up .ci-grid-animate {
  transform: scale(0.6);
  animation: ci-scale-up .65s ease-in-out forwards; }

/* Fall Perspective
========================================= */
@keyframes ci-fall-perspective {
  0% { }
  100% {
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1; } }

.row-effect-fall-perspective {
  perspective: 1300px; }
  .row-effect-fall-perspective .ci-grid-animate {
    transform-style: preserve-3d;
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: ci-fall-perspective .8s ease-in-out forwards; }

/* Fly Up
========================================= */
@keyframes ci-fly-up {
  0% { }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

.row-effect-fly-up {
  perspective: 1300px; }
  .row-effect-fly-up .ci-grid-animate {
    transform-style: preserve-3d;
    transform-origin: 50% 50% -300px;
    transform: rotateX(-180deg);
    animation: ci-fly-up .8s ease-in-out forwards; }

/* Flip
========================================= */
@keyframes ci-flip {
  0% { }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

.row-effect-flip {
  perspective: 1300px; }
  .row-effect-flip .ci-grid-animate {
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transform: rotateX(-80deg);
    animation: ci-flip .8s ease-in-out forwards; }

/* Pop Up
========================================= */
@keyframes ci-pop-up {
  0% { }
  70% {
    transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.row-effect-pop-up {
  perspective: 1300px; }
  .row-effect-pop-up .ci-grid-animate {
    transform-style: preserve-3d;
    transform: scale(0.4);
    animation: ci-pop-up .8s ease-in forwards; }

/* -----------------------------------------
	13. Utilities
----------------------------------------- */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

.justify-content-center {
  justify-content: center !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

@media (min-width: 576px) {
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; } }

@media (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; } }

@media (min-width: 992px) {
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; } }

@media (min-width: 1300px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; } }

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-sm {
  font-size: 13px; }

.text-md {
  font-size: 18px; }

.text-lg {
  font-size: 20px; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.mb {
  margin-bottom: 60px; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .mb-sm {
    margin-bottom: 60px; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .mb-lg {
    margin-bottom: 60px; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1300px) {
  .mb-xl {
    margin-bottom: 60px; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1299px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1300px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/* -----------------------------------------
	14. E-Commerce (WooCommerce)
----------------------------------------- */
/* General
========================================= */
.demo_store {
  position: fixed;
  bottom: 0;
  z-index: 150;
  width: 100%;
  background-color: #ebebeb;
  color: #464646;
  text-align: center;
  margin: 0;
  line-height: normal;
  padding: 10px 25px; }

.entry-content .woocommerce::after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .woocommerce .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .woocommerce .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .woocommerce .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .woocommerce .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .woocommerce .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 768px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (max-width: 991px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 991px) and (min-width: 992px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 991px) and (min-width: 1300px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      padding-right: 15px;
      padding-left: 15px; } }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 45px;
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 35px;
  margin-left: 0;
  clear: both;
  border-left: 0.618em solid #62d102;
  position: relative; }
  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-noreviews::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    font-size: 1.4em; }
  .woocommerce-message a:not(.button),
  .woocommerce-error a:not(.button),
  .woocommerce-info a:not(.button),
  .woocommerce-noreviews a:not(.button) {
    border-bottom: 1px solid;
    margin-left: 10px;
    display: inline-block; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-noreviews .button {
    float: right;
    border: 0;
    color: inherit;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.875em;
    top: -2px;
    background: none;
    border: 2px solid #d7d7d7;
    height: auto;
    line-height: normal; }
    .woocommerce-message .button:after,
    .woocommerce-error .button:after,
    .woocommerce-info .button:after,
    .woocommerce-noreviews .button:after {
      font-family: dashicons;
      content: "\f345";
      font-size: 0.65em;
      display: inline-block;
      margin: 0 0 0 5px;
      position: relative; }
    @media (max-width: 575px) {
      .woocommerce-message .button,
      .woocommerce-error .button,
      .woocommerce-info .button,
      .woocommerce-noreviews .button {
        top: 9px; } }

.woocommerce-error {
  list-style: none;
  border-left-color: #ff0201; }
  .woocommerce-error li {
    display: block; }
    .woocommerce-error li:only-of-type::before {
      display: none; }
    .woocommerce-error li::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin: 0 5px 0 0; }
  .woocommerce-error::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.woocommerce-info {
  list-style: none;
  border-left-color: rgba(0, 0, 0, 0.15); }
  .woocommerce-info li {
    display: block; }
  .woocommerce-info::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.woocommerce-noreviews {
  padding-left: 20px;
  border-left-color: rgba(0, 0, 0, 0.15); }
  .woocommerce-noreviews::before {
    display: none; }

/* Breadcrumps
========================================= */
.woocommerce-breadcrumb {
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  font-size: 13px; }
  .woocommerce-breadcrumb a {
    color: #464646; }
    .woocommerce-breadcrumb a:hover {
      color: #069882; }
  .woocommerce-breadcrumb > span {
    margin: 0 6px; }
  .woocommerce-page:not(.single-product) .woocommerce-breadcrumb {
    margin-left: 15px;
    margin-right: 15px; }

/* Shop Page
========================================= */
ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: -50px; }
  @media (min-width: 576px) {
    ul.products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    ul.products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    ul.products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1300px) {
    ul.products {
      margin-right: -15px;
      margin-left: -15px; } }
  ul.products::before {
    clear: both; }
  ul.products a:focus, ul.products a:active {
    outline: none; }
  ul.products.columns-4 > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      ul.products.columns-4 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-4 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      ul.products.columns-4 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1300px) {
      ul.products.columns-4 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-4 > li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      ul.products.columns-4 > li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        ul.products.columns-4 > li .button, ul.products.columns-4 > li .added_to_cart {
          padding: 12px 15px;
          font-size: 14px; }
        ul.products.columns-4 > li .ajax_add_to_cart.loading {
          padding-right: 35px; }
          ul.products.columns-4 > li .ajax_add_to_cart.loading::after {
            top: 9px;
            right: 4px;
            border-width: 2px;
            width: 14px;
            height: 14px; } }
    @media (min-width: 1300px) {
      ul.products.columns-4 > li {
        flex: 0 0 25%;
        max-width: 25%; }
        ul.products.columns-4 > li .button, ul.products.columns-4 > li .added_to_cart {
          padding: 11px 22px;
          font-size: 10px;
          text-transform: uppercase;
          border-radius: 30px;
          padding: 11px 20px; }
        ul.products.columns-4 > li .ajax_add_to_cart.loading {
          padding-right: 30px; }
          ul.products.columns-4 > li .ajax_add_to_cart.loading::after {
            top: 9px;
            right: 4px;
            border-width: 2px;
            width: 14px;
            height: 14px; } }
  ul.products.columns-3 > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      ul.products.columns-3 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-3 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      ul.products.columns-3 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1300px) {
      ul.products.columns-3 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-3 > li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      ul.products.columns-3 > li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        ul.products.columns-3 > li .button, ul.products.columns-3 > li .added_to_cart {
          padding: 12px 15px;
          font-size: 14px; }
        ul.products.columns-3 > li .ajax_add_to_cart.loading {
          padding-right: 35px; }
          ul.products.columns-3 > li .ajax_add_to_cart.loading::after {
            top: 9px;
            right: 4px;
            border-width: 2px;
            width: 14px;
            height: 14px; } }
  ul.products.columns-2 > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      ul.products.columns-2 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-2 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      ul.products.columns-2 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1300px) {
      ul.products.columns-2 > li {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      ul.products.columns-2 > li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      ul.products.columns-2 > li {
        flex: 0 0 50%;
        max-width: 50%; } }
  ul.products > li {
    margin-bottom: 50px;
    text-align: center; }
    ul.products > li img {
      border-radius: 3px; }
    ul.products > li .price {
      font-size: 15px;
      display: block;
      margin: 5px 0 20px;
      line-height: 13px;
      color: #464646; }
    ul.products > li .woocommerce-loop-product__title {
      margin: 20px 0 10px;
      color: #464646; }
    ul.products > li .star-rating {
      display: inline-block;
      margin: 1px 0 4px; }
      ul.products > li .star-rating::before {
        position: relative; }
    ul.products > li .onsale {
      right: 10px; }

.single-product .onsale {
  left: 25px;
  top: 10px;
  right: auto;
  z-index: 20;
  border-radius: 20px; }
  .single-product .onsale::before {
    display: none; }

.actions {
  margin-top: 2px; }
  @media (max-width: 767px) {
    .actions {
      margin: 0 0 25px; } }

.woocommerce-result-count,
.product-number {
  display: inline-block;
  margin: 0; }

.woocommerce-result-count {
  margin: 0 15px 15px 0; }

.product-number a {
  margin: 0 2px; }

.shop-filter-toggle {
  margin-right: 15px; }
  .shop-filter-toggle i {
    margin-right: 3px;
    font-size: 14px; }
  .shop-filter-toggle::after {
    content: "|";
    opacity: .3;
    margin-left: 15px;
    font-size: 11px;
    position: relative;
    top: -1px; }

.ajax_add_to_cart.loading {
  position: relative; }
  .ajax_add_to_cart.loading::after {
    border: 6px solid rgba(255, 255, 255, 0.35);
    border-top-color: rgba(255, 255, 255, 0.875);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    animation: rot .8s infinite linear;
    content: "";
    position: absolute;
    right: 10px;
    top: 14px; }

.added_to_cart {
  margin-left: 10px; }

.woocommerce-ordering {
  position: relative;
  margin: 0 0 30px;
  top: -8px;
  float: right; }
  .woocommerce-ordering select {
    height: 40px;
    font-size: 14px; }
  @media (max-width: 767px) {
    .woocommerce-ordering {
      float: none;
      width: 100%;
      top: 0; }
      .woocommerce-ordering select {
        width: 100%; } }

.woocommerce-loop-product__title, .woocommerce-loop-category__title {
  margin: 10px 0 5px;
  font-size: 18px; }

.price ins {
  text-decoration: none; }

.price del > span {
  margin-right: 5px; }

/* Product Item
========================================= */
.item-product .woocommerce-loop-product__title {
  line-height: normal;
  letter-spacing: -0.025em;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  max-width: 100%; }

.item-product .button,
.item-product .added_to_cart {
  padding: 11px 22px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 30px; }

.item-product .loading::after {
  top: 9px;
  right: 4px;
  border-width: 2px;
  width: 14px;
  height: 14px; }

/* Product Page
========================================= */
.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative; }
  @media (min-width: 576px) {
    .single-product div.product {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .single-product div.product {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .single-product div.product {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1300px) {
    .single-product div.product {
      margin-right: -15px;
      margin-left: -15px; } }
  .single-product div.product .summary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    @media (min-width: 576px) {
      .single-product div.product .summary {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .single-product div.product .summary {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .single-product div.product .summary {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1300px) {
      .single-product div.product .summary {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .single-product div.product .summary {
        flex: 0 0 100%;
        max-width: 100%; } }

.single-product .upsells,
.single-product .related {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 70px; }
  @media (min-width: 576px) {
    .single-product .upsells,
    .single-product .related {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .single-product .upsells,
    .single-product .related {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .single-product .upsells,
    .single-product .related {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .single-product .upsells,
    .single-product .related {
      padding-right: 15px;
      padding-left: 15px; } }
  .single-product .upsells:last-child,
  .single-product .related:last-child {
    margin-bottom: 0; }
  .single-product .upsells > h2,
  .single-product .related > h2 {
    font-size: 24px; }

.woocommerce-product-gallery {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 576px) {
    .woocommerce-product-gallery {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-product-gallery {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-product-gallery {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-product-gallery {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .woocommerce-product-gallery {
      flex: 0 0 100%;
      max-width: 100%; } }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image :nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 4px -4px 30px;
    padding: 0; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      width: calc(25% - 4px);
      padding: 4px;
      list-style: none;
      float: left;
      cursor: pointer; }
    .woocommerce-product-gallery .flex-control-thumbs img {
      opacity: .5;
      border-radius: 4px; }
      .woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
        opacity: 1; }
  .woocommerce-product-gallery img {
    display: block; }

.woocommerce-product-gallery__image {
  border-radius: 3px; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-color: #069882;
  color: #fff;
  text-align: center;
  line-height: 36px;
  text-indent: -999em;
  border-radius: 50%; }
  .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box; }
  .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box; }
  .woocommerce-product-gallery__trigger:hover {
    color: #fff; }
  .woocommerce-product-gallery__trigger i {
    line-height: 36px; }

.entry-summary {
  margin-bottom: 50px; }
  .entry-summary .price {
    font-size: 20px;
    color: #464646; }
    .entry-summary .price del {
      opacity: .6;
      font-size: .95em;
      margin-right: 5px; }
  .entry-summary .stock {
    display: inline-block;
    background: #f3f3f3;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 10px 7px 25px;
    position: relative;
    line-height: normal; }
    .entry-summary .stock::before {
      position: absolute;
      top: 7px;
      left: 6px;
      font-size: 1.05em; }
  .entry-summary .in-stock {
    background-color: #62d102;
    color: #fff; }
    .entry-summary .in-stock::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
  .entry-summary .available-on-backorder::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .entry-summary .out-of-stock {
    background-color: #ff0201;
    color: #fff; }
    .entry-summary .out-of-stock::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f00d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
  .entry-summary .variations {
    position: relative;
    z-index: 1;
    width: auto;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .entry-summary .variations {
        width: 100%; } }
    .summary .entry-summary .variations {
      margin-bottom: 50px; }
    .entry-summary .variations td {
      padding: 6px 6px 6px 12px;
      z-index: 5; }
    .entry-summary .variations .label {
      padding-left: 6px;
      height: 40px; }
    .entry-summary .variations label {
      text-transform: uppercase;
      line-height: 40px;
      margin: 0;
      font-size: 12px; }
    .entry-summary .variations select {
      min-width: 200px;
      width: 100%;
      font-size: 13px;
      padding-right: 30px;
      height: 40px; }
    .entry-summary .variations .customSelect .customSelectInner {
      padding: 7px 16px; }
    .entry-summary .variations .reset_variations {
      position: absolute;
      right: 5px;
      bottom: -25px;
      font-size: 10px;
      text-transform: uppercase; }

.woocommerce-product-rating {
  margin: 5px 0 20px;
  line-height: normal; }

.woocommerce-review-link {
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #464646; }

.product_meta > span {
  display: block;
  font-size: 13px;
  text-transform: uppercase; }

.product_meta a {
  color: #069882; }

.woocommerce-product-details__short-description {
  font-size: 15px;
  margin-bottom: 40px; }

.group_table {
  margin-bottom: 30px; }
  .group_table tr {
    border-bottom: 1px solid #d7d7d7; }
  .group_table td {
    padding: 10px 0; }
  .group_table label {
    margin: 0; }
  .group_table .price {
    font-size: inherit;
    text-align: right; }
  .group_table .stock {
    margin: 0 0 0 10px; }
  .group_table .quantity input {
    width: 50px; }
  @media (max-width: 991px) {
    .group_table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .button {
      padding: 12px 20px;
      margin-right: 10px; } }

/* Add to cart
========================================= */
.quantity-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  height: 45px; }

.quantity {
  display: inline-block;
  line-height: normal; }
  .group_table .quantity {
    vertical-align: middle; }

.qty {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 60px;
  border: 2px solid #069882;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  font-size: 18px; }
  .qty:focus {
    box-shadow: none; }
  .group_table .qty {
    width: 46px; }

.qty-btn {
  height: 100%;
  background: #069882;
  color: #fff;
  border: 0;
  width: 25px;
  text-align: center;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  outline: 0;
  transition: background-color .18s ease; }

.qty-plus {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px; }

.qty-minus {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px; }

button.single_add_to_cart_button {
  height: 45px;
  vertical-align: top;
  padding: 13px 24px;
  min-width: 210px; }
  .product-type-external button.single_add_to_cart_button {
    position: relative; }
    .product-type-external button.single_add_to_cart_button::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f35d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 10px;
      position: relative;
      top: -3px;
      margin-left: 5px; }

.button.product_type_external {
  position: relative; }
  .button.product_type_external::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: -3px;
    margin-left: 5px; }

.entry-summary .cart {
  margin: 30px 0; }

.woocommerce-variation-price {
  margin: 25px 0; }
  .woocommerce-variation-price .price {
    display: inline-block;
    margin: 0; }

.reset_variations {
  float: left;
  color: #464646;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 2px;
  padding: 10px 0; }

/* Pagination
========================================= */
.woocommerce-pagination {
  margin: 60px 0 0;
  text-align: center;
  line-height: normal; }
  .woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-pagination ul li {
      display: inline-block; }
  .woocommerce-pagination a,
  .woocommerce-pagination > span,
  .woocommerce-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    color: #8a8a8a;
    background: none;
    font-weight: 500;
    height: 35px;
    width: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .woocommerce-pagination .current {
    border-color: #069882; }
  .woocommerce-pagination a:hover {
    border-color: #069882; }
  .woocommerce-pagination .paging-standard {
    text-align: center;
    width: 50%; }
  .woocommerce-pagination .paging-older {
    float: left;
    width: 50%; }
  .woocommerce-pagination .paging-newer {
    float: right;
    border-right: 0; }

/* Star Ratings
========================================= */
.star-rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  width: 67px;
  color: gold; }
  .woocommerce .star-rating::before,
  .product .star-rating::before {
    display: none; }
  .woocommerce .star-rating span,
  .product .star-rating span {
    float: none;
    position: relative;
    display: block;
    margin: 0 auto; }
  .entry-summary .star-rating span,
  .comment-text .star-rating span {
    margin: 0; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .star-rating span::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(0); }

/* Tabs
========================================= */
.woocommerce-tabs {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .woocommerce-tabs {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-tabs {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-tabs {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-tabs {
      padding-right: 15px;
      padding-left: 15px; } }

.wc-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #d7d7d7; }
  @media (max-width: 767px) {
    .wc-tabs {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .wc-tabs li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .wc-tabs li.active a {
      border: 1px solid #d7d7d7;
      border-bottom-color: transparent; }
      @media (max-width: 767px) {
        .wc-tabs li.active a {
          border: 0;
          font-weight: 700; } }
  .wc-tabs a {
    display: block;
    padding: 10px 25px;
    margin: 0 0 -1px;
    color: #464646;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #d7d7d7;
    transition: border-color .18s ease;
    outline: none; }
    .wc-tabs a:hover, .wc-tabs a:active, .wc-tabs a:focus {
      outline: none; }
    @media (max-width: 767px) {
      .wc-tabs a {
        padding: 10px 0;
        margin: 0;
        border: 0; } }

.woocommerce-Tabs-panel {
  padding: 45px 0; }
  .woocommerce-Tabs-panel > h2,
  .woocommerce-Tabs-panel .woocommerce-Reviews-title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 40px; }
  .woocommerce-Tabs-panel > p:last-child,
  .woocommerce-Tabs-panel > table:last-child {
    margin-bottom: 0; }

.shop_attributes {
  vertical-align: top; }
  .shop_attributes th, .shop_attributes td {
    vertical-align: top; }
  .shop_attributes p {
    margin-bottom: 0; }

/* Reviews */
.woocommerce-Reviews .commentlist {
  list-style: none; }

.woocommerce-Reviews .comment-respond {
  margin-top: 20px; }

.woocommerce-Reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 700;
  display: block; }

.woocommerce-Reviews li {
  margin-bottom: 10px; }

.woocommerce-Reviews .avatar {
  width: 54px;
  height: 54px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .woocommerce-Reviews .avatar {
      display: none; } }

.woocommerce-Reviews .description {
  overflow: hidden; }

.woocommerce-Reviews .meta {
  margin: 0 0 10px;
  font-size: inherit; }

.comment-form-rating a {
  display: inline-block;
  position: relative;
  width: 15px;
  text-indent: -9999px;
  margin-right: 10px;
  border: 0;
  color: #ffa500; }
  .comment-form-rating a:focus {
    outline: none; }
  .comment-form-rating a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1em;
    opacity: 1;
    display: inline-block;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .comment-form-rating a.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.comment-form-rating .star-2 {
  width: 30px; }
  .comment-form-rating .star-2::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400; }
  .comment-form-rating .star-2.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.comment-form-rating .star-3 {
  width: 45px; }
  .comment-form-rating .star-3::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400; }
  .comment-form-rating .star-3.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.comment-form-rating .star-4 {
  width: 60px; }
  .comment-form-rating .star-4::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400; }
  .comment-form-rating .star-4.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.comment-form-rating .star-5 {
  width: 75px; }
  .comment-form-rating .star-5::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400; }
  .comment-form-rating .star-5.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

/* Cart Page
========================================= */
.shop_table td {
  padding: 10px 5px; }

.shop_table.cart {
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  border-right: 0; }
  .shop_table.cart th, .shop_table.cart td {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7; }
  .shop_table.cart th {
    background-color: #f3f3f3; }

.shop_table .product-remove {
  text-align: center; }

.shop_table .remove {
  font-size: 24px;
  color: #464646; }

.shop_table .product-thumbnail {
  text-align: center; }
  .shop_table .product-thumbnail img {
    width: 60px; }
  @media (max-width: 575px) {
    .shop_table .product-thumbnail {
      display: none; } }

.shop_table .product-name a {
  color: #464646; }

@media (max-width: 575px) {
  .shop_table .product-price {
    display: none; } }

.shop_table .product-quantity {
  text-align: center; }
  .shop_table .product-quantity .qty {
    border: 1px solid #d7d7d7;
    border-radius: 20px; }

.shop_table .product-subtotal .woocommerce-Price-amount {
  font-weight: bold; }

.shop_table .coupon {
  width: 280px;
  position: relative;
  float: left;
  height: 36px; }
  .shop_table .coupon label {
    display: none; }
  .shop_table .coupon button[type="submit"] {
    position: absolute;
    height: 46px;
    top: 0;
    right: 0;
    font-size: 11px;
    padding: 5px 14px; }
  @media (max-width: 575px) {
    .shop_table .coupon {
      display: block;
      float: none;
      width: 100%;
      margin-bottom: 15px; } }

.shop_table button[name="update_cart"] {
  float: right; }
  @media (max-width: 575px) {
    .shop_table button[name="update_cart"] {
      margin-top: 15px; } }

.cart-collaterals {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .cart-collaterals {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .cart-collaterals {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .cart-collaterals {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .cart-collaterals {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .cart-collaterals {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .cart-collaterals .cross-sells {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .cart-collaterals .cross-sells {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .cart-collaterals .cross-sells {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .cart-collaterals .cross-sells {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .cart-collaterals .cross-sells {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .cart-collaterals .cart_totals {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .cart-collaterals .cart_totals {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      float: right; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) and (min-width: 1300px) {
    .cart-collaterals .cart_totals {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .cart-collaterals .cart_totals {
      clear: both; } }
  .cart-collaterals .shop_table {
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    border-right: 0; }
    .cart-collaterals .shop_table th, .cart-collaterals .shop_table td {
      padding: 10px;
      border-bottom: 1px solid #d7d7d7;
      border-right: 1px solid #d7d7d7; }
    .cart-collaterals .shop_table th {
      background-color: #f3f3f3;
      line-height: normal;
      width: 25%; }
    .cart-collaterals .shop_table tr.shipping th {
      vertical-align: top; }

.wc-proceed-to-checkout .button {
  width: 100%;
  font-size: 14px;
  padding: 18px 34px; }
  @media (max-width: 1299px) {
    .wc-proceed-to-checkout .button {
      white-space: inherit; } }

.woocommerce-remove-coupon {
  margin-left: 5px;
  color: #464646; }

#shipping_method {
  list-style: none;
  margin: 0 0 5px;
  padding: 0; }

.shipping label {
  display: inline-block;
  margin-left: 5px; }

.shipping input[type="radio"] {
  display: inline-block; }

.woocommerce-shipping-calculator [type="submit"] {
  padding: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
  width: 100%; }

.woocommerce-shipping-calculator p {
  margin: 0 0 10px; }

.woocommerce-shipping-calculator select {
  width: 100%; }

.shipping-calculator-button {
  font-size: 12px; }
  .shipping-calculator-button::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 3px; }

.shipping-calculator-form {
  width: 100%;
  margin-top: 10px; }

.order-total td,
.order-total th {
  font-size: 16px;
  font-weight: bold; }

.variation {
  margin: 0;
  font-size: 12px; }
  .variation dt, .variation dd, .variation p {
    font-weight: normal;
    display: inline-block;
    margin: 0; }
  .variation dd {
    margin-right: 3px; }

.backorder_notification {
  font-size: 12px; }

.woocommerce-cart .entry-content h2 {
  margin: 0 0 15px;
  font-size: 22px;
  text-transform: none; }

.woocommerce-cart .entry-content ul {
  margin-top: 0; }

.woocommerce-cart .entry-content .woocommerce-loop-product__title {
  font-size: 18px; }

/* Checkout Page
========================================= */
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 20px; }

.woocommerce-checkout .login {
  margin-bottom: 30px; }
  .woocommerce-checkout .login::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .woocommerce-checkout .login .form-row-first,
    .woocommerce-checkout .login .form-row-last {
      float: left;
      width: 49%;
      margin-right: 2%; } }
  .woocommerce-checkout .login .form-row-last {
    margin-right: 0; }
  .woocommerce-checkout .login label[for="rememberme"] {
    display: inline-block;
    margin-left: 10px; }

.woocommerce-checkout .checkout_coupon {
  margin-bottom: 30px; }

.woocommerce-form__label-for-checkbox.inline {
  display: inline; }
  .button + .woocommerce-form__label-for-checkbox.inline {
    margin-left: 10px; }

#customer-details {
  margin: 0 0 25px; }

@media (min-width: 576px) {
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 1300px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 576px) {
  .woocommerce-billing-fields div[class$="field-wrapper"],
  .woocommerce-shipping-fields div[class$="field-wrapper"],
  .woocommerce-additional-fields div[class$="field-wrapper"] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 1300px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 1300px) {
    .woocommerce-billing-fields div[class$="field-wrapper"],
    .woocommerce-shipping-fields div[class$="field-wrapper"],
    .woocommerce-additional-fields div[class$="field-wrapper"] {
      padding-right: 15px;
      padding-left: 15px; } }

.woocommerce-billing-fields p, .woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields p,
.woocommerce-additional-fields h3 {
  margin: 0 0 15px; }
  @media (min-width: 576px) {
    .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields p,
    .woocommerce-shipping-fields h3,
    .woocommerce-additional-fields p,
    .woocommerce-additional-fields h3 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields p,
    .woocommerce-shipping-fields h3,
    .woocommerce-additional-fields p,
    .woocommerce-additional-fields h3 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields p,
    .woocommerce-shipping-fields h3,
    .woocommerce-additional-fields p,
    .woocommerce-additional-fields h3 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields p,
    .woocommerce-shipping-fields h3,
    .woocommerce-additional-fields p,
    .woocommerce-additional-fields h3 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 1300px) {
    .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields p,
    .woocommerce-shipping-fields h3,
    .woocommerce-additional-fields p,
    .woocommerce-additional-fields h3 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 576px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-fields .form-row-first,
  .woocommerce-additional-fields .form-row-last {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-last,
    .woocommerce-additional-fields .form-row-first,
    .woocommerce-additional-fields .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-last,
    .woocommerce-additional-fields .form-row-first,
    .woocommerce-additional-fields .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-last,
    .woocommerce-additional-fields .form-row-first,
    .woocommerce-additional-fields .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 1300px) {
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-last,
    .woocommerce-additional-fields .form-row-first,
    .woocommerce-additional-fields .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text,
.woocommerce-additional-fields .input-text {
  width: 100%; }

.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr,
.woocommerce-additional-fields abbr {
  text-decoration: none;
  border: 0; }

.woocommerce-billing-fields label.checkbox,
.woocommerce-shipping-fields label.checkbox,
.woocommerce-additional-fields label.checkbox {
  display: inline-block;
  margin-right: 5px; }

.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea,
.woocommerce-additional-fields textarea {
  min-height: 130px; }

#order_review_heading {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 2px solid #d7d7d7; }

#order_review .shop_table td, #order_review .shop_table th,
.order_details td,
.order_details th {
  text-align: right;
  padding-left: 0;
  padding-right: 0; }

#order_review .shop_table .product-total,
.order_details .product-total {
  text-align: right; }

#order_review .shop_table .product-name,
.order_details .product-name {
  text-align: left; }

#order_review .shop_table .product-quantity,
.order_details .product-quantity {
  font-weight: normal; }

#order_review .shop_table tfoot tr,
.order_details tfoot tr {
  border: 0; }

#order_review .shop_table tfoot td, #order_review .shop_table tfoot th,
.order_details tfoot td,
.order_details tfoot th {
  padding: 9px 0 0;
  text-align: right;
  border: 0; }

.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }
  .payment_methods li {
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7; }
    .payment_methods li.woocommerce-info {
      padding: 14px 20px 14px 45px; }
  .payment_methods label {
    display: inline-block;
    margin: 0 0 0 15px; }

.payment_method_paypal img {
  width: 100px;
  margin: -2px 15px 0; }

.about_paypal {
  font-size: 12px; }

.payment_box {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin: 5px 0 0; }
  .payment_box p {
    margin: 0; }

@media (min-width: 576px) {
  .place-order {
    text-align: right; } }

.place-order .terms {
  display: inline-block;
  margin-left: 20px; }
  @media (max-width: 575px) {
    .place-order .terms {
      margin: 5px 0 0;
      display: block; } }

.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px; }

.woocommerce .select2-container--default .select2-selection--single, .woocommerce .select2-container--default .select2-selection--multiple {
  background-color: #f3f3f3;
  border: 2px solid #ebebeb;
  color: #464646;
  border-radius: 30px;
  height: 45px;
  padding: 7px 12px; }
  .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 45px;
    margin-right: 8px; }
  .woocommerce .select2-container--default .select2-selection--single .select2-selection--multiple, .woocommerce .select2-container--default .select2-selection--multiple .select2-selection--multiple {
    padding: 5px; }
  .woocommerce .select2-container--default .select2-selection--single .select2-search__field, .woocommerce .select2-container--default .select2-selection--multiple .select2-search__field {
    height: auto; }

/* Order Received Page
========================================= */
.woocommerce-order-received .woocommerce-order h2, .woocommerce-order-received .woocommerce-order h3 {
  font-size: 22px;
  text-transform: none; }

.woocommerce-order-received .customer_details {
  padding: 25px;
  border: 0; }
  .woocommerce-order-received .customer_details td, .woocommerce-order-received .customer_details th {
    border: 0;
    padding: 0; }

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  list-style: none;
  margin: 15px 0;
  padding: 25px;
  border: 1px solid #d7d7d7; }
  .woocommerce-thankyou-order-details::after,
  .wc-bacs-bank-details::after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-thankyou-order-details li,
  .wc-bacs-bank-details li {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .woocommerce-thankyou-order-details li,
      .wc-bacs-bank-details li {
        float: left;
        width: 25%;
        margin: 0; } }
    .woocommerce-thankyou-order-details li strong,
    .wc-bacs-bank-details li strong {
      display: block; }

#wc-bacs-bank-details-heading {
  margin-top: 30px; }
  #wc-bacs-bank-details-heading + h3 {
    font-size: 14px; }

.wc-bacs-bank-details {
  margin-bottom: 30px; }

/* My Account - General
========================================= */
.woocommerce-form-login {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .woocommerce-form-login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-form-login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-form-login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-form-login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-form-login {
      flex: 0 0 50%;
      max-width: 50%; } }

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .woocommerce-account .woocommerce {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .woocommerce-account .woocommerce {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1300px) {
    .woocommerce-account .woocommerce {
      margin-right: -15px;
      margin-left: -15px; } }
  .woocommerce-account .woocommerce > h2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .woocommerce-account .woocommerce > h2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce > h2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .woocommerce-account .woocommerce > h2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1300px) {
      .woocommerce-account .woocommerce > h2 {
        padding-right: 15px;
        padding-left: 15px; } }
  .woocommerce-account .woocommerce > .woocommerce-message,
  .woocommerce-account .woocommerce > .woocommerce-error,
  .woocommerce-account .woocommerce > .woocommerce-info,
  .woocommerce-account .woocommerce > .woocommerce-noreviews {
    margin-left: 15px;
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px); }

.woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .woocommerce-MyAccount-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-MyAccount-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-MyAccount-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
      flex: 0 0 25%;
      max-width: 25%; } }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: block; }
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid #d7d7d7;
      position: relative;
      color: #464646; }
      .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
        color: #069882; }
      .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 10px;
        right: 5px; }
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
      font-weight: bold; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::after {
    content: ""; }

.woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-content {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 992px) {
    .woocommerce-MyAccount-content {
      padding-left: 45px; } }
  .woocommerce-MyAccount-content mark {
    color: inherit; }
  .woocommerce-MyAccount-content #account_display_name {
    margin-bottom: 10px; }

/* My Account - Orders
========================================= */
.woocommerce-MyAccount-orders .button {
  padding: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px; }

/* My Account - Downloads
========================================= */
.woocommerce-MyAccount-downloads .download-file {
  width: 50%; }
  .woocommerce-MyAccount-downloads .download-file a {
    color: #464646; }
    .woocommerce-MyAccount-downloads .download-file a:hover {
      color: #069882; }

.woocommerce-MyAccount-downloads .woocommerce-Button.download {
  padding: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px; }

.woocommerce-table--order-downloads th, .woocommerce-table--order-downloads td {
  text-align: left; }

/* My Account - Details
========================================= */
.woocommerce-EditAccountForm fieldset {
  padding: 25px;
  border: 2px solid #d7d7d7; }

.woocommerce-EditAccountForm legend {
  padding: 0 15px; }

/* My Account - Addresses
========================================= */
.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .woocommerce-Addresses {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .woocommerce-Addresses {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .woocommerce-Addresses {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1300px) {
    .woocommerce-Addresses {
      margin-right: -15px;
      margin-left: -15px; } }

.woocommerce-Address {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .woocommerce-Address {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .woocommerce-Address {
      padding-right: 15px;
      padding-left: 15px; } }

.woocommerce-Address-title {
  position: relative; }
  .woocommerce-Address-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #464646; }
    .woocommerce-Address-title a:hover {
      color: #069882; }

/* My Account - Login
========================================= */
.wc-form-login {
  max-width: 480px;
  margin: 0 auto;
  padding: 50px;
  border: 2px solid #d7d7d7; }
  .wc-form-login input[type="submit"] {
    display: block;
    width: 100%;
    margin: 25px 0 15px; }
  .wc-form-login.with-register {
    max-width: 680px; }
  @media (max-width: 767px) {
    .wc-form-login .login {
      margin-bottom: 30px; } }

.woocommerce-form-login__rememberme {
  margin-bottom: 15px; }
  .woocommerce-form-login__rememberme input {
    position: relative;
    top: 3px;
    margin-right: 7px; }

.inline input {
  margin-right: 5px; }

.woocommerce-LostPassword {
  margin: 0;
  font-size: 16px; }

/* Widget titles */
.widget.woocommerce .product-title,
.widget.woocommerce .mini_cart_item > a {
  font-weight: bold; }

/* WIDGET: WooCommerce Price Range
========================================= */
.price_slider {
  position: relative;
  text-align: left;
  height: 6px;
  width: calc(100% - 14px);
  margin: 0 auto 20px;
  background: #d7d7d7; }
  .price_slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    background: #b1b1b1;
    height: 6px;
    cursor: pointer; }
  .price_slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    border-radius: 3px;
    height: 25px;
    margin-top: -5px;
    margin-left: -7px;
    cursor: pointer;
    outline: none;
    background-color: #464646;
    touch-action: none;
    border: 0;
    background-image: none; }
    .price_slider .ui-slider-handle:active {
      outline: none; }
    .price_slider .ui-slider-handle::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0c9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 10px;
      color: #fff;
      line-height: 1;
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      margin-top: -6px;
      opacity: .8; }

.price_slider_wrapper .price_slider_amount {
  position: relative; }

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 9px; }

.price_slider_wrapper button {
  padding: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px; }

/* WIDGET: WooCommerce Products
========================================= */
ul.cart_list,
ul.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.cart_list li,
  ul.product_list_widget li {
    margin-bottom: 15px; }
    ul.cart_list li::after,
    ul.product_list_widget li::after {
      content: "";
      display: table;
      clear: both; }
    ul.cart_list li:last-child,
    ul.product_list_widget li:last-child {
      margin: 0; }
    ul.cart_list li img,
    ul.product_list_widget li img {
      float: right;
      height: auto;
      max-width: 60px;
      border-radius: 3px; }
    ul.cart_list li > a,
    ul.product_list_widget li > a {
      display: block;
      color: #464646; }
      .footer ul.cart_list li > a, .footer
      ul.product_list_widget li > a {
        color: currentColor; }
    ul.cart_list li > .star-rating,
    ul.product_list_widget li > .star-rating {
      display: block;
      float: none;
      position: relative;
      top: auto;
      margin: 5px 0; }
      ul.cart_list li > .star-rating span,
      ul.product_list_widget li > .star-rating span {
        margin: 0; }
    ul.cart_list li ins,
    ul.product_list_widget li ins {
      text-decoration: none; }

/* WIDGET: WooCommerce Top Rated
========================================= */
.widget_top_rated_products .product-title {
  display: block; }

.widget_top_rated_products del .amount {
  margin-left: 0; }

.widget_top_rated_products li .star-rating {
  top: -15px; }

/* WIDGET: WooCommerce Mini Cart
========================================= */
.widget_shopping_cart_content li {
  position: relative; }
  .widget_shopping_cart_content li .remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    display: none;
    background: #000;
    border-radius: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
  .widget_shopping_cart_content li:hover .remove {
    display: block; }

.widget_shopping_cart_content .quantity .amount {
  margin: 0; }

.widget_shopping_cart_content .variation {
  margin: 3px 0 5px; }
  .widget_shopping_cart_content .variation::after {
    content: "";
    display: table;
    clear: both; }
  .widget_shopping_cart_content .variation dd, .widget_shopping_cart_content .variation dt {
    float: left;
    margin: 0 5px 0 0; }

.widget_shopping_cart_content .total {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px; }

.sidebar a {
  color: #069882; }

.woocommerce-mini-cart__buttons {
  display: flex; }
  .woocommerce-mini-cart__buttons .button {
    padding: 11px 22px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    padding-left: 0;
    padding-right: 0;
    flex: auto;
    color: #fff; }
    .woocommerce-mini-cart__buttons .button:hover {
      color: #fff; }
    .woocommerce-mini-cart__buttons .button:first-of-type {
      margin-right: 10px; }

/* WIDGET: WooCommerce Layered Nav Widget
========================================= */
.widget_layered_nav_filters ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_layered_nav_filters li {
  display: inline-block;
  margin: 0 5px 5px 0; }

.widget_layered_nav_filters a {
  display: inline-block;
  border-radius: 2px;
  color: #464646;
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #d7d7d7;
  position: relative; }
  .widget_layered_nav_filters a::before {
    content: "\00d7";
    margin-right: 5px;
    font-size: 14px; }
  .widget_layered_nav_filters a:hover::before {
    color: #069882; }

.widget_layered_nav li.chosen a::before {
  content: "\00d7";
  margin-right: 5px;
  font-size: 14px; }

.widget_layered_nav li.chosen a:hover::before {
  color: #069882; }

button.woocommerce-widget-layered-nav-dropdown__submit {
  width: 100%;
  margin-top: 10px; }

/* WIDGET: Product Search
========================================= */
.woocommerce-product-search {
  position: relative; }
  .woocommerce-product-search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8em; }
    @media (max-width: 991px) {
      .woocommerce-product-search button[type="submit"] {
        font-size: 18px;
        padding: 5px 30px; } }

/* -----------------------------------------
	15. Global Mediaqueries
----------------------------------------- */
