/*
Theme Name: Mio Tutto
Author: R52
Author URI: https://rootfiftytwo.co.uk/
Version: 1.1.2
*/

@import url("//hello.myfonts.net/count/3dbed0");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "TTRamillas-Bold";
  src: url("webFonts/TTRamillasBold/font.woff2") format("woff2"),
    url("webFonts/TTRamillasBold/font.woff") format("woff");
}

:root {
  --white: #ffffff;
  --lightgrey: #e8e8e8;
  --mediumgrey: #c1c1c1;
  --darkgrey: #1d1d1d;
  --fadedgreen: #f4fbf9;
  --lightgreen: #b5e3d8;
  --mediumgreen: #00816d;
  --darkgreen: #004737;
  --gold: #c4a41c;
  --red: #cf1515;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
}

.spinner,
.woobewoo-filter-loader.spinner {
  background-image: url("/wp-content/uploads/2021/07/shape-Round.svg") !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--darkgreen);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--mediumgreen);
  line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.styled-list ul {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "TTRamillas-Bold", sans-serif;
}

h5,
.h5,
h6,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
p:not(:last-child),
.styled-list ul {
  margin-bottom: 15px;
}

.formatted h1:not(:first-child),
.formatted h2:not(:first-child),
.formatted h3:not(:first-child),
.formatted h4:not(:first-child),
.formatted h5:not(:first-child),
.formatted h6:not(:first-child) {
  padding-top: 12px;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2,
.woocommerce div.product h1.product_title {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: var(--darkgreen);
}

small,
.small,
.content-small p {
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2,
  .woocommerce div.product h1.product_title {
    font-size: 27px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2,
  .woocommerce div.product h1.product_title {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h5,
  .h5,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2,
  .woocommerce div.product h1.product_title {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h1:not(:last-child),
  .h1:not(:last-child),
  h2:not(:last-child),
  .h2:not(:last-child),
  h3:not(:last-child),
  .h3:not(:last-child) {
    margin-bottom: 25px;
  }

  h4:not(:last-child),
  .h4:not(:last-child),
  h5:not(:last-child),
  .h5:not(:last-child),
  h6:not(:last-child),
  .h6:not(:last-child),
  p:not(:last-child),
  .styled-list ul {
    margin-bottom: 20px;
  }

  .formatted h1:not(:first-child),
  .formatted h2:not(:first-child),
  .formatted h3:not(:first-child),
  .formatted h4:not(:first-child),
  .formatted h5:not(:first-child),
  .formatted h6:not(:first-child) {
    padding-top: 18px;
  }
}

strong,
b {
  font-weight: var(--bold);
}

a {
  color: inherit;
  transition: opacity 0.3s ease-out, color 0.3s ease-out;
}

:is(h1, h2, h3, h4, h5, h6, p) a {
  text-decoration: underline;
}

a:hover {
  color: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

.formatted ol {
  padding-left: 18px;
  list-style: decimal;
}

.formatted ol ol {
  padding-top: 8px;
  padding-left: 18px;
  opacity: 0.8;
}

.formatted table,
.formatted tr,
.formatted td {
  display: block;
}

.formatted tr {
  padding-bottom: 12px;
}

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

.fw-medium {
  font-weight: var(--medium);
}

.bg-white {
  background-color: #fff;
}

.fc-white {
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

#wrapper {
  position: relative;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
}

#wrapper section.in {
  transition: transform 250ms linear, opacity 800ms linear;
  transition-delay: 300ms;
}

#wrapper section.in:nth-of-type(2) {
  transition-delay: 370ms;
}

#wrapper section.in:nth-of-type(3) {
  transition-delay: 440ms;
}

#wrapper section.in:nth-of-type(4) {
  transition-delay: 510ms;
}

#wrapper section.in:nth-of-type(5) {
  transition-delay: 580ms;
}

#wrapper section.in:nth-of-type(6) {
  transition-delay: 650ms;
}

#wrapper section.in:nth-of-type(7) {
  transition-delay: 720ms;
}

#wrapper section.in:nth-of-type(8) {
  transition-delay: 790ms;
}

#wrapper section.in:nth-of-type(9) {
  transition-delay: 860ms;
}

#wrapper section:not(.in) {
  opacity: 0;
  transform: translateY(15px);
}

@media screen and (min-width: 991px) {
  .container-full {
    max-width: 100%;
  }

  .container-wide {
    max-width: 1410px;
  }
}

.button-line {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
  min-width: 160px;
  justify-content: space-between;
  padding: 10px 0;
  background: transparent;
}

.button-line span {
  font-size: 18px;
  font-weight: var(--medium);
}

.button-line svg {
  margin-left: 18px;
}

.button-line:before,
.button-line:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: width 0.3s ease-out;
  width: 100%;
  right: 0;
}

.button-line:before {
  transition-delay: 0s;
  background: var(--lightgreen);
}

.button-line:after {
  transition-delay: 0.3s;
}

.button-line:hover:before {
  transition-delay: 0.3s;
}

.button-line:hover:after {
  transition-delay: 0s;
}

.button-line:hover:before,
.button-line:hover:after {
  width: 0;
}

.buttons .button-line:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 20px;
}

.button-solid,
.gform_footer [type="submit"],
.woocommerce div.product form.cart .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
input#wpsl-search-btn {
  min-height: 53px;
  color: #fff;
  background-color: var(--mediumgreen);
  min-width: 220px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--medium);
  font-size: 16px;
  transition: background-color 0.3s ease-out;
  outline: 0;
  border: 0;
  cursor: pointer;
  padding: 15px 45px;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
}

.button-solid:hover,
.gform_footer [type="submit"]:hover,
.woocommerce div.product form.cart .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #fff;
  background-color: var(--darkgreen);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login button.button,
.woocommerce form.register button.button {
  font-weight: var(--medium);
}

.button-border {
  min-height: 53px;
  color: var(--mediumgreen);
  border: 1px solid var(--mediumgreen);
  min-width: 220px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--medium);
  font-size: 16px;
  transition: all 0.3s ease-out;
  outline: 0;
  cursor: pointer;
  padding: 15px 45px;
  line-height: 1;
}

