#bitnami-banner { display:none; }

.outofstock {
    border-radius: 25px;
    padding: 5px;
    border: 2px solid;
    text-align: center;
    align-items: center;
    margin: 30px 0;
    max-width: 200px;
    line-height: 2;
}

.page-container {
  margin: 20vh auto 0 auto;
  display: block;
  line-height: 1.5;
  max-width: 67.5em;
  padding-right: .75em;
  padding-left: .75em;
}

.product-container .wrapper1400 {
    padding-top: 120px;
    margin-top: -100px;
}
.product-container h1{
    margin-top: 15vh;
}
.product-container h2{
    margin: 0;
}
.product-container h3 {
    color: red;
}
.pricelabel {
    color: gray;
}
.product-container img {
    width: 500px;
    height: auto;
}


.homepage-container {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/wagyu0.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    color: white;
}
.maintenance-container {
    background: url("/wp-content/uploads/wagyu-maintenance.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    color: black;
}

.inner {
    margin: 100px;
}

.accolades {
    margin: 40px 0 40px 0;
}
.col-33div {
    background-color: black;
}


.col-33p {
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    background-color: black;
    color: white;
}

.accolades .col-33p {
    margin-top: 0;
}

.col-33h3 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 18px;
    background-color: black;
    color: white;
}

.maintenance {
    #margin-top: 200px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
}
.maintenance h1 {
    margin-top: 30vh;
    text-align: center;
    font-size: 38px;
}
.maintenance h2 {
    text-align: center;
    font-size: 30px;
    margin: 0;
}
.maintenance img {
    width: auto;
    height: 35vh;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

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

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

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

/* Grouping content
     ========================================================================== */

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

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

/* Text-level semantics
     ========================================================================== */

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: black; 
  font-family: futura-pt,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  /* font-family: rws, roboto, sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
/*
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*START NEW CODE */
/*START NEW CODE */

/**START MENU CSS**/
body {
  display: block;
}
header {
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 9999;
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
.main-navigation ul {
  float: right;
  align-items: center;
}
.entry-content {
  margin: 0;
}
.menu {
  margin: 0 auto 0 0;
  padding: 0;
  display: block;
  float: none;
}

header#site-header {
      padding: 10px 0 10px 0;
}
.header-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.site-branding {
  display: inline-flex;
  align-items: center;
}

nav#site-navigation,
.top-area-button {
  /* display: inline-flex;
    align-items: center;
        width: auto;
        vertical-align: middle;
        position: relative;
        z-index: 10;*/
}
.top-area-button {
  width: auto;
}
.menu-button a {
  padding: 5px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 112, 128, 0.2);
  border-radius: 4px;
  line-height: 30px;
}

.main-navigation li {
  padding: 15px 15px;
}

header.sticky {
  background: white;
  /* background: #fff; */
  /*border-bottom: 1px solid rgba(204, 204, 204, 0.6); */
  z-index: 999;
}

.main-navigation a {
  font-weight: 600;
  color: black;
  font-size: 15px;
}

.page-id-1125 .main-navigation a {
  color: white;
}
.page-id-1125 header.sticky {background-color:#00bf6f !important;}



header.sticky .main-navigation .menu-button a {
  background-color: rgb(31, 174, 150);
  color: rgb(255, 255, 255);
}
.menu:hover {
  text-decoration: none;
}
.banner {
  width: auto;
}
.site-branding {
  margin-right: 20px;
}

.menu-primary-menu-container { float: right; }

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
    

    
}
@media screen and (max-width: 1000px) {
  /**responsive menu**/
  /*.menu {
    display: none;
  }*/
  .menu-toggle {
    margin-left: auto;
  }

  .container {
    padding: 15px 30px;
  }

  .main-navigation li {
    text-align: center;
  }
    
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }

  .main-navigation.toggled .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    height: auto;
    background: white; 
  }
  .main-navigation li {
    padding: 18px 32px 17px 16px;
  }
  .main-navigation .menu-button a {
    background-color: rgb(31, 174, 150);
    color: rgb(255, 255, 255);
  }
  .menu-button {
    text-align: center;
  }

  .toggled ul.nav-menu {
    width: 100%;
    background: #ccc;
  }
  .menu-toggle {
    text-align: right;
  }
  .menu-toggle i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #000; 
  }
}
/**END MENU CSS**/

