@charset "UTF-8";
/*!
 * Theme Name: Mahitham
 * Theme URI: https://mahitham.com/
 * Description: Mahitham theme built by combining Outbuilt and MahithamJewellery customizations.
 * Version: 1.2.2
 * Author: Mahitham
 * Text Domain: mahitham
 * Tested up to: 5.9
 * Requires PHP: 5.6
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
  --rubik: 'Rubik', sans-serif;
  --font-size: 1.6rem;
  --line-height: 2.8rem;
  --white-color: #fff;
  --black-color: #212121;
  --primary-color: #e31c25;
  --primary-color-alt: #f2f2f2;
  --secondary-color: var(--primary-color-alt);
  --tertiary-color: var(--secondary-color);
  --border-color: #e2e4e8;
  --primary-text-color: var(--black-color);
  --secondary-text-color: #aaa;
  --heading-text-color: var(--black-color);
}

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;

}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;

  height: 0;

  overflow: visible;

}

pre {
  font-family: monospace, monospace;

  font-size: 1em;

}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;

  text-decoration: underline;

  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;

}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;

  font-size: 1em;

}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;

}

button,
input {

  overflow: visible;
}

button,
select {

  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;

}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;

  padding: 0;

}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;

  outline-offset: -2px;

}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;

}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: 1em;

  margin-left: 0.2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-heart-empty:before {
  content: '\e800';
}

.icon-phone:before {
  content: '\e801';
}

.icon-mail:before {
  content: '\e802';
}

.icon-clock:before {
  content: '\e803';
}

.icon-wordpress:before {
  content: '\e804';
}

.icon-rss:before {
  content: '\e805';
}

.icon-soundcloud:before {
  content: '\e806';
}

.icon-plus:before {
  content: '\e807';
}

.icon-search:before {
  content: '\e808';
}

.icon-menu:before {
  content: '\e809';
}

.icon-arrows-cw:before {
  content: '\e80a';
}

.icon-eye:before {
  content: '\e80b';
}

.icon-play:before {
  content: '\e80c';
}

.icon-cancel:before {
  content: '\e80d';
}

.icon-heart:before {
  content: '\e80e';
}

.icon-location:before {
  content: '\e80f';
}

.icon-play-circle:before {
  content: '\e810';
}

.icon-home:before {
  content: '\e811';
}

.icon-arrow-down:before {
  content: '\e813';
}

.icon-arrow-left:before {
  content: '\e814';
}

.icon-arrow-right:before {
  content: '\e815';
}

.icon-arrow-up:before {
  content: '\e816';
}

.icon-check-empty:before {
  content: '\f096';
}

.icon-twitter:before {
  content: '\f099';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-github:before {
  content: '\f09b';
}

.icon-linkedin:before {
  content: '\f0e1';
}

.icon-download-cloud:before {
  content: '\f0ed';
}

.icon-ok-squared:before {
  content: '\f14a';
}

.icon-youtube:before {
  content: '\f16a';
}

.icon-instagram:before {
  content: '\f16d';
}

.icon-tumblr:before {
  content: '\f173';
}

.icon-apple:before {
  content: '\f179';
}

.icon-dribbble:before {
  content: '\f17d';
}

.icon-skype:before {
  content: '\f17e';
}

.icon-behance:before {
  content: '\f1b4';
}

.icon-spotify:before {
  content: '\f1bc';
}

.icon-pinterest:before {
  content: '\f231';
}

.icon-medium:before {
  content: '\f23a';
}

.icon-vimeo:before {
  content: '\f27d';
}

.icon-shopping-basket:before {
  content: '\f291';
}

.icon-snapchat:before {
  content: '\f2ac';
}

.icon-flickr:before {
  content: '\f303';
}

.icon-codepen:before {
  content: '\f32c';
}

.page-loading {
  position: fixed;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
  background-color: var(--white-color);
  z-index: 99999;
  height: 100%;
}

.loader {
  position: absolute;
  margin: -25px 0 0 -25px;
  width: 50px;
  top: 50%;
  left: 50%;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.woocommerce .loader::before {
  background: none !important;
  position: static !important;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #201f22;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

figure > img {
  display: block;
}

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

img[class*='align'],
img[class*='attachment-'] {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2.4rem;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-bottom: 0.5rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

embed,
iframe,
object {
  width: 100%;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: var(--line-height);
}

.alignright {
  float: right;
  margin-left: var(--line-height);
}

.aligncenter {
  clear: both;
}

.alignnone {
  display: inline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

}

.sticky,
.bypostauthor {
  font-size: inherit;
}

.gallery {
  margin-bottom: 2rem;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0.4rem 0.4rem 0;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

.gallery-caption {
  font-size: 1.4rem;
  line-height: 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.2rem 0.8rem;
  text-align: left;
  opacity: 0;
  color: var(--white-color);
  background-color: var(--black-color);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  content: '';
}

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

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.wc-toolbar,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
.pagination .nav-links,
.gallery,
.clearfix {
  *zoom: 1;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before,
.wc-toolbar:before,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs:before,
.pagination .nav-links:before,
.gallery:before,
.clearfix:before,
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after,
.wc-toolbar:after,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs:after,
.pagination .nav-links:after,
.gallery:after,
.clearfix:after {
  display: table;
  content: '';
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after,
.wc-toolbar:after,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs:after,
.pagination .nav-links:after,
.gallery:after,
.clearfix:after {
  clear: both;
}

.woocommerce-tabs .panel .commentlist,
.site-header-cart,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-thankyou-order-details,
.payment_methods,
.woocommerce-shipping-methods,
.wc-button-actions,
.commentlist,
.menu-social-container ul,
.menu-footer-items,
.menu-mobile-items,
.menu .sub-menu,
.menu,
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.menu-account-items > li > a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

.woocommerce-account .entry-content .woocommerce,
.woocommerce-billing-fields__field-wrapper,
.col2-set#customer_login,
.col2-set.addresses,
form.woocommerce-checkout,
.cart-collaterals,
.single-product div.product,
.post-slider .entry,
.events.list-style .entry,
.events.simple-style .entry,
.featured-posts-container,
.author-bio,
.pagination .nav-page,
.sidebar-footer .container,
.footer-text .container {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce,
  .woocommerce-billing-fields__field-wrapper,
  .col2-set#customer_login,
  .col2-set.addresses,
  form.woocommerce-checkout,
  .cart-collaterals,
  .single-product div.product,
  .post-slider .entry,
  .events.list-style .entry,
  .events.simple-style .entry,
  .featured-posts-container,
  .author-bio,
  .pagination .nav-page,
  .sidebar-footer .container,
  .footer-text .container {
    flex-flow: row wrap;
  }
}

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

* {
  min-height: 0;
  min-width: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--rubik);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--primary-text-color);
  background: var(--primary-color-alt);
}

img {
  border-radius: 0.5rem;
}

::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}
::selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}

::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}

a {
  transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: var(--primary-color);
}
a:visited {
  color: var(--primary-color);
}
a:hover,
a:visited:hover {
  text-decoration: none;
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rubik);
  font-weight: 500;
  margin: calc(var(--line-height) / 2) 0;
  color: var(--heading-text-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-text-color);
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: var(--heading-text-color);
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.3rem;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3.6rem;
    line-height: 3.96rem;
  }
}

h2,
.h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3.12rem;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

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

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size);
}

pre {
  margin: var(--line-height) 0;
  padding: var(--line-height);
  padding-left: var(--line-height) !important;
  padding-right: var(--line-height) !important;
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

blockquote {
  font-style: italic;
  margin: var(--line-height) 4rem;
  padding-left: 2rem;
  color: #777;
  border-left: 0.3rem solid #555;
}
blockquote cite {
  position: relative;
  display: block;
  padding: 1rem 0 0 2rem;
  color: #555;
}
blockquote cite:before {
  position: absolute;
  left: 0;
  content: '\2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
}

address {
  display: block;
  margin: 0 0 var(--line-height);
}

ul,
ol {
  margin: var(--font-size) 0;
  padding: 0 0 0 var(--line-height);
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: var(--line-height);
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: var(--line-height);
}

hr {
  clear: both;
  height: 0.1rem;
  min-height: 0;
  margin: var(--line-height) 0;
  border-top: 0.1rem solid var(--border-color);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.blackborder {
  border-color: #000;
}
hr.whiteborder {
  border-color: #fff;
}

@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box;
  height: 4.8rem;
  padding: 1.5rem;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
  border: 0.1rem solid var(--border-color);
  border-radius: 0.3rem;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
  font-size: 1.4rem;
}

form textarea {
  height: auto;
  border-radius: 0.5rem;
}

form input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
}

form input[type='color'] {
  padding: 0.2em 0.5em;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
  border-color: #ececec;
  outline: 0;
}

form input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}

form input[type='checkbox'],
form input[type='radio'] {
  display: inline-block;
  margin: 0.5em 0;
}

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;

  border-color: #ccc;
  background-color: #eee;

}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
  outline-color: #e9322d;
}

form select {

  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  margin: 0 0 0.2em;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: 0.3em;
  padding: 0.3em 0;
  color: var(--black-color);
  font-weight: 500;
  border-bottom: 0.1rem solid var(--border-color);
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.menu li.btn a {
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1.5rem 5.3rem;
  color: var(--white-color);
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color linear 200ms;
  border-radius: 0.3rem;
  background-color: var(--black-color);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:hover,
.menu li.btn a:hover,
.button:focus,
.menu li.btn a:focus {
  background-color: var(--primary-color);
  color: var(--white-color);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus,
.menu li.btn a:focus {
  outline: 0;
}

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active,
.menu li.btn a:active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

button::-moz-focus-inner,
.button::-moz-focus-inner,
.menu li.btn a::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  width: 100%;
  margin-bottom: var(--line-height);
  border-spacing: 0;
  border: 0.1rem solid var(--border-color);
}
table th,
table td {
  padding: 1.8rem 2.4rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 0.1rem solid var(--border-color);
  vertical-align: middle;
  text-transform: capitalize;
}
table th p,
table td p {
  margin: 0;
}
table th {
  background-color: var(--secondary-color);
}
table tr:last-child td {
  border-bottom: 0;
}

.wide-container {
  background-color: var(--white-color);
}
.boxed-container .wide-container,
.framed-container .wide-container {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.03);
}

.framed-container {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .framed-container {
    margin: 3rem auto;
  }
}

.container {
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}
.container:after {
  content: ' ';
  display: block;
  clear: both;
}
@media (min-width: 1170px) {
  .container {
    padding: 0;
  }
}

.site-content {
  margin-bottom: 2rem;
}
.search-no-results .site-content {
  margin-bottom: 7rem;
}
.site-content .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-content .container {
    flex-direction: row;
  }
}
.full-width-narrow .site-content .container {
  justify-content: center;
}

@media (max-width: 992px) {
  .content-area {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .right-sidebar .content-area {
    flex: 0 0 66.9230769231%;
    margin-right: 2.5641025641%;
  }
}
@media (min-width: 992px) {
  .left-sidebar .content-area {
    flex: 0 0 66.9230769231%;
    order: 2;
  }
}
@media (min-width: 992px) {
  .full-width-narrow .content-area {
    flex: 0 0 66.9230769231%;
  }
}
.full-width .content-area {
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .right-sidebar .widget-area {
    flex: 0 0 30.5128205128%;
    padding-left: 5.7rem;
  }
}
@media (min-width: 992px) {
  .left-sidebar .widget-area {
    flex: 0 0 30.5128205128%;
    margin-right: 2.5641025641%;
    order: 1;
    padding-right: 5.7rem;
  }
}

.site-header {
  margin-bottom: 4rem;
  box-shadow: 0 5px 15px rgba(146, 153, 184, 0.12);
  background-color: var(--white-color);
}
.home .site-header,
.archive .site-header,
.blog .site-header,
.search .site-header {
  margin-bottom: 0;
}
.site-header .container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
}
@media (min-width: 325px) {
  .site-header .container {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .site-header .container {
    justify-content: flex-start;
  }
}

.site-branding {
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .site-branding {
    flex: 0 0 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .site-branding {
    flex: 0 0 23.0769230769%;
    margin-right: 2.5641025641%;
  }
}
@media (min-width: 992px) {
  .site-branding {
    flex: 0 0 14.5299145299%;
    margin-right: 2.5641025641%;
  }
}
.site-branding .site-title {
  font-size: 3rem;
}
.site-branding .site-title a {
  color: var(--black-color);
}
.site-branding img {
  display: block;
}

.right-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .right-navigation {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    text-align: right;
    margin-left: auto;
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .right-navigation {
    flex-flow: row wrap;
  }
}

.search-icon {
  margin-left: 2rem;
  border-left: 1px solid #dedede;
  padding-left: 1rem;
}
.search-icon .search-toggle {
  display: inline-block;
  color: var(--black-color);
  font-size: 1.8rem;
}
.search-icon .search-toggle:visited {
  color: var(--black-color);
}
.search-icon .search-toggle:hover,
.search-icon .search-toggle:visited:hover {
  opacity: 0.7;
}
.search-icon .search-toggle .icon-search::before {
  content: '\e808';
}

.archive-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 5rem;
  background-color: #efefef;
}
.archive-header .browse {
  color: #999;
  font-size: 1rem;
  text-transform: uppercase;
}
.archive-header .search-title {
  margin-top: 0;
}
.author .archive-header {
  padding: 3rem 0;
}
.author .archive-header .avatar {
  margin-bottom: 1rem;
}
.elementor-template-full-width .archive-header {
  display: none;
}
.archive-header .archive-content {
  position: relative;
  z-index: 1;
  max-width: 65rem;
  text-align: center;
}
.archive-header .archive-title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-header .archive-title {
    font-size: 4rem;
  }
}
.author .archive-header .archive-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.archive-header .archive-desc p {
  margin-bottom: 0;
}
.archive-header .page-title {
  font-size: 3rem;
}
.archive-header .avatar {
  border-radius: 50%;
}

.footer-branding {
  margin: 5rem 0;
  text-align: center;
}

.footer-text {
  padding: 2rem;
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
  background-color: #1e1e1e;
  color: var(--white-color);
}
.footer-text .container {
  justify-content: space-between;
}
.footer-text .copyright {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-text .copyright {
    flex: 0 0 48.7179487179%;
    margin-bottom: 0;
  }
}
.footer-text a {
  font-weight: 500;
}
.footer-text a:visited:hover {
  color: var(--primary-color);
}
.footer-text a:hover {
  color: var(--primary-color);
}

.sidebar-footer {
  padding: 4rem 0 0;
  color: var(--white-color);
  background-color: var(--black-color);
}
.sidebar-footer .container {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sidebar-footer.widget-column-2 .footer-column {
    width: 48.7179487179%;
  }
}
@media (min-width: 768px) {
  .sidebar-footer.widget-column-3 .footer-column {
    width: 31.6239316239%;
  }
}
@media (min-width: 768px) {
  .sidebar-footer.widget-column-4 .footer-column {
    width: 23.0769230769%;
  }
}
.sidebar-footer .widget a {
  color: #ccc;
  letter-spacing: 0;
  font-weight: 400;
}
.sidebar-footer .widget a:visited {
  color: #ccc;
  font-weight: 400;
}
.sidebar-footer .widget a:hover {
  color: var(--primary-color);
}
.sidebar-footer .widget li a {
  font-weight: 400;
}
.sidebar-footer .widget li a:visited {
  font-weight: 400;
}

.widget {
  margin-bottom: 6rem;
  word-break: break-word;
  font-size: 1.4rem;
}
.widget li {
  padding: 0.5rem 0;
}
.widget select {
  width: 100%;
  max-width: 100%;
  height: 4rem;
  padding: 1rem;
  border: 0.1rem solid var(--border-color);
  background-color: var(--white-color);
}
.widget.widget_text a,
.widget.widget_custom_html a {
  border-bottom: 0.1rem solid;
}
.widget a {
  color: var(--primary-text-color);
}
.widget a:hover {
  color: var(--primary-color);
}

.widget-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black-color);
  position: relative;
}

.widget_recent_entries .post-date {
  font-size: 1.2rem;
  display: block;
  color: var(--secondary-text-color);
}

.widget_categories ul,
.widget_archive ul {
  display: flex;
  flex-flow: row wrap;
}
.widget_categories li,
.widget_archive li {
  flex: 0 0 50%;
}

.widget_search form {
  display: inline-block;
  width: 100%;
  position: relative;
}
.widget_search form input[type='search'] {
  padding-right: 3.8rem;
  width: 100%;
}
.widget_search form button {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  font-variant: normal;
  text-transform: none;
  line-height: 4.8rem;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: var(--black-color);
  font-size: 0;
  min-width: 3.8rem;
  padding: 0;
  margin: 0;
  min-height: 4.8rem;
  border: none;
}
.widget_search form button::before {
  content: '\e808';
  font-size: 1.6rem;
}
.widget_search form button:hover {
  color: var(--primary-color);
}

.widget_tag_cloud a {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem 1rem;
  text-transform: lowercase;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.widget_tag_cloud a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-text-color);
}

.widget_pages .children {
  padding-left: calc(var(--line-height) / 2);
}

.widget_nav_menu .sub-menu {
  padding-left: calc(var(--line-height) / 2);
}
.widget_nav_menu .sub-menu li:last-child {
  padding-bottom: 0;
}

.widget-tj-contact-info .contact-info-widget li i,
.elementor-widget .contact-info-widget li i {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}
.widget-tj-contact-info .contact-info-widget li.skype a,
.elementor-widget .contact-info-widget li.skype a {
  background-color: var(--primary-color);
  border-radius: 5rem;
  padding: 1.7rem 2.8rem;
}
.widget-tj-contact-info .contact-info-widget li.skype a:hover,
.elementor-widget .contact-info-widget li.skype a:hover {
  background-color: var(--primary-text-color);
}
.widget-tj-contact-info .contact-info-widget li .tj-contact-title,
.elementor-widget .contact-info-widget li .tj-contact-title {
  color: inherit;
}
.sidebar-footer .widget-tj-contact-info li i,
.sidebar-footer .elementor-widget li i {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}
.sidebar-footer .widget-tj-contact-info .contact-info-widget .tj-contact-title,
.sidebar-footer .elementor-widget .contact-info-widget .tj-contact-title {
  color: var(--primary-text-color);
}

.widget-tj-recent-posts .tj-recent-posts li {
  border-color: var(--border-color);
  align-items: flex-start;
  margin-top: 0;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-info {
  color: inherit;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-comments a {
  color: inherit;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-comments a:hover {
  color: var(--primary-color);
}

.widget-tj-social .tj-social-icons.style-light a {
  color: var(--primary-text-color);
  border-color: var(--border-color);
}
.widget-tj-social .tj-social-icons.style-dark a {
  color: var(--primary-text-color);
  border-color: var(--border-color);
}

.widget-tj-tags .tagcloud a {
  border-color: var(--border-color);
  background-color: transparent;
  color: var(--primary-text-color);
}
.widget-tj-tags .tagcloud a:hover {
  border-color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}

.widget-tj-about-me .tj-about-me-text {
  line-height: 2.2rem;
}

.outbuilt-recent-posts.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.outbuilt-recent-posts.grid li {
  margin-bottom: 2rem;
  flex: 0 0 45.9459459459%;
  width: 0 0 45.9459459459%;
}
@media (min-width: 768px) {
  .outbuilt-recent-posts.grid li {
    flex: 0 0 100%;
    width: 0 0 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .outbuilt-recent-posts.grid li {
    flex: 0 0 45.9459459459%;
    width: 0 0 45.9459459459%;
  }
}
.outbuilt-recent-posts.grid li:nth-child(1),
.outbuilt-recent-posts.grid li:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}
.outbuilt-recent-posts.classic li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e9e9e9;
}
.site-footer .outbuilt-recent-posts.classic li {
  border-color: #333;
}
.outbuilt-recent-posts.classic li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.outbuilt-recent-posts li {
  position: relative;
  line-height: 1.6;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 0;
}
.outbuilt-recent-posts .recent-posts-thumbnail {
  position: relative;
  width: 25%;
  min-width: 68px;
  margin-right: 5%;
}
.outbuilt-recent-posts .recent-posts-thumbnail img {
  width: 100%;
  display: block;
}
.outbuilt-recent-posts .recent-posts-details {
  width: 100%;
}
.outbuilt-recent-posts .recent-posts-title {
  font-weight: 500;
  font-size: 1.5rem;
}
.site-footer .outbuilt-recent-posts .recent-posts-title {
  font-size: 1.4rem;
}
.outbuilt-recent-posts .recent-posts-info {
  display: block;
  color: #aaa;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.outbuilt-recent-posts .recent-posts-info .sep {
  padding: 0 3px;
}
.outbuilt-recent-posts .recent-posts-date,
.outbuilt-recent-posts .recent-posts-comments {
  display: inline-block;
}
.outbuilt-recent-posts .recent-posts-date i {
  margin-right: 4px;
}
.outbuilt-recent-posts .recent-posts-comments i {
  margin-right: 4px;
}
.outbuilt-recent-posts .recent-posts-comments a {
  color: #999;
}
.outbuilt-recent-posts .recent-posts-comments a:hover {
  color: var(--primary-color);
}

@media only screen and (max-width: 959px) {
  .outbuilt-recent-posts .recent-posts-thumbnail {
    width: 15%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 480px) {
  .outbuilt-recent-posts .recent-posts-thumbnail {
    width: 25%;
    margin-right: 4%;
  }
}
.posts .post-thumbnail {
  margin-bottom: 2rem;
}

.posts-grid {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  .posts-grid {
    flex-flow: row wrap;
  }
}
.full-width .posts-grid .entry {
  flex: 0 0 31.6239316239%;
}
.posts-grid.two-columns .entry-grid {
  flex: 0 0 48.7179487179%;
  margin-right: 2.5641025641%;
}
.posts-grid.two-columns .entry-grid:nth-child(2n) {
  margin-right: 0;
}
.posts-grid.two-columns .entry-title,
.posts-grid.two-columns .page-title {
  font-size: 2.8rem;
  line-height: 1.4;
}
.posts-grid.three-columns .entry-grid {
  flex: 0 0 31.6239316239%;
  margin-right: 2.5641025641%;
  margin-bottom: 4rem;
}
.posts-grid.three-columns .entry-grid:nth-child(3n) {
  margin-right: 0;
}
.posts-grid.four-columns .entry-grid {
  flex: 0 0 23.0769230769%;
  margin-right: 2.5641025641%;
  margin-bottom: 4rem;
}
.posts-grid.four-columns .entry-grid:nth-child(4n) {
  margin-right: 0;
}
.posts-grid.four-columns .entry-title,
.posts-grid.four-columns .page-title {
  font-size: 1.8rem;
}
.posts-grid.overlay-style .thumbnail-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 3rem;
}
@media (max-width: 800px) and (min-width: 576px) {
  .posts-grid.overlay-style .thumbnail-content {
    padding: 2rem;
  }
}
.posts-grid.overlay-style .entry-header .entry-cat {
  color: var(--secondary-text-color);
}
.posts-grid.overlay-style .entry-header .entry-cat a,
.posts-grid.overlay-style .entry-header .entry-cat a:visited {
  color: var(--secondary-text-color);
}
.posts-grid.overlay-style .entry-header .entry-cat a:hover,
.posts-grid.overlay-style .entry-header .entry-cat a:visited:hover {
  color: var(--primary-color);
}
.posts-grid.overlay-style .entry-title,
.posts-grid.overlay-style .page-title {
  margin: 0;
}
@media (max-width: 800px) and (min-width: 576px) {
  .posts-grid.overlay-style .entry-title,
  .posts-grid.overlay-style .page-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.posts-grid.overlay-style .entry-title a,
.posts-grid.overlay-style .page-title a {
  text-transform: uppercase;
  color: var(--secondary-text-color);
}
.posts-grid.overlay-style .entry-title a:hover,
.posts-grid.overlay-style .page-title a:hover {
  color: var(--primary-color);
}
.posts-grid.overlay-style .entry-meta,
.posts-grid.overlay-style .events.list-style .event-meta,
.events.list-style .posts-grid.overlay-style .event-meta,
.posts-grid.overlay-style .events.grid-style .event-meta,
.events.grid-style .posts-grid.overlay-style .event-meta,
.posts-grid.overlay-style .entry-header {
  color: var(--secondary-text-color);
}
.posts-grid.overlay-style .entry-meta a,
.posts-grid.overlay-style .events.list-style .event-meta a,
.events.list-style .posts-grid.overlay-style .event-meta a,
.posts-grid.overlay-style .events.grid-style .event-meta a,
.events.grid-style .posts-grid.overlay-style .event-meta a,
.posts-grid.overlay-style .entry-header a {
  color: var(--secondary-text-color);
}
.posts-grid.overlay-style .entry-meta a:hover,
.posts-grid.overlay-style .events.list-style .event-meta a:hover,
.events.list-style .posts-grid.overlay-style .event-meta a:hover,
.posts-grid.overlay-style .events.grid-style .event-meta a:hover,
.events.grid-style .posts-grid.overlay-style .event-meta a:hover,
.posts-grid.overlay-style .entry-header a:hover {
  color: var(--primary-color);
}
.posts-grid.overlay-style .entry-meta .cat-links,
.posts-grid.overlay-style .events.list-style .event-meta .cat-links,
.events.list-style .posts-grid.overlay-style .event-meta .cat-links,
.posts-grid.overlay-style .events.grid-style .event-meta .cat-links,
.events.grid-style .posts-grid.overlay-style .event-meta .cat-links,
.posts-grid.overlay-style .entry-header .cat-links {
  display: none;
}

.posts-list .entry-list,
.posts-alternate .entry-list {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .posts-list .entry-list,
  .posts-alternate .entry-list {
    flex-flow: row wrap;
  }
}
.posts-list .entry-list .post-thumbnail,
.posts-alternate .entry-list .post-thumbnail {
  flex: 0 0 42.5287356322%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .posts-list .entry-list .post-thumbnail,
  .posts-alternate .entry-list .post-thumbnail {
    margin-bottom: 0;
  }
}
.posts-list .entry-list .entry-wrapper,
.posts-alternate .entry-list .entry-wrapper {
  flex: 0 0 54.0229885057%;
}

.posts-alternate .entry:first-child() .post-thumbnail {
  margin-bottom: 2rem;
}
.posts-alternate .posts-small .entry {
  margin-bottom: 0;
}
.posts-alternate .posts-small .entry .post-thumbnail {
  margin-bottom: 0;
}

.posts-small .entry {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .posts-small .entry {
    margin-bottom: 0;
  }
}
.posts-small .entry-header {
  margin-bottom: 0;
}
.posts-small .entry-title,
.posts-small .page-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.grid-posts .posts-small {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .grid-posts .posts-small {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .grid-posts .entry {
    flex: 0 0 48.7179487179%;
  }
}
@media (min-width: 768px) {
  .grid-posts .entry {
    flex: 0 0 23.0769230769%;
  }
}

.main-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 0 50%;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  .main-navigation {
    justify-content: flex-end;
    flex: 0 0 74.358974359%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    flex: 0 0 82.905982906%;
  }
}
@media (min-width: 800px) {
  .main-navigation {
    justify-content: flex-start;
  }
}
.main-navigation .menu-primary-items {
  position: relative;
}
@media (max-width: 768px) {
  .main-navigation .megamenu-active {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-navigation .megamenu-active .wp-megamenu-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-navigation .megamenu-active {
    justify-content: center;
  }
}

.menu-primary-items {
  display: none;
}
@media (min-width: 800px) {
  .menu-primary-items {
    display: block;
  }
}
.menu-primary-items li.menu-item-has-children > a {
  padding-right: 1rem;
}
.menu-primary-items li.menu-item-has-children > a::after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e813';
  font-size: 1.2rem;
  position: absolute;
  top: 1.3rem;
  right: -1rem;
}
.menu-primary-items li:hover.menu-item-has-children > a::after {
  content: '\e816';
}
.menu-primary-items li li.menu-item-has-children > a::after {
  content: '\e815';
  right: 1rem;
}
.menu-primary-items li li:hover.menu-item-has-children > a::after {
  content: '\e814';
}

.menu li {
  position: relative;
  display: inline-block;
  margin-right: 4rem;
}
.menu li:hover > .sub-menu,
.menu li.focus > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  left: 0;
}
.menu li:hover > .sub-menu ul,
.menu li.focus > .sub-menu ul {
  left: 100%;
}
.right-navigation .menu li:hover > .sub-menu,
.right-navigation .menu li.focus > .sub-menu {
  right: 0;
  left: auto;
}
.menu li:hover > a,
.menu li.focus > a {
  color: var(--primary-color);
}
.menu li li:hover > a {
  color: var(--black-color);
}
.menu li:last-child {
  margin-right: 0;
}
.menu li:last-child.btn {
  margin-left: 0;
}
.menu li.btn {
  float: right;
  margin-right: 0;
  margin-left: 4rem;
}
.menu li.btn a {
  padding: 0.8rem 2.1rem;
}
.menu > li.current-menu-item > a {
  color: var(--primary-color);
}
.menu a {
  font-family: var(--rubik);
  font-size: 1.6rem;
  display: block;
  padding: 0.5rem 0;
  color: var(--black-color);
  border-bottom: 0.2rem solid transparent;
}
.menu .sub-menu {
  padding: 1.3rem 0;
  text-align: left;
  border-top: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  min-width: 20rem;
  background-color: var(--white-color);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 0.5rem;
}
.right-navigation .menu .sub-menu {
  right: 0;
  left: auto;
}
.menu .sub-menu ul {
  top: -1.4rem;
  left: 100%;
}
.menu .sub-menu li {
  display: block;
  position: relative;
  border-left: 0.3rem solid transparent;
  margin-right: 0;
  padding: 0 2rem;
}
.menu .sub-menu li:hover {
  border-color: var(--primary-color);
}
.menu .sub-menu a {
  transition: all 200ms linear;
  font-weight: 400;
  padding: 0.8rem 0;
  color: var(--black-color);
  border-bottom: 0;
}
.menu .sub-menu a:hover {
  margin-left: 0.3rem;
  border-bottom: 0;
  color: var(--black-color);
}

.menu-mobile {
  display: block;
  font-size: 2.4rem;
  color: var(--primary-text-color);
}
.menu-mobile:visited {
  color: var(--primary-text-color);
}
@media (min-width: 800px) {
  .menu-mobile {
    display: none;
  }
}

.site {
  overflow: hidden;
}
@media (max-width: 800px) {
  .site.show-mobile-nav {
    position: relative;
  }
  .site.show-mobile-nav .mobile-navigation {
    transform: none;
    width: 100%;
  }
}

.mobile-navigation {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white-color);
  color: var(--black-color);
  z-index: 99;
  transition: all 200ms ease;
  transform: translate3d(100%, 0, 0);
}
.mobile-navigation .menu-mobile {
  color: var(--white-color);
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #ea6262;
  padding: 1rem;
  text-align: center;
}
.mobile-navigation .menu-mobile:hover {
  color: var(--white-color);
}
.mobile-navigation .icon-navigation {
  padding: 2rem 2rem;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.mobile-navigation .icon-navigation .search-field {
  width: 100%;
}

.menu-mobile-items {
  padding: 0 2rem 2rem;
}
.menu-mobile-items li {
  display: block;
  position: relative;
}
.menu-mobile-items li.submenu-open .submenu-expand i::before {
  content: '\e816';
}
.menu-mobile-items a {
  color: var(--primary-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--border-color);
}
.menu-mobile-items a:hover {
  color: var(--primary-color);
}
.menu-mobile-items .submenu-expand {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--black-color);
}
.menu-mobile-items .submenu-expand:hover,
.menu-mobile-items .submenu-expand:active,
.menu-mobile-items .submenu-expand:focus {
  color: var(--black-color);
}
.menu-mobile-items .sub-menu {
  display: none;
  padding-left: 1.5rem;
}

.menu-account-items {
  margin-right: 0.3rem;
}
.menu-account-items > li > a {
  display: block;
  width: 2em;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.menu-account-items > li > a::before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f2bd';
  height: 100%;
  width: 100%;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  margin: 0;
  line-height: 2.6;
}
.menu-account-items > li > a:hover {
  border-bottom: 0;
}

.menu-footer-items {
  text-align: center;
}
@media (min-width: 768px) {
  .menu-footer-items {
    flex: 0 0 48.7179487179%;
    text-align: right;
  }
}
.menu-footer-items li {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
.menu-footer-items li:last-child {
  margin-right: 0;
}
.menu-footer-items a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-footer-items a:hover {
  color: var(--primary-color);
}
.menu-footer-items a:visited:hover {
  color: var(--primary-color);
}

.top-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 100%;
  border-bottom: 0.1rem solid var(--border-color);
}
.top-navigation a {
  font-size: 1.2rem;
}

.menu-social-container {
  padding: 0.5rem 0;
}
@media (min-width: 576px) {
  .menu-social-container {
    text-align: right;
    padding: 0;
  }
}
.menu-social-container li {
  display: inline-block;
  padding: 0 0.2rem 0;
}
.menu-social-container li:last-child {
  margin-right: 0;
}
.menu-social-container a {
  display: inline-block;
  color: var(--white-color);
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: var(--black-color);
  border-radius: 50%;
  text-align: center;
}
.menu-social-container a::before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.menu-social-container a:hover {
  opacity: 0.6;
  color: var(--white-color) !important;
}
.menu-social-container a[href*='twitter.com'] {
  background-color: #1da1f2;
}
.menu-social-container a[href*='instagram.com'] {
  background-color: #405de6;
}
.menu-social-container a[href*='youtube.com'] {
  background-color: #ff0000;
}
.menu-social-container a[href*='facebook.com'] {
  background-color: #3b5998;
}
.menu-social-container a[href*='pinterest.com'] {
  background-color: #bd081c;
}
.menu-social-container a[href*='linkedin.com'] {
  background-color: #0077b5;
}
.menu-social-container a[href*='dribbble.com'] {
  background-color: #ea4c89;
}
.menu-social-container a[href*='flickr.com'] {
  background-color: #0063dc;
}
.menu-social-container a[href*='vimeo.com'] {
  background-color: #1ab7ea;
}
.menu-social-container a[href*='spotify.com'] {
  background-color: #1db954;
}
.menu-social-container a[href*='snapchat.com'] {
  background-color: #fffc00;
}
.menu-social-container a[href*='twitter.com']::before {
  content: '\f099';
}
.menu-social-container a[href*='facebook.com']::before {
  content: '\f09a';
}
.menu-social-container a[href*='instagram.com']::before {
  content: '\f16d';
}
.menu-social-container a[href*='pinterest.com']::before {
  content: '\f231';
}
.menu-social-container a[href*='linkedin.com']::before {
  content: '\f0e1';
}
.menu-social-container a[href*='dribbble.com']::before {
  content: '\f17d';
}
.menu-social-container a[href*='codepen.io']::before {
  content: '\f32c';
}
.menu-social-container a[href*='github.com']::before {
  content: '\f09b';
}
.menu-social-container a[href*='medium.com']::before {
  content: '\f23a';
}
.menu-social-container a[href*='flickr.com']::before {
  content: '\f303';
}
.menu-social-container a[href*='wordpress.com']::before,
.menu-social-container a[href*='wordpress.org']::before {
  content: '\e804';
}
.menu-social-container a[href*='vimeo.com']::before {
  content: '\f27d';
}
.menu-social-container a[href*='youtube.com']::before {
  content: '\f16a';
}
.menu-social-container a[href*='/feed']::before,
.menu-social-container a[href*='feedburner.com']::before {
  content: '\e805';
}
.menu-social-container a[href*='mailto']::before {
  content: '\e802';
}
.menu-social-container a[href*='snapchat.com']::before {
  content: '\f2ac';
}
.menu-social-container a[href*='spotify.com']::before {
  content: '\f1bc';
}
.menu-social-container a[href*='apple.com']::before {
  content: '\f179';
}

@media (min-width: 576px) and (max-width: 768px) {
  #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
    text-align: right;
  }
}

.entry {
  margin-bottom: 6rem;
  position: relative;
  word-break: break-word;
}
.post-type-archive-tribe_events .entry {
  margin-bottom: 0;
}
.posts-list .entry {
  margin-bottom: 6rem;
}

.post-thumbnail {
  display: block;
  position: relative;
}
.post-thumbnail img {
  display: block;
  border-radius: 0.5rem;
}
.single .post-thumbnail,
.page .post-thumbnail {
  margin-bottom: 4rem;
}

.post-thumbnail-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 29, 44, 0.65);
}

.entry-header {
  margin-bottom: 1rem;
}
.page .entry-header,
.single .entry-header {
  flex: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page.full-width-narrow .entry-header {
    flex: 0 0 66.9230769231%;
  }
}
.page .entry-header {
  margin-bottom: 2rem;
}
.single .entry-header {
  margin-bottom: 3rem;
}
.single.full-width-narrow .entry-header {
  margin-bottom: 4rem;
  text-align: center;
}
.posts-grid .entry-header {
  margin-bottom: 1.4rem;
}
.posts-list .entry-header {
  margin-bottom: 1rem;
}

.entry-title,
.page-title {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .entry-title,
  .page-title {
    font-size: 3.8rem;
    line-height: 4.7rem;
  }
}
.single.full-width-narrow .entry-title,
.single.full-width-narrow .page-title {
  margin-bottom: 2rem;
}
.posts-grid .entry-title,
.posts-grid .page-title {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.posts-list .entry-title,
.posts-list .page-title,
.posts-alternate .entry-list .entry-title,
.posts-alternate .entry-list .page-title {
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.entry-meta,
.events.list-style .event-meta,
.events.grid-style .event-meta,
.posts-grid.overlay-style .entry-header {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--secondary-text-color);
}
.entry-meta a,
.events.list-style .event-meta a,
.events.grid-style .event-meta a,
.posts-grid.overlay-style .entry-header a {
  color: var(--secondary-text-color);
}
.entry-meta a:hover,
.events.list-style .event-meta a:hover,
.events.grid-style .event-meta a:hover,
.posts-grid.overlay-style .entry-header a:hover,
.entry-meta a:visited:hover {
  color: var(--primary-color);
}
.entry-meta a:visited,
.events.list-style .event-meta a:visited,
.events.grid-style .event-meta a:visited,
.posts-grid.overlay-style .entry-header a:visited {
  color: var(--secondary-text-color);
}
.entry-meta .author-gravatar img,
.events.list-style .event-meta .author-gravatar img,
.events.grid-style .event-meta .author-gravatar img,
.posts-grid.overlay-style .entry-header .author-gravatar img {
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: inline-block !important;
  vertical-align: middle;
}
.entry-meta .posted-on,
.events.list-style .event-meta .posted-on,
.events.grid-style .event-meta .posted-on,
.posts-grid.overlay-style .entry-header .posted-on,
.entry-meta .cat-links,
.events.list-style .event-meta .cat-links,
.events.grid-style .event-meta .cat-links,
.posts-grid.overlay-style .entry-header .cat-links {
  position: relative;
}
.entry-meta .posted-on::before,
.events.list-style .event-meta .posted-on::before,
.events.grid-style .event-meta .posted-on::before,
.posts-grid.overlay-style .entry-header .posted-on::before,
.entry-meta .cat-links::before,
.events.list-style .event-meta .cat-links::before,
.events.grid-style .event-meta .cat-links::before,
.posts-grid.overlay-style .entry-header .cat-links::before {
  content: '/';
  display: inline-block;
  padding: 0 1rem;
}

.cat-links.cat-bg {
  margin-bottom: 2rem;
  display: inline-block;
}
.cat-links.cat-bg a {
  background-color: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  line-height: 0;
  padding: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 576px) {
  .cat-links.cat-bg a {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}
.cat-links.cat-bg a:hover {
  color: var(--white-color);
  opacity: 0.8;
}

.entry-summary {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.entry-summary p {
  margin-bottom: 1rem;
}

.more-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 0.1rem solid var(--primary-color);
  letter-spacing: 0.1rem;
}
.more-link:visited {
  color: var(--primary-color);
}
.more-link:hover,
.more-link:visited:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}

.tag-links .tag-title {
  margin-right: 2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
}
.tag-links a {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-right: 3rem;
}
.tag-links a:hover {
  color: var(--primary-text-color);
}

.posts-list .format-image,
.posts-alternate .format-image {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .posts-list .format-image,
  .posts-alternate .format-image {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .posts-list .format-image,
  .posts-alternate .format-image {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.posts-list .format-image .entry-header,
.posts-alternate .format-image .entry-header {
  position: absolute;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-header,
  .posts-alternate .format-image .entry-header {
    padding: 4rem;
  }
}
.posts-list .format-image .entry-title,
.posts-list .format-image .page-title,
.posts-alternate .format-image .entry-title,
.posts-alternate .format-image .page-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-title,
  .posts-list .format-image .page-title,
  .posts-alternate .format-image .entry-title,
  .posts-alternate .format-image .page-title {
    font-size: 3.6rem;
    line-height: normal;
  }
}
.posts-list .format-image .entry-title a,
.posts-list .format-image .page-title a,
.posts-alternate .format-image .entry-title a,
.posts-alternate .format-image .page-title a {
  color: var(--white-color);
}
.posts-list .format-image .entry-title a:hover,
.posts-list .format-image .page-title a:hover,
.posts-alternate .format-image .entry-title a:hover,
.posts-alternate .format-image .page-title a:hover {
  color: var(--primary-color);
}
.posts-list .format-image .entry-meta,
.posts-list .format-image .events.list-style .event-meta,
.events.list-style .posts-list .format-image .event-meta,
.posts-list .format-image .events.grid-style .event-meta,
.events.grid-style .posts-list .format-image .event-meta,
.posts-list .format-image .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .posts-list .format-image .entry-header,
.posts-alternate .format-image .entry-meta,
.posts-alternate .format-image .events.list-style .event-meta,
.events.list-style .posts-alternate .format-image .event-meta,
.posts-alternate .format-image .events.grid-style .event-meta,
.events.grid-style .posts-alternate .format-image .event-meta,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header {
  color: var(--white-color);
  display: none;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-meta,
  .posts-list .format-image .events.list-style .event-meta,
  .events.list-style .posts-list .format-image .event-meta,
  .posts-list .format-image .events.grid-style .event-meta,
  .events.grid-style .posts-list .format-image .event-meta,
  .posts-list .format-image .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .posts-list .format-image .entry-header,
  .posts-alternate .format-image .entry-meta,
  .posts-alternate .format-image .events.list-style .event-meta,
  .events.list-style .posts-alternate .format-image .event-meta,
  .posts-alternate .format-image .events.grid-style .event-meta,
  .events.grid-style .posts-alternate .format-image .event-meta,
  .posts-alternate .format-image .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .posts-alternate .format-image .entry-header {
    display: block;
  }
}
.posts-list .format-image .entry-meta a,
.posts-list .format-image .events.list-style .event-meta a,
.events.list-style .posts-list .format-image .event-meta a,
.posts-list .format-image .events.grid-style .event-meta a,
.events.grid-style .posts-list .format-image .event-meta a,
.posts-list .format-image .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .posts-list .format-image .entry-header a,
.posts-alternate .format-image .entry-meta a,
.posts-alternate .format-image .events.list-style .event-meta a,
.events.list-style .posts-alternate .format-image .event-meta a,
.posts-alternate .format-image .events.grid-style .event-meta a,
.events.grid-style .posts-alternate .format-image .event-meta a,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header a {
  color: var(--white-color);
}
.posts-list .format-image .entry-meta a:hover,
.posts-list .format-image .events.list-style .event-meta a:hover,
.events.list-style .posts-list .format-image .event-meta a:hover,
.posts-list .format-image .events.grid-style .event-meta a:hover,
.events.grid-style .posts-list .format-image .event-meta a:hover,
.posts-list .format-image .posts-grid.overlay-style .entry-header a:hover,
.posts-grid.overlay-style .posts-list .format-image .entry-header a:hover,
.posts-alternate .format-image .entry-meta a:hover,
.posts-alternate .format-image .events.list-style .event-meta a:hover,
.events.list-style .posts-alternate .format-image .event-meta a:hover,
.posts-alternate .format-image .events.grid-style .event-meta a:hover,
.events.grid-style .posts-alternate .format-image .event-meta a:hover,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header a:hover,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header a:hover {
  color: var(--primary-color);
}

.not-found {
  text-align: center;
}
.not-found-header {
  margin-top: 10rem;
}
.not-found-title {
  letter-spacing: 0.035rem;
  font-size: 15rem;
}
@media (min-width: 576px) {
  .not-found-title {
    font-size: 25rem;
  }
}
.not-found-content {
  margin-bottom: 5rem;
  margin-top: 10rem;
}
@media (min-width: 576px) {
  .not-found-content {
    margin-top: 15rem;
  }
}
.not-found-content h3 {
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .not-found-content h3 {
    font-size: 3.6rem;
  }
}
.not-found .search-field {
  width: calc(100% - 7rem);
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .not-found .search-field {
    width: calc(100% - 30rem);
    margin-bottom: 0;
  }
}

.content-wrapper {
  padding: 3.5rem;
}
.content-wrapper.content-wrapper--small-gap {
  padding: 1rem 3rem;
}

.content-shadow {
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.05);
  transition: all 250ms ease-in-out;
}
.content-shadow:hover {
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}
.content-shadow .post-thumbnail img {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
}
.content-shadow .entry-title,
.content-shadow .page-title {
  margin-top: 0;
}

.entry-content figure {
  margin: 0 0 0;
}
@media (min-width: 768px) {
  .entry-content > .alignwide {
    margin: 3.2rem calc(25% - 25vw);
    max-width: 100vw;
  }
}
.entry-content > .alignfull {
  margin: 3.2rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content ul,
.entry-content ol {
  margin: var(--font-size) 0;
  padding: 0 0 0 var(--line-height);
}
.entry-content blockquote {
  font-style: italic;
  margin: var(--line-height) 4rem;
  padding: 5rem;
  color: var(--black-color);
  border-top: 0.3rem solid #333;
  border-bottom: 0.3rem solid #333;
  border-left: 0;
  margin: 0 0 var(--line-height);
  font-size: 2.4rem;
  line-height: 4rem;
}
.entry-content blockquote cite {
  position: relative;
  display: block;
  padding: 0 0 0 2rem;
  color: #555;
  margin: 0;
  font-size: 1.6rem;
}
.entry-content blockquote cite:before {
  position: absolute;
  left: 0;
  content: '\2014';
}
.entry-content q:before,
.entry-content q:after,
.entry-content blockquote:before,
.entry-content blockquote:after {
  content: '';
}
.entry-content .wp-block-gallery ul {
  padding-left: 0;
  margin-bottom: 0;
}
.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
  border-color: var(--border-color);
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 1.4rem;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 1.4rem;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 1.6rem;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.has-blue-color {
  color: var(--primary-color);
}

.has-blue-background-color {
  background-color: var(--primary-color);
}

.has-light-gray-color {
  color: var(--secondary-color);
}

.has-light-gray-background-color {
  background-color: var(--secondary-color);
}

.has-very-dark-gray-color {
  color: var(--black-color);
}

.has-very-dark-gray-background-color {
  background-color: var(--black-color);
}

.has-small-font-size {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.has-normal-font-size {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.has-medium-font-size {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

.has-large-font-size {
  font-size: 3.6rem;
  line-height: 5.4rem;
}

.has-huge-font-size {
  font-size: 4.8rem;
  line-height: 7.2rem;
}

.module-title {
  font-size: 2rem;
}

.outbuilt-social-icons {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.outbuilt-social-icons.rotate a:hover {
  transform: rotate(360deg);
}
.outbuilt-social-icons.zoomout a:hover {
  transform: scale(0.8);
}
.outbuilt-social-icons.float a:hover {
  transform: translateY(-3px);
}
.outbuilt-social-icons li {
  display: inline-block;
  margin: 2px;
  padding: 0;
}
.outbuilt-social-icons li a {
  display: block;
  padding: 0;
  text-align: center;
}
.outbuilt-social-icons.style-light li a,
.outbuilt-social-icons.style-dark li a,
.outbuilt-social-icons.style-colored li a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border-radius: 2px;
}
.outbuilt-social-icons.style-light li a {
  color: #bbb;
  border: 1px solid #e9e9e9;
}
.outbuilt-social-icons.style-light li.outbuilt-twitter a:hover {
  color: #46d4fe !important;
  border-color: #46d4fe !important;
}
.outbuilt-social-icons.style-light li.outbuilt-facebook a:hover {
  color: #37589b !important;
  border-color: #37589b !important;
}
.outbuilt-social-icons.style-light li.outbuilt-google-plus a:hover {
  color: #de5a49 !important;
  border-color: #de5a49 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-pinterest a:hover {
  color: #cb2027 !important;
  border-color: #cb2027 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-dribbble a:hover {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-vk a:hover {
  color: #597ba5 !important;
  border-color: #597ba5 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-instagram a:hover {
  color: #3f729b !important;
  border-color: #3f729b !important;
}
.outbuilt-social-icons.style-light li.outbuilt-linkedin a:hover {
  color: #3399cc !important;
  border-color: #3399cc !important;
}
.outbuilt-social-icons.style-light li.outbuilt-tumblr a:hover {
  color: #2c4762 !important;
  border-color: #2c4762 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-github a:hover {
  color: #60b044 !important;
  border-color: #60b044 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-flickr a:hover {
  color: #fa4086 !important;
  border-color: #fa4086 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-skype a:hover {
  color: #00aff0 !important;
  border-color: #00aff0 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-trello a:hover {
  color: #0079bf !important;
  border-color: #0079bf !important;
}
.outbuilt-social-icons.style-light li.outbuilt-foursquare a:hover {
  color: #2d5be3 !important;
  border-color: #2d5be3 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-youtube a:hover {
  color: #c4302b !important;
  border-color: #c4302b !important;
}
.outbuilt-social-icons.style-light li.outbuilt-vimeo a:hover {
  color: #1ab7ea !important;
  border-color: #1ab7ea !important;
}
.outbuilt-social-icons.style-light li.outbuilt-vine a:hover {
  color: #00bf8f !important;
  border-color: #00bf8f !important;
}
.outbuilt-social-icons.style-light li.outbuilt-xing a:hover {
  color: #006464 !important;
  border-color: #006464 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-yelp a:hover {
  color: #c41200 !important;
  border-color: #c41200 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-tripadvisor a:hover {
  color: #589442 !important;
  border-color: #589442 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-rss a:hover {
  color: #ff7900 !important;
  border-color: #ff7900 !important;
}
.outbuilt-social-icons.style-light li.outbuilt-email a:hover {
  color: #13aff0 !important;
  border-color: #13aff0 !important;
}
.outbuilt-social-icons.style-dark li a {
  color: #333;
  border: 1px solid #333;
}
.outbuilt-social-icons.style-dark li.outbuilt-twitter a:hover {
  color: #46d4fe !important;
  border-color: #46d4fe !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-facebook a:hover {
  color: #37589b !important;
  border-color: #37589b !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-google-plus a:hover {
  color: #de5a49 !important;
  border-color: #de5a49 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-pinterest a:hover {
  color: #cb2027 !important;
  border-color: #cb2027 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-dribbble a:hover {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-vk a:hover {
  color: #597ba5 !important;
  border-color: #597ba5 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-instagram a:hover {
  color: #3f729b !important;
  border-color: #3f729b !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-linkedin a:hover {
  color: #3399cc !important;
  border-color: #3399cc !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-tumblr a:hover {
  color: #2c4762 !important;
  border-color: #2c4762 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-github a:hover {
  color: #60b044 !important;
  border-color: #60b044 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-flickr a:hover {
  color: #fa4086 !important;
  border-color: #fa4086 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-skype a:hover {
  color: #00aff0 !important;
  border-color: #00aff0 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-trello a:hover {
  color: #0079bf !important;
  border-color: #0079bf !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-foursquare a:hover {
  color: #2d5be3 !important;
  border-color: #2d5be3 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-youtube a:hover {
  color: #c4302b !important;
  border-color: #c4302b !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-vimeo a:hover {
  color: #1ab7ea !important;
  border-color: #1ab7ea !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-vine a:hover {
  color: #00bf8f !important;
  border-color: #00bf8f !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-xing a:hover {
  color: #006464 !important;
  border-color: #006464 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-yelp a:hover {
  color: #c41200 !important;
  border-color: #c41200 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-tripadvisor a:hover {
  color: #589442 !important;
  border-color: #589442 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-rss a:hover {
  color: #ff7900 !important;
  border-color: #ff7900 !important;
}
.outbuilt-social-icons.style-dark li.outbuilt-email a:hover {
  color: #13aff0 !important;
  border-color: #13aff0 !important;
}
.outbuilt-social-icons.style-colored li a {
  color: #fff;
}
.outbuilt-social-icons.style-colored li a:hover {
  color: #fff;
}
.outbuilt-social-icons.style-colored li.outbuilt-twitter a {
  background-color: #46d4fe;
}
.outbuilt-social-icons.style-colored li.outbuilt-twitter a:hover {
  background-color: #39b4d8;
}
.outbuilt-social-icons.style-colored li.outbuilt-facebook a {
  background-color: #37589b;
}
.outbuilt-social-icons.style-colored li.outbuilt-facebook a:hover {
  background-color: #2d477c;
}
.outbuilt-social-icons.style-colored li.outbuilt-google-plus a {
  background-color: #de5a49;
}
.outbuilt-social-icons.style-colored li.outbuilt-google-plus a:hover {
  background-color: #bb4c3e;
}
.outbuilt-social-icons.style-colored li.outbuilt-pinterest a {
  background-color: #cb2027;
}
.outbuilt-social-icons.style-colored li.outbuilt-pinterest a:hover {
  background-color: #a91d23;
}
.outbuilt-social-icons.style-colored li.outbuilt-dribbble a {
  background-color: #ea4c89;
}
.outbuilt-social-icons.style-colored li.outbuilt-dribbble a:hover {
  background-color: #c64174;
}
.outbuilt-social-icons.style-colored li.outbuilt-vk a {
  background-color: #597ba5;
}
.outbuilt-social-icons.style-colored li.outbuilt-vk a:hover {
  background-color: #486384;
}
.outbuilt-social-icons.style-colored li.outbuilt-instagram a {
  background-color: #3f729b;
}
.outbuilt-social-icons.style-colored li.outbuilt-instagram a:hover {
  background-color: #315a7c;
}
.outbuilt-social-icons.style-colored li.outbuilt-linkedin a {
  background-color: #3399cc;
}
.outbuilt-social-icons.style-colored li.outbuilt-linkedin a:hover {
  background-color: #2678a1;
}
.outbuilt-social-icons.style-colored li.outbuilt-tumblr a {
  background-color: #2c4762;
}
.outbuilt-social-icons.style-colored li.outbuilt-tumblr a:hover {
  background-color: #1d3042;
}
.outbuilt-social-icons.style-colored li.outbuilt-github a {
  background-color: #60b044;
}
.outbuilt-social-icons.style-colored li.outbuilt-github a:hover {
  background-color: #4f9237;
}
.outbuilt-social-icons.style-colored li.outbuilt-flickr a {
  background-color: #fa4086;
}
.outbuilt-social-icons.style-colored li.outbuilt-flickr a:hover {
  background-color: #c63169;
}
.outbuilt-social-icons.style-colored li.outbuilt-skype a {
  background-color: #00aff0;
}
.outbuilt-social-icons.style-colored li.outbuilt-skype a:hover {
  background-color: #0291c6;
}
.outbuilt-social-icons.style-colored li.outbuilt-trello a {
  background-color: #0079bf;
}
.outbuilt-social-icons.style-colored li.outbuilt-trello a:hover {
  background-color: #0079bf;
}
.outbuilt-social-icons.style-colored li.outbuilt-foursquare a {
  background-color: #2d5be3;
}
.outbuilt-social-icons.style-colored li.outbuilt-foursquare a:hover {
  background-color: #2d5be3;
}
.outbuilt-social-icons.style-colored li.outbuilt-youtube a {
  background-color: #c4302b;
}
.outbuilt-social-icons.style-colored li.outbuilt-youtube a:hover {
  background-color: #982420;
}
.outbuilt-social-icons.style-colored li.outbuilt-vimeo a {
  background-color: #1ab7ea;
}
.outbuilt-social-icons.style-colored li.outbuilt-vimeo a:hover {
  background-color: #1494bd;
}
.outbuilt-social-icons.style-colored li.outbuilt-vine a {
  background-color: #00bf8f;
}
.outbuilt-social-icons.style-colored li.outbuilt-vine a:hover {
  background-color: #01906c;
}
.outbuilt-social-icons.style-colored li.outbuilt-xing a {
  background-color: #006464;
}
.outbuilt-social-icons.style-colored li.outbuilt-xing a:hover {
  background-color: #014646;
}
.outbuilt-social-icons.style-colored li.outbuilt-yelp a {
  background-color: #c41200;
}
.outbuilt-social-icons.style-colored li.outbuilt-yelp a:hover {
  background-color: #940f01;
}
.outbuilt-social-icons.style-colored li.outbuilt-tripadvisor a {
  background-color: #589442;
}
.outbuilt-social-icons.style-colored li.outbuilt-tripadvisor a:hover {
  background-color: #426f32;
}
.outbuilt-social-icons.style-colored li.outbuilt-rss a {
  background-color: #ff7900;
}
.outbuilt-social-icons.style-colored li.outbuilt-rss a:hover {
  background-color: #d46603;
}
.outbuilt-social-icons.style-colored li.outbuilt-email a {
  background-color: #13aff0;
}
.outbuilt-social-icons.style-colored li.outbuilt-email a:hover {
  background-color: #0f8dc2;
}
.outbuilt-social-icons.style-simple li {
  margin: 0 6px;
}
.outbuilt-social-icons.style-simple li a {
  font-size: 16px;
}

.comments-title {
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .comments-title {
    text-align: left;
  }
}

.comment-reply-title,
.comments-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: var(--rubik);
}

.commentlist {
  margin-bottom: 4rem;
}
.commentlist .comment {
  margin-bottom: 6rem;
}
.commentlist .children {
  margin: 6rem 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .commentlist .children {
    padding-left: 9rem;
  }
}
@media (min-width: 240px) and (max-width: 768px) {
  .commentlist .children .children {
    padding-left: 0;
  }
}
.commentlist .children .avatar {
  width: 7rem;
}

.comment-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .comment-container {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .comment-container .comment-avatar {
    flex: 0 0 13.7931034483%;
  }
  .comment-container .comment-body {
    flex: 0 0 82.7586206897%;
  }
}

.comment-avatar {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .comment-avatar {
    margin-bottom: 0;
  }
}
.comment-avatar .avatar {
  border-radius: 50%;
}
.comment-avatar .name {
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  line-height: 1.8rem;
}
.comment-avatar .name a {
  color: var(--black-color);
}
.comment-avatar .name a:hover {
  color: var(--secondary-text-color);
}

.comment-body {
  position: relative;
}
.comment-body .comment-wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: var(--secondary-color);
  border-radius: 0.3rem;
}
.comment-body .comment-head {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  color: var(--secondary-text-color);
}
.comment-body .comment-head a {
  color: var(--secondary-text-color);
}
.comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}
.comment-body .comment-content a {
  border-bottom: 0.1rem solid;
}

.comment-reply-link {
  line-height: 1.5;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 2rem;
  transition: color 0.2s ease-in-out;
  color: var(--black-color);
}
@media (min-width: 480px) {
  .comment-reply-link {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    padding-top: 0;
  }
}
.comment-reply-link:hover {
  color: var(--primary-color);
}

.author-badge {
  border-radius: 0.3rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.4rem 0.6rem;
  color: var(--white-color);
  background-color: var(--primary-color);
}
@media (min-width: 480px) {
  .author-badge {
    margin-bottom: 0;
  }
}

.children .comment-respond,
.layout-right-sidebar .comment-respond {
  margin-top: 0;
}
@media (min-width: 601px) {
  .children .comment-respond,
  .layout-right-sidebar .comment-respond {
    margin-top: 6rem;
  }
}
.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-right-sidebar .comment-form-author,
.layout-right-sidebar .comment-form-email,
.layout-right-sidebar .comment-form-url {
  display: block;
  width: 100%;
}

.comments-area {
  margin-bottom: 0;
  margin-top: 4rem;
  word-break: break-all;
}

.comment-notes {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--primary-text-color);
}

form.comment-form label {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
  font-size: 1.6rem;
}
form.comment-form .comment-form-comment {
  clear: both;
}
@media (min-width: 576px) {
  form.comment-form .comment-form-author,
  form.comment-form .comment-form-email,
  form.comment-form .comment-form-url {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}
form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
  width: 100%;
}
form.comment-form .form-submit {
  clear: both;
  padding-top: 1rem;
}
form.comment-form .comment-form-cookies-consent {
  clear: both;
}
form.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 0.5rem;
}
form.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  text-transform: inherit;
}
form.comment-form textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
form.comment-form .comment-form-url {
  margin-right: 0;
}

.required {
  color: #f00;
}

#cancel-comment-reply-link {
  font-size: 1.3rem;
}

#comment-nav-above {
  margin-bottom: 3rem;
}

.comment-navigation .nav-previous {
  display: inline;
  float: left;
}

.comment-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
}

.comment-navigation a {
  color: var(--primary-text-color);
}

.related-posts {
  margin-top: 4rem;
}
.related-posts .related-title {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
}
.related-posts .posts-small {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .related-posts .posts-small {
    flex-flow: row wrap;
  }
}
.related-posts .entry {
  flex: 0 0 31.0344827586%;
  margin-bottom: 3rem;
}
.related-posts .entry-title,
.related-posts .page-title {
  font-family: var(--rubik);
}
.related-posts .entry-title a,
.related-posts .page-title a {
  font-family: var(--rubik);
}

.pagination {
  border-top: 0.1rem solid var(--border-color);
  padding-top: 2rem;
  flex: 0 0 100%;

}
.pagination .nav-page {
  justify-content: flex-end;
}
.pagination .nav-page a {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  color: var(--black-color);
}
.pagination .nav-page a:hover {
  color: var(--primary-color);
}
.pagination .nav-newer {
  flex: 1;
  order: 0;
}
.pagination .nav-newer a::after {
  content: '';
  border-bottom: 0.1rem solid var(--border-color);
  width: 3rem;
  display: inline-block;
  vertical-align: super;
  margin-left: 1.6rem;
}
.pagination .nav-older {
  flex: 1;
  order: 1;
  text-align: right;
}
.pagination .nav-older a::before {
  content: '';
  border-bottom: 0.1rem solid var(--border-color);
  width: 3rem;
  display: inline-block;
  vertical-align: super;
  margin-right: 1.6rem;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .next {
  float: right;
  padding-right: 0;
}
.pagination .nav-links .prev {
  float: left;
  padding-left: 0;
}
.pagination .page-numbers {
  font-size: 1.8rem;
  letter-spacing: 0;
  padding: 0 1rem;
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.pagination .page-numbers:hover {
  color: var(--primary-color);
}
.pagination .page-numbers.current {
  color: var(--primary-color);
}

.post-pagination {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
  word-break: break-word;
}
@media (min-width: 576px) {
  .post-pagination {
    flex-flow: row wrap;
  }
}
.post-pagination .post-detail {
  overflow: hidden;
}
.post-pagination .post-detail span {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.post-pagination .post-detail a {
  font-size: 1.7rem;
  font-weight: 500;
  display: block;
  color: var(--black-color);
}
.post-pagination .post-detail a:hover {
  color: var(--primary-color);
}

.prev-post {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .prev-post {
    margin-bottom: 0;
    width: 48.275862069%;
  }
}
.prev-post .arrow {
  margin-right: 0.5rem;
}

.next-post {
  text-align: right;
}
@media (min-width: 576px) {
  .next-post {
    width: 48.275862069%;
  }
}
.next-post .arrow {
  margin-left: 0.5rem;
}

.author-bio {
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--black-color);
  padding: 3rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .author-bio {
    text-align: initial;
  }
}
.author-bio .author-avatar {
  display: none;
}
@media (min-width: 576px) {
  .author-bio .author-avatar {
    display: block;
    flex: 0 0 13.7931034483%;
  }
}
.author-bio .author-avatar img {
  border-radius: 50%;
}
@media (min-width: 500px) {
  .author-bio .description {
    flex: 0 0 82.7586206897%;
  }
}
.author-bio .description .name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-family: var(--rubik);
}
.author-bio .description .name a {
  color: var(--black-color);
  font-family: var(--rubik);
}
.author-bio .description .name a:hover {
  color: var(--primary-color);
}
.author-bio .description .bio {
  margin-bottom: 2rem;
}
.author-bio .author-social-links a {
  display: inline-block;
  color: var(--black-color);
  font-size: 1.6rem;
  margin-right: 1rem;
}
.author-bio .author-social-links a:hover {
  color: var(--primary-color);
}

.pick-posts {
  margin-top: 8rem;
}
.left-sidebar .pick-posts {
  order: 3;
}
.pick-posts-title {
  flex: 100%;
  max-width: 100%;
  font-family: var(--rubik);
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 5rem;
  text-align: center;
}
.pick-posts .entry-title,
.pick-posts .page-title {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .pick-posts .entry-title,
  .pick-posts .page-title {
    font-size: 2.5rem;
  }
}
.pick-posts.posts-grid.three-columns .entry-grid {
  margin-bottom: 0;
}

.featured-posts {
  margin-bottom: 8rem;
}
.featured-posts-container {
  margin: auto;
}
.featured-posts-item {
  position: relative;
}
@media (min-width: 768px) {
  .featured-posts-item {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.featured-posts-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}
.featured-posts .entry-title,
.featured-posts .page-title {
  font-size: 1.8rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .featured-posts .entry-title,
  .featured-posts .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .featured-posts .entry-title,
  .featured-posts .page-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1440px) {
  .featured-posts .entry-title,
  .featured-posts .page-title {
    font-size: 3.8rem;
  }
}
.featured-posts .entry-title a,
.featured-posts .page-title a {
  color: var(--white-color);
}
.featured-posts .entry-meta,
.featured-posts .events.list-style .event-meta,
.events.list-style .featured-posts .event-meta,
.featured-posts .events.grid-style .event-meta,
.events.grid-style .featured-posts .event-meta,
.featured-posts .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .featured-posts .entry-header {
  display: none;
  color: var(--white-color);
}
@media (min-width: 992px) {
  .featured-posts .entry-meta,
  .featured-posts .events.list-style .event-meta,
  .events.list-style .featured-posts .event-meta,
  .featured-posts .events.grid-style .event-meta,
  .events.grid-style .featured-posts .event-meta,
  .featured-posts .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .featured-posts .entry-header {
    display: block;
  }
}
.featured-posts .entry-meta a,
.featured-posts .events.list-style .event-meta a,
.events.list-style .featured-posts .event-meta a,
.featured-posts .events.grid-style .event-meta a,
.events.grid-style .featured-posts .event-meta a,
.featured-posts .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .featured-posts .entry-header a,
.featured-posts .entry-meta a:visited {
  color: var(--white-color);
}
.featured-posts .post-thumbnail {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.featured-posts .post-thumbnail img {
  border-radius: 0;
  transition: all 500ms;
}
.featured-posts .post-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}
.featured-posts .post-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.front-page-blocks .widget_media_image {
  text-align: center;
}

.block-widget {
  margin-bottom: 4rem;
}
.block-widget .widget-title {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.block-widget .entry-meta a,
.block-widget .events.list-style .event-meta a,
.events.list-style .block-widget .event-meta a,
.block-widget .events.grid-style .event-meta a,
.events.grid-style .block-widget .event-meta a,
.block-widget .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .block-widget .entry-header a {
  color: var(--secondary-text-color);
}
.block-widget .posts-list {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  .block-widget .posts-list {
    flex-flow: row wrap;
  }
}
.block-widget .posts-list.two-columns .entry-list {
  flex: 0 0 48.7179487179%;
  margin-right: 2.5641025641%;
}
.block-widget .posts-list.two-columns .entry-list:nth-child(2n) {
  margin-right: 0;
}
.block-widget .posts-list.two-columns .entry-title,
.block-widget .posts-list.two-columns .page-title {
  font-size: 1.8rem;
}
.block-widget .posts-list.no-thumbnail .entry-wrapper {
  flex: 0 0 100%;
}

.outbuilt-block-three .entry-grid {
  margin-bottom: 2.5641025641%;
}
.outbuilt-block-three .entry-grid:hover .entry-header {
  bottom: 1rem;
}
.outbuilt-block-three .post-thumbnail {
  margin-bottom: 0;
}
.outbuilt-block-three .post-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.outbuilt-block-three .entry-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 0;
  transition: bottom 250ms ease-in-out;
}
.outbuilt-block-three .entry-title a,
.outbuilt-block-three .page-title a {
  color: var(--white-color);
}
.outbuilt-block-three .entry-meta,
.outbuilt-block-three .events.list-style .event-meta,
.events.list-style .outbuilt-block-three .event-meta,
.outbuilt-block-three .events.grid-style .event-meta,
.events.grid-style .outbuilt-block-three .event-meta,
.outbuilt-block-three .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .outbuilt-block-three .entry-header {
  color: var(--white-color);
}
.outbuilt-block-three .entry-meta a,
.outbuilt-block-three .events.list-style .event-meta a,
.events.list-style .outbuilt-block-three .event-meta a,
.outbuilt-block-three .events.grid-style .event-meta a,
.events.grid-style .outbuilt-block-three .event-meta a,
.outbuilt-block-three .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .outbuilt-block-three .entry-header a {
  color: var(--white-color);
}

@media (min-width: 992px) {
  .outbuilt-block-four {
    display: flex;
  }
}
.outbuilt-block-four .left-post {
  margin-right: 2.5641025641%;
}
@media (min-width: 992px) {
  .outbuilt-block-four .left-post {
    flex: 0 0 48.7179487179%;
  }
}
@media (min-width: 992px) {
  .outbuilt-block-four .right-post {
    flex: 0 0 48.7179487179%;
  }
}
.outbuilt-block-four.small-big .left-post {
  order: 1;
  margin-right: 0;
  margin-left: 2.5641025641%;
}
.outbuilt-block-four.small-big .right-post {
  order: 0;
}
.outbuilt-block-four .small-post {
  display: flex;
  margin-bottom: 0;
}
.outbuilt-block-four .small-post .post-thumbnail {
  margin-bottom: 0;
  flex: 0 0 29.8245614035%;
  margin-right: 2.5641025641%;
}
.outbuilt-block-four .small-post .entry-header {
  flex: 0 0 64.9122807018%;
}
.outbuilt-block-four .small-post .entry-title,
.outbuilt-block-four .small-post .page-title {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: inherit;
}
.outbuilt-block-four .small-post .entry-meta,
.outbuilt-block-four .small-post .events.list-style .event-meta,
.events.list-style .outbuilt-block-four .small-post .event-meta,
.outbuilt-block-four .small-post .events.grid-style .event-meta,
.events.grid-style .outbuilt-block-four .small-post .event-meta,
.outbuilt-block-four .small-post .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .outbuilt-block-four .small-post .entry-header {
  margin-bottom: 1rem;
}

.post-header {
  margin-bottom: 4rem;
}

.single .side-by-side .post-thumbnail {
  margin-bottom: 0;
}

.side-by-side {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.side-by-side__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .side-by-side__wrapper {
    flex-direction: row;
  }
}
.side-by-side__content {
  padding: 3rem;
  order: 2;
}
@media (min-width: 992px) {
  .side-by-side__content {
    width: 50%;
    order: 1;
    padding: 5rem;
  }
}
.side-by-side__img {
  order: 1;
}
@media (min-width: 992px) {
  .side-by-side__img {
    width: 50%;
    order: 2;
  }
}
.side-by-side__img img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.side-by-side .entry-title,
.side-by-side .page-title {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .side-by-side .entry-title,
  .side-by-side .page-title {
    font-size: 3.4rem;
    line-height: 4.7rem;
  }
}
.side-by-side .entry-meta,
.side-by-side .events.list-style .event-meta,
.events.list-style .side-by-side .event-meta,
.side-by-side .events.grid-style .event-meta,
.events.grid-style .side-by-side .event-meta,
.side-by-side .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .side-by-side .entry-header {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .side-by-side .entry-meta,
  .side-by-side .events.list-style .event-meta,
  .events.list-style .side-by-side .event-meta,
  .side-by-side .events.grid-style .event-meta,
  .events.grid-style .side-by-side .event-meta,
  .side-by-side .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .side-by-side .entry-header {
    font-size: 1.2rem;
  }
}

.style-full-width-side-by-side .site-header {
  margin-bottom: 0;
}
.style-full-width-side-by-side .side-by-side {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
}
.style-full-width-side-by-side .post-thumbnail img {
  width: 100%;
}

.thumbnail-overlay {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
}
.thumbnail-overlay::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-radius: 0.5rem;
}
.thumbnail-overlay__wrapper {
  padding: 10rem 2rem;
  position: relative;
  z-index: 1;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .thumbnail-overlay__wrapper {
    max-width: 100rem;
    padding: 10rem;
  }
}
@media (min-width: 992px) {
  .thumbnail-overlay__wrapper {
    padding: 20rem 10rem;
  }
}
.thumbnail-overlay .entry-title,
.thumbnail-overlay .page-title {
  color: var(--white-color);
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .thumbnail-overlay .entry-title,
  .thumbnail-overlay .page-title {
    font-size: 3.4rem;
    line-height: 4.7rem;
  }
}
.thumbnail-overlay .entry-meta,
.thumbnail-overlay .events.list-style .event-meta,
.events.list-style .thumbnail-overlay .event-meta,
.thumbnail-overlay .events.grid-style .event-meta,
.events.grid-style .thumbnail-overlay .event-meta,
.thumbnail-overlay .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .thumbnail-overlay .entry-header {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .thumbnail-overlay .entry-meta,
  .thumbnail-overlay .events.list-style .event-meta,
  .events.list-style .thumbnail-overlay .event-meta,
  .thumbnail-overlay .events.grid-style .event-meta,
  .events.grid-style .thumbnail-overlay .event-meta,
  .thumbnail-overlay .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .thumbnail-overlay .entry-header {
    font-size: 1.2rem;
  }
}
.thumbnail-overlay .entry-meta a,
.thumbnail-overlay .events.list-style .event-meta a,
.events.list-style .thumbnail-overlay .event-meta a,
.thumbnail-overlay .events.grid-style .event-meta a,
.events.grid-style .thumbnail-overlay .event-meta a,
.thumbnail-overlay .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .thumbnail-overlay .entry-header a {
  color: rgba(255, 255, 255, 0.6);
}

.style-full-width-thumbnail-overlay .site-header {
  margin-bottom: 0;
}
.style-full-width-thumbnail-overlay .thumbnail-overlay {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
}

.thumbnail-on-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  min-height: 35vh;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .thumbnail-on-top {
    min-height: 50rem;
  }
}

.style-full-width-thumbnail-on-top .site-header {
  margin-bottom: 0;
}
.style-full-width-thumbnail-on-top .thumbnail-on-top {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
}

.outbuilt-header-banner,
.outbuilt-footer-banner {
  text-align: center;
  margin-bottom: 1rem;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-size: 2rem;
}
.back-to-top:visited {
  color: var(--white-color);
}
.back-to-top:visited:hover {
  color: var(--white-color);
}
.back-to-top:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.back-to-top.show {
  opacity: 1;
}

.popup-content {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.popup-content .search-field {
  color: var(--black-color);
  border: none;
  box-shadow: none;
  background: transparent;
  height: auto;
  width: 100%;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
  padding: 10px 5px;
  margin-bottom: 10px;
  outline: none;
}
@media (min-width: 500px) {
  .popup-content .search-field {
    font-size: 3rem;
  }
}
.popup-content .search-field::-webkit-input-placeholder {
  color: #94a3b8;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.popup-content .search-field::-moz-placeholder {
  color: #94a3b8;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.popup-content .search-field:-ms-input-placeholder {
  color: #94a3b8;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.popup-content .search-field:-moz-placeholder {
  color: #94a3b8;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.popup-content .search-field:focus {
  background: transparent;
  outline: none;
  border-bottom-color: #0f172a;
}

button.mfp-close {
  opacity: 0.6 !important;
  color: #111111 !important;
  background-color: transparent !important;
  font-size: 4rem !important;
  border-radius: 0;
  right: 0 !important;
  top: 0 !important;
}
button.mfp-close:hover {
  opacity: 1 !important;
  color: #111111 !important;
  background-color: transparent !important;
}

.popup-fade {
  background: rgba(248, 250, 252, 0.98);
}

.popup-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.popup-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-wrap.popup-fade .mfp-container::before {
  display: none !important;
}
.mfp-wrap.popup-fade .mfp-container {
  padding-top: 10vh;
  align-items: flex-start;
}
.mfp-wrap.popup-fade .mfp-content {
  vertical-align: top;
}

.popup-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.popup-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.popup-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.popup-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wpcf7 textarea {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  margin-top: 1rem;
}

@media (min-width: 567px) {
  .o-form__twocol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10px;
  }
}
.o-form input:not(.wpcf7-submit) {
  width: 100%;
}
.o-form p {
  margin-bottom: 0;
}

.elementor-page .site-header {
  margin-bottom: 0;
}
.elementor-page .content-area {
  width: 100%;
}
.elementor-page .site-content {
  margin-bottom: 0;
}
.elementor-page .gallery {
  margin-bottom: 0;
}

.single-class .elementor-page .site-header {
  margin-bottom: 4rem;
}

.elementor-image-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.elementor-image-gallery a:hover img {
  transform: scale(1.1);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}
.elementor-image-gallery a img {
  display: block;
  transition: all 1500ms;
}

.events.simple-style .entry {
  margin-bottom: 0;
  padding: 4rem 0;
  border-bottom: 0.2rem solid var(--border-color);
}
.events.simple-style .entry div {
  flex: 0 0 25%;
}
.events.simple-style .entry div.event-city {
  font-weight: 500;
}
.events.simple-style .entry div.event-link {
  text-align: right;
}
.events.list-style .event-title,
.events.grid-style .event-title {
  margin-top: 0;
}
.events.list-style .event-meta,
.events.grid-style .event-meta {
  margin-bottom: 1rem;
}
.events.list-style .event-meta .event-city,
.events.list-style .event-meta .event-venue,
.events.grid-style .event-meta .event-city,
.events.grid-style .event-meta .event-venue {
  position: relative;
}
.events.list-style .event-meta .event-city::before,
.events.list-style .event-meta .event-venue::before,
.events.grid-style .event-meta .event-city::before,
.events.grid-style .event-meta .event-venue::before {
  content: '/';
  display: inline-block;
  padding: 0 1rem;
}
.events.list-style .entry {
  align-items: center;
}
@media (min-width: 768px) {
  .events.list-style .entry .post-thumbnail {
    flex: 0 0 31.6239316239%;
    margin-right: 2.5641025641%;
  }
}
@media (min-width: 768px) {
  .events.list-style .entry .event-wrapper {
    flex: 0 0 65.811965812%;
  }
}
.events.list-style .event-summary {
  margin-bottom: 5rem;
}
.events.grid-style {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .events.grid-style {
    flex-flow: row wrap;
  }
}
.events.grid-style .event-grid {
  flex: 0 0 31.6239316239%;
  margin-bottom: 6rem;
}
.events.grid-style .event-grid:nth-child(3n) {
  margin-right: 0;
}
.events.grid-style .post-thumbnail {
  margin-bottom: 3rem;
}
.events .event-link .button,
.events .event-link .menu li.btn a,
.menu li.btn .events .event-link a {
  display: inline-block;
  color: var(--white-color);
}
.events .event-link .button:hover,
.events .event-link .menu li.btn a:hover,
.menu li.btn .events .event-link a:hover {
  color: var(--white-color);
}

.post-carousel .post-thumbnail {
  margin-bottom: 1rem;
}
.post-carousel .entry {
  margin-bottom: 0;
}
.post-carousel .cat-links a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.post-carousel .cat-links a:hover {
  color: var(--black-color);
}
.post-carousel .entry-title,
.post-carousel .page-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.post-carousel .slick-slide {
  margin: 10px;
}

.post-slider {
  position: relative;
}
.post-slider .entry {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.post-slider .post-thumbnail {
  position: relative;
}
.post-slider .post-thumbnail-overlay {
  height: 100%;
}
.post-slider .entry-header {
  position: absolute;
  text-align: center;
  width: 60%;
}
.post-slider .cat-links {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .post-slider .cat-links {
    margin-bottom: 2.5rem;
  }
}
.post-slider .entry-title,
.post-slider .page-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .post-slider .entry-title,
  .post-slider .page-title {
    font-size: 3.8rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}
.post-slider .entry-title a,
.post-slider .page-title a {
  color: var(--white-color);
}
.post-slider .entry-title a:hover,
.post-slider .page-title a:hover {
  color: var(--primary-color);
}
.post-slider .entry-meta,
.post-slider .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .post-slider .entry-header,
.post-slider .events.list-style .event-meta,
.events.list-style .post-slider .event-meta,
.post-slider .events.grid-style .event-meta,
.events.grid-style .post-slider .event-meta {
  color: var(--white-color);
  display: none;
}
@media (min-width: 576px) {
  .post-slider .entry-meta,
  .post-slider .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .post-slider .entry-header,
  .post-slider .events.list-style .event-meta,
  .events.list-style .post-slider .event-meta,
  .post-slider .events.grid-style .event-meta,
  .events.grid-style .post-slider .event-meta {
    display: block;
  }
}
.post-slider .entry-meta a,
.post-slider .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .post-slider .entry-header a,
.post-slider .events.list-style .event-meta a,
.events.list-style .post-slider .event-meta a,
.post-slider .events.grid-style .event-meta a,
.events.grid-style .post-slider .event-meta a {
  color: var(--white-color);
}
.post-slider .entry-meta a:hover,
.post-slider .posts-grid.overlay-style .entry-header a:hover,
.posts-grid.overlay-style .post-slider .entry-header a:hover,
.post-slider .events.list-style .event-meta a:hover,
.events.list-style .post-slider .event-meta a:hover,
.post-slider .events.grid-style .event-meta a:hover,
.events.grid-style .post-slider .event-meta a:hover {
  color: var(--primary-color);
}

.owl-carousel.post-slider .owl-nav {
  position: initial;
  display: none;
}
@media (min-width: 768px) {
  .owl-carousel.post-slider .owl-nav {
    display: block;
  }
}
.owl-carousel.post-slider .owl-nav button.owl-next,
.owl-carousel.post-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0.2rem solid var(--white-color);
  transition: all 200ms ease-in-out;
  color: var(--white-color);
}
.owl-carousel.post-slider .owl-nav button.owl-next:hover,
.owl-carousel.post-slider .owl-nav button.owl-prev:hover {
  background-color: var(--black-color);
  border-color: var(--black-color);
  color: var(--white-color);
}
.owl-carousel.post-slider .owl-prev {
  left: 1rem;
  display: flex;
  background-color: white;
}
.owl-carousel.post-slider .owl-next {
  right: 1rem;
  display: flex;
  background-color: white;
}
.owl-carousel.post-slider .owl-prev i,
.owl-carousel.post-slider body .owl-next i {
  margin: auto;
}

.post-slider.zoom-effect .owl-item.active img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.page .post-type-grid .post-thumbnail {
  margin-bottom: 0;
}

.post-carousel .owl-item {
  padding: 0 0 20px;
}

.post-carousel .entry-title,
.post-carousel .page-title {
  font-size: 2.2rem;
  line-height: 1.5;
}

.elementor-widget-container .posts-grid .post-thumbnail img,
.elementor-widget-container .posts-list .post-thumbnail img,
.elementor-widget-container .posts-alternate .post-thumbnail img,
.elementor-widget-container .posts .post-thumbnail img {
  border-radius: 0.5rem;
}
.elementor-widget-container .posts-grid.post-type-grid .post-thumbnail img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-carousel .content-shadow .post-thumbnail img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-carousel .slick-prev,
.post-carousel .slick-next {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7d7d7d;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: auto;
  line-height: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  width: auto;
}

.post-carousel .slick-next {
  right: 0;
}

.post-carousel .slick-dots {
  list-style: none;
}

.post-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e3e3e3;
  border-radius: 100%;
}

.post-carousel .slick-dots li.slick-active button {
  background: #000;
}

.post-carousel .slick-dots li button:before {
  display: none;
}

.post-carousel .slick-dots {
  bottom: -30px;
}

.post-carousel .slick-dots li {
  margin: 0 7px;
  width: 12px;
  height: 12px;
}

.post-carousel .slick-prev::before,
.post-carousel .slick-next::before {
  display: none;
}

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

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: var(--primary-color);
}

.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: #cc1921;
}

.tribe-events .tribe-events-c-view-selector__content {
  width: 200px;
}

.tribe-events .tribe-events-c-ical__link {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tribe-events-list-widget .tribe-list-widget {
  padding-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 0 0.5em !important;
}
.tribe-events-list-widget .tribe-event-title,
.tribe-events-list-widget .tribe-event-title a {
  font-family: var(--rubik);
  font-size: 1.4rem;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 117rem;
}

.single-tribe_events a.tribe-events-gcal,
.tribe-events-schedule h2,
.tribe-events-meta-group .tribe-events-single-section-title,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover {
  font-weight: 500;
}

.single-tribe_events .tribe-events-schedule {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0rem;
  margin-bottom: 5rem;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 3rem;
}

.style-full-width-title .entry-header .scriptlesssocialsharing {
  margin-left: 0;
}
@media (min-width: 768px) {
  .style-full-width-title .entry-header .scriptlesssocialsharing {
    max-width: 60rem;
  }
}

.owl-carousel .owl-item img {
  border-radius: 0.5rem;
}

.owl-carousel .owl-item .content-shadow .post-thumbnail img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.owl-carousel .owl-stage-outer {
  transform: translate3d(0, 0, 0);
}

table.shop_table_responsive {
  font-size: 1.5rem;
}
table.shop_table_responsive.my_account_orders {
  font-size: 1.3rem;
}
table.shop_table_responsive.my_account_orders th,
table.shop_table_responsive.my_account_orders td {
  padding: 2rem;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
  white-space: nowrap;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
  vertical-align: top;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ': ';
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.product-thumbnail img {
  max-width: 7rem;
}
table.shop_table_responsive tr td.product-name a {
  font-weight: 500;
  color: var(--primary-text-color);
  font-size: 1.5rem;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button,
table.shop_table_responsive tr td.download-actions .menu li.btn a,
.menu li.btn table.shop_table_responsive tr td.download-actions a {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}

ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  ul.products {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}
ul.products li.product .woocommerce-loop-product__link {
  display: block;
  text-align: center;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
@media (min-width: 992px) {
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.8rem;
  }
}
ul.products li.product .price {
  color: var(--primary-text-color);
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
ul.products li.product .price del {
  padding-right: 0.5rem;
}
ul.products li.product .price ins {
  text-decoration: none;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .wc-product-details .added_to_cart {
  color: var(--black-color);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0.5rem;
}
ul.products li.product .wc-product-details .added_to_cart:hover {
  color: var(--primary-color);
}

/* Mahitham card parity for WooCommerce listing contexts:
   shop/category/tag/search/related/upsells (excludes .ht-products widgets). */
