/*
Theme Name: South Sea Horizons
Author: Thrive Digital, Samantha Scott
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.white {
  background: white;
}

.light {
  background: #f4f7f8;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark p a,
.dark ul,
.dark ol,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue p,
.blue p a,
.blue ul,
.blue ol {
  color: white;
}

.dark h1.alt:before,
.dark h2.alt:before,
.dark h3.alt:before,
.blue h1.alt:before,
.blue h2.alt:before,
.blue h3.alt:before {
  background: white;
}

.blue {
  background: #01576d;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #303030;
  margin-top: 9rem;
}

@media screen and (max-width: 1200px) {
  body {
    margin-top: 7.5rem;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f4f7f8;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: #01576d;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  transition: 0.5s ease all;
}

*:hover,
*:focus {
  outline: none;
}

.button,
.woocommerce a.button,
.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce .single_add_to_cart_button.button.alt.disabled,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1rem;
  margin: 0 auto !important;
  display: inline-block;
  min-width: 12rem !important;
  font-weight: 500 !important;
  min-width: 12rem;
  color: white !important;
  text-align: center !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #01576d !important;
  display: inline-block;
  min-width: 10rem;
  line-height: 1.6;
  padding: 0.8rem 2rem !important;
  border-radius: 5rem !important;
  border: 1px solid #01576d !important;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}

.button.white,
.woocommerce a.button.white,
.woocommerce .single_add_to_cart_button.button.alt.white,
.woocommerce .single_add_to_cart_button.button.alt.disabled.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
  border: 1px solid white !important;
  background: white !important;
  color: #01576d !important;
}

.button:hover, .button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .single_add_to_cart_button.button.alt:focus,
.woocommerce .single_add_to_cart_button.button.alt.disabled:hover,
.woocommerce .single_add_to_cart_button.button.alt.disabled:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: 0;
  color: #5eadc1 !important;
}

form {
  margin: 0 !important;
  padding: 0 !important;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form ul li {
  background: white;
  width: 100%;
  margin: 0 0 1rem;
  border: 1px solid rgba(1, 87, 109, 0.2);
}

form ul li.half {
  width: calc(50% - .5rem);
}

form input,
form textarea,
form select,
form .select2-container--default .select2-selection--single {
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  background: white;
  font-size: 1rem;
  height: auto;
  font-weight: 300;
  color: #303030;
  border: 0;
  text-align: left !important;
  text-decoration: none;
  line-height: 2 !important;
  display: inline-block;
  padding: 0.6rem 1.5rem !important;
  margin: 0 !important;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease all;
  resize: none;
}

form input span,
form textarea span,
form select span,
form .select2-container--default .select2-selection--single span {
  font-size: 1rem;
  padding: 0 !important;
  line-height: 2 !important;
  color: #303030 !important;
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder,
form .select2-container--default .select2-selection--single::placeholder {
  color: #303030;
}

form input:hover, form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus,
form .select2-container--default .select2-selection--single:hover,
form .select2-container--default .select2-selection--single:focus {
  outline: 0;
}

form textarea {
  height: 8rem !important;
  padding: 1rem 1.5rem !important;
}

form .ginput_container_select,
form .select2-selection__arrow {
  position: relative;
}

form .ginput_container_select b,
form .select2-selection__arrow b {
  display: none !important;
}

form .ginput_container_select:after,
form .select2-selection__arrow:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.6rem;
  width: 0.6rem;
  border-bottom: 1px solid #01576d;
  border-right: 1px solid #01576d;
  right: 1.5rem;
  top: 1.1rem;
  pointer-events: none;
  transform: rotate(45deg);
}

form label {
  display: none;
}

form.subscribe ul li {
  background: rgba(244, 247, 248, 0.05);
  border: 1px solid rgba(244, 247, 248, 0.2);
}

form.subscribe input,
form.subscribe select,
form.subscribe textarea {
  background: none;
  color: white;
}

form.subscribe input::placeholder,
form.subscribe select::placeholder,
form.subscribe textarea::placeholder {
  color: white;
}

@media screen and (max-width: 500px) {
  form ul {
    display: block;
  }
  form ul li {
    width: 100% !important;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -9;
}

.background.dark:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

iframe {
  width: 100%;
  height: 35rem;
}

@media screen and (max-width: 1200px) {
  iframe {
    height: 50vw;
  }
}

a {
  color: #303030;
  transition: 0.5s ease all;
  text-decoration: none;
}

a:hover {
  color: #303030;
  transition: 0.5s ease all;
}

.link {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  padding-right: 1.5rem;
  color: #303030;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.link:after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(-45deg);
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  display: block;
  position: absolute;
  right: 0;
  top: 0.6rem;
  transition: 0.25s ease all;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1rem;
}

table {
  width: 100%;
}

th,
td {
  padding: 1rem !important;
  border-bottom: 1px solid #f4f7f8 !important;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.shop_table {
  padding: 1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: white;
  border-collapse: collapse !important;
}

.shop_table .woocommerce-cart-form__cart-item {
  border-top: 1px solid #f4f7f8 !important;
  border-bottom: 1px solid #f4f7f8 !important;
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  width: 50% !important;
}

.shop_table.woocommerce-checkout-review-order-table tr {
  padding: 1rem !important;
}

.shop_table .product-remove,
.shop_table .product-thumbnail {
  width: 6rem;
}

.shop_table .product-name,
.shop_table .product-price,
.shop_table .product-quantity {
  width: 20%;
}

.shop_table .product-remove a {
  text-align: center;
  color: #01576d !important;
  transition: 0.5s ease all;
  background: white;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(1, 87, 109, 0.2);
  line-height: 1.9;
}

.shop_table .product-remove a:hover {
  background: #01576d !important;
  color: white !important;
}

.shop_table .product-thumbnail img {
  margin: 0;
  width: 4rem;
  height: 4rem;
}

.shop_table .variation {
  margin: 0;
  padding: 0;
}

.shop_table .variation dt,
.shop_table .variation dd {
  width: 10rem;
  margin: 0 0 0.5rem !important;
  display: inline-block;
}

.shop_table .variation dt:last-child,
.shop_table .variation dd:last-child {
  margin: 0 !important;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.tacenter {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
p a,
blockquote {
  font-family: "Open Sans", sans-serif;
  color: #303030;
  font-weight: 200;
  margin: 0 0 1.5rem 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
p a strong,
blockquote strong {
  font-weight: 800;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
p a:last-child,
blockquote:last-child {
  margin: 0;
}

h1,
h2,
h3,
h5 {
  line-height: 1.5;
  text-transform: uppercase;
}

h1.alt,
h2.alt,
h3.alt,
h5.alt {
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  position: relative;
}

h1.alt:before,
h2.alt:before,
h3.alt:before,
h5.alt:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #303030;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-family: "Georgia", sans-serif;
  font-size: 1.6rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

p a:hover {
  color: #01576d;
}

@media screen and (max-width: 900px) {
  h1.alt,
  h2.alt,
  h3.alt,
  h5.alt {
    margin-bottom: 2rem;
  }
  h1,
  h2,
  h3 {
    line-height: 1.2;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 750px) {
  h4,
  h5,
  h6 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 500px) {
  h2,
  h3 {
    font-size: 1.8rem;
  }
}

section {
  position: relative;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center {
  text-align: center;
  margin: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wide {
  margin: auto;
  width: 85rem;
}

.small {
  margin: auto;
  width: 70rem;
}

.xsmall {
  margin: auto;
  width: 55rem;
}

.thick {
  padding: 10rem 0;
}

.thin {
  padding: 8rem 0;
}

.xthin {
  padding: 4rem 0;
}

.no-top {
  padding-top: 0 !important;
}

.no-bottom {
  padding-bottom: 0 !important;
}

.half {
  align-items: center;
  justify-content: space-between;
}

.half .item {
  width: 45%;
}

.half .item-30 {
  width: 35%;
}

.half .item-70 {
  width: 65%;
}

.third {
  justify-content: center;
}

.third .item {
  width: 30%;
  margin: 0 1.5%;
}

.third .item:nth-child(n + 4) {
  margin-top: 5%;
}

.quarter .item {
  width: 20%;
  margin: 0 2% 5%;
}

@media screen and (max-width: 1500px) {
  .wide {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .small,
  .xsmall {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .thick {
    padding: 5rem 0;
  }
  .thin {
    padding: 4rem 0;
  }
  .xthin {
    padding: 2rem 0;
  }
  .third .item {
    width: 47%;
    margin-top: 0;
  }
  .third .item:nth-child(n + 3) {
    margin-top: 5%;
  }
  .quarter .item {
    width: 45%;
    margin: 0 2%;
  }
  .quarter .item:nth-child(n + 3) {
    margin: 5% 2% 0;
  }
}

@media screen and (max-width: 750px) {
  .xthin {
    padding: 1rem 0;
  }
  .half .item,
  .half .item-30,
  .half .item-70 {
    margin: 0 0 2.5%;
    width: 100% !important;
  }
  .half .item:last-child,
  .half .item-30:last-child,
  .half .item-70:last-child {
    margin-bottom: 0;
  }
  .third .item {
    width: 100%;
  }
  .third .item:nth-child(n + 2) {
    margin-top: 15%;
  }
  .third .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .quarter .item {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.accordion .item {
  padding: 0;
  border-bottom: 1px solid #f4f7f8;
  background: white;
}

.accordion .item:first-child {
  border-top: 1px solid #f4f7f8;
}

.accordion .item .title {
  padding: 1.5rem 4rem 1.5rem 1.5rem !important;
  height: auto;
  margin: 0 !important;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease all;
}

.accordion .item .title h4 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.accordion .item .title:before, .accordion .item .title:after {
  content: "";
  display: block;
  position: absolute;
  background: #01576d;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s ease all;
}

.accordion .item .title:before {
  height: 1rem;
  width: 1px;
  right: 2rem;
}

.accordion .item .title:after {
  width: 1rem;
  height: 1px;
  right: 1.5rem;
}

.accordion .item .content {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
}

.accordion .item:hover .title {
  background: #f4f7f8;
}

.accordion .item.open .title {
  background: #01576d;
}

.accordion .item.open .title h4 {
  color: white;
}

.accordion .item.open .title:before, .accordion .item.open .title:after {
  background: white;
}

.accordion .item.open .title:before {
  opacity: 0;
}

.accordion .item.open .content {
  max-height: 200rem;
  background: rgba(244, 247, 248, 0.5);
}

.accordion .item .button {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .accordion .item .title {
    padding: 1rem;
  }
  .accordion .item .title h4 {
    font-size: 1.1rem;
  }
}

.category-nav {
  background: #f4f7f8;
}

.category-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem 0;
}

.category-nav ul li {
  margin: 0 2rem 0 0;
  padding: 0;
}

.category-nav ul li a {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.5px;
}

.posts-page .category-nav .cat-item-all a {
  font-weight: 600;
}

.category-page .category-nav .current-cat a {
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .category-nav ul {
    display: block;
  }
  .category-nav ul li {
    display: block;
    margin: 1rem 2rem 1rem 0;
  }
}

.edit_link {
  background: #5eadc1;
  position: fixed;
  top: 15rem;
  left: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  z-index: 2000;
}

.edit_link a {
  color: white !important;
  opacity: 1;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  padding: 1.5rem !important;
  display: block;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-button {
  position: absolute;
  background: white;
  border: none;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button :disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-prev-next-button {
  top: 50%;
  padding: 0 !important;
  min-width: 3rem !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%;
  transform: translateY(-50%);
  background: white !important;
  border: 1px solid #5eadc1 !important;
}

.flickity-prev-next-button .flickity-button-icon {
  fill: #303030;
  position: absolute;
  left: 33%;
  top: 33%;
  width: 0.9rem;
  height: 0.9rem;
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  outline: 0 !important;
  background: white !important;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .flickity-prev-next-button .previous {
    left: -1.5rem;
  }
  .flickity-prev-next-button .next {
    right: -1.5rem;
  }
}

footer h6,
footer p,
footer a {
  color: white;
}

footer h6 {
  letter-spacing: 1px;
  font-weight: 400;
}

footer p,
footer p a {
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

footer p i,
footer p a i {
  margin-right: 0.8rem;
  color: #5eadc1;
}

footer a:hover {
  color: #5eadc1;
}

footer .footer {
  background: #303030;
}

footer .footer .wide {
  padding: 5rem 0;
}

footer .footer .wide.third {
  justify-content: space-between;
}

footer .footer .wide.third .item {
  width: 30%;
  margin: 0;
}

footer .footer .bottom {
  background: #171717;
}

footer .footer .bottom .wide {
  padding: 2rem 0;
}

.scroll-top {
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4.5rem;
  background: #5eadc1;
  position: fixed;
  bottom: 4.5rem;
  right: 4.5rem;
  z-index: 20000;
  opacity: 0;
  box-shadow: 0 0 1rem rgba(48, 48, 48, 0.1);
}

.scroll-top:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 3px solid white;
  border-right: 3px solid white;
}

.scroll-top.show {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  footer .footer .wide.third .item {
    width: 100%;
    margin-bottom: 5%;
  }
  footer .footer .wide.third .item:last-child {
    margin: 0;
  }
  footer .footer .bottom .item {
    width: 100%;
    text-align: center;
  }
  .scroll-top {
    right: 2rem;
    bottom: 2rem;
  }
}

@media screen and (max-width: 750px) {
  footer .social a {
    width: 3rem !important;
    height: 3rem !important;
    margin: 0 0.2rem;
  }
  footer .social a .fab {
    line-height: 3;
    font-size: 1rem;
  }
}

header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 200;
  transition: 0.5s ease all;
  background: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

header .top {
  background: #303030;
  padding: 0.6rem 0;
}

header .top p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.5;
}

header .top p span {
  margin-left: 0.8rem;
}

header .top p i {
  margin-right: 0.8rem;
}

header .top .social a {
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header .top .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header .top .social a .fab {
  font-size: 0.8rem;
  color: white;
  opacity: 0.3;
  transition: 0.5s ease all;
}

header .top .social a:hover .fab {
  opacity: 0.6;
}

header .flex {
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  object-fit: contain;
  height: 4rem;
  width: auto;
}

header .nav {
  display: flex;
  align-items: center;
}

header .nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

header .nav ul li a {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2.5rem 1.5rem;
  display: block;
  color: #303030;
  text-align: center;
  transition: 0.5s ease all;
}

header .nav ul li:hover a {
  background: #f4f7f8;
  color: #01576d;
}

header .nav ul li.current-menu-item, header .nav ul li.current-menu-parent {
  border-bottom: 2px solid #01576d;
}

header .nav ul li.menu-item-has-children > a {
  pointer-events: none;
}

header .nav ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  width: 10rem;
  margin: 0 auto;
  left: 50%;
  right: 50%;
  top: 100%;
  transform: translate(-50%);
  position: absolute;
}

header .nav ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}

header .nav ul li .sub-menu li:first-child {
  border-top: 2px solid #01576d;
}

header .nav ul li .sub-menu li.current-menu-item {
  border: 0;
}

header .nav ul li .sub-menu li.current-menu-item a {
  color: white;
  background: #303030;
}

header .nav ul li .sub-menu li a {
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  letter-spacing: 0;
  text-transform: none;
  padding: 0.8rem 0.5rem;
  background: white;
  color: #303030;
  font-weight: 400 !important;
  transition: 0.5s ease all;
}

header .nav ul li .sub-menu li a:hover {
  background: #303030;
  color: white;
}

header .nav ul li.open .sub-menu {
  max-height: 30rem;
}

header .hamburger {
  display: none;
  width: 1.5rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
}

header .hamburger .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background: #01576d;
  transition: 0.25s ease all;
}

header .hamburger .bar:nth-child(1) {
  top: 0;
}

header .hamburger .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

header .hamburger .bar:nth-child(3) {
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  header .top {
    padding: 0;
  }
  header .top p {
    margin: 0 !important;
  }
  header .top .wide {
    padding: 0.6rem 0;
  }
  header .top .item-70 {
    width: 100%;
    text-align: center;
  }
  header .top .item-30,
  header .top span {
    display: none;
  }
  header .wide {
    padding: 1rem 0;
  }
  header .logo img {
    height: 3rem;
  }
  header .hamburger {
    display: block;
    cursor: pointer;
  }
  header .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    height: 0;
    overflow: scroll;
    display: block;
    width: 100%;
    z-index: 2;
    text-align: center;
    transition: 0.5s ease all;
  }
  header .nav::-webkit-scrollbar {
    width: 0 !important;
  }
  header .nav ul {
    padding: 1rem 0;
    display: block;
  }
  header .nav ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  header .nav ul li a {
    padding: 1rem 0;
  }
  header .nav ul li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    border: 0;
  }
  header.active .nav {
    height: calc(100vh - 6.5rem);
  }
  header.active .hamburger .bar:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  header.active .hamburger .bar:nth-child(2) {
    opacity: 0;
    transform: translateX(1rem);
  }
  header.active .hamburger .bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}

.instagram-feed .instagram-feed--row {
  width: 100%;
  height: calc(100vw / 6);
}

.instagram-feed .instagram-feed--row a {
  width: calc(100% / 6);
  height: calc(100vw / 6);
  float: left;
}

.instagram-feed .instagram-feed--row a:after {
  font-family: "Font Awesome 5 Brands";
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: calc(50% - 1.75rem);
  top: calc(50% - 2rem);
}

.instagram-feed .instagram-feed--row a:last-child {
  position: relative;
}

.instagram-feed .instagram-feed--row a:last-child:after {
  content: "\f16d";
}

.instagram-feed .instagram-feed--row a:last-child img {
  filter: grayscale(100%);
  opacity: 0.3;
}

.instagram-feed .instagram-feed--row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .instagram-feed .instagram-feed--row {
    height: calc(100vw / 4);
  }
  .instagram-feed .instagram-feed--row a {
    width: calc(100% / 4);
    height: calc(100vw / 4);
    float: left;
  }
  .instagram-feed .instagram-feed--row a:nth-child(n + 5) {
    display: none;
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n) {
    position: relative;
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n):after {
    content: "\f16d";
    font-size: 2.5rem;
    left: calc(50% - 1.25rem);
    top: calc(50% - 1.75rem);
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n) img {
    filter: grayscale(100%);
    opacity: 0.3;
  }
}

@media screen and (max-width: 500px) {
  .instagram-feed .instagram-feed--row {
    height: auto;
  }
  .instagram-feed .instagram-feed--row a {
    width: calc(100% / 2);
    height: calc(100vw / 2);
  }
}

.pagination {
  text-align: center;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination ul li {
  margin: 0 1rem;
  padding: 0;
  display: inline-block;
}

.pagination ul li.next a, .pagination ul li.prev a {
  background: #303030;
  color: #f4f7f8;
  position: relative;
}

.pagination ul li.next a:after, .pagination ul li.prev a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  top: 1.6rem;
}

.pagination ul li.next a:after {
  right: 1.8rem;
  transform: rotate(-45deg);
}

.pagination ul li.prev a:after {
  left: 1.8rem;
  transform: rotate(135deg);
}

.pagination ul li a {
  width: 4rem;
  border-radius: 3rem;
  height: 4rem;
  display: block;
  background: #f4f7f8;
  color: #303030 !important;
  text-align: center;
  line-height: 2.5;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}

.pagination .button {
  margin: 5rem 0.5rem 0;
}

.pagination .button a {
  color: white;
}

.pagination .button:hover a {
  color: #01576d;
}

.share {
  margin-top: 4rem;
}

.share p {
  font-weight: 600;
}

.share p a {
  margin-left: 1rem;
}

.share p a .fab {
  font-size: 1rem;
  color: #01576d;
}

.social-media a {
  width: 4rem !important;
  height: 4rem !important;
  display: inline-block;
  border: 1px solid white;
  margin: 0 0.5rem;
  border-radius: 3rem;
}

.social-media a:hover {
  border-color: #5eadc1;
}

.social-media a:hover .fab {
  color: #5eadc1;
}

.social-media a .fab {
  line-height: 2.5;
  font-size: 1.5rem;
  color: white;
  transition: 0.5s ease all;
}

.banner,
.opener {
  width: 100%;
}

.banner h1,
.banner h2,
.banner h4,
.opener h1,
.opener h2,
.opener h4 {
  color: white;
}

.banner .background:before,
.opener .background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.banner {
  height: 30rem;
}

@media screen and (max-width: 1200px) {
  .banner {
    height: 50vw;
  }
}

.content p,
.content blockquote,
.content ul,
.content img {
  padding: 0;
  margin: 1.5rem 0;
}

.content h1,
.content h2 {
  font-size: 3rem;
}

.content h3 {
  font-size: 2rem;
}

.content h6 {
  font-size: 1rem;
  font-weight: 600;
}

.content p,
.content p a,
.content ul,
.content ol {
  font-size: 1rem;
  font-weight: 200;
}

.content a {
  color: #01576d;
}

.content blockquote p {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.content blockquote p:before {
  content: "\f10e";
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: rgba(48, 48, 48, 0.3);
}

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

.content ul li,
.content ol li {
  padding-left: 2rem;
  position: relative;
}

.content ul li:before,
.content ol li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #01576d;
  left: 0.5rem;
  top: 0.5rem;
}

.content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .content blockquote p {
    font-size: 1.2rem;
  }
}

.single-gallery .carousel-cell {
  width: 70%;
  height: 35rem;
  opacity: 0.3;
}

.single-gallery .is-selected {
  opacity: 1;
}

.single-gallery .flickity-prev-next-button.next {
  right: 5%;
}

.single-gallery .flickity-prev-next-button.previous {
  left: 5%;
}

@media screen and (max-width: 1500px) {
  .single-gallery .carousel-cell {
    height: 40vw;
  }
}

@media screen and (max-width: 500px) {
  .single-gallery .carousel-cell {
    width: 100%;
    height: 60vw;
    opacity: 1;
  }
  .single-gallery .flickity-prev-next-button.next {
    right: 5%;
  }
  .single-gallery .flickity-prev-next-button.previous {
    left: 5%;
  }
}

.logos .item .image {
  width: 100%;
  height: 10rem;
  position: relative;
  margin-bottom: 2rem;
}

.logos .item .image .background {
  background-size: contain;
  z-index: 9;
}

.posts .item .image {
  height: 18rem;
  margin-bottom: 1.5rem;
  z-index: 9;
  transition: 0.5s ease all;
}

.posts .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.posts .item h6 {
  margin: 0 0 1rem;
}

.posts .item:hover .image {
  opacity: 0.5;
}

@media screen and (max-width: 1500px) {
  .posts .item .image {
    height: 20vw;
  }
}

@media screen and (max-width: 900px) {
  .posts .item .image {
    height: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .posts .item .image {
    height: 50vw;
  }
}

.team .item h6 {
  margin-bottom: 1rem;
}

.team .item i {
  font-size: 0.9rem;
  color: #01576d;
  margin-right: 0.8rem;
}

.team .item:hover .image {
  opacity: 1;
}

.testimonials {
  padding: 0 0 3rem;
  position: relative;
}

.testimonials .flickity-page-dots {
  width: auto;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonials .flickity-page-dots .dot {
  height: 10px !important;
  width: 10px !important;
  background: #5eadc1;
  margin: 0 0.5rem;
}

.testimonials .carousel-cell {
  width: 100%;
  display: block;
}

.testimonials .carousel-cell p {
  line-height: 2;
}

.testimonials .carousel-cell .image {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  margin: 0 auto 3rem;
  border-radius: 100%;
}

.four04 {
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.front-page .opener {
  height: calc(100vh - 9rem);
}

@media screen and (max-width: 1200px) {
  .front-page .opener {
    height: 45rem;
  }
  .front-page .opener h1,
  .front-page .opener p {
    width: 100%;
  }
}

@media screen and (max-height: 750px), (max-width: 750px) {
  .front-page .opener {
    height: 30rem;
  }
}

.single-post .content {
  padding: 6rem;
}

.single-post .content p img {
  max-width: 100%;
}

.single-post .content .seo {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .single-post .content {
    padding: 3rem;
  }
}

.woocommerce-cart th,
.woocommerce-cart td {
  padding: 1rem !important;
  border: 0 !important;
  vertical-align: middle !important;
}

.woocommerce-cart th p,
.woocommerce-cart th a,
.woocommerce-cart th input,
.woocommerce-cart td p,
.woocommerce-cart td a,
.woocommerce-cart td input {
  font-weight: 400;
}

.woocommerce-cart .button {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  display: block !important;
  width: 18rem !important;
  margin: auto !important;
}

@media screen and (max-width: 750px) {
  .shop_table.shop_table_responsive .cart_item {
    position: relative;
  }
  .shop_table.shop_table_responsive tr {
    border-bottom: 0 !important;
  }
  .shop_table.shop_table_responsive tr td {
    text-align: left !important;
    background: white !important;
  }
  .shop_table.shop_table_responsive tr .product-name,
  .shop_table.shop_table_responsive tr .product-price,
  .shop_table.shop_table_responsive tr .product-quantity,
  .shop_table.shop_table_responsive tr .product-subtotal {
    width: 100%;
    text-align: left !important;
  }
  .shop_table.shop_table_responsive tr .product-name:before,
  .shop_table.shop_table_responsive tr .product-price:before,
  .shop_table.shop_table_responsive tr .product-quantity:before,
  .shop_table.shop_table_responsive tr .product-subtotal:before {
    width: 10rem !important;
  }
  .shop_table.shop_table_responsive tr .product-name .quantity input,
  .shop_table.shop_table_responsive tr .product-price .quantity input,
  .shop_table.shop_table_responsive tr .product-quantity .quantity input,
  .shop_table.shop_table_responsive tr .product-subtotal .quantity input {
    width: calc(100% - 10rem) !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
  .shop_table.shop_table_responsive tr .product-remove {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
  }
  .shop_table.shop_table_responsive tr .product-thumbnail {
    display: block;
    padding: 0 !important;
    width: 3rem;
    margin: 1rem 0 0 1rem;
  }
  .shop_table.shop_table_responsive tr .product-thumbnail img {
    width: 3rem;
    height: 3rem;
  }
  .shop_table.shop_table_responsive tr .product-thumbnail:before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .shop_table.shop_table_responsive tr {
    display: block;
    width: 90%;
    margin: auto;
  }
  .shop_table.shop_table_responsive tr td {
    padding: 1rem 0 !important;
  }
  .shop_table.shop_table_responsive tr .product-name:before,
  .shop_table.shop_table_responsive tr .product-name .quantity input,
  .shop_table.shop_table_responsive tr .product-price:before,
  .shop_table.shop_table_responsive tr .product-price .quantity input,
  .shop_table.shop_table_responsive tr .product-quantity:before,
  .shop_table.shop_table_responsive tr .product-quantity .quantity input,
  .shop_table.shop_table_responsive tr .product-subtotal:before,
  .shop_table.shop_table_responsive tr .product-subtotal .quantity input {
    width: 100% !important;
  }
  .shop_table.shop_table_responsive tr .product-remove {
    top: 1rem;
    right: 0;
  }
  .shop_table.shop_table_responsive tr .product-thumbnail {
    margin: 1rem 0 0;
  }
}

.woocommerce-checkout .small {
  width: 55rem;
}

.woocommerce-checkout form h3 {
  display: none;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last,
.woocommerce-checkout .form-row-wide {
  width: 100% !important;
  float: both !important;
}

.woocommerce-checkout .form-row {
  margin: 0 0 0.5rem !important;
  border: 1px solid rgba(1, 87, 109, 0.2);
  padding: 0 !important;
}

.woocommerce-checkout .form-row label {
  display: none !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: both !important;
}

.woocommerce-checkout #payment {
  border-radius: 0 !important;
  background: transparent;
}

.woocommerce-checkout #payment ul {
  display: none;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

.woocommerce-checkout #payment ul li {
  padding: 1rem;
  border: 0;
  margin-bottom: 1rem !important;
}

.woocommerce-checkout #payment ul li label,
.woocommerce-checkout #payment ul li .input-radio {
  display: inline-block;
}

.woocommerce-checkout #payment ul li label img,
.woocommerce-checkout #payment ul li label a {
  display: none;
}

.woocommerce-checkout #payment ul li .input-radio {
  width: 2rem !important;
  height: 2rem !important;
  -webkit-appearance: radio;
  vertical-align: top;
}

.woocommerce-checkout #payment ul li:before, .woocommerce-checkout #payment ul li:after {
  display: none !important;
}

.woocommerce-checkout #payment ul li .payment_box {
  background: #f4f7f8;
}

.woocommerce-checkout #payment ul li .payment_box .form-row .wc-stripe-elements-field {
  border: 0 !important;
  margin: 0 !important;
  padding: 0.8rem 1.5rem !important;
  line-height: 2 !important;
}

.woocommerce-checkout #payment ul li .payment_box .form-row .wc-stripe-elements-field input {
  color: red !important;
}

.woocommerce-checkout #payment ul li .payment_box .woocommerce-error {
  background: transparent;
}

.woocommerce-checkout #payment ul li .payment_box .woocommerce-error:before, .woocommerce-checkout #payment ul li .payment_box .woocommerce-error:after {
  display: none;
}

.woocommerce-checkout #payment ul li .payment_box .woocommerce-error li {
  background: transparent;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-checkout #payment ul li .payment_box:before {
  border: 1em solid #f4f7f8;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment .place-order {
  border: 0;
}

.woocommerce-checkout #payment .button {
  float: left !important;
  margin: 2rem 0 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

@media screen and (max-width: 900px) {
  .woocommerce-checkout .small {
    width: 90%;
  }
  .woocommerce-checkout #payment ul li .input-radio {
    width: 1.5rem !important;
    height: 1.5rem !important;
    -webkit-appearance: radio;
    vertical-align: middle;
  }
}

.woocommerce .product form {
  width: 20rem;
}

.woocommerce .product form label {
  font-weight: 600 !important;
  margin: 0 0 0.5rem;
}

.woocommerce .product form label .required {
  display: none;
}

.woocommerce .product form .variations tr {
  padding: 0;
  display: block;
}

.woocommerce .product form .variations tr td {
  display: block;
  padding: 0.5rem 0 0.2rem;
  border: 0 !important;
}

.woocommerce .product form .variations tr td label {
  display: block;
  font-weight: 600 !important;
}

.woocommerce .product form .wc-pao-addon {
  margin: 0 0 1rem !important;
}

.woocommerce .product form .button {
  width: 100%;
}

.woocommerce .product form #product-addons-total {
  display: none;
}

@media screen and (max-width: 500px) {
  .woocommerce .product form {
    width: 100% !important;
  }
}

.single-product {
  position: relative;
}

.single-product .product_meta {
  display: none;
}

.single-product .fixed {
  width: 50% !important;
}

.single-product .summary {
  width: 45% !important;
}

.single-product .summary .alt {
  margin-bottom: 2rem;
}

.single-product .summary .alt:before {
  left: 0;
  right: auto;
}

.single-product .product-gallery li,
.single-product .gallery-nav li {
  list-style: none;
  margin: 0;
}

.single-product .product-gallery li {
  width: 100%;
  height: 30rem;
}

.single-product .gallery-nav li {
  width: 23%;
  margin-right: 3%;
  height: 7rem;
}

@media screen and (max-width: 1500px) {
  .single-product .product-gallery li {
    height: 30vw;
  }
}

@media screen and (max-width: 1200px) {
  .single-product .fixed,
  .single-product .summary {
    width: 100% !important;
    float: none !important;
  }
  .single-product .summary {
    margin: 3rem 0 0 !important;
  }
  .single-product .product-gallery li {
    height: 50vw;
  }
}

@media screen and (max-width: 750px) {
  .single-product .gallery-nav {
    height: 5rem;
  }
  .single-product .gallery-nav li {
    height: 5rem;
  }
}