.button-border:hover {
  color: var(--darkgreen);
  border-color: var(--darkgreen);
}

a.button-link {
  font-size: 14px;
  text-decoration: underline;
}

a.button-link:hover {
  color: var(--mediumgreen);
}

@media screen and (max-width: 575px) {
  .button-line {
    display: flex;
    width: 100%;
  }

  .button-solid,
  .button-border {
    padding: 15px 25px;
  }
}

.button-line,
.button-line span {
  color: var(--mediumgreen);
}

.button-line svg {
  fill: var(--mediumgreen);
}

.button-line:after {
  background: var(--mediumgreen);
}

.button-line.white,
.button-line.white span {
  color: #fff;
}

.button-line.white svg {
  fill: #fff;
}

.button-line.white:after {
  background: #fff;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 0;
  text-align: left;
}

.slick-dots li {
  width: auto;
  height: auto;
  padding: 15px 5px;
  margin: 0;
}

.slick-dots li:first-child {
  padding-left: 0;
}

.slick-dots li button {
  background: var(--lightgreen);
  width: 50px;
  height: 1px;
  padding: 0;
  transition: background 0.2s ease-out;
}

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

.slick-dots li.slick-active button {
  height: 3px;
  background: var(--white);
}

.dark-dots .slick-dots li.slick-active button {
  background: var(--mediumgreen);
}

.dark-dots .slick-dots li button {
  background: var(--darkgreen);
}

.inline-dots {
  position: relative;
  width: 100%;
}

.inline-dots .slick-dots {
  position: relative;
}

.spacer {
  display: none;
  width: 100%;
  position: relative;
  background-color: transparent;
  opacity: 0.1;
}