body.woocommerce ul.products:not(.ht-products) li.product,
body.woocommerce-page ul.products:not(.ht-products) li.product {
  margin-bottom: 3.2rem;
  border: 0.1rem solid #e7e2d8;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.4rem 1.4rem rgba(22, 18, 12, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.woocommerce ul.products:not(.ht-products) li.product:hover,
body.woocommerce-page ul.products:not(.ht-products) li.product:hover {
  transform: translateY(-0.2rem);
  border-color: #d9ccb4;
  box-shadow: 0 1rem 2rem rgba(22, 18, 12, 0.1);
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-thumbnail,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-thumbnail {
  border-radius: 0;
  overflow: hidden;
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-thumbnail img,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.32s ease;
}

body.woocommerce ul.products:not(.ht-products) li.product:hover .wc-product-thumbnail img,
body.woocommerce-page ul.products:not(.ht-products) li.product:hover .wc-product-thumbnail img {
  transform: scale(1.02);
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details {
  padding: 1.4rem 1.6rem 1.6rem;
  background-color: color-mix(in srgb, var(--primary-color, #c09c42) 4%, transparent);
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.7rem;
}

body.woocommerce ul.products:not(.ht-products) li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products:not(.ht-products) li.product .woocommerce-loop-product__title {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
}

body.woocommerce ul.products:not(.ht-products) li.product .price,
body.woocommerce-page ul.products:not(.ht-products) li.product .price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-bottom: 0;
}

body.woocommerce ul.products:not(.ht-products) li.product .price del,
body.woocommerce ul.products:not(.ht-products) li.product .price del .woocommerce-Price-amount,
body.woocommerce-page ul.products:not(.ht-products) li.product .price del,
body.woocommerce-page ul.products:not(.ht-products) li.product .price del .woocommerce-Price-amount {
  font-size: 1.45rem;
  font-weight: 400;
  color: #8d867c;
}

body.woocommerce ul.products:not(.ht-products) li.product .price ins,
body.woocommerce ul.products:not(.ht-products) li.product .price ins .woocommerce-Price-amount,
body.woocommerce ul.products:not(.ht-products) li.product .price > .woocommerce-Price-amount,
body.woocommerce-page ul.products:not(.ht-products) li.product .price ins,
body.woocommerce-page ul.products:not(.ht-products) li.product .price ins .woocommerce-Price-amount,
body.woocommerce-page ul.products:not(.ht-products) li.product .price > .woocommerce-Price-amount {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #2a261f;
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details .button,
body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details .added_to_cart,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details .button,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details .added_to_cart {
  width: 100%;
  display: block;
  margin: auto 0 0;
  padding: 1.2rem 1.4rem;
  text-align: center;
  border: 0.1rem solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details .button:hover,
body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details .added_to_cart:hover,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details .button:hover,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details .added_to_cart:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

body.woocommerce ul.products:not(.ht-products) li.product .wc-product-image .wc-button-actions,
body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-image .wc-button-actions {
  left: auto;
  right: 1.2rem;
  bottom: 1.2rem;
}

@media (max-width: 1024px) {
  body.woocommerce ul.products:not(.ht-products) li.product .woocommerce-loop-product__title,
  body.woocommerce-page ul.products:not(.ht-products) li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  body.woocommerce ul.products:not(.ht-products) li.product .wc-product-details,
  body.woocommerce-page ul.products:not(.ht-products) li.product .wc-product-details {
    padding: 1.2rem 1.3rem 1.4rem;
  }
  body.woocommerce ul.products:not(.ht-products) li.product .price del,
  body.woocommerce ul.products:not(.ht-products) li.product .price del .woocommerce-Price-amount,
  body.woocommerce-page ul.products:not(.ht-products) li.product .price del,
  body.woocommerce-page ul.products:not(.ht-products) li.product .price del .woocommerce-Price-amount {
    font-size: 1.3rem;
  }
  body.woocommerce ul.products:not(.ht-products) li.product .price ins,
  body.woocommerce ul.products:not(.ht-products) li.product .price ins .woocommerce-Price-amount,
  body.woocommerce ul.products:not(.ht-products) li.product .price > .woocommerce-Price-amount,
  body.woocommerce-page ul.products:not(.ht-products) li.product .price ins,
  body.woocommerce-page ul.products:not(.ht-products) li.product .price ins .woocommerce-Price-amount,
  body.woocommerce-page ul.products:not(.ht-products) li.product .price > .woocommerce-Price-amount {
    font-size: 1.65rem;
  }
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    flex: 0 0 30.7966666667%;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    flex: 0 0 48.1%;
  }

  .columns-3 ul.products li.product {
    flex: 0 0 30.7966666667%;
  }

  .columns-4 ul.products li.product {
    flex: 0 0 22.15%;
  }

  .columns-5 ul.products li.product {
    flex: 0 0 16.96%;
  }

  .columns-6 ul.products li.product {
    flex: 0 0 13.4933333333%;
  }

  ul.products.columns-2 li.product {
    flex: 0 0 48.1%;
  }

  ul.products.columns-3 li.product {
    flex: 0 0 30.7966666667%;
  }

  ul.products.columns-4 li.product {
    flex: 0 0 22.15%;
  }

  ul.products.columns-5 li.product {
    flex: 0 0 16.96%;
  }

  ul.products.columns-6 li.product {
    flex: 0 0 13.4933333333%;
  }
}

.onsale {
  position: absolute;
  z-index: 9;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 5px;
  line-height: 2rem;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  top: 2rem;
  left: 2rem;
  border-radius: 50%;
  min-width: 4.2rem;
  height: 4.2rem;
  text-transform: uppercase;
}

.wc-product-image {
  position: relative;
}
.wc-product-image:hover .wc-button-actions {
  opacity: 1;
  bottom: 1.8rem;
}
.wc-product-image .wc-button-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.wc-product-thumbnail {
  position: relative;
  overflow: hidden;
}
.wc-product-thumbnail img {
  width: 100%;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out;
}
.wc-product-thumbnail .wc-product-image-main {
  position: relative;
  z-index: 2;
}
.wc-product-thumbnail .wc-product-image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}

.wc-product-image:hover .thumbnail-swap .wc-product-image-main {
  opacity: 0;
}
.wc-product-image:hover .thumbnail-swap .wc-product-image-secondary {
  opacity: 1;
}

.wc-button-actions li {
  display: inline-block;
  margin-right: 0.6rem;
}
.wc-button-actions li i {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--secondary-color);
  color: var(--black-color);
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.wc-button-actions li i:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .single-product div.product .woocommerce-product-gallery {
    flex: 0 0 48.7179487179%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-right: 2.5641025641%;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  background-color: var(--white-color);
  color: var(--black-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover {
  background-color: var(--secondary-color);
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::before {
  content: '\e808';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 3.5rem;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.2rem;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger
  img {
  display: none !important;
}
.single-product div.product .woocommerce-product-gallery figure {
  margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) {
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs {
    flex-flow: row wrap;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  flex: 0 0 48.1%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  flex: 0 0 30.7966666667%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n) {
  margin-right: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: both;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  flex: 0 0 22.15%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n) {
  margin-right: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: both;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li {
  flex: 0 0 16.96%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n) {
  margin-right: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: both;
}
@media (min-width: 992px) {
  .single-product div.product .summary {
    flex: 0 0 48.7179487179%;
    padding-left: 2.5641025641%;
  }
}
.single-product div.product .summary .product_title {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
.single-product div.product .summary .price ins {
  text-decoration: none;
}
.single-product div.product .summary .star-rating {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.single-product div.product .summary .woocommerce-review-link {
  font-size: 1.2rem;
  color: var(--black-color);
  font-style: italic;
}
.single-product
  div.product
  .summary
  .woocommerce-product-details__short-description {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.single-product div.product .summary .cart {
  border-bottom: 0.1rem solid var(--border-color);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.single-product div.product .summary .cart .variations,
.single-product div.product .summary .cart .single_variation_wrap,
.single-product div.product .summary .cart .woocommerce-variation {
  width: 100%;
}
.single-product div.product .summary .cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.single-product
  div.product
  .summary
  form.variations_form
  .woocommerce-variation-add-to-cart
  .quantity,
.single-product
  div.product
  .summary
  form.variations_form
  .woocommerce-variation-add-to-cart
  .wc-button-actions {
  flex: 0 0 auto;
}
.single-product
  div.product
  .summary
  form.variations_form
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button,
.single-product
  div.product
  .summary
  form.variations_form
  .woocommerce-variation-add-to-cart
  .outbuilt-buy-now-button {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 0.9rem;
}
.single-product
  div.product
  .summary
  form.variations_form
  .woocommerce-variation-add-to-cart
  .mh_whatsapp_buy_box {
  flex: 0 0 100%;
  width: 100%;
}
.single-product div.product .summary .cart .quantity {
  display: inline-block;
  margin: 0;
}
.single-product div.product .summary .cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 3.6rem;
  padding: 0 2rem;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: middle;
  border: 0.1rem solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.single-product div.product .summary .cart .single_add_to_cart_button:hover,
.single-product div.product .summary .cart .single_add_to_cart_button:focus {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.single-product div.product .summary .cart .outbuilt-buy-now-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 2rem;
  min-height: 3.6rem;
  line-height: 1;
  border: 0.1rem solid var(--primary-color);
  border-radius: 0.3rem;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--rubik);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}
.single-product div.product .summary .cart .outbuilt-buy-now-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: outbuilt-buy-now-shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
}
.single-product div.product .summary .cart .outbuilt-buy-now-button:hover,
.single-product div.product .summary .cart .outbuilt-buy-now-button:focus {
  background: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
@keyframes outbuilt-buy-now-shimmer {
  0% {
    left: -45%;
  }
  100% {
    left: 145%;
  }
}
.single-product div.product .summary .cart .wc-button-actions {
  display: none;
}
@media (min-width: 576px) {
  .single-product div.product .summary .cart .wc-button-actions {
    display: inline-block;
    float: right;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .wc-button-actions {
    display: inline-flex;
    align-items: center;
    float: none;
    margin: 0;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .wc-button-actions
    .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .wc-button-actions {
    margin: 0;
    flex: 0 0 auto;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .quantity,
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .outbuilt-buy-now-button,
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .wc-button-actions {
    flex: 0 0 auto;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .outbuilt-buy-now-button {
    padding: 0 1.4rem;
    font-size: 1.2rem;
    min-height: 4rem;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .outbuilt-buy-now-button {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .wc-button-actions
    .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
  .single-product
    div.product
    .summary
    form.variations_form
    .woocommerce-variation-add-to-cart
    .mh_whatsapp_buy_box {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1.2rem;
  }
  .single-product div.product .summary .cart .woocommerce-variation-add-to-cart {
    gap: 0.8rem;
    flex-wrap: wrap;
  }
  .single-product div.product .summary .cart .quantity {
    flex: 0 0 auto;
  }
  .single-product div.product .summary .cart .single_add_to_cart_button,
  .single-product div.product .summary .cart .outbuilt-buy-now-button {
    flex: 0 0 auto;
    height: 3.8rem;
    padding: 0 1.8rem;
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
  }
  .single-product div.product .summary .cart .wc-button-actions {
    display: inline-flex;
    align-items: center;
    float: none;
    margin-left: 0;
    vertical-align: middle;
    flex: 0 0 auto;
  }
  .single-product div.product .summary .cart .wc-button-actions li {
    margin-right: 0;
  }
  .single-product div.product .summary .cart .outbuilt-buy-now-button {
    margin-top: 0;
  }
}
.single-product div.product .summary .cart .wc-quick-view,
.single-product div.product .summary .cart .wc-smart-compare {
  display: none;
}
.single-product div.product .summary .cart .variations {
  border: 0;
  background: transparent;
}
.single-product div.product .summary .cart .variations select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M2 2l6 6 6-6' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.4rem;
  padding: 0 3.6rem 0 1.6rem;
  width: 100%;
}
.single-product div.product .summary .cart .variations th.label,
.single-product div.product .summary .cart .variations th .label,
.single-product div.product .summary .cart .variations td.label {
  display: none;
}
.single-product div.product .summary .cart .variations td.value {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.single-product div.product .summary .cart .variations td.value {
  position: relative;
}
.single-product div.product .summary .cart .reset_variations {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: absolute;
  bottom: -3px;
  left: 25px;
}
.single-product
  div.product
  .summary
  .cart
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__label {
  line-height: 1.8rem;
}
.single-product
  div.product
  .summary
  .cart
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__label
  a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.2rem;
}
.single-product div.product .summary .cart .woocommerce-variation {
  margin-bottom: 2rem;
}
.single-product div.product .summary > .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product div.product .summary .product_meta {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.single-product div.product .summary .product_meta > span {
  display: block;
}
.single-product div.product .summary .product_meta a {
  color: var(--primary-text-color);
  font-weight: 500;
}
.single-product div.product .summary .product_meta a:hover {
  color: var(--primary-color);
}
.single-product div.product .upsells > h2,
.single-product div.product .related > h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.single-product div.product .upsells {
  margin-bottom: 6rem;
}

.single-product.framed-container div.product .woocommerce-product-gallery,
.single-product.boxed-container div.product .woocommerce-product-gallery {
  margin-right: 0;
}

.single-product.full-width-narrow div.product .woocommerce-product-gallery {
  margin-right: 0;
}

.full-width .product .upsells,
.full-width .product .related {
  flex: 0 0 74.358974359%;
  padding-right: 3rem;
  margin: auto;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e88a8a;
}

.woocommerce-cart .entry-header {
  display: none;
}

.woocommerce-cart-form {
  margin-bottom: 6rem;
}
.woocommerce-cart-form .coupon {
  display: block;
  border-bottom: 0.1rem solid var(--border-color);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .woocommerce-cart-form .coupon {
    display: inline-block;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.woocommerce-cart-form .coupon label {
  display: none;
}
.woocommerce-cart-form .coupon .input-text {
  margin-right: 1rem;
  height: 3.8rem;
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .woocommerce-cart-form .coupon .input-text {
    margin-bottom: 0;
    width: auto;
  }
}
.woocommerce-cart-form .actions > .button,
.woocommerce-cart-form .menu li.btn .actions > a,
.menu li.btn .woocommerce-cart-form .actions > a {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .woocommerce-cart-form .actions > .button,
  .woocommerce-cart-form .menu li.btn .actions > a,
  .menu li.btn .woocommerce-cart-form .actions > a {
    margin-bottom: 0;
  }
}
.woocommerce-cart-form .button,
.woocommerce-cart-form .menu li.btn a,
.menu li.btn .woocommerce-cart-form a {
  float: right;
}

.cart-collaterals .cross-sells > h2,
.cart-collaterals .cart_totals > h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.cart-collaterals .cross-sells {
  flex: 0 0 48.7179487179%;
  margin-right: 2.5641025641%;
  padding-right: 2.5641025641%;
}
.cart-collaterals .cart_totals {
  flex: 0 0 48.7179487179%;
}
.cart-collaterals .cart_totals input {
  width: 100%;
}

.wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce .wc-proceed-to-checkout .button,
.woocommerce .wc-proceed-to-checkout .menu li.btn a,
.menu li.btn .woocommerce .wc-proceed-to-checkout a {
  font-size: 1.4rem;
  padding: 1.4rem 2.4rem;
  color: #fff;
}

.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-coupon {
  width: 45%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #ffffff;
  border: 0.1rem solid #121212;
  border-radius: 0.8rem;
  color: #1f2328;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 1.4rem 1.8rem;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #1f2328;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 0.1rem solid var(--primary-color);
  border-radius: 0.8rem;
  color: #1f2328;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 1.4rem 1.8rem;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(100deg, rgba(212, 169, 68, 0), rgba(212, 169, 68, 0.14), rgba(212, 169, 68, 0));
  animation: outbuilt-login-shimmer 4.4s ease-in-out infinite;
  pointer-events: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
@keyframes outbuilt-login-shimmer {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
  }
}

@media (min-width: 768px) {
  form.woocommerce-checkout #customer_details,
  form.woocommerce-checkout .review-order-wrapper {
    flex: 0 0 48.7179487179%;
  }
}
@media (min-width: 768px) {
  form.woocommerce-checkout #customer_details {
    margin-right: 2.5641025641%;
  }
}
@media (min-width: 768px) {
  form.woocommerce-checkout .review-order-wrapper {
    padding-left: 3rem;
  }
}
form.woocommerce-checkout .review-order-wrapper h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
form.woocommerce-checkout #order_review,
form.woocommerce-checkout .review-order-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
form.woocommerce-checkout #order_review .mh-checkout-review {
  border: 0.1rem solid var(--border-color);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
form.woocommerce-checkout #order_review .mh-checkout-review__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.6rem;
  padding: 1.4rem 1.8rem;
  background: #f6f6f6;
  font-size: 1.4rem;
  font-weight: 600;
}
form.woocommerce-checkout #order_review .mh-checkout-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.6rem 1.8rem;
  border-top: 0.1rem solid #eceff3;
}
form.woocommerce-checkout #order_review .mh-checkout-item:first-child {
  border-top: 0;
}
form.woocommerce-checkout #order_review .mh-checkout-item__product {
  min-width: 0;
}
form.woocommerce-checkout #order_review .mh-checkout-item__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
}
form.woocommerce-checkout #order_review .mh-checkout-item__subtotal {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2b2f33;
  white-space: nowrap;
  justify-self: end;
  text-align: right;
}
form.woocommerce-checkout #order_review .mh-checkout-review__summary {
  border-top: 0.1rem solid #eceff3;
}
form.woocommerce-checkout #order_review .mh-checkout-review__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.6rem;
  align-items: start;
  padding: 1.4rem 1.8rem;
  border-top: 0.1rem solid #f0f2f5;
  font-size: 1.5rem;
}
form.woocommerce-checkout #order_review .mh-checkout-review__row:first-child {
  border-top: 0;
}
form.woocommerce-checkout #order_review .mh-checkout-review__row--total {
  font-size: 2rem;
  font-weight: 700;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping {
  min-width: 0;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping .woocommerce-shipping-methods li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0 0 0.8rem;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping .woocommerce-shipping-methods li input[type='radio'] {
  margin: 0;
  margin-top: 0.3rem;
  transform: none;
  flex: 0 0 auto;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}
form.woocommerce-checkout #order_review .mh-checkout-review__shipping .woocommerce-shipping-methods li label {
  margin: 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 500 !important;
  line-height: 1.35;
  color: #1f2328;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

form.woocommerce-checkout
  #order_review
  .mh-checkout-review
  .mh-checkout-review__shipping
  ul.woocommerce-shipping-methods
  li
  > label {
  margin-left: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  display: block !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
form.woocommerce-checkout .acfw-checkout-ui-block {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  form.woocommerce-checkout #order_review .mh-checkout-review__head {
    display: none;
  }
  form.woocommerce-checkout #order_review .mh-checkout-item {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  form.woocommerce-checkout #order_review .mh-checkout-item__controls {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  form.woocommerce-checkout #order_review .mh-checkout-item__subtotal {
    white-space: normal;
    font-size: 1.5rem;
    justify-self: end;
    text-align: right;
  }
  form.woocommerce-checkout #order_review .mh-checkout-review__row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  form.woocommerce-checkout #order_review .mh-checkout-review__row:not(.mh-checkout-review__row--shipping) {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
  }
  form.woocommerce-checkout #order_review .mh-checkout-review__row:not(.mh-checkout-review__row--shipping) > span:last-child {
    justify-self: end;
    text-align: right;
    white-space: nowrap;
  }
  form.woocommerce-checkout #order_review .mh-checkout-review__row--total {
    font-size: 1.9rem;
  }
}
form.woocommerce-checkout #ship-to-different-address span {
  font-size: 1.5rem;
}
form.woocommerce-checkout #ship-to-different-address .input-checkbox {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    flex: 0 0 48.1%;
  }
}
.col2-set#customer_login,
.col2-set.addresses {
  justify-content: space-between;
  width: 100%;
}
.col2-set#customer_login .col-1,
.col2-set#customer_login .col-2,
.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  flex: 0 0 48.7179487179%;
}

.form-row {
  margin-bottom: 2rem;
}
.form-row em {
  font-size: 1.4rem;
}
.form-row label {
  display: block;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type='checkbox'],
.form-row input[type='radio'] {
  width: auto;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.payment_methods {
  margin-bottom: 3rem;
}
.payment_methods li .payment_method_bacs {
  margin-top: 1rem;
}
.payment_methods li p {
  margin-bottom: 1rem;
}
.payment_methods li .input-radio {
  margin-right: 1rem;
}
.payment_methods li label {
  font-size: 1.5rem;
  font-weight: 500;
}

.woocommerce .place-order .button,
.woocommerce .place-order .menu li.btn a,
.menu li.btn .woocommerce .place-order a {
  font-size: 1.6rem;
  padding: 1.6rem 4.6rem;
}

.woocommerce-order-received .entry-content .woocommerce-order {
  width: 65.811965812%;
  margin: auto;
}
.woocommerce-order-received .entry-content .woocommerce-order h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.woocommerce-order-received .entry-content .woocommerce-order-details {
  margin-bottom: 6rem;
}

.woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 0;
  margin-bottom: 2rem;
}

.woocommerce-thankyou-order-details {
  position: relative;
  background-color: var(--secondary-color);
  margin-bottom: 6rem;
}
.woocommerce-thankyou-order-details > li {
  border-bottom: 1px dotted var(--secondary-color);
}
.woocommerce-thankyou-order-details li {
  font-size: 1.2rem;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  font-size: 1.6rem;
  text-transform: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 2rem 4rem;
}

.woocommerce-account.right-sidebar .content-area {
  padding: 0;
}
.woocommerce-account .page-title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 23.0769230769%;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border-top: 0.1rem solid var(--border-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 0.1rem solid var(--border-color);
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--primary-color);
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--dashboard
  a::before {
  content: '\e811';
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--orders
  a::before {
  content: '\e808';
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--downloads
  a::before {
  content: '\f0ed';
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-address
  a::before {
  content: '\e80f';
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  content: '\f303';
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  content: '\e815';
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  padding: 1.4rem 0;
  display: block;
  color: var(--primary-text-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: right;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 0 74.358974359%;
    padding-left: 5.9829059829%;
  }
}

.woocommerce-column__title,
.woocommerce-Address-title h3 {
  font-size: 1.8rem;
}

.site-header-cart {
  position: relative;
  margin-right: 1.5rem;
  text-align: left;
}
.site-header-cart .cart-contents {
  text-decoration: none;
  color: var(--black-color);
}
.site-header-cart .cart-contents .count {
  position: absolute;
  top: 0;
  right: -8px;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  font-size: 1rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}
.site-header-cart .cart-contents i {
  font-size: 2rem;
}
.right-navigation .wishlist-contents {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  text-decoration: none;
  color: var(--black-color);
}
.right-navigation .wishlist-contents i {
  font-size: 2rem;
}
.right-navigation .wishlist-contents .count {
  position: absolute;
  top: 0;
  right: -8px;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  font-size: 1rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}
.site-header-cart .widget_shopping_cart {
  display: none;
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .total {
  margin-bottom: 1.5rem;
}
.site-header-cart .widget_shopping_cart .total .amount {
  float: right;
}
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .widgettitle {
  display: none;
}
.site-header-cart .product_list_widget {
  margin-bottom: 2rem;
}
.site-header-cart .product_list_widget li {
  border-bottom: 0.1rem solid var(--border-color);
  padding: 2rem 0;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}
.site-header-cart .woocommerce-mini-cart__buttons a {
  font-size: 1.2rem;
  padding: 1.2rem 2.6rem;
  margin-right: 1rem;
  color: var(--white-color);
}
.site-header-cart .woocommerce-mini-cart__buttons a:visited {
  color: var(--white-color);
}
.site-header-cart .woocommerce-mini-cart__buttons a:visited:hover {
  opacity: 0.8;
}
.site-header-cart .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.8;
}
.site-header-cart .woocommerce-mini-cart__buttons a.checkout {
  margin-right: 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.site-header-cart .woocommerce-mini-cart__buttons a.checkout:hover {
  opacity: 0.8;
}

@media screen and (min-width: 48em) {

  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    width: 30rem;
    display: block;
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 2rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
      z-index 0s linear 0.01s;
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
}

.woocommerce .selectric .button,
.woocommerce .selectric .menu li.btn a,
.menu li.btn .woocommerce .selectric a {
  padding: 0;
}
.woocommerce .button,
.woocommerce .menu li.btn a,
.menu li.btn .woocommerce a {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.woocommerce .button:visited,
.woocommerce .menu li.btn a:visited,
.menu li.btn .woocommerce a:visited {
  color: var(--white-color);
}
.woocommerce .button:visited:hover,
.woocommerce .menu li.btn a:visited:hover,
.menu li.btn .woocommerce a:visited:hover {
  color: var(--white-color);
}
.woocommerce .button:active,
.woocommerce .menu li.btn a:active,
.menu li.btn .woocommerce a:active {
  background-color: var(--white-color);
  color: var(--white-color);
}
.woocommerce .button:focus,
.woocommerce .menu li.btn a:focus,
.menu li.btn .woocommerce a:focus {
  color: var(--white-color);
}

.wc-toolbar {
  margin-bottom: 6rem;
}
.wc-toolbar-left {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .wc-toolbar-left {
    float: left;
    padding-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .wc-toolbar-right {
    float: right;
  }
}

.woocommerce-result-count,
.wc-products-per-page {
  font-size: 1.4rem;
  margin-bottom: 0;
  display: inline-block;
}

@media (max-width: 992px) {
  .woocommerce-result-count {
    display: none;
  }
}

@media (min-width: 992px) {
  .wc-products-per-page {
    margin-left: 3rem;
  }
}
.wc-products-per-page .view-title {
  opacity: 0.5;
}
.wc-products-per-page a {
  color: var(--primary-text-color);
  margin: 0 0.3rem;
  opacity: 0.5;
}
.wc-products-per-page a:hover {
  color: var(--primary-text-color);
  opacity: 1;
}
.wc-products-per-page a.active {
  border-bottom: 0.1rem solid var(--primary-text-color);
  opacity: 1;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 0.7em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
  display: inline-block;
}
.wc-product-details .star-rating {
  margin: 0 auto 0.6rem;
}
.star-rating:before {
  content: 'SSSSS';
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: 'SSSSS';
  top: 0;
  position: absolute;
  left: 0;
  color: #f5b223;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  color: var(--secondary-text-color);
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'star';
  content: 'S';
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: 'S';
  opacity: 0.25;
}
p.stars:hover a:before {
  content: 'S';
  color: #f5b223;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: 'S';
  color: #f5b223;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: 'S';
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: 'S';
  color: #f5b223;
  opacity: 1;
}

.quantity {
  margin-right: 1rem;
}
.quantity .qty {
  height: 4rem;
  width: 6rem;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

.woocommerce-tabs {
  clear: both;
  padding: 6rem 0;
  flex: 0 0 100%;
}
.full-width .woocommerce-tabs {
  flex: 0 0 74.358974359%;
  padding-right: 3rem;
  margin: auto;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
  text-align: left;
  border-bottom: 0.1rem solid var(--tertiary-color);
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li.active a {
  background-color: var(--tertiary-color);
  color: var(--black-color);
  border-radius: 0.3rem 0.3rem 0 0;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
}
.woocommerce-tabs ul.tabs li a {
  font-weight: 500;
  display: block;
  color: var(--primary-text-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 2rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description.panel h2:first-of-type {
  margin-bottom: 2.4rem;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 4.8rem;
  font-size: 2.4rem;
}
.woocommerce-tabs .panel .commentlist {
  margin-top: 4rem;
}
.woocommerce-tabs .panel #reviews #comments {
  margin-top: 0;
  overflow: hidden;
}
.woocommerce-tabs .panel #reviews #comments .add_review:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-tabs .panel #reviews .comment-form-rating {
  clear: both;
}
.woocommerce-tabs .panel #reviews .star-rating,
.woocommerce-tabs .panel #reviews p.meta {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.woocommerce-tabs .panel #reviews .star-rating {
  float: right;
}
.woocommerce-tabs .panel #reviews .description {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.woocommerce-tabs #review_form #respond .comment-reply-title {
  margin-bottom: 2rem;
  display: inline-block;
}
.woocommerce-tabs #review_form #respond .selectric-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .woocommerce-tabs #review_form #respond .comment-form-author,
  .woocommerce-tabs #review_form #respond .comment-form-email {
    width: 48.7179487179%;
  }
}
.woocommerce-tabs #review_form #respond .comment-form-email {
  margin-right: 0;
}

.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e88a8a;
}
.woocommerce-password-strength.bad {
  color: #e88a8a;
}
.woocommerce-password-strength.good {
  color: var(--black-color);
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e88a8a;
}

.required {
  color: red;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #eee;
  clear: both;
  color: var(--black-color);
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
  line-height: 3.6rem;
}
.woocommerce-message {
  background-color: #ecf8f0;
  border: 0.1rem solid #b9e3c6;
  color: #1f5f38;
}
.woocommerce-message .button,
.woocommerce-message .menu li.btn a,
.menu li.btn .woocommerce-message a,
.woocommerce-info .button,
.woocommerce-info .menu li.btn a,
.menu li.btn .woocommerce-info a,
.woocommerce-error .button,
.woocommerce-error .menu li.btn a,
.menu li.btn .woocommerce-error a,
.woocommerce-noreviews .button,
.woocommerce-noreviews .menu li.btn a,
.menu li.btn .woocommerce-noreviews a,
p.no-comments .button,
p.no-comments .menu li.btn a,
.menu li.btn p.no-comments a {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  color: var(--white-color);
  background-color: var(--primary-color);
}
.woocommerce-message .button:hover,
.woocommerce-message .menu li.btn a:hover,
.menu li.btn .woocommerce-message a:hover,
.woocommerce-info .button:hover,
.woocommerce-info .menu li.btn a:hover,
.menu li.btn .woocommerce-info a:hover,
.woocommerce-error .button:hover,
.woocommerce-error .menu li.btn a:hover,
.menu li.btn .woocommerce-error a:hover,
.woocommerce-noreviews .button:hover,
.woocommerce-noreviews .menu li.btn a:hover,
.menu li.btn .woocommerce-noreviews a:hover,
p.no-comments .button:hover,
p.no-comments .menu li.btn a:hover,
.menu li.btn p.no-comments a:hover {
  opacity: 0.7;
}
.woocommerce-message .button:visited,
.woocommerce-message .menu li.btn a:visited,
.menu li.btn .woocommerce-message a:visited,
.woocommerce-info .button:visited,
.woocommerce-info .menu li.btn a:visited,
.menu li.btn .woocommerce-info a:visited,
.woocommerce-error .button:visited,
.woocommerce-error .menu li.btn a:visited,
.menu li.btn .woocommerce-error a:visited,
.woocommerce-noreviews .button:visited,
.woocommerce-noreviews .menu li.btn a:visited,
.menu li.btn .woocommerce-noreviews a:visited,
p.no-comments .button:visited,
p.no-comments .menu li.btn a:visited,
.menu li.btn p.no-comments a:visited {
  color: var(--white-color);
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--white-color);
  font-weight: 500;
}

.woocommerce-message .button,
.woocommerce-message .menu li.btn a,
.menu li.btn .woocommerce-message a {
  float: right;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--black-color);
  color: var(--white-color);
}
.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
  font-weight: 700;
  color: var(--white-color);
}

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

.woocommerce-pagination {
  margin-bottom: 6rem;
}
.woocommerce-pagination ul.page-numbers {
  list-style: none;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce-pagination ul.page-numbers li:last-child a {
  margin: 0;
}
.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0 0.8rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  border: 0.1rem solid var(--tertiary-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
  border-radius: 0.3rem;
  transition: all 0.3s ease-in-out;
  background-color: var(--white-color);
  color: var(--black-color);
}
.woocommerce-pagination ul.page-numbers a span {
  padding: 0;
}
.woocommerce-pagination ul.page-numbers a i {
  padding: 0;
}
.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current:hover {
  background: var(--tertiary-color);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: var(--black-color);
  z-index: 9999;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  width: 18px !important;
  height: 18px !important;
  z-index: 100;
}

.woocommerce .wc-loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.woocommerce .wc-loader::before {
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  background: url('../../plugins/woocommerce/assets/images/icons/loader.svg')
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce .wc-loader .wc-path {
  stroke-dasharray: 2, 200;
  stroke-dashoffset: 2;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  fill: none;
  stroke: #fff;
  stroke-width: 10;
}
.woocommerce .single-product .loader .path {
  stroke: #ddd;
}
.woocommerce .product-wrap:hover .loader {
  -webkit-animation: loader-rotate 2s ease-in-out infinite;
  animation: loader-rotate 2s ease-in-out infinite;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

.wooscp-btn.wooscp-btn-added::before {
  content: '';
  margin: 0;
}
.wooscp-btn.wooscp-btn-added .fa-compress::before {
  content: '\f00c';
}

#woosq-popup .single-product .product {
  background-color: var(--white-color);
}
#woosq-popup .single-product .product .summary {
  background-color: var(--white-color);
}
#woosq-popup .mfp-close {
  background: transparent;
}
#woosq-popup .slick-slider .slick-arrow.slick-next {
  margin-right: 1rem;
}
#woosq-popup .slick-slider .slick-arrow.slick-prev {
  margin-left: 1rem;
}
#woosq-popup .slick-slider .slick-arrow {
  color: var(--white-color);
}