/* checkout page css start */
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}
.woocommerce .select2-container .select2-selection--single {
  height: 40px;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"] {
  padding: 8px;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  padding: 20px;
}
#order_review_heading {
  font-size: 28px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
#customer_details h3 {
  font-size: 22px;
  text-transform: uppercase;
}
#order_review .product-total {
  text-align: right;
}
#order_review .amount {
  text-align: right;
  display: block;
}

#order_review {
  padding: 20px;
}

@media (min-width: 992px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    padding: 20px;
    float: left;
    width: 48%;
    display: flex;
    flex-direction: column;
  }

  .woocommerce input[type="text"],
  .woocommerce input[type="email"],
  .woocommerce input[type="tel"] {
    padding: 8px;
  }

  .woocommerce
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
  }
  .woocommerce
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 7px;
  }
  .woocommerce .select2-container .select2-selection--single {
    height: 40px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  #customer_details h3 {
    font-size: 22px;
    text-transform: uppercase;
  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
  }
  #order_review {
    float: right;
    width: 48%;
    padding: 50px;
    background: #f9f9f9;
    padding-top: 60px;
    margin-right: 28px;
    margin-top: 20px;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  #order_review_heading {
    position: absolute;
    right: 20%;
    margin-top: 28px;
    font-size: 28px;
    text-transform: uppercase;
  }
  #order_review table.shop_table {
    background: #fff;
    padding: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 0;
  }
  #order_review table.shop_table th {
    text-transform: uppercase;
  }
}
.entry-title {
  padding-left: 20px;
}
.site-footer {
  display: none;
}
#place_order {
  width: 100%;
}

.woocommerce-checkout {
    display: flex;
}

@media (max-width: 991px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    margin-top: -40px;
  }
    
    .woocommerce-checkout {
    display: block;
}

}

/* CONTAINERS */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.wrapper {
  max-width: 70%;
margin: 0 auto;
}