@media screen and (min-width: 992px) {
  .spacer-desktop {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .spacer-tablet {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .spacer-mobile {
    display: block;
  }
}

section.header-top,
section.header-main {
  border-bottom: 1px solid var(--lightgrey);
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li {
  display: inline-block;
  float: left;
}

.menu-search a {
  outline: 0;
}

div#menu-cart {
  position: relative;
  z-index: 1;
}

span.menu-cart-count {
  margin-left: 7px;
  font-weight: var(--semibold);
  color: var(--darkgreen);
  line-height: 1;
  font-size: 15px;
}

span.menu-cart-icon path,
.menu-cart-count,
.light-header #header:not(.sticky) span#menu-toggle g {
  transition: all 0.1s linear;
}

body.menu-open span.menu-cart-icon path,
body.menu-open .menu-cart-count {
  transition-delay: 0.6s;
}

.menu-cart-link:hover .menu-cart-count {
  color: var(--mediumgreen);
}

.menu-cart-link:hover .menu-cart-icon svg path {
  fill: var(--mediumgreen);
}

.light-header .byretailer {
  color: #fff;
}

@media screen and (min-width: 992px) {
  section.header-top,
  section.header-top span,
  section.header-top a {
    color: var(--mediumgrey);
  }

  header#header {
    position: relative;
    z-index: 1;
    height: 154px;
  }

  section.header-top a span {
    transition: opacity 0.3s ease-out, color 0.3s ease-out;
  }

  ul#menu-top li {
    padding: 10px 0;
  }

  section.header-top .navbar-nav li a {
    padding: 5px 15px;
    display: block;
  }

  section.header-top .navbar-nav li a:hover span {
    color: var(--darkgrey);
  }

  section.header-top .navbar-nav li:last-of-type a {
    padding-right: 0;
  }

  div#menu-top-navbar {
    border-left: 1px solid var(--lightgrey);
    padding-left: 35px;
    margin-left: 25px;
  }

  .menu-search {
    padding: 0 10px;
    position: relative;
    z-index: 0;
  }

  ul#menu-primary > li > a {
    font-size: 16px;
    color: var(--darkgreen);
    padding: 10px 20px;
    display: block;
    transition: all 0.1s linear;
  }

  ul#menu-primary > li > a:hover {
    color: var(--mediumgreen);
  }

  ul#menu-primary > li.current-menu-ancestor > a,
  ul#menu-primary > li.current-menu-item > a {
    font-weight: var(--semibold);
    color: var(--mediumgreen);
  }

  ul#menu-primary > li:first-of-type > a {
    padding-left: 0;
  }

  section.header-main > .container > .row,
  div#menu-main-navbar {
    height: 100px;
  }

  .menu-backdrop {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--darkgreen);
    opacity: 0.6;
    visibility: visible;
    z-index: 0;
    transition: opacity 0.4s linear, visibility 0.4s linear;
    transition-delay: 0.4s, 0.4s;
    cursor: none;
  }

  body:not(.menu-open) .menu-backdrop {
    opacity: 0;
    visibility: hidden;
  }

  #menu-main-navbar:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white);
    width: 50vw;
    height: 100%;
    z-index: 0;
    transition: transform 0.4s linear;
    transition-delay: 0.4s;
  }

  body:not(.menu-open) #menu-main-navbar:after {
    transform: translateX(50vw);
    transition-delay: 0.4s;
  }

  #menu-primary {
    position: relative;
    z-index: 1;
    margin-left: 80px;
  }

  ul.dropdown-menu {
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease-out, transform 0.6s ease-out;
    transition-delay: 0.8s, 0.8s;
    margin-top: 25px;
  }

  .menu-item-has-children:not(.active) ul.dropdown-menu {
    opacity: 0;
    height: 0;
    pointer-events: none;
    z-index: -10;
    transform: translateX(10px);
    transition: opacity 0.3s ease-out, transform 0.6s ease-out;
    transition-delay: 0s, 0s;
  }

  div#menu-main-navbar {
    position: relative;
  }

  body.menu-open {
    overflow: hidden;
  }

  ul.dropdown-menu > li > a {
    font-size: 22px;
    color: var(--mediumgreen);
    padding: 8px 0;
    display: block;
  }

  ul.dropdown-menu > li > a:hover {
    color: var(--darkgreen);
  }

  ul.dropdown-menu > li.small > a {
    font-size: 16px;
    text-decoration: underline;
  }

  ul.dropdown-menu > li.small {
    margin-top: 20px;
  }

  ul#menu-primary > li > a > span {
    position: relative;
  }

  ul#menu-primary > li > a > span {
    position: relative;
  }

  ul#menu-primary > li > a > span:after {
    content: "";
    background-color: var(--mediumgreen);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s linear;
    transition-delay: 0s;
  }

  ul#menu-primary > li.current-menu-ancestor > a,
  ul#menu-primary > li.current-menu-item > a,
  ul#menu-primary > li.active > a {
    font-weight: var(--semibold);
    color: var(--mediumgreen);
  }

  body.menu-open ul#menu-primary > li > a {
    transition-delay: 0.6s;
  }

  ul#menu-primary > li.current-menu-ancestor > a > span:after,
  ul#menu-primary > li.current-menu-item > a > span:after,
  ul#menu-primary > li.active > a > span:after {
    opacity: 1;
  }

  ul#menu-primary > li.active > a > span:after {
    transition-delay: 0.8s;
  }

  #cursor {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
    transform: scale(2);
    background-image: url("img/cursor-close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 1;
    top: 0;
  }

  #menu-primary {
    margin-left: auto;
  }

  #header.sticky section#header-menu {
    background-color: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
  }

  .light-header .header-main {
    transition: background-color 0.1s ease-out;
  }

  .light-header header#header {
    position: absolute;
    width: 100%;
  }

  .light-header div#menu-top-navbar,
  .light-header section.header-top,
  .light-header #header:not(.sticky) section.header-main {
    border-color: var(--white);
  }

  .light-header:not(.menu-open) #header:not(.sticky) .menu-cart-icon svg path,
  .light-header #header:not(.sticky) #logo svg g {
    fill: var(--white);
  }

  .light-header:not(.menu-open) #header:not(.sticky) .menu-cart-count,
  .light-header section.header-top,
  .light-header section.header-top a,
  .light-header section.header-top span,
  .light-header:not(.menu-open) #header:not(.sticky) ul#menu-primary > li > a {
    color: var(--white);
  }

  .light-header:not(.menu-open)
    #header:not(.sticky)
    .menu-cart-link:hover
    .menu-cart-count,
  .light-header section.header-top .navbar-nav li a:hover span,
  .light-header:not(.menu-open)
    #header:not(.sticky)
    ul#menu-primary
    > li
    > a:hover,
  .light-header:not(.menu-open)
    #header:not(.sticky)
    ul#menu-primary
    > li.current-menu-item
    > a,
  .light-header:not(.menu-open)
    #header:not(.sticky)
    ul#menu-primary
    > li.current-menu-ancestor
    > a {
    color: var(--lightgreen);
  }

  .light-header:not(.menu-open)
    #header:not(.sticky)
    .menu-cart-link:hover
    .menu-cart-icon
    svg
    path {
    fill: var(--lightgreen);
  }

  a#miologo {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  body.mobile-open {
    overflow-y: hidden;
  }

  body.mobile-open > #wrapper {
    z-index: -1;
    position: relative;
  }

  body.mobile-open #logo,
  body.mobile-open #menu-toggle {
    z-index: 0;
  }

  div#logo svg {
    width: 146px;
    height: auto;
  }

  nav#menu-main,
  ul#menu-primary > li > .dropdown-menu {
    transition: all 0.2s ease-out;
  }

  ul#menu-primary > li > .dropdown-menu {
    transition: none;
  }

  div#menu-main-navbar {
    overflow-y: scroll;
    position: relative;
    height: 100%;
  }

  nav#menu-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 60px 0 0;
    transform: translateX(0%);
    z-index: -1;
  }

  body:not(.mobile-open) nav#menu-main {
    transform: translateX(100%);
  }

  ul#menu-primary > li > .dropdown-menu {
    max-height: 100%;
  }

  body ul#menu-primary > li > .dropdown-menu:not(.active) {
    max-height: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }

  div#logo {
    order: 2;
  }

  div#menu-primary {
    order: 3;
    height: 100%;
    display: flex;
  }

  div#menu-cart {
    order: 1;
  }

  #header-menu > .container > .row {
    height: 60px;
  }

  #header {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
  }

  body:not(.light-header) {
    padding-top: 60px;
  }

  span#menu-toggle {
    height: auto;
    cursor: pointer;
  }

  ul#menu-primary li a {
    font-size: 20px;
  }

  ul#menu-primary li,
  ul#menu-primary li a,
  ul#menu-primary li span {
    display: block;
    float: none;
    width: 100%;
  }

  div#menu-main-navbar,
  ul#menu-primary {
    display: block;
    width: 100%;
  }

  ul#menu-primary li a {
    padding: 20px;
    transition: all 0.1s ease-out;
    color: var(--darkgreen);
  }

  ul#menu-primary li.small a {
    font-size: 16px;
  }

  ul#menu-primary > li > .dropdown-menu a {
    color: var(--mediumgreen);
  }

  ul#menu-primary a:hover,
  ul#menu-primary .current-menu-item > a,
  ul#menu-primary .current-menu-ancestor > a {
    background: var(--fadedgreen);
  }

  ul#menu-primary li {
    border-bottom: 1px solid #f8f8f8;
  }

  .mobile-search {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
  }

  .mobile-search input {
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: var(--fadedgreen);
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: var(--semibold);
    color: var(--mediumgreen);
    text-transform: capitalize;
  }

  .mobile-search input::placeholder {
    color: var(--mediumgreen);
    font-weight: normal;
  }

  .mobile-search button {
    border: 0;
    outline: none;
    background: transparent;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mobile-search button svg {
    width: 30px;
    height: auto;
    fill: var(--mediumgreen);
  }

  a#miologo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .byretailer {
    font-size: 11px;
  }

  body:not(.light-header) #header-menu,
  #header.sticky #header-menu,
  body.light-header.mobile-open #header-menu {
    background: var(--white);
  }

  .light-header:not(.mobile-open) .header-main {
    transition: background-color 0.1s ease-out;
  }

  .light-header:not(.mobile-open) #header:not(.sticky) section.header-main {
    border-color: var(--white);
  }

  .light-header:not(.mobile-open) #header:not(.sticky) .menu-cart-count {
    color: var(--white);
  }

  .light-header:not(.mobile-open) #header:not(.sticky) .menu-cart-icon svg path,
  .light-header:not(.mobile-open) #header:not(.sticky) #logo svg g {
    fill: var(--white);
  }

  .light-header:not(.mobile-open) #header:not(.sticky) span#menu-toggle g {
    stroke: var(--white);
  }

  .light-header:not(.mobile-open)
    #header:not(.sticky)
    .menu-cart-link:hover
    .menu-cart-count {
    color: var(--lightgreen);
  }

  .light-header:not(.mobile-open)
    #header:not(.sticky)
    .menu-cart-link:hover
    .menu-cart-icon
    svg
    path {
    fill: var(--lightgreen);
  }

  .light-header:not(.mobile-open)
    #header:not(.sticky)
    span#menu-toggle:hover
    g {
    stroke: var(--lightgreen);
  }
}