.woocommerce-page .entry .entry-footer {
  display: none;
}

.select2-dropdown {
  border-color: var(--border-color);
}

.select2-container--default .select2-selection--single {
  height: 4.8rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--border-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
  font-size: 1.4rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 4.8rem;
  right: 1.2rem;
}

.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_slider_amount .menu li.btn a,
.menu li.btn .widget_price_filter .price_slider_amount a {
  float: left;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--border-color);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--secondary-color);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget_product_search form {
  display: inline-block;
  width: 100%;
  position: relative;
}
.widget_product_search form input[type='search'] {
  padding-right: 3.8rem;
  width: 100%;
}
.widget_product_search form button {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 4.8rem;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: var(--black-color);
  font-size: 0;
  min-width: 3.8rem;
  padding: 0;
  margin: 0;
  min-height: 4.8rem;
  border: none;
}
.widget_product_search form button::before {
  content: '\e808';
  font-size: 1.6rem;
}
.widget_product_search form button:hover {
  color: var(--primary-color);
}

.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
  padding-bottom: 0;
}
.widget_product_categories ul li a:not(.button),
.widget_layered_nav ul li a:not(.button),
.widget_layered_nav_filters ul li a:not(.button) {
  font-weight: 500;
  text-decoration: underline;
}
.widget_product_categories ul li::before,
.widget_layered_nav ul li::before,
.widget_layered_nav_filters ul li::before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--border-color);
  content: '\f096';
}
.widget_product_categories ul li .count,
.widget_layered_nav ul li .count,
.widget_layered_nav_filters ul li .count {
  font-size: 1em;
  float: right;
}