.containercenter {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.center {
  justify-content: center;
}
.homepage-center {
  justify-content: center;
  align-items: center; 
}

.centerhalf {
  justify-content: center;
}

.col-33 {
  width: 30%;
  min-height: 15px;
  text-align: center;
  margin-left: 1.6666%;
  margin-right: 1.6666%;
}

.col-50 {
  width: 50%;
  min-height: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-50 h1 {
    margin: 0;
}

/* CONTAINERS */



/* Woocommerce stuff START */
.product_title, .product_meta {
    display:none;
}

/*Woocommerce stuff END */


.footer {
    border-top: 1px solid #eff1f3;
    text-align: center;
    position: relative;
    margin-left: 0;
    list-style: none;
    padding: 40px 0 40px;
}





.getmargin {
  margin:200px;
}

.titlecenter, .getmargin {
  text-align:center;
}

.terms, .privacy {
    max-width:1400px;
    margin:0 auto;
    width:80%;
    padding-top:100px;
}

.terms h3, .privacy h2 {
    font-size:30px;
    margin-bottom:10px;
    margin-top:40px;
    font-weight:600;
    color:#00bf6f;
}

.footer a {
    text-decoration: none !important;
}

.wrapfooter a {
    text-decoration: none !important;
}

.woocommerce-message {
    display{none;}
}

.woocommerce-order {
    max-width: 1400px;
margin: 0 auto;
width: 90%;
padding-top: 100px;
}

#page {
    margin:0 auto;
}


.woocommerce div.product p.price {
    font-size:35px;
}
.product-option-content label {
    line-height: 1;
    display: block;
}

.price {
    margin-bottom:20px !important;
}

.woocommerce div.product p.price {
    margin-top:0px !important;
}

.custom-logo-link {
    line-height: 0;
    display:none;
}

.post-1008 {
    margin-top: 100px;
}

.top-footer-container {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

.top-footer-container a {
    color: #ee7856;
    text-decoration: none;
    transition: all .15s ease-in-out;
}


.top-footer-container ol li,
.top-footer-container ul li {
    list-style-type: none;
}

.top-footer-container {
    padding-top: 4.5em;
    background-color: whitel 
    color: #32325d;
}

.top-footer-container>.wrapfooter {
    margin: 0 auto;
    padding-right: .75em;
    padding-left: .75em;
    max-width: 75.25em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 67.5em;
   border-bottom: 1px solid #ddd;
}

.top-footer-container .footer-item-1 {
    padding-right: 6.25em;
    width: 40%;
}

.top-footer-container .footer-item-2 {
    padding-right: 6.25em;
    width: 40%;
}

.top-footer-container .footer-item-3 {
    width: 20%;
}

.top-footer-container .footer-item-4 {
    width: 100%;
}

.top-footer-container .widgetfooter {
    margin-bottom: 2.5em;
}

.widgetfootertitle {
    margin-bottom: 1em;
    font-size: 17px;
}

.top-footer-container li {
    margin-bottom: .75em;
}

.top-footer-container a {
    color: #525f7f;
}

.top-footer-container a:hover,
.top-footer-container a:focus,
.bottom-footer-container a:hover,
.bottom-footer-container a:focus {
    color: #32325d !important;
  text-decoration: underline;
}

.top-footer-container .custom-footer-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-footer-container .custom-footer-item img {
    margin-right: 1em;
}

@media (max-width:767px) {
    .top-footer-container>.wrapfooter {
        display: block;
    }
    .top-footer-container .footer-item {
        padding-right: 0;
        width: 100%;
    }
    .top-footer-container .custom-footer-item {
        display: block;
    }
    .top-footer-container .custom-footer-item img {
        margin-right: 0;
        margin-bottom: 1em;
    }
}

.bottom-footer-container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: white; 
	border-top: 1px solid #ddd;
}

.bottom-footer-container>.wrapfooter {
    margin: 0 auto;
    padding-right: .75em;
    padding-left: .75em;
    max-width: 75.25em;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 67.5em;
	padding-top: 50px;
}

.bottom-footer-container .left {
    flex: 1 1 auto
}

.bottom-footer-container .left p {
    color: #525f7f;
    margin-top: 1em;
    margin-bottom: 1em;
}

.bottom-footer-container .left img {
    display: block;
    margin: 0;
}

.bottom-footer-container .right {
    flex: 0 0 auto;
}

.bottom-footer-container .right li {
    display: inline-block;
}

.bottom-footer-container .right li a {
    color: #525f7f;
    opacity: .75;
    display: block;
    padding: 0.5rem 1rem;
}


@media (max-width:767px) {
    .bottom-footer-container {
        justify-content: center;
        text-align: center;
    }
    .bottom-footer-container>.wrapfooter {
        display: block;
    }
    .bottom-footer-container .left {
        margin-bottom: 2em;
    }

  .bottom-footer-container .left img {
    margin: 0 auto;
  }

  .bottom-footer-container .right ul {
    padding-inline-start: 0;
    margin: 0;
  }

  .widgetfooter {
    text-align: center;
  }
}


.custom-logo-link {
    display: inline-block;
}


/* ABOVE THE FOLD MAIN SITE */

/*START ABOVE THE FOLD CODE */
.section.hero.engagement {
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
    background-color: #eee5dc;
    background-image: url("https://www.colorblindglasses.net/wp-content/uploads/background.jpg");
    background-position: 50% 20%;
    background-size: cover;
}

.section {
    padding: 64px 30px 80px;
        padding-top: 64px;
        padding-bottom: 80px;
    object-fit: cover;
}

.subhead {
	font-size: 20px;
}

.row.align-center {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row {
    text-align: left;
}

.rounded {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    z-index: 10;
    width: 100%;
    margin: 0px auto;
}

img {
    display: inline-block;
    max-width: 100%;
}

.heading-home.home-office {
    margin-top: -32px;
    font-size: 42px;
    line-height: 50px;
    text-align: left;
}

.heading-home.home-office {
    margin-top: -32px;
    font-size: 42px;
    line-height: 50px;
    text-align: left;
}

.heading-1-feature.performance {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #222d38;
  font-size: 48px;
line-height: 44px;
font-weight: 700;
}

.button.engagement {
    background-color: #ff6064;
}
.button:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
    opacity: 1;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #fff;
}

.button {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 12px 24px!important;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 3px!important;
    background-color: #5bd4fd !important;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09)!important;
    -webkit-transition: all 150ms ease-in-out!important;
    transition: all 150ms ease-in-out!important;
    color: #fdfeff!important;
    font-size: 16px!important;
    line-height: 25px!important;
    font-weight: 600!important;
    letter-spacing: 0.2px!important;
    text-decoration: none!important;
}

@media screen and (max-width: 767px) {
  .section.hero.engagement {
    padding-bottom: 200px;
    background-position: 50% 100%;
    background-size: cover;
}
  
  .col-50.full-tablet.padded-bottom.goal {
    text-align: center;
}
  
	.hero .wrapper {
		margin-bottom: 50px;
	}
	.hero .col-50 {
		width:100% !important;
	}
	
  .heading-1-feature.performance {
    width: 100%;
}
  
  .col-50.full-tablet {
    width: 100%;
    text-align: center;
}
  
.col-50 {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
}
  
}




/* START PRODUCT SECTION */

.product-container {
    margin: 0 auto;
    padding: 50px;
	border-bottom: 1px solid #E0E0E0;
}


.product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top:30px;
}
.product-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 350px;
    margin-top: 25px;
    margin: 1%;
}