footer#footer {
  background-color: var(--fadedgreen);
}

footer#footer h3,
footer#footer p {
  margin: 0;
}

footer#footer h3,
footer#footer .menu > li > a {
  font-size: 14px;
  font-family: var(--default);
  color: var(--darkgreen);
}

footer#footer .menu > li {
  margin-bottom: 10px;
}

img.payment-methods {
  margin-bottom: 20px;
}

div#footer-copyright p {
  font-size: 12px;
  color: var(--darkgreen);
}

.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-slider > div:not(.banner-slides) {
  max-height: 530px;
  overflow: hidden;
}

.banner-slide {
  position: relative;
}

.banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 71, 55, 1) 0%,
    rgba(0, 71, 55, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004737", endColorstr="#004737", GradientType=1);
}

.banner-slide .container {
  position: relative;
  z-index: 1;
}

.banner-slide picture {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.banner-slide picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner-content h1,
.banner-content a {
  color: #fff;
}

.banner-content h1 {
  padding-bottom: 20px;
}

.banner-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}

.icon-boxes img {
  max-height: 100px;
  width: auto;
  position: relative;
}

.icon-boxes p {
  font-size: 14px;
}

.title-button {
  background: var(--fadedgreen);
  padding: 25px;
}

.title-button-links a {
  padding-bottom: 5px;
  padding-right: 10px;
}

.title-button-links a:hover {
  text-decoration: underline;
}

.contact-link {
  padding-bottom: 10px;
}

.contact-link small {
  font-weight: var(--semibold);
  display: block;
}

.contact-link a {
  color: var(--mediumgreen);
  text-decoration: none;
}

.contact-link a:hover {
  text-decoration: underline;
}

.contact-link-social {
  padding-right: 10px;
  float: left;
}

#sbi_images {
  display: flex;
  justify-content: space-between;
}

#sb_instagram #sbi_images .sbi_item {
  width: calc(25% - 15px) !important;
}

.instagram a {
  text-decoration: underline;
}

.instagram a:hover {
  color: var(--darkgreen);
}

form.wpcf7-form > h3 {
  padding-bottom: 10px;
}