.widget_product_categories .current-cat::before {
  content: '\f14a';
}

.widget_layered_nav .chosen::before {
  content: '\f14a';
}

.widget_layered_nav_filters .chosen::before {
  content: '\e80d';
  color: #e88a8a;
}

.widget_product_categories .children {
  padding-left: 2rem;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 1rem;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-right: 0.5rem;
}

.product_list_widget {
  position: relative;
  display: block;
  margin: 0;
}
.product_list_widget li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0;
}
.product_list_widget li:first-child {
  padding-top: 0;
}
.product_list_widget li img {
  float: left;
  max-width: 8rem;
  margin-right: 1.5rem;
}
.product_list_widget li a {
  font-size: 1.4rem;
  display: block;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
}
.product_list_widget li a .product-title {
  font-weight: 500;
}
.product_list_widget li a.remove {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: 0;
  font-size: 1.4rem;
  color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  background-color: #e88a8a;
  margin: 0 0 -1rem;
}
.product_list_widget li ins {
  text-decoration: none;
}
.product_list_widget li.empty {
  float: none;
  margin: 0;
  border: none;
  padding: 0;
  min-height: inherit;
}
.woocommerce-Price-amount{
	white-space: nowrap;
}
table th, table td {
    padding: 0.8rem .8em;
	vertical-align: middle;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin: 2px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content {
    padding: 15px 20px;
}
.ht-product-inner{
	border-radius: 5px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-right {
    padding: 9px 5px;
    background-color: var(--primary-color);
    height: 4.2rem;
    min-width: 4.2rem;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
    font-size: 1.4rem;
    color: var(--white-color) !important;
    font-family: inherit;
}

body.woocommerce-order-pay ul.order_details {
	list-style: none;
    padding: 0;
}
body.woocommerce-order-pay p button {
	margin: 5px;
    padding: 1.5rem 2.5rem;
}

.onsale{
	background-color: var(--primary-color);
	font-size: 1.4rem;
}
th.woocommerce-product-attributes-item__label {
    min-width: 100px;
}
.single-product div.product .summary .cart .reset_variations{
	bottom: -24px;
}

.single-product div.product .summary .product_title {
	font-size: 2.5rem;
	line-height: 3.7rem;
}
ol.flex-control-thumbs{
	justify-content: space-around;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    visibility: hidden;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    visibility: visible;
	position: absolute;
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    background-color: var(--white-color);
    color: var(--black-color);
    box-shadow: 0 3px 2px rgb(0 0 0 / 2%);
	line-height: 3.6rem;
    font-size: 1.5rem;
}

tr.cart_item .product-remove a{
	font-size: 24px;
	color: #e91e63;
}
table.shop_table_responsive tr td{
	vertical-align: middle;
}

.site-header .container{
	justify-content: space-between;
}
.site-header .container:after {
	content: unset;
}
.mh_header_main_menu{
	width: 100%;
    justify-content: center;
	padding: 10px 0;
	display: none;
}

.site-header .mh_top_bar{
	width: 100%;
	padding-top: 5px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
	font-size: 12px;
}

.mh_mobile_social {
	text-align: center
}

.mh_mobile_social a.mh_phone, .mh_mobile_social .mh_vertical_hr, .mh_mobile_social .menu-social-container{
	display: inline-block;
}

.mh_mobile_social .mh_vertical_hr{
	margin-bottom: -10px;
}

a.mh_phone{
	color: #373737
}

.mh_vertical_hr{
    height: 30px;
    width: 1px;
    background: #000;
    margin: 0 15px;
    display: block;
}

.site-header .mh_search_box_wrapper{
	flex-grow: 2;
	max-width: 550px;
}
.site-header input.mh_search_box{
	border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	position: relative;
    padding-left: 45px;
}

.site-header .mh_search_icon{
	position: absolute;
    z-index: 999;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    color: #bababa;
}

.site-header .mh_header_actions{
	display: flex;
}

.mh_site_branding img{
	width: 100px;
	height: auto;
}

#order_review #payment img{
	max-width: 200px;
}
#order_review #payment li.payment_method_razorpay label{
	display: inline-flex;
	align-items: center;
	flex-direction: column;
}
#order_review #payment li.payment_method_paypal label{
	display: inline-flex;
	flex-direction: column;
}
#order_review #payment li.payment_method_paypal label img{
	display: none;
}
.outbuilt-checkout-qty {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-top: .9rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	width: max-content;
}
.outbuilt-checkout-qty__btn {
	width: 2.4rem;
	height: 2.4rem;
	border: .1rem solid var(--border-color);
	background-color: #fff;
	color: var(--black-color);
	font-size: 1.4rem;
	line-height: 1;
	padding: 0;
	border-radius: .2rem;
}
.outbuilt-checkout-qty__btn:disabled {
	opacity: .4;
	cursor: not-allowed;
}
.outbuilt-checkout-qty__input {
	width: 5.2rem;
	height: 2.2rem;
	border: .1rem solid var(--border-color);
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0 .3rem;
	-moz-appearance: textfield;
	appearance: textfield;
}
.outbuilt-checkout-qty__input::-webkit-outer-spin-button,
.outbuilt-checkout-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.outbuilt-checkout-qty.is-updating {
	opacity: .55;
	pointer-events: none;
}