.product-card-img {
    width: 250px;
    height: 200px;
    min-width:200px;
	 min-height:200px;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	margin-left:50px;
}
.product-card-img img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: 600ms;
}
.product-card-img img:hover {
    transform: scale(1.1);
    transition: 600ms;
}

.product-card-tittle a {
    line-height: 1.5;
    font-weight: 400;
    color: #0066c0;
    text-decoration: none;
}

.product-card {
	align-items: center;
  justify-content: center;
}

.product-card-price {
    font-size: 2px;
    font-weight: 500;
    color: #021322;

    display: flex;
    align-items: flex-start;
}
.product-card-price-value,
.product-card-price-cents {
    font-size: 12px;
    top:0;
}

.product-card-price-price {
    font-size: 30px;
    line-height: 22px;
}
.product-card-price-previous-price {
    text-decoration: line-through;
    color: rgb(61, 61, 61);
    font-size: 14px;
    padding-left: 5px;
    align-self: flex-end;
}

.product-card-price {
  margin-top: auto;
  margin-bottom: 20px;
}

.productheader {
	text-align: center;
}

.productheader h2 {
	margin-bottom:20px;
	font-size:38px;
}



/* END PRODUCT SECTION */

/* START PRODUCT PAGE */
.flex2 {
	display: flex;
  flex-direction: row;
    align-items: center;
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0px;
}

.productprice {
	font-size: 26px;
line-height: 40px;
	padding: 10px 0px;
	color: #565959 !important;
}

.productinfocontainer {
	padding-left: 50px;
}

.wrapper h2 {
    color: rgb(51, 62, 72);
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1050px) {
	.flex2 {
		flex-direction: column;
		align-items:start;
	}
	
	.wrapper {
		max-width:90%;
	}
	
	.producttitle {
		margin-top:15px;
	}
	
	.productinfocontainer {
		padding-left: 0px !important;
	}
	
	.flexcenter {
		flex-wrap: wrap;
	}
	
	.custom1 {
		padding-left: 15px;
	}
	
	.col33 {
		width:100%;
		margin: 30px;
	}
}


.productpagetitle h2 {
	font-size:50px;
}

.producttitle {
	font-size: 24px;
}



.bannerimg img {
	width: 100%;
float: left;
}

.flex2 .product-card-img {
	width: 200px;
}
/* END PRODUCT PAGE */

/* START right/left */

.flexcenter {
	display:flex;
	align-items: center;
justify-content: center;
	margin-bottom:100px;
	margin-top:100px;
}

.col50 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.container2 {
    max-width: 1300px;
    margin: 0 auto;
}