.form-field {
  padding-bottom: 40px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form-field > label {
  display: block;
  color: var(--mediumgreen);
  font-weight: var(--semibold);
  font-size: 14px;
  width: 100%;
  margin-bottom: 4px;
}

.form-field input,
.form-field select,
.form-field textarea,
.gfield input,
.gfield select,
.gfield textarea {
  display: block;
  color: var(--darkgreen);
  font-weight: var(--semibold);
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  padding: 0 !important;
  border: 0;
  border-bottom: 1px solid var(--darkgreen);
  outline: 0;
  transition: border-color 0.1s ease-out;
  background: transparent;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
  border-color: var(--mediumgreen);
}

.form-field input::placeholder,
.form-field select::placeholder,
.form-field textarea::placeholder,
.gfield input::placeholder,
.gfield select::placeholder,
.gfield textarea::placeholder {
  color: var(--darkgreen);
  font-weight: normal;
  opacity: 0.5;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.form-field input,
.form-field select,
.gfield input,
.gfield select {
  line-height: 1;
  height: 40px;
}

.form-field textarea,
.gfield textarea {
  height: 160px;
}

.form-consent {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
}

.form-consent a {
  text-decoration: underline;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -5px;
  transform: translateY(100%);
  color: var(--red);
  font-weight: var(--semibold);
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_description {
  font-size: 13px !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 30px !important;
}

.form-background {
  padding: 75px 0;
  background: var(--fadedgreen);
}

.styled-list ul li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}

.styled-list ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  display: block;
  background-color: var(--darkgreen);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

.split-rows .split-content:not(:last-child) {
  padding-bottom: 100px;
}

.split-content-media picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner-box {
  position: relative;
}

.banner-box > picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.banner-box-inner a.button-line {
  margin-top: 15px;
}

.banner-box-inner > div {
  max-width: 430px;
}

.staggered-rows .staggered:not(:last-child) .row:after {
  content: "";
  position: relative;
  width: calc(100% - 30px);
  background: var(--lightgrey);
  height: 1px;
  margin: 80px auto;
}

.staggered-left img {
  max-width: 120px;
  margin-top: 10px;
}

section.step:not(:last-child) {
  margin-bottom: 40px;
}

.accordion-header svg {
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
}

.accordion-header svg path {
  fill: var(--mediumgreen);
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
}

.accordion-header h6,
.accordion-header svg path {
  transition: all 0.2s ease-out;
}

.accordion-rows .accordion:not(:last-child) {
  margin-bottom: 140px;
}

.accordion-header {
  padding: 30px 0;
  border-top: 1px solid var(--lightgrey);
  cursor: pointer;
}

.accordion-content:after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}

.accordion-item:last-child {
  border-bottom: 1px solid var(--lightgrey);
}

.accordion-content {
  transition: max-height 0.2s linear, opacity 0.2s linear;
  overflow: hidden;
  position: relative;
}

.accordion-item:not(.active) .accordion-content {
  height: 100%;
  max-height: 0;
  opacity: 0;
}

.accordion-item.active .accordion-header h6,
.accordion-header:hover h6 {
  color: var(--darkgreen);
}

.accordion-item.active .accordion-header svg path,
.accordion-header:hover svg path {
  fill: var(--darkgreen);
}

.accordion-item.active .accordion-header svg {
  transform: rotate(90deg);
}

.accordion-item.active .accordion-h {
  opacity: 0;
}

section.product-slider a.button {
  display: none;
}

.product-slider li.product {
  margin: 0 !important;
}

section.product-slider .container-full {
  float: right;
  padding: 0;
  position: relative;
}

.product-slides .slick-track {
  gap: 30px;
  display: flex;
}

section.shapes {
  background-color: var(--fadedgreen);
}

.shape-item img {
  transition: opacity 0.25s ease-out;
}

.shape-item:hover img {
  opacity: 0.5;
}

tr.ps-certification small {
  display: block;
}

tr.ps-certification small:not(:last-child) {
  padding-bottom: 10px;
}

.footer-social .widget {
  display: flex;
  align-items: center;
}

.footer-social a {
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social svg {
  height: 21px;
  width: auto;
}

@media screen and (min-width: 576px) {
  .step-number.col-12 {
    width: 95px;
  }
}

@media screen and (min-width: 991px) {
  .banner-content {
    padding-top: 86px;
    padding-bottom: 260px;
  }

  .light-header .banner-content {
    padding-top: 240px;
  }

  .banner-content h1 {
    padding-bottom: 0;
  }

  .icon-boxes img {
    margin-bottom: 45px;
    transform: translateX(-20px);
  }

  .icon-boxes p {
    max-width: 230px;
  }

  .footer-social .widget {
    justify-content: flex-end;
  }

  .footer-social a {
    margin: 0 14px;
  }
}

@media screen and (max-width: 992px) {
  .banner-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .light-header .banner-content {
    padding-top: 110px;
  }

  .banner-content h1 {
    padding-bottom: 0;
  }

  .icon-boxes img {
    margin-bottom: 30px;
  }

  .icon-boxes .col-12:not(:nth-child(1), :nth-child(2)) {
    margin-top: 50px;
  }

  .form-consent {
    font-size: 11px;
  }

  .form-background {
    padding: 55px 0;
  }

  .split-rows .split-content:not(:last-child) {
    padding-bottom: 75px;
  }

  .split-content-media {
    max-height: 600px;
  }

  .staggered-rows .staggered:not(:last-child) .row:after {
    margin: 60px auto;
  }

  .staggered-left img {
    max-width: 100px;
  }

  .accordion-rows .accordion:not(:last-child) {
    margin-bottom: 100px;
  }

  .accordion-header {
    padding: 25px 0;
  }

  .accordion-content:after {
    height: 40px;
  }

  section.content-1 img {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    padding-bottom: 100px;
  }

  .split-content-media {
    max-height: 540px;
  }

  .shape-image img {
    width: 80px;
  }
}

@media screen and (max-width: 575px) {
  .icon-boxes .col-12:not(:nth-child(1)) {
    margin-top: 50px;
  }

  .icon-boxes p {
    max-width: 400px;
  }

  #sbi_images {
    flex-wrap: wrap;
  }

  #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
    padding-top: 20px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-child(1),
  #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    padding-top: 0 !important;
  }

  .form-background {
    padding: 45px 0;
  }

  .split-rows .split-content:not(:last-child) {
    padding-bottom: 50px;
  }

  .split-content-media {
    max-height: 480px;
  }

  .banner-box-inner a.button-line {
    margin-top: 35px;
  }

  .staggered-left img {
    max-width: 80px;
  }

  .accordion-rows .accordion:not(:last-child) {
    margin-bottom: 60px;
  }

  .shape-image img {
    width: 60px;
  }
}

body .blockOverlay {
  position: fixed !important;
  height: 100vh !important;
  width: 100vw !important;
  top: 0 !important;
  left: 0 !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: var(--darkgreen);
  font-size: 12px;
  margin: 0;
}

nav.woocommerce-breadcrumb {
  font-weight: var(--semibold);
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: normal;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  margin: 0;
}

.mio-meta {
  width: 100%;
  margin-bottom: 20px;
}

span.mio-from span {
  font-size: 14px;
  margin-right: 10px;
}

span.mio-from strong {
  font-size: 22px;
  font-weight: var(--semibold);
}

span.mio-sku {
  font-size: 12px;
}