.acfw-checkout-ui-block .acfw-accordion h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
	margin: 0 !important;
}
.acfw-checkout-ui-block .acfw-accordion h3 .caret {
	top: 0;
	margin-left: .8rem;
	display: inline-flex;
	align-items: center;
}
.woocommerce-privacy-policy-text {
	font-size: 12px;
}

.shop_table #shipping_method{
	padding: 0;
}
.cart-collaterals .cart_totals input[type='radio']{
	width: auto;
}

footer .footer-column ul.menu{
	display: flex;
	flex-direction: column
}
footer .footer-column ul.menu li a{
	padding: 0;
}

.mh_whatsapp_buy_box{
	margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid #25D366;
    border-radius: 5px;
    padding: 5px 10px;
    align-items: center;
	justify-content: space-between;
}
.mh_whatsapp_buy_box_text{
	font-size: 12px;
    line-height: 1.5;
    color: #6c6c6c;
}
.mh_whatsapp_buy_box_btn{
	display: inline-table;
    margin-left: 5px;
}
.mh_whatsapp_buy_box_btn a{
	white-space: nowrap;
    display: block;
    background: #25D366;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #25D366;
}
.mh_whatsapp_buy_box_btn a:hover, .mh_whatsapp_buy_box_btn a:focus{
    background: #fff;
    color: #25D366;
}