@media screen and (max-width: 1050px) {
	.flex2 {
		flex-direction: column;
		align-items:start;
	}
	
	.wrapper {
		max-width:90%;
	}
	
	.producttitle {
		margin-top:15px;
	}
	
	.productinfocontainer {
		padding-left: 0px !important;
	}
	
	.flexcenter {
		flex-wrap: wrap;
	}
	
	.custom1 {
		padding-left: 15px;
	}
	
	.col33 {
		width:100%;
		margin: 30px;
	}
	
	.col50 {
		width:100%;
		margin: 30px;
	}
}


/* END right/left  */

/** Start contact form **/
#wpforms-310 {
    padding: 40px 56px 48px;
    display:block;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(136, 111, 93, 0.32), 0 64px 64px 0 rgba(136, 111, 93, 0.04), 0 48px 48px 0 rgba(136, 111, 93, 0.04), 0 24px 24px 0 rgba(136, 111, 93, 0.04), 0 16px 16px 0 rgba(136, 111, 93, 0.04), 0 8px 8px 0 rgba(136, 111, 93, 0.04), 0 4px 4px 0 rgba(136, 111, 93, 0.04), 0 2px 2px 0 rgba(136, 111, 93, 0.04);
}

.formstarter {
	    max-width: 800px;
    text-align: center;
    margin: 0 auto;
	padding-bottom:10px;
}

.formstarter h2 {
	margin-bottom:20px !important;
}

.contact-form-wrap {
	padding-bottom: 60px;
	padding-left: 15px;
    padding-right: 15px;
}
.contact-form-wrap h2 {
   text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}
.wpforms-container .wpforms-field-medium {
    max-width: 100%!important;
}
div.wpforms-container .wpforms-form button[type=submit] {
    width: 100%;
    background: #5bd4fd;
    color: #fff ;
    padding: 20px;
    font-weight: bold;
}

.welovetohelp {
	display: flex;
   align-items:center;
	justify-content: center;
	margin-bottom:50px;
}

.welovetohelp h2 {
	margin-bottom:0px;
}

.welovetohelpimage {
	margin-left: 15px;
	margin-right: 15px;
}


.welovetohelp {
background-image: url("http://www.colorblindglasses.net/wp-content/uploads/background3.png");
width: 100%;
height: 12.5em;
}

/** End contact form **/

.nocontainer ul li {
   float: left;
width: 24.5%;
margin-right: .25%;
margin-left: .25%;
}

.nocontainer ul {
	padding-left: 0px;
}

ul {
	list-style-type: none;
}

@media screen and (max-width: 1000px) {
	.nocontainer ul li {
		width: 49.5%;
	}
	
	.nocontainer ul li {line-height:1.15}
  }



/* BEGIN TABLE OF CONTENTS STYLING 222222222 */
.lwptoc-light .lwptoc_i {
padding: 15px;
background: white !important;
font-size: 18px;
margin-bottom: 25px;
}

.lwptoc-light .lwptoc_items A:visited {
    color: inherit !important;
}

.lwptoc_item {
	color:#000;
	line-height:2;
	font-size:16px;
}
.lwptoc-light .lwptoc_i A {
    color: #444 !important;
} 

.lwptoc-light .lwptoc_i A:hover
{
    color: #6A71BB;
}

.lwptoc_items {
border-left: 1.5px solid #1CD5BD;
    border-left-color: rgb(28, 213, 189);
border-left-color: #1CD5BD;
max-width: -webkit-calc(100% - 1rem);
max-width: calc(100% - 1rem);
padding: .5rem 0 .5rem .75rem;
}

.lwptoc_title {
font-weight: 800 !Important;
font-size: 20px;
}

.lwptoc_header {
	margin-bottom:20px !important;
}
/* END TABLE OF CONTENTS STYLING 2222222222*/
/* BEGIN TABLE OF CONTENTS POSITONING */




.sidecontent {
   position: absolute;
    left: .5rem;
    width: 13.75rem;
    top: 15.5rem;
}

.gdGrid .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    left: 0; 
	top:100px;
}

.gdGrid .d-md-block {
    display: block !important;
}

.tableofcontents {
    padding-right: 28px !important;
}

.articleholder {
  max-width: 1024px !important;
  margin:auto;
	padding-top:10%;
}

.tableofcontents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

/* END TABLE OF CONTENTS POSITONING */

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