span.mio-from {
  padding-right: 10px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.mio-read-more {
  width: 100%;
  margin-bottom: 20px;
}

.mio-changer {
  padding-top: 30px;
  padding-bottom: 45px;
}

.radio_div_image {
  width: 40px;
  height: 40px;
  background-color: var(--lightgrey);
  display: flex;
  margin: 0;
  border-radius: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  justify-content: center;
  align-items: center;
  color: #205849;
  font-size: 14px;
  font-weight: 700;
}

.radio_div_image:before {
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  content: "";
  border-radius: 100px;
  border: 3px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
  opacity: 0;
}

.radio_div_image:hover {
  opacity: 1;
}

.radio_img_label {
  margin-right: 10px;
  margin-bottom: 0;
}

.radio_img_label > input {
  display: none;
}

.radio_img_label > .radio_div_image {
  cursor: pointer;
}

.radio_img_label > input:checked + .radio_div_image {
  opacity: 1;
}

.radio_img_label > input:checked + .radio_div_image:before {
  border-color: var(--mediumgreen);
  opacity: 1;
}

.invisible {
  opacity: 0;
}

.radio_div_image_9ct-yellowwhite-gold,
.radio_div_image_18ct-yellowwhite-gold,
.radio_div_image_18ct-yellow-gold,
.radio_div_image_9ct-yellow-gold,
span.swatch-yellowwhite-gold-9ct {
  background-image: url(img/mio-gold.png);
}

span.swatch-platinum,
.radio_div_image_9ct-rosewhite-gold,
.radio_div_image_18ct-rosewhite-gold,
.radio_div_image_18ct-rose-gold,
.radio_div_image_9ct-rose-gold,
span.swatch-rosewhite-gold-9ct {
  background-image: url(img/mio-rose.png);
}

span.swatch-white-gold-18ct,
.radio_div_image_platinum,
span.swatch-platinum,
.radio_div_image_9ct_white_gold,
.radio_div_image_18ct_white_gold,
.radio_div_image_18ct-white-gold,
.radio_div_image_9ct-white-gold,
span.swatch-white-gold-9ct {
  background-image: url(img/mio-platinum.png);
}

.mio-changer-text {
  font-size: 14px;
  padding: 20px 50px 20px 0;
}

.mio-product-buttons a {
  width: 100%;
}

.mio-product-buttons a:not(:last-child) {
  margin-bottom: 20px;
}

.mio-product-gallery .slick-list {
  margin: 0 -15px;
}

.mio-product-gallery .slick-slide {
  background: var(--lightgrey);
  margin: 0 15px;
}

.mio-border:before {
  content: "";
  width: calc(100% - 30px);
  background: var(--lightgrey);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mio-border {
  position: relative;
}

.mio-product-details .accordion-item:first-child .accordion-header {
  border: 0 !important;
}

.pswp__bg {
  background: rgb(0 71 55 / 90%) !important;
}

.pswp__caption {
  display: none !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background: transparent !important;
}

.woocommerce div.product div.images img {
  transition: opacity 0.2s ease-out;
}

.woocommerce div.product div.images img:hover {
  opacity: 0.7;
}

form.variations_form.cart .table.variations {
  display: flex;
}

form.variations_form.cart table.variations,
form.variations_form.cart table.variations tbody {
  display: flex !important;
  justify-content: space-between !important;
  margin: 0 !important;
  width: 100%;
}

form.variations_form.cart table.variations tbody tr {
  width: calc(100%);
  display: flex;
  flex-direction: column;
}

form.variations_form.cart table.variations tbody tr td.label,
form.variations_form.cart table.variations tbody tr td.label label,
.wpfFilterWrapper[data-filter-type]:before,
.wpfFilterWrapper .wfpDescription {
  font-size: 14px;
  font-weight: normal;
  padding: 0 !important;
  line-height: 1 !important;
  margin: 0;
  letter-spacing: 0;
}

.wpfFilterWrapper[data-filter-type]:before,
.wpfFilterWrapper .wfpDescription {
  display: block;
  color: var(--mediumgreen);
}

form.variations_form.cart table.variations tbody tr td.label,
.wpfFilterWrapper[data-filter-type]:before,
.wpfFilterWrapper .wfpDescription {
  margin-bottom: 10px;
}

.wpfFilterWrapper[data-filter-type] {
  margin: 0;
}

.woocommerce div.product form.cart .variations select,
.wpfFilterWrapper[data-filter-type] select {
  min-width: 100%;
  margin: 0;
  border: 0;
  height: 40px;
  background-color: var(--fadedgreen);
  color: var(--mediumgreen);
  font-size: 16px;
  font-weight: var(--semibold);
  line-height: 1;
  cursor: pointer;
  border-radius: 0 !important;
  outline-color: var(--mediumgreen);
  padding: 0 40px 0 10px;
  appearance: none;
}

.single_variation_wrap {
  display: flex;
  width: 100%;
  padding-top: 60px;
}

.woocommerce-variation-price {
  font-family: "TTRamillas-Bold", sans-serif;
  margin-left: auto;
  flex-shrink: 0;
}

.woocommerce-variation.single_variation {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce-variation.single_variation * {
  text-decoration: none;
}

.woocommerce div.product .woocommerce-variation.single_variation span.price {
  font-size: 50px;
  color: var(--mediumgreen);
  line-height: 1;
  display: flex;
  align-items: baseline;
}

.woocommerce.single-product.logged-in
  div.product
  .woocommerce-variation.single_variation
  span.price
  del {
  display: none;
}

.woocommerce.single-product.logged-in
  div.product
  .woocommerce-variation.single_variation
  span.price
  ins
  bdi:before {
  content: "Trade Price";
  font-size: 13px;
  background: #f3fbf9;
  padding: 3px 6px;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.woocommerce.single-product.logged-in
  div.product
  .woocommerce-variation.single_variation
  span.price
  ins
  bdi {
  position: relative;
}

.woocommerce div.product .woocommerce-variation.single_variation span.price del,
.woocommerce
  div.product
  .woocommerce-variation.single_variation
  span.price
  .woocommerce-Price-currencySymbol {
  font-size: 30px;
}

.woocommerce
  div.product
  .woocommerce-variation.single_variation
  span.price
  del {
  text-decoration: line-through;
  padding-right: 10px;
}

.radio_div_image:not([class$="platinum"]):after {
  content: "CT";
  font-size: 9px;
}

.mio-add-cart > p.price {
  display: none !important;
}

.woocommerce-variation-description {
  padding-right: 40px;
}

.woocommerce-variation-description p {
  margin: 0 !important;
  font-size: 12px;
  color: var(--mediumgreen);
  max-width: 600px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-left: auto;
  flex-shrink: 0;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.woocommerce div.product form.cart .variations td.value,
.wpfFilterWrapper[data-filter-type] .wpfFilterContent {
  position: relative;
  padding: 0;
}

.woocommerce div.product form.cart .variations td.value:after,
.wpfFilterWrapper[data-filter-type] .wpfFilterContent:after {
  content: "";
  background-image: url(img/select-arrow-green.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.wpfFilterWrapper[data-filter-type] .wpfFilterContent:after {
  top: auto;
  bottom: 0;
}

.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: visibility 0.2s ease-out;
}

a.reset_variations:hover {
  text-decoration: underline;
}

.woocommerce .lity {
  background: rgb(1 129 109 / 20%);
}

.woocommerce .lity .lity-content {
  background: #fff;
  width: 500px;
  padding: 25px;
  max-width: 95%;
  margin: 0 auto;
}

.woocommerce .lity .lity-content:after {
  display: none;
}

.woocommerce .lity .lity-content h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce .lity .lity-content p {
  font-size: 14px;
}

a.product-help {
  display: block;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid var(--mediumgreen);
  line-height: 1;
  text-decoration: underline;
  font-size: 12px;
}

a.product-help:hover {
  color: var(--mediumgreen);
}

.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.woocommerce-page section.content-1:not(.content-1-product):after {
  content: "";
  height: 1px;
  width: 100vw;
  background: var(--lightgrey);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.content-1,
.content-1 .row {
  position: relative;
}

.wpfMainWrapper {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.wpfFilterWrapper[data-filter-type] {
  padding: 0 !important;
  visibility: visible;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product a img {
  background-color: #fafafa;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  transition: opacity 0.2s ease-out;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  clear: none;
  margin: 0 0 50px;
  width: calc(33.333% - 20px);
  padding-bottom: 24px;
  border: 1px solid #e8e8e8;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--darkgreen);
  padding: 0;
  font-size: 16px;
}

.woocommerce ul.products li.product .price {
  color: var(--mediumgreen);
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
}

.woocommerce ul.products li.product a:hover > img {
  opacity: 0.7;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead th {
  border-bottom: 4px solid var(--fadedgreen);
}

.woocommerce .product-remove a.remove:hover {
  background: var(--darkgreen) !important;
}

.woocommerce .product-remove a.remove {
  background: var(--lightgrey) !important;
}

.woocommerce-checkout h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.product-swatch {
  gap: 5px;
  margin-left: 10px;
  flex-shrink: 0;
}

.product-swatch > span {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single_prod_desc {
  text-align: center;
  font-size: 14px;
  margin: auto auto 20px;
  line-height: 20px;
  font-weight: 500;
  max-width: 300px;
  padding: 0 10px;
}

form.variations_form.cart
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .quantity {
  display: none !important;
  pointer-events: none;
}

.single-product .content-1-media img {
  border: 1px solid #aed0c8;
  border-radius: 100px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  transition: all 0.6s ease-out;
  background: #f4fbf9;
  color: #004737;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #004737;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #01816d;
  color: #ffffff;
}

.woocommerce ul.products li.product .button,
.woocommerce_content h1.page-title,
.woocommerce_content div.term-description,
.woocommerce_content div.page-description {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .content-1-media {
    position: absolute;
    right: 0;
    height: calc(100% + 40px);
    text-align: right;
  }

  .content-1-product .content-1-media {
    height: 100%;
  }

  .content-1-media img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
  }

  .wpfMainWrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }

  form.variations_form.cart table.variations tbody {
    gap: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .product-swatch > span {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .mio-product-details .accordion-item:last-child {
    border-bottom: 0 !important;
  }

  form.variations_form.cart table.variations tbody {
    flex-wrap: wrap;
  }

  .single_variation_wrap {
    padding-top: 40px;
  }

  .woocommerce-variation.single_variation {
    flex-wrap: wrap;
  }

  .woocommerce-variation-price {
    margin-left: 0;
  }

  .woocommerce-variation-description {
    padding: 0;
    margin-top: 20px;
    order: 2;
  }

  .filter-bg {
    content: "";
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgb(1 129 109 / 20%);
    transition: all 0.2s ease-out;
  }

  .filter-bg:not(.active) {
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }

  .wpfMainWrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: initial;
    transition: transform 0.2s ease-out;
    position: fixed !important;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 10;
    padding: 30px;
    overflow: hidden;
    max-width: 90%;
    width: 450px !important;
    overflow-y: scroll;
    max-height: 100vh;
  }

  .wpfFilterWrapper[data-filter-type] {
    width: 100% !important;
  }

  .wpfFilterWrapper[data-filter-type]:not(:last-child) {
    margin-bottom: 15px;
  }

  .wpfMainWrapper:not(.active) {
    pointer-events: none;
    transform: translateX(100%);
  }

  body.filter-open {
    overflow-y: hidden;
  }

  .wpfMainWrapper:before {
    content: "Filters";
    font-family: "TTRamillas-Bold", sans-serif;
    color: var(--mediumgreen);
    font-size: 22px;
    padding-bottom: 20px;
  }

  .wpfFilterWrapper[data-filter-type] select {
    font-size: 14px;
  }

  .product-swatch > span {
    width: 15px;
    height: 15px;
  }

  form.variations_form.cart table.variations tbody tr {
    width: 100%;
  }

  form.variations_form.cart table.variations tbody tr:not(:first-child) {
    padding-top: 10px;
  }

  form.variations_form.cart table.variations tbody tr td.label {
    margin-bottom: 8px;
  }

  .woocommerce div.product form.cart .variations select {
    height: 50px;
    padding: 0 14px;
  }

  .woocommerce div.product form.cart .variations td.value:after {
    height: 50px;
    width: 50px;
  }

  .woocommerce-variation-description {
    margin-top: 0;
    order: 0;
    padding-bottom: 15px;
  }

  .single_variation_wrap {
    flex-wrap: wrap;
  }

  .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 20px;
    margin-left: 0;
  }

  .woocommerce-variation.single_variation {
    justify-content: flex-start;
  }

  a.product-help {
    border: 0;
    margin: 0;
    text-align: right;
    font-size: 11px;
  }

  .woocommerce div.product form.cart .reset_variations {
    right: 0;
  }

  .woocommerce div.product form.cart .variations select {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .wpfFilterWrapper[data-filter-type]:before,
  .wpfFilterWrapper .wfpDescription {
    margin-bottom: 8px;
  }

  .wpfFilterWrapper[data-filter-type] select {
    height: 50px;
    padding: 0 14px;
  }

  .wpfFilterWrapper[data-filter-type] .wpfFilterContent:after {
    height: 50px;
    width: 50px;
  }

  div#create .content-1 h5 {
    font-size: 18px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 0 20px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 0 30px;
    width: calc(50% - 10px) !important;
  }
}

@media screen and (max-width: 575px) {
  .product-swatch-holder {
    flex-wrap: wrap;
  }

  .product-swatch {
    width: 100%;
    margin: 0 0 8px;
    gap: 4px;
  }

  .product-swatch-holder > h2 {
    order: 2;
  }

  .product-swatch > span {
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 374px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 0;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}

.text-underlined {
  text-decoration: underline;
}

.table td,
.table th {
  padding: 6px 12px 6px 0;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #dab8df;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th,
.table-hover .table-primary:hover {
  background-color: #d1a6d7;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th,
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th,
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th,
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive > .table-bordered {
  border: 0;
}

.topsearch *:focus,
.topsearch *:active {
  outline: none;
}

.topsearch input#search {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 10;
  position: relative;
  color: #c1c1c1;
  font-weight: 500;
}

.topsearch input#search::placeholder {
  color: #c1c1c1;
  font-weight: 500;
  opacity: 0.7;
}

.light-header .topsearch input#search,
.light-header .topsearch input#search::placeholder {
  color: #f3fbf9;
}

.topsearch button[type="submit"] {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 300ms ease-out;
}

.topsearch button[type="submit"]:hover {
  opacity: 0.7;
}

table.table.product-specification {
  width: 100%;
}

form.variations_form.cart table.variations,
form.variations_form.cart table.variations tbody {
  display: flex !important;
  justify-content: space-evenly !important;
  margin: 0 !important;
  width: 100%;
}

.product-content-description br {
  display: none;
}

.wpsl-search {
  background-color: #fff;
  padding: 0;
  margin-bottom: 25px;
}

#wpsl-search-wrap .wpsl-select-wrap {
  display: flex;
}

.wpsl-input > div {
  width: 100%;
  display: block;
}

input#wpsl-search-input {
  display: block;
  color: var(--darkgreen);
  font-weight: var(--semibold);
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  padding: 0 12px;
  border: 1px solid var(--darkgreen);
  outline: 0;
  transition: border-color 0.1s ease-out;
  background: transparent;
  margin-bottom: 15px;
  height: 48px;
}

div#wpsl-radius,
div#wpsl-results {
  width: 50%;
}

#wpsl-search-wrap form {
  display: flex;
  flex-wrap: wrap;
}

.wpsl-input {
  width: 50%;
  display: block !important;
  padding-right: 15px;
}

.wpsl-select-wrap {
  width: 50%;
}

.wpsl-search-btn-wrap {
  width: 100%;
  margin-top: 10px;
  margin-right: 0 !important;
}

.wpsl-input,
.wpsl-select-wrap {
  margin: 0 !important;
}

#wpsl-radius label,
#wpsl-results label {
  display: block !important;
  width: 100%;
}

.wpsl-dropdown {
  width: 100% !important;
}

#wpsl-wrap .wpsl-selected-item {
  border-radius: 0 !important;
  border-color: #004737 !important;
  padding: 15px 12px !important;
}

.wpsl-dropdown {
  border-color: #004737;
  border-radius: 0;
}

#wpsl-search-wrap .wpsl-dropdown div {
  border: 1px solid #004737;
}

input#wpsl-search-btn {
  background-color: #00816d;
  background-image: none;
  width: 100%;
}

input#wpsl-search-btn:hover {
  color: #fff;
  background-color: var(--darkgreen);
}