@media (min-width: 576px){

	.entry-title, .page-title {
		line-height: 3.7rem;
	}
}

@media (max-width: 576px){
	.woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon {
    	width: 100%;
	}
}
@media (max-width: 768px) {
	.woocommerce .woocommerce-notices-wrapper .woocommerce-message{
		display: flex;
    	flex-direction: column-reverse;
	}
	.woocommerce .woocommerce-notices-wrapper .woocommerce-message a{
		margin-top: 10px;
    	text-align: center;
	}
}
@media (min-width: 800px){
	.mh_header_main_menu {
    	display: flex;
	}
}
@media (max-width: 800px){
	.mh_search_box_wrapper, .site-header .mh_top_bar{
		display: none;
	}
	.woocommerce-order-received .entry-content .woocommerce-order{
		width: 100%;
	}
}
@media (max-width: 960px){
	.right-navigation {
    	display: flex;
	}
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper {
  order: 1;
}
.woocommerce-cart .woocommerce > .cart-collaterals {
  order: 2;
  width: 100%;
  margin-bottom: 4rem;
}
.woocommerce-cart .woocommerce > .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}
.woocommerce-cart .woocommerce > .woocommerce-cart-form {
  order: 3;
  width: 100%;
}
.woocommerce-cart .woocommerce > .cross-sells {
  order: 4;
  width: 100%;
  margin-top: 4rem;
}
.woocommerce-cart .woocommerce > .cross-sells > h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-top: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  list-style: none;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  margin: 0;
  position: relative;
  display: block !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked) {
  border-color: #0f172a;
  background-color: #f8fafc;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input[type="radio"] {
  position: absolute !important;
  left: 16px !important;
  top: 15px !important;
  margin: 0 !important;
  accent-color: #0f172a;
  transform: scale(1.2);
  width: auto;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  display: block !important;
  width: 100%;
  min-width: 0;
  padding-left: 28px !important;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  cursor: pointer;
  line-height: 24px;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::before,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::after {
  display: none !important;
  content: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method img,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method a.about_paypal {
  position: absolute !important;
  right: 16px !important;
  top: 12px !important;
  bottom: auto !important;
  max-height: 24px;
  width: auto;
  margin: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked) img,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked) a.about_paypal {
  top: auto !important;
  bottom: 12px !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method a.about_paypal {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 36px;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  font-size: 1.3rem;
  color: #475569;
  line-height: 1.6;
  position: relative;
  display: block;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box::before {
  display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box p {
  margin: 0;
}
.woocommerce-checkout #payment {
  background: transparent !important;
  padding: 0 !important;
}
form.woocommerce-checkout #order_review #payment {
  margin-top: 2.4rem;
}

.woocommerce-checkout form.checkout {
  row-gap: 2.4rem;
}
.woocommerce-checkout form.checkout .col2-set {
  gap: 3rem;
}
.woocommerce-checkout form.checkout #customer_details h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 1.6rem;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  clear: none !important;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first {
  grid-column: 1;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last {
  grid-column: 2;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  grid-column: 1;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  grid-column: 2;
}
.woocommerce-checkout form.checkout .form-row label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.7rem;
}
.woocommerce-checkout form.checkout .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout form.checkout .input-text,
.woocommerce-checkout form.checkout select,
.woocommerce-checkout form.checkout textarea {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.4rem;
  border: 0.1rem solid #cfd4dc;
  border-radius: 0.6rem;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #1f2328;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.woocommerce-checkout form.checkout select {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-checkout form.checkout textarea {
  min-height: 11rem;
  height: auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  resize: vertical;
}
.woocommerce-checkout form.checkout .input-text::placeholder,
.woocommerce-checkout form.checkout textarea::placeholder {
  color: #8a9099;
}
.woocommerce-checkout form.checkout .input-text:focus,
.woocommerce-checkout form.checkout select:focus,
.woocommerce-checkout form.checkout textarea:focus,
.woocommerce-checkout
  form.checkout
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  border-color: #121212;
  box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.08);
  outline: 0;
}
.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single {
  height: 4.8rem;
  border: 0.1rem solid #cfd4dc;
  border-radius: 0.6rem;
}
.woocommerce-checkout
  form.checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 3.2rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
  color: #1f2328;
}
.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.8rem;
  right: 1.2rem;
}
.woocommerce-checkout form.checkout #ship-to-different-address {
  margin-top: 0.8rem;
}
.woocommerce-checkout form.checkout #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.woocommerce-checkout form.checkout #ship-to-different-address input[type='checkbox'] {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  accent-color: #121212;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields {
  margin-top: 3rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  line-height: 1.2;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields .notes {
  margin: 0;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields textarea {
  min-height: 12rem;
  border-color: #cfd4dc;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.4rem 1.5rem;
  line-height: 1.45;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields textarea::placeholder {
  color: #8b93a0;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields textarea:focus {
  border-color: #c09c42;
  box-shadow: 0 0 0 0.25rem rgba(192, 156, 66, 0.16);
}
.woocommerce-checkout .outbuilt-checkout-social-login {
  margin-bottom: 2rem;
  text-align: center;
}
.woocommerce-checkout .outbuilt-checkout-social-login div.nsl-container[data-align="left"] {
  text-align: center !important;
}
.woocommerce-checkout .outbuilt-checkout-social-login .nsl-container {
  display: flex;
  justify-content: center;
}
.woocommerce-checkout .outbuilt-checkout-social-login .nsl-container-buttons {
  display: flex !important;
  justify-content: center !important;
}
.woocommerce-checkout .outbuilt-checkout-social-divider {
  position: relative;
  margin: 1.6rem 0 .4rem;
  text-align: center;
}
.woocommerce-checkout .outbuilt-checkout-social-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 0.1rem solid var(--border-color);
}
.woocommerce-checkout .outbuilt-checkout-social-divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1rem;
  background: var(--white-color);
  font-size: 1.8rem;
  color: #555;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .form-row.form-row-first,
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .form-row.form-row-wide,
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
  text-align: left;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .lost_password {
  display: block;
  text-align: left;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login .form-row .button {
  display: inline-block;
}
.woocommerce-checkout form.checkout .password-input {
  position: relative;
  display: block;
  width: 100%;
}
.woocommerce-checkout form.checkout .password-input .input-text {
  padding-right: 4.2rem;
}
.woocommerce-checkout form.checkout .password-input .show-password-input,
.woocommerce-checkout form.checkout .password-input .display-password {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 2.2rem;
}

.woocommerce form .password-input {
  position: relative;
  display: block;
  width: 100%;
}
.woocommerce form .password-input input[type='password'],
.woocommerce form .password-input input[type='text'] {
  padding-right: 4.2rem;
}
.woocommerce form .password-input .show-password-input {
  position: absolute !important;
  right: 1.2rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 2.2rem !important;
  box-shadow: none !important;
}
.woocommerce form .password-input .show-password-input::before {
  content: '' !important;
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%23111111'/%3E%3C/svg%3E") !important;
}
.woocommerce form .password-input .show-password-input.display-password::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z' fill='%23111111'/%3E%3C/svg%3E") !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
  .woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
  .woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
    grid-column: 1;
  }
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_country_field,
  .woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
    grid-column: 1;
  }
  .woocommerce-checkout form.checkout #customer_details h3 {
    font-size: 2.8rem;
  }
  .woocommerce-checkout form.checkout .input-text,
  .woocommerce-checkout form.checkout select,
  .woocommerce-checkout form.checkout textarea,
  .woocommerce-checkout form.checkout .select2-container--default .select2-selection--single {
    height: 4.4rem;
    font-size: 1.7rem;
  }
  .woocommerce-checkout
    form.checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.2;
    font-size: 1.7rem;
  }
  .woocommerce-checkout form.checkout .woocommerce-additional-fields {
    margin-top: 2.6rem;
    padding: 0;
    border-radius: 0;
  }
  .woocommerce-checkout form.checkout .woocommerce-additional-fields h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .woocommerce-checkout form.checkout .woocommerce-additional-fields textarea {
    min-height: 10rem;
    padding: 1.2rem 1.3rem;
  }
}