a.wpsl-directions {
  text-decoration: underline;
  margin-bottom: 20px;
}

.radio_div_image.radio_div_image_platinum:after {
  content: "PLAT";
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .wpsl-input,
  .wpsl-select-wrap {
    width: 100%;
    padding: 0;
  }

  div#wpsl-radius,
  div#wpsl-results {
    margin: 0 0 10px !important;
    width: 48%;
  }

  input#wpsl-search-input {
    margin-bottom: 5px;
  }

  #wpsl-search-wrap .wpsl-select-wrap {
    justify-content: space-between;
  }
}

ul.wc_payment_methods.payment_methods.methods {
  background: #fff !important;
  padding: 10px 0 40px !important;
}

li.wc_payment_method.payment_method_stripe {
  flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 600;
}

.payment_box.payment_method_stripe {
  background-color: #e5e5e5 !important;
  margin-top: 20px !important;
}

.payment_box.payment_method_stripe::before {
  border-bottom-color: #e5e5e5 !important;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin-top: 0 !important;
}

.payment_box.payment_method_stripe > div > p {
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: column !important;
    text-align: center;
  }

  .single-product .woocommerce-notices-wrapper .woocommerce-message a {
    width: 100%;
    margin-bottom: 10px;
  }

  .single-product .woocommerce-notices-wrapper .woocommerce-message:before {
    position: relative;
    top: 0 !important;
    transform: none;
    margin-bottom: 5px;
    font-size: 35px;
    left: auto;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 40px 0;
  border: 0;
  color: #fff;
  font-family: "TTRamillas-Bold", sans-serif;
  padding: 30px 25px;
  font-size: 22px;
  text-align: center;
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #004737;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #fe776d;
}