.mobile-search-button {
  display: none;
}
@media (max-width: 800px) {
  .mobile-search-button {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 0;
    color: var(--primary-text-color, #111111);
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 20px;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
  }
  .mobile-search-button:hover {
    color: #000000;
    opacity: 0.6;
  }
  .mobile-search-button i {
    margin-right: 6px;
    font-size: 1.6rem;
  }
  .right-navigation {
    display: flex;
    align-items: center;
  }
}

.search-popup form.searchform {
  margin: 0;
  padding: 0;
}
#mahitham-live-search-results {
  margin-top: 0;
  max-height: 70vh;
  overflow-y: auto;
  text-align: left;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: none;
}
#mahitham-live-search-results:not(:empty) {
  display: block;
}
.live-search-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  transition: background 0.2s ease;
}
.live-search-item:last-child {
  border-bottom: none;
}
.live-search-item:hover {
  background: #f9f9f9;
}
.live-search-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
.live-search-item-info {
  display: flex;
  flex-direction: column;
}
.live-search-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 4px;
}
.live-search-item-price {
  font-size: 1.4rem;
  color: #D93B3B;
  font-weight: 500;
}
.searching-loader, .searching-no-results {
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  color: #666666;
}

.desktop-search-results-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-top: 5px;
  max-height: 50vh;
  overflow-y: auto;
  z-index: 9999;
  text-align: left;
  display: none;
}
.desktop-search-results-container .live-search-item {
  padding: 10px 15px;
}
.desktop-search-results-container .live-search-item img {
  width: 40px;
  height: 40px;
}
.desktop-search-results-container .live-search-item-title {
  font-size: 1.4rem;
}
.desktop-search-results-container .live-search-item-price {
  font-size: 1.3rem;
}