.links-404 a {
  margin-right: 10px;
}

#billing_referral_field {
  display: none !important;
}

.product_cat-engagement-rings
  .woocommerce-product-details__short-description:before,
.woocommerce-page
  ul.products
  li.product.product_cat-engagement-rings
  .single_prod_desc:before {
  font-size: 15px;
  padding-bottom: 5px;
  display: block;
  font-weight: 600;
}

.container.product_grid ul.products li.product a.button {
  display: none !important;
}

@media (min-width: 768px) {
  .container.product_grid ul.products li.product {
    width: calc(33.333% - 20px);
  }
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  display: inline;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.woocommerce ul.products li.product a .single_prod_desc,
.woocommerce-page ul.products li.product a .single_prod_desc {
  margin-top: 0;
}

.woocommerce ul.products li.product a .price,
.woocommerce-page ul.products li.product a .price {
  margin-top: auto;
}

.available-weights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
}

.available-weights li {
  border-radius: 4px;
  background-color: var(--fadedgreen);
  color: var(--mediumgreen);
  font-size: 11px;
  font-weight: 500;
  padding: 5px;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}

#ring_material_select_wrapper {
  position: relative;
  width: 100%;
}

#ring_material_select {
  min-width: 100%;
  margin: 0;
  border: 0;
  height: 40px;
  background-color: var(--fadedgreen);
  color: var(--mediumgreen);
  font-size: 16px;
  font-weight: var(--semibold);
  line-height: 1;
  cursor: pointer;
  border-radius: 0 !important;
  outline-color: var(--mediumgreen);
  padding: 0 40px 0 10px;
  appearance: none;
}

#ring_material_select_wrapper::before {
  content: "";
  background-image: url(img/select-arrow-green.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
    display: none !important;
}

h2, .h2, .woocommerce div.product h1.product_title {
	font-size: 26px;
}

@media screen and (min-width: 992px) {
  #menu-main-navbar::after {
		width: 70vw;
		right: -70vw;
		transition: 0.4s
  }
}

.menu-open  #menu-main-navbar::after {
    right: 0vw;
  }