/*Theme Name: Kikko Socks*/

/* Resets */

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

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before, ::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  /* word-break: break-word; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

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

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

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

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

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

/**
 * Remove the margin on controls in Safari.
 */

button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a, area, button, input, label, select, summary, textarea, [tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

button, input, select, textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */

::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

@font-face {
    font-family: "Tropical";
    src: url("fonts/tropical/tropical-asian-regular.woff2") format("woff2"),
        url("fonts/tropical/tropical-asian-regular.woff") format("woff"),
        url("fonts/tropical/tropical-asian-regular.ttf") format("truetype");
    font-display: swap;
}

/* Open Sans */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url("fonts/open-sans/open-sans-v18-latin-300.woff2") format("woff2"),
        url("fonts/open-sans/open-sans-v18-latin-300.woff") format("woff"),
        url("fonts/open-sans/open-sans-v18-latin-300.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
        url("fonts/open-sans/open-sans-v18-latin-regular.woff2") format("woff2"),
        url("fonts/open-sans/open-sans-v18-latin-regular.woff") format("woff"),
        url("fonts/open-sans/open-sans-v18-latin-regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url("fonts/open-sans/open-sans-v18-latin-600.woff2") format("woff2"),
        url("fonts/open-sans/open-sans-v18-latin-600.woff") format("woff"),
        url("fonts/open-sans/open-sans-v18-latin-600.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
        url("fonts/open-sans/open-sans-v18-latin-700.woff2") format("woff2"),
        url("fonts/open-sans/open-sans-v18-latin-700.woff") format("woff"),
        url("fonts/open-sans/open-sans-v18-latin-700.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "PermanentMarker-Limited";
    src: local("Permanent Marker"), url("fonts/permanent-marker/Permanent-Marker-Limited.woff2") format("woff2"),
        url("fonts/permanent-marker/Permanent-Marker-Limited.woff") format("woff"),
        url("fonts/permanent-marker/Permanent-Marker-Limited.ttf") format("truetype");
    font-display: swap;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */

.primary-color {
    color: #ff8263;
}

.secondary-color {
    color: #2dbcaf !important;
}

/* Font scheme : 1.2 minor third */

/* Media Queries */

/* Main */

body {
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    color: #000;
}

/* HEADINGS TAGS */

h1, h2, h3, h4, h5 {
    margin: 1rem 0 1rem;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-weight: 600;
    line-height: 1.15;
}

h1 {
    font-family: "Tropical";
    line-height: 0.5;
    margin-top: 0;
    font-size: calc(2.488em * 2);
    font-weight: normal;
}

h2 {
    font-size: 2.074em;
}

h3 {
    font-size: 1.728em;
}

h4 {
    font-size: 1.44em;
}

h5 {
    font-size: 1.2em;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

svg {
    display: block;
}

figure {
    margin: 0;
}

ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
}

li {
    list-style: none;
}

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

ins {
    text-decoration: none;
}

/* Woocommerce Global CSS */

/* hide screen reader */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Tool Tip */

/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
    padding: 0 1rem;
    visibility: hidden;
    width: 232px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    top: 100%;
    left: 0;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Margins */

.basic-margins {
    margin: 0 1rem;
}

@media (min-width: 600px) {

.basic-margins {
        margin-left: 5%
}
    }

.indent {
    margin-left: 2rem;
}

.bold {
    font-weight: 600;
}

.xbold {
    font-weight: 700;
}

.no-marg {
    margin: 0;
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.centered {
    text-align: center;
}

@media (max-width: 600px) {

.no-mob {
        display: none
}
    }

.small {
    font-size: 0.833em;
}

.large {
    font-size: 1.2em;
}

.larger {
    font-size: 1.44em;
}

.underline {
    border-bottom: 0.1em solid;
}

@media (min-width: 600px) {

.desktop-line-break::before {
        content: "\A";
        white-space: pre
}
    }

/* Main Informational Headers */

/* Big White Header - Used for Informational Pages */

.bwh {
    color: white;
    font-size: 35vw;
}

@media (min-width: 600px) {

.bwh {
        font-size: 8rem
}
    }

.bwh-sub {
    font-size: 1.44em;
    margin: 1rem 0;
}

.center-content {
    display: flex;
    justify-content: center;
    align-content: center;
}

/* Modules */

/* Checkout */

.woocommerce-NoticeGroup-checkout {
    background-color: #ebebeb;
    color: red;
    margin: 1em 1em 0;
    padding: 1em;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

/* Review Stylings */

.reviews_bar, .wc-tabs {
    display: none;
}

.wc-tabs-wrapper {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
}

.wc-tab {
    max-width: 1000px;
    margin: 0 1em;
}

#reviews_summary h3 {
    margin-top: 2rem;
}

.commentlist {
    display: grid;
    gap: 2em;
    padding: 0;
    list-style: none;
    margin-top: 2em;
}

.commentlist li {
        background: white;
        border-radius: 0.5em;
        padding: 1.5em;
    }

.commentlist .description {
        width: 70%;
        float: right;
    }

.commentlist .star-rating {
        height: 1.5em;
        line-height: 1.5;
    }

/* leave a review */

#respond {
    max-width: 500px;
}

.comment-meta-container {
    width: 30%;
    float: left;
    margin-top: 1em;
    padding-right: 1em;
}

.comment-meta-container .meta {
        margin: 0;
    }

.comment-meta-container .meta time {
            display: block;
        }

#commentform #submit {
        margin-left: 0;
        min-width: 30%;
        background-color: #ff8263;
        border: none;
        color: white;
        font-weight: 700;
    }

#commentform input {
        /* float: right;
        width: 70%; */
        background-color: white;
    }

.comment-form-author, .comment-form-title, .comment-form-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-form-author input, .comment-form-title input, .comment-form-email input {
        flex-grow: 1;
        margin-left: 1em;
    }

.comment-form-rating p {
    display: inline-block;
    line-height: 1.5;
    color: #ff8263;
    margin: 0 0 0 1em;
}

.comment-form-rating p span {
        line-height: 1;
        display: inline-block;
    }

#comment {
    width: 100%;
}

.required {
    color: #ff8263;
}

textarea {
    margin-top: 0.5em;
    background-color: white;
}

.review_content {
    font-weight: 100;
}

.review_title {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.ywar_votereview {
    display: inline-block;
    width: 2em;
    height: 1.5em;
    vertical-align: middle;
}

.ywar_votereview svg {
        width: 100%;
        height: 100%;
    }

/*  upvote section */

.vote_selected svg, .ywar_votereview:hover svg {
        fill: #ff8263;
    }

.ywar_votereview.not {
    transform: rotate(180deg);
}

.ywar_votereview {
    margin-left: 5px;
}

span.review-rating-value {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

div.review_vote {
    text-align: right;
}

.review_helpful {
    vertical-align: middle;
}

span.ywar_review_helpful {
    font-style: italic;
    display: block;
    margin-top: 0.5rem;
    font-size: 0.833em;
    opacity: 0.6;
}

#reviews_order {
    border-bottom: 2px solid;
    border-bottom: 2px solid rgba(234, 231, 231, 0.94);
}

#reviews_order {
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

#ywar_reviews a.ywar_filter_order {
    text-decoration: none;
    padding: 0.5em 1em 0.5em 0;
    display: inline-block;
    opacity: 0.5;
    position: relative;
    top: 2px;
    border: none;
}

#ywar_reviews a.ywar_filter_order.active, #ywar_reviews a.ywar_filter_order:hover {
    border-bottom: 2px solid rgba(169, 112, 157, 1);
    position: relative;
    opacity: 1;
}

.ywar_show_more {
    text-align: center;
    font-weight: 600;
}

nav.woocommerce-pagination {
    text-align: center;
}

#reviews div.comment-text a.comment-reply-link:before {
    content: "";
}

#reviews_dialog {
    display: none;
}

a.ywar_show_more {
    border: none;
}

#review_form_wrapper {
    margin-top: 1em;
}

#temp_review_form_wrapper {
    visibility: hidden;
}

/*  Featured reviews */

#reviews .comment_container.review-featured {
    border: 2px solid #ffa500;
}

img.featured-badge {
    position: absolute;
    top: -5px;
    left: 5px;
}

span.error.empty-review {
    font-size: 12px;
    color: red;
}

span.empty-review {
    display: block;
}

#reviews .commentlist, #reviews .commentlist .children {
    list-style: none;
}

.ywar-description {
    overflow: overlay;
}

/* #comment {
    margin: 0 1rem;
} */

/* Star ratings - From WC styles*/

/* need to make dynamic : see method here https://css-tricks.com/images-in-postcss/ */

.star-rating {
    position: relative;
    height: 1em;
    width: 5em;
    margin-right: 0.5em;
}

.star-rating::before {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ebebeb%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
        background-repeat: repeat-x;
        background-size: 1em;
        bottom: 0;
        content: "";
        display: block;
        height: 1em;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 5em;
    }

.star-rating span {
        display: block;
        text-indent: -10000px;
        width: 5em;
        height: 1em;
        position: absolute;
        overflow: hidden;
    }

.star-rating span:before {
            background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ffc549%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
            background-repeat: repeat-x;
            background-size: 1em;
            bottom: 0;
            content: "";
            display: block;
            height: 1em;
            left: 0;
            position: absolute;
            right: 0;
            text-indent: 10000px;
            top: 0;
        }

.woocommerce-product-rating {
    zoom: 1;
    display: flex;
    align-items: center;
}

.woocommerce-product-rating::before, .woocommerce-product-rating::after {
		content: ' ';
		display: table;
	}

.woocommerce-product-rating::after {
		clear: both;
	}

.woocommerce-product-rating a {
        line-height: 1;
    }

/* For Leaving reviews */

p.stars a {
        position: relative;
        height: 1em;
        width: 1em;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none;
    }

p.stars a::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1em;
            height: 1em;
            line-height: 1;
            content: "";
            text-indent: 0;
            background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23fff%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
            background-size: 1em;
            background-repeat: no-repeat;
        }

p.stars a:hover ~ a::before {
            content: "";
            background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23fff%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
            background-size: 1em;
            background-repeat: no-repeat;
        }

p.stars:hover a::before {
        content: "";
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ffc549%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
        background-size: 1em;
        background-repeat: no-repeat;
    }

p.stars.selected a.active::before {
                content: "";
                background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ffc549%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important; /* yellow */
                background-size: 1em;
                background-repeat: no-repeat;
            }

p.stars.selected a.active ~ a::before {
                content: "";
                background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23fff%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
                background-size: 1em;
                background-repeat: no-repeat;
            }

p.stars.selected a:not(.active)::before {
            content: "";
            background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ffc549%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important; /* yellow */
            background-size: 1em;
            background-repeat: no-repeat;
        }

main .form-submit {
    margin-bottom: 2em;
}

main .form-submit .empty-review {
        font-size: 1rem;
    }

main .form-submit span:nth-last-of-type(1) {
        margin-bottom: 1em;
    }

/* Sticky Footer */

html, body {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* Promo Bar */

#promo-bar {
    background: #ebebeb;
    text-align: center;
    font-size: 0.833em;
    line-height: 1.5rem;
}

/* Navigation Bar */

#primary-nav {
    height: 3.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 0.9rem;
}

#primary-nav a {
        text-decoration: none;
    }

#logotype {
    flex: 1;
}

@media (max-width: 600px) {

#logotype {
        text-align: center
}
    }

#logotype img {
        width: 107px;
    }

@media (min-width: 600px) {

#main-menu {
        line-height: 3.5rem;
        text-transform: uppercase;
        display: flex !important; /* stops menu from disappearing when transitioning from mobile to desktop */
        font-weight: 700
}
        #main-menu > li {
            padding-right: 1.5rem;
        }
    }

@media (max-width: 600px) {

#main-menu {
        display: none;
        z-index: 1;
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 3.5rem;
        font-size: 1.2em;
        line-height: 2;
        padding: 1rem 1.5rem;
        background-color: rgba(265, 265, 265, 1)
}
        #main-menu > li {
            border-bottom: 1px solid #ebebeb;
        }
        #main-menu > li:nth-last-child(1) {
            border-bottom: none;
        }
    }

#main-menu a:hover {
        padding-bottom: 2px;
        border-bottom: 3px solid;
    }

#main-menu .active a {
        color: #ff8263;
    }

#cart-menu {
    height: 3.5rem;
    align-items: center;
    display: flex;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 600px) {

#cart-menu {
        border-left: 0
}
    }

#cart-text {
    padding-left: 1.5rem;
    border-left: 1px solid #000;
}

@media (max-width: 600px) {

#cart-text {
        color: white;
        padding-left: 0;
        margin-left: 1rem;
        border-left: none;
        position: absolute;
        top: 10px;
        background: #ff8263;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        font-size: 10px;
        border-radius: 50%
}
    }

#cart-count::before, #cart-count::after {
    vertical-align: 5.5%;
}

@media (max-width: 600px) {

#cart-count::before, #cart-count::after {
        display: none;
}
    }

#cart-count::before {
    content: "(";
}

#cart-count::after {
    content: ")";
}

/* Sub Menu Dropdown */

.sub-menu {
    display: none;
    background: white;
    margin-left: 1rem;
    z-index: 9999;
    background: #fff;
}

@media (min-width: 600px) {

.sub-menu {
        position: absolute;
        top: 3.5rem;
        margin-left: -1rem;
        max-height: 0; /* off by default = 0 */
        overflow: hidden;
        box-shadow: -3px 5px 6px rgba(0, 0, 0, 0.16);
        transition: max-height 0.5s ease 0s;
        -moz-transition: max-height 0.5s ease 0s;
        -ms-transition: max-height 0.5s ease 0s;
        -o-transition: max-height 0.5s ease 0s;
        -webkit-transition: max-height 0.5s ease 0s
}
    }

.sub-menu > li {
        font-weight: 100;
        text-transform: none;
    }

@media (min-width: 600px) {

.sub-menu > li {
            line-height: 1;
            margin: 1rem 2rem 1rem 1rem;
    }
        }

.menu-item-has-children > span.caret {
        top: 20px;
        float: right;
    }

@media (min-width: 600px) {

.menu-item-has-children > span.caret {
            display: none
    }
        }

.menu-item-has-children > span.caret.up {
        top: 14px;
    }

.menu-item-has-children > a {
        pointer-events: none;
    }

@media (min-width: 600px) {
    .sub-menu:hover, .menu-item-has-children:hover .sub-menu {
        display: block;
        max-height: 800px;
    }
}

/* Mobile Menu Icons */

#cart-icon, #toggle-menu {
    width: 1.5rem;
}

@media (min-width: 600px) {

#cart-icon, #toggle-menu {
        display: none
}
    }

#bonus-promo-bar {
    background-color: #a83285;
    color: white;
    text-align: center;
    padding: 0.5rem;
}

#hero {
    display: grid;
    overflow: hidden;
}

#hero img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
    }

#hero > picture {
        overflow: hidden;
        grid-area: 1 / 1 / 1 / 1;
    }

#hero > figcaption {
        grid-area: 1 / 1 / 1 / 1;
        align-self: center;
        margin-bottom: 2rem;
    }

/* Footer */

#footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 0.6rem 1rem;
    font-size: 0.833em;
    flex-shrink: 0;
}

#footer a {
        text-decoration: none;
    }

.footer-icons, .footer-center, .footer-mail {
    display: flex;
    flex: 1;
}

.footer-mail {
    flex-direction: row-reverse;
}

/* Icons */

.footer-icons {
    /* svg {
        height: 1.5rem;
    } */
}

.footer-icons a {
        margin-right: 1rem;
        width: 1.5rem;
    }

.footer-icons a:nth-last-child(1) {
        margin: 0;
    }

/* Center */

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

.penguin-logo {
    margin-right: 0.5em;
    width: 1.5rem;
}

@media (max-width: 600px) {

.penguin-logo {
        display: none
}
    }

/* Mobile Stack */

@media (max-width: 600px) {
    #footer {
        display: grid;
        grid-row-gap: 0.5em;
        justify-items: stretch;
        grid-template-columns: 1fr 1fr;
        color: #555;
        line-height: 1;
    }
    .footer-icons {
        grid-column-start: span 2;
        justify-content: center;
    }
    .footer-center {
        justify-self: right;
        padding-right: 0.5em;
        border-right: 1px solid #555;
    }
    .footer-mail {
        padding-left: 0.5em;
        flex-direction: row;
    }
}

button, .btn, .button, .mailpoet_submit {
    border-radius: 0px;
    background-color: #ff8263;
    font-weight: 700;
    width: 100%;
    padding: 0.5em;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

/* Caret */

.caret.down {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 8px;
    top: 26px;
    transition: top 250ms cubic-bezier(0.86, 0, 0.07, 1);
}

.caret.down:before {
    content: "";
    display: inline;
    position: absolute;
    background: #111;
    width: 9px;
    height: 2px;
    transition: transform 250ms cubic-bezier(0.86, 0, 0.07, 1), transform-origin 200ms cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: 100% 30%;
    transform: rotate(-45deg);
    left: 0;
    transform-origin: 100% 70%;
    transform: rotate(45deg);
}

.caret.down:after {
    content: "";
    display: inline;
    position: absolute;
    background: #111;
    width: 9px;
    height: 2px;
    transition: transform 250ms cubic-bezier(0.86, 0, 0.07, 1), transform-origin 200ms cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: 0% 30%;
    transform: rotate(45deg);
    right: 0;
    transform-origin: 0% 70%;
    transform: rotate(-45deg);
}

.caret.up {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 8px;
    top: 18px;
    transition: top 250ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.caret.up:before {
    content: "";
    display: inline;
    position: absolute;
    width: 9px;
    height: 2px;
    transform-origin: 100% 30%;
    transform: rotate(-45deg);
    left: 0px;
    background: rgb(17, 17, 17);
    transition: transform 250ms cubic-bezier(0.86, 0, 0.07, 1) 0s,
        transform-origin 200ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.caret.up:after {
    content: "";
    display: inline;
    position: absolute;
    width: 9px;
    height: 2px;
    transform-origin: 0% 30%;
    transform: rotate(45deg);
    right: 0px;
    background: rgb(17, 17, 17);
    transition: transform 250ms cubic-bezier(0.86, 0, 0.07, 1) 0s,
        transform-origin 200ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

a.arrow {
    width: 60px;
    position: absolute;
    opacity: 0.4;
    bottom: 5%;
    margin-top: 2rem;
}

@media (max-width: 600px) {

a.arrow {
        display: none;
}
    }

input, .hosted-field {
    padding: 0.5em;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-weight: 300;
}

label {
    font-size: 0.833em;
}

.size-chart {
    cursor: pointer;
}

.size-chart-outer {
    display: grid;
    background: rgba(4, 4, 4, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.size-chart-outer.open {
    opacity: 1;
    pointer-events: all;
}

.overflow-hidden {
    overflow: hidden;
}

.size-chart-popup {
    position: fixed;
    background: #ebebeb;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
}

@media (max-width: 600px) {

.size-chart-popup {
        height: 100%;
}
    }

.size-chart-container {
    display: grid;
    margin: 5em 10%;
    gap: 1em 10%;
    max-width: 1200px;
    flex-grow: 1;
}

.size-chart-container table {
        width: 100%;
        background: #fff;
        border: 1em solid white;
    }

.size-chart-container table th, .size-chart-container table td {
            padding: 0.5em;
            width: 50%;
        }

.size-chart-container tbody td {
        border-top: 1px solid #ebebeb;
    }

.size-chart-container .close {
        position: absolute;
    }

.size-notice {
    font-size: 0.833em;
}

@media (min-width: 600px) {

.size-notice {
        grid-column-start: span 2;
}
    }

.size-notice h2, .size-notice p {
        margin: 0.5rem;
    }

.popup .close {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 2rem;
    line-height: 0;
}

.holler-box {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.hwp-popup-inside {
    padding: 1rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    -webkit-animation-name: bluecore_ovte_zoom_in;
            animation-name: bluecore_ovte_zoom_in;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

@-webkit-keyframes bluecore_ovte_zoom_in {
        0% {
            transform: scale(0);
        }

        100% {
            transform: scale(1);
        }
    }

@keyframes bluecore_ovte_zoom_in {
        0% {
            transform: scale(0);
        }

        100% {
            transform: scale(1);
        }
    }

.hwp-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.hwp-first-row {
    font-family: "Tropical";
    font-size: calc(1.2em * 2);
    line-height: 0.5;
}

.hwp-row {
    margin-top: 0;
}

.hwp-row.hwp-note-optin {
    margin-top: 1rem;
}

.holler-title, .hwp-powered-by {
    display: none;
}

.ten-off {
    width: 160px;
    margin: 1rem auto;
}

.hwp-email-btn {
    background-color: #2dbcaf;
}

.holler-box.hwp-popup {
    width: 50%;
    max-width: 600px;
}

@media (max-width: 600px) {

.holler-box.hwp-popup {
        left: 50%;
        top: 50%;
        width: 100%;
        bottom: unset;
        max-height: 80%;
        transform: translate(-50%, -50%)
}
    }

.icon-cancel:before {
    content: "×";
}

.holler-box [class*=" icon-"]:before {
    margin: 1rem;
    font-family: unset;
    font-size: 2rem;
    color: black;
}

.subscribe-confirm {
    font-family: "Open Sans";
    line-height: 1;
    font-size: 1rem;
    margin-top: 1rem;
}

/* Manage Subscriptions */

.manage-subscriptions {
    margin: 0 1rem;
}

@media (min-width: 600px) {

.manage-subscriptions {
        margin-left: 5%
}
    }

.manage-subscriptions .mailpoet-change-email-info {
        font-size: 0.833em;
        font-style: italic;
    }

.manage-subscriptions .mailpoet_paragraph {
        margin: 1rem 0;
    }

.manage-subscriptions .mailpoet_select_label {
        font-size: 0.833em !important;
        margin-bottom: 0.5rem;
    }

.mailpoet_checkbox_label {
    margin-top: 0.5rem;
}

@media (min-width: 400px) {

.mailpoet_submit {
        width: 100px
}
    }

/* Unsubscribe */

.unsubscribe {
    margin: 0 1rem;
}

@media (min-width: 600px) {

.unsubscribe {
        margin-left: 5%
}
    }

.unsub-last-p {
    margin-bottom: 1.5rem;
}

/* Global */

.iconic-was-swatches, .iconic-was-swatches__item {
    margin: 0;
}

.iconic-was-swatches--visual a.iconic-was-swatch:before {
        border: 0px !important;
    }

/* Archive */

.archive .iconic-was-swatch__container {
        width: 50px !important;
        height: 50px !important;
    }

.archive a.iconic-was-swatch {
        padding: 0px !important;
        margin-right: 4px;
        margin-top: 4px;
    }

/* Related */

.related a.iconic-was-swatch {
        padding: 0px !important;
        margin-right: 8px;
        margin-top: 8px;
    }

/* Single Product */

.iconic-was-swatch--disabled {
    text-decoration: line-through;
}

.variations .iconic-was-swatch__container {
    border-radius: 4px;
    overflow: hidden;
}

.variations .iconic-was-swatches--visual {
    margin-right: -3px;
}

.variations .iconic-was-swatches--visual a.iconic-was-swatch--selected:before, .variations .iconic-was-swatches--visual a.iconic-was-swatch:hover:before {
        border: 1px solid #000 !important;
        border-radius: 4px;
    }

.variations .iconic-was-swatches--visual a.iconic-was-swatch {
        padding: 1px;
        margin-right: 3px;
        margin-bottom: 3px;
    }

.iconic-was-swatches--text-swatch li {
        width: 36px;
        text-align: center;
        margin-right: 6px;
    }

.iconic-was-swatches--text-swatch a.iconic-was-swatch {
        color: #000 !important;
        background-color: white !important;
        padding: 0;
        line-height: 36px;
    }

.iconic-was-swatches--text-swatch a.iconic-was-swatch:hover {
        outline: 1px solid black;
        color: #000 !important;
        outline: none;
    }

/* Pages */

/* CHECKOUT */

.woocommerce-checkout h1 {
    text-align: center;
}

/* Layout */

.checkout-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3vw; /* requires adjustment to #shipping_method below as well */
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.checkout-container main {
        max-width: 1200px;
        margin: 0 auto;
    }

.checkout-container .column ul {
            list-style: none;
            padding: 0;
        }

.checkout-container .required {
        color: #ff8263;
        text-decoration: none;
    }

.checkout-container table {
        margin: 0 0 1.5rem;
        width: 100%;
    }

.checkout-container .place-order {
        font-size: 1.2em;
    }

/* section titles */

.woocommerce-checkout h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.woocommerce-checkout h2 span {
        color: #ff8263;
        font-size: 1.44em;
    }

/* customer details block */

#customer_details {
    grid-row: span 4;
}

#customer_details input {
        width: 100%;
    }

#customer_details .checkbox {
        display: flex;
        align-items: center;
    }

#customer_details .checkbox input {
            width: auto;
            margin: 0 0.5em 0;
        }

#customer_details h3 {
        font-size: 1em;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
    }

#customer_details label, .simple-form label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.833em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 100;
    padding: 0.5em;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

/* shipping and payment block */

#shipping_payment_selection input {
        margin-right: 0.5rem;
    }

#shipping_payment_selection li {
        margin-bottom: 1em;
        padding: 0;
    }

#shipping_payment_selection li:nth-last-child(1) {
        margin-bottom: 0;
    }

.wc_payment_methods {
    margin-bottom: 0;
}

#shipping_method {
    margin: 0;
}

#shipping_method label {
    font-weight: 100;
}

#shipping_method label span {
        font-weight: 600;
    }

.wc_payment_method label {
    font-weight: 100;
    margin-left: -2px; /* needed for alignment or else has white space because of inaccessible html potentially will fix itself if minimized */
}

.payment_box {
    margin-top: 1em;
    border-radius: 0.5em;
    color: #555;
}

.payment_box p {
        margin: 0;
    }

.payment_box fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }

.payment_box br {
        display: none;
    }

.payment_box label {
        margin: 0 0 0.5em;
        font-size: 0.833em;
        font-weight: 400;
        color: #000;
    }

#wc-stripe-cc-form {
    margin-top: 1rem;
}

#wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last {
        width: 48.8%;
        float: left;
    }

#wc-stripe-cc-form .form-row-first {
        margin-right: 2.4%;
    }

#wc-stripe-cc-form .InputElement {
        font-size: 18px;
    }

/* review order block -- see minicart.php for more */

#order_review .review-order-table {
        width: 100%;
    }

#order_review .zoid-outlet {
        width: 100% !important;
    }

#order_review .woocommerce_checkout_place_order, #order_review .gpay-button {
        width: 100%;
        height: 45px;
    }

#order_review .apple-pay-button {
        height: 45px;
        min-height: 45px;
    }

/* Braintree payment fields */

.hosted-field {
    height: 40px;
}

#wc-braintree-card-number {
    margin-bottom: 1rem;
}

.exp-cvv-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#payment .payment_method_braintree_paypal img {
    max-height: 1.5rem;
}

/* PayPal Express Checkout */

#ppec-container .content {
        margin: 0;
    }

#ppec-container .shipping-label {
        font-weight: 500;
        font-size: initial;
    }

#ppec-container label.shipping-label:before {
        margin-left: 0;
        width: 22px;
        height: 22px;
        transfrom: translateY(4px);
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        border: 3px solid #fff;
    }

#ppec-container .paypal-logo img {
        width: 125px;
    }

#ppec-container ul {
        padding: 0;
        list-style: none;
    }

#ppec-container .shipping-address {
        margin: 0;
    }

#ppec-container .cart-totals li label {
            font-size: initial;
            font-weight: 500;
        }

#ppec-container .close {
        margin-top: 1rem;
    }

.ppec-section {
    padding: 1.25rem 0;
}

.wc-braintree-shipping-modal .content label {
        font-size: 1.2em;
        font-weight: 300;
    }

#wc-braintree-card-number {
    transition: border-color 160ms;
}

#wc-braintree-card-number.braintree-hosted-fields-focused {
    border-color: tomato;
}

#wc-braintree-card-number.braintree-hosted-fields-invalid {
    border-color: tomato;
}

#wc-braintree-card-number.braintree-hosted-fields-valid {
    border-color: #b7b7b7;
}

.terms-text {
    font-size: 0.833em;
}

.terms-text > a {
        text-decoration: underline !important;
    }

#usd-notice {
    margin: -1rem 0;
    font-size: 0.833em;
}

.anr_captcha_field {
    margin-top: 2rem;
}

.free-sticker-option {
    line-height: 0;
    margin-bottom: 1.5rem;
}

#mailpoet_woocommerce_checkout_optin_field .optional {
        display: none;
    }

/* Home page */

#home {
    margin: 1rem;
}

@media (min-width: 600px) {

#home {
        display: grid;
        grid-template:
            "main main"
            ". ."
            "left right"
            / 1fr 1fr;
        gap: 0 2rem;
        margin: 2rem 3%
}
    }

#home figure {
        position: relative;
    }

#home figcaption, #home .btn-cont {
        color: white;
        position: absolute;
        bottom: 1rem;
        left: 1rem;
    }

@media (min-width: 600px) {

#home figcaption, #home .btn-cont {
            max-width: 40%;
            bottom: 1rem;
            left: 1rem
    }
            #home figcaption p, #home .btn-cont p {
                /* max-width: 300px; */
            }
        }

#home .btn {
        background-color: #e6e6e6;
        color: black;
        font-weight: 600;
        padding: 0.6em 2em;
        border-radius: 30px;
        text-transform: unset;
        display: inline-block;
        width: auto;
    }

#home h2 {
        font-size: 1.44em;
    }

#home-hero {
    grid-area: main;
    margin-bottom: 2rem;
}

#home-hero figcaption {
        max-width: 100%;
        width: 100%;
        color: black;
        top: 0;
        /* right: 5rem; */
        text-align: center;
        left: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

@media (max-width: 600px) {

#home-hero figcaption {
            text-align: center;
            color: black
            /* position: unset; */
            /* margin-top: 1rem; */
    }
        }

#home-hero figcaption p {
            font-family: "PermanentMarker-Limited";
            font-size: 2.5rem;
            margin: 0 0 0.3em;
            line-height: 1.1;
            border-radius: 1rem;
            background-color: rgb(249, 249, 249, 0.6);
            box-shadow: 0px 0px 30px 30px rgb(249, 249, 249, 0.6);
        }

@media (min-width: 600px) {

#home-hero figcaption p {
                font-size: 3vw;
        }
            }

@media (max-width: 600px) {

#home-hero figcaption p {
                min-width: 300px;
        }
            }

/* Dynamically crop image for screen width */

@media (min-width: 900px) {

#home-hero {
        height: calc(100vw / 2.2)
}
    }

@media (min-width: 900px) {

#home-hero img {
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%
    }
        }

#feature-left, #feature-right {
    position: relative;
}

@media (max-width: 600px) {

#feature-left, #feature-right {
        margin-bottom: 1rem
}
    }

#feature-left figcaption, #feature-right figcaption {
        top: 1rem;
        font-size: 0.833em;
        font-weight: 100;
    }

@media (min-width: 600px) {

#feature-left figcaption, #feature-right figcaption {
            left: unset;
            right: 1rem;
            text-align: right
    }
        }

#feature-left .btn-cont, #feature-right .btn-cont {
        top: 0;
        left: 1rem;
        /* right: 1rem; */
        text-align: left;
    }

@media (min-width: 600px) {

#feature-left .btn-cont, #feature-right .btn-cont {
            top: 0.5rem;
            left: 2rem
            /* right: 2rem; */
    }
        }

#feature-left {
    grid-area: left;
}

#feature-right {
    grid-area: right;
}

#promo-banner {
    padding: 1rem 1rem 0;
}

@media (min-width: 600px) {

#promo-banner {
        padding: 2rem 3% 0
}
    }

/* Cart Dropdown menu */

#mini-cart {
    line-height: 1.5;
    /* top: 5rem; */
    position: absolute;
    right: 0;
    width: 350px;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    box-shadow: -3px 5px 6px rgba(0, 0, 0, 0.16);
    transition: max-height 0.5s ease 0s;
    -moz-transition: max-height 0.5s ease 0s;
    -ms-transition: max-height 0.5s ease 0s;
    -o-transition: max-height 0.5s ease 0s;
    -webkit-transition: max-height 0.5s ease 0s;
    display: none;
}

@media (max-width: 500px) {

#mini-cart {
        width: 100vw;
}
    }

@media (min-width: 600px) {

#mini-cart {
        max-height: 0; /* off by default = 0 */
        display: unset !important; /* half fix for cart becoming inactive upon resize from mobile to desktop after use */
}
    }

.dropdown {
    display: inline-block;
}

/* Show the dropdown menu on hover */

@media (min-width: 600px) {
    #mini-cart.hover, .dropdown:hover #mini-cart {
        display: block;
        max-height: 800px;
    }
}

.button.checkout {
    margin-top: 1rem;
    width: 100%;
    color: white !important;
    display: block;
    padding: 0.75rem;
}

/* Payment Gateway Styles */

.wc_braintree_cart_gateways {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* #header needed for spelector specificity */

#header .wc-braintree-cart-text {
        line-height: 2.5;
        margin: 0;
    }

#header .wc-braintree-cart-gateways-container {
        margin-top: -1rem;
    }

#header .wc_braintree_cart_gateway {
        width: 250px;
        height: 40px;
        margin-bottom: 1rem;
    }

.apple-pay-button {
    border-radius: 3px;
}

.wc_braintree_cart_gateways {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_braintree_cart_gateways {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_braintree_cart_gateways {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Main Cart Styles */

.woocommerce-cart-form table {
        width: 100%;
    }

.woocommerce-cart-form a {
        text-decoration: none;
    }

.widget_shopping_cart_content {
    margin: 1rem;
}

dt.variation-Note {
    display: none;
}

.variation-Note {
    text-align: left;
}

.content {
    margin: 2rem 0;
}

.content a {
        text-decoration: none;
    }

/* Arrangement */

.archive-body {
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px) {

.archive-body {
        display: grid;
        grid-template:
            "sidebar product"
            / minmax(250px, 20%) minmax(400px, auto)
}
    }

/* Product Images */

.products {
    grid-area: product;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    margin: 0 1rem;
}

@media (min-width: 600px) {

.products {
        margin: 0 2rem;
        grid-row-gap: 3rem
}
    }

@media (min-width: 1100px) {

.products {
        grid-template-columns: repeat(3, 1fr);
        margin-right: 8%;
        margin-left: 2.5rem
}
    }

@media (min-width: 1600px) {

.products {
        grid-column-gap: 2rem
}
    }

.products li {
        position: relative;
    }

.onsale {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #ff8263;
    min-height: 3.3em;
    min-width: 3.3em;
    line-height: 3.3em;
    color: white;
    font-weight: 700;
    margin: -0.5em -0.5em 0 0;
}

/* Sidebar */

#sidebar-primary {
    grid-area: sidebar;
    margin-top: 0;
    margin-left: 5vw;
    font-weight: 600;
    line-height: 2;
    order: -1;
}

@media (max-width: 800px) {

#sidebar-primary {
        margin: -0.5rem auto 0.5rem
}
    }

@media (min-width: 800px) {

#sidebar-primary {
        border-right: 1px solid rgba(0, 0, 0, 0.15)
}
    }

@media (max-width: 800px) {

.product-categories {
        display: none
}
    }

.current-cat {
    color: #ff8263;
}

/* Product Info */

.woocommerce-loop-product__title {
    margin: 0.5rem 0 0;
    font-size: initial;
    font-weight: 600;
}

.products .price {
    color: #888;
}

.main-product-image {
    max-width: 1300px;
    margin: 2em auto;
}

@media (min-width: 700px) {

.main-product-image {
        display: grid;
        grid-template:
            "product information"
            "product details" 1fr
            "quotes quotes"
            / auto 372px;
        gap: 1rem;
        padding: 0 1rem
}
    }

@media (min-width: 1000px) {

.main-product-image {
        width: 70%;
        min-width: 980px;
        max-width: 1100px;
        grid-column-gap: 1.5rem
}
    }

/* Customize thumbnail slider */

.iconic-woothumbs-all-images-wrap {
    grid-area: product;
    margin-bottom: 1rem;
}

.entry-summary {
    grid-area: details;
}

/* Product Information Area */

#product-info {
    grid-area: information;
    display: grid;
    position: relative;
    gap: 0.5rem;
}

@media (max-width: 700px) {

#product-info {
        justify-items: center
}
    }

#product-info .onsale {
        top: 7.5rem;
        right: 0.5rem;
        z-index: 99;
    }

@media (min-width: 700px) {

#product-info .onsale {
            top: 2rem
    }
        }

@media (max-width: 700px) {

table.variations {
        margin: 0 auto
}
    }

table.variations tr {
        margin-bottom: 1rem;
    }

table.variations strong {
        font-weight: 400;
    }

.iconic-was-chosen-attribute {
    color: #000;
    font-weight: 600;
}

.product_title {
    margin: 0;
}

p.price {
    margin: 0;
    line-height: 1;
    font-size: 1.44em;
    font-weight: 600;
}

.woocommerce-review-link {
    font-size: 0.833em;
}

.size-chart {
    text-align: center;
    font-weight: 100;
    margin-bottom: 1rem;
    font-size: 0.833em;
}

/* Form Section */

@media (max-width: 700px) {

#product-info, .variations_form {
        text-align: center
}
    }

.summary {
    margin: 0 1rem 1rem;
}

@media (min-width: 700px) {

.summary {
        margin: 0
}
    }

.summary h2 {
        font-size: 1rem;
    }

.single_add_to_cart_button {
    font-size: 1.2em;
}

/* Hide qty input */

.product .quantity {
    display: none !important;
}

/* Description */

.description-widget {
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
}

.description-widget h2 {
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
    }

.description-widget .caret {
        float: right;
        margin-right: 0.5em;
    }

.widget-content {
    display: none;
    margin-bottom: 2rem;
}

section.description-widget:nth-last-of-type(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-variation-description {
    font-size: 0.833em;
}

@media (max-width: 700px) {

.woocommerce-variation-description {
        text-align: left
}
    }

.woocommerce-variation-price {
    display: none;
}

/* Gift Option */

/* #product-11904,
#product-14418 {
    .entry-summary {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-details__short-description {
        order: -1;
    }
    .variations_form {
        margin-bottom: 1rem;
    }
}

.gift-wrap-container {
    text-align-last: left;
    line-height: 1;
    margin: 1rem 0;
}
#gift-wrap {
    cursor: pointer;
}
label[for="gift-wrap"] {
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.gift-note-container {
    display: none;
    margin: 1rem 0;
}
label[for="gift-note"] {
    font-size: $small;
    color: #555;
}
#gift-note {
    width: 100%;
    margin: 0;
} */

/* Product Details */

h2.product-details {
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
}

.product-details-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 1rem;
    text-align: left;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.7s, opacity 0.5s;
    pointer-events: none;
}

.product-details-modal img {
        width: 80px;
    }

.product-details-modal header {
        padding: 0 1rem 2rem 0;
        display: flex;
    }

@media (min-width: 700px) {

.product-details-modal header {
            padding: 2rem 2rem 0 2rem;
    }
        }

.product-details-modal .close {
        flex-grow: 1;
        font-size: 2em;
        font-weight: 100;
        text-align: right;
        position: relative;
        cursor: pointer;
    }

.product-details-modal h1 {
        font-size: 1.728em;
        margin: 0;
    }

.product-details-modal figure {
        margin: 0 1rem 0 0;
    }

.product-details-modal figcaption {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.product-details-modal figcaption p {
            margin: 0;
        }

.product-details-modal strong {
        font-weight: 900;
        line-height: 2;
    }

.product-details-modal p {
        margin-bottom: 1.5rem;
    }

.product-details-flex-container {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 2rem);
}

.product-details-content-container {
    background: #fff;
    max-width: 900px;
    padding: 1rem;
}

/* margin-bottom: 6rem; */

@media (min-width: 700px) {

.product-details-content {
        padding: 0 10%
}
    }

@media (min-width: 900px) {

.product-details-content {
        padding: 0 20%
}
    }

.product-details-modal.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    overflow-y: auto;
}

/* Praise for Kikkos */

/* #praise-for-kikkos {
    @media (min-width: 700px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-area: quotes;
        margin: 1rem 0 0;
    }
    text-align: center;
    margin: 2rem 1rem;
    > h2 {
        font-family: "Tropical";
        font-weight: normal;
        line-height: 0.6;
        font-size: calc($h3 * 2);
        width: 100%;
    }
    > hr {
        @media (min-width: 700px) {
            display: none;
        }
        width: 50%;
        border-top: 1px solid #555;
    }
}
.athlete-quote {
    @media (min-width: 700px) {
        width: 50%;
    }
    margin: 2rem 0;
    > h3 {
        font-size: $h5;
        text-align: center;
        @media (min-width: 700px) {
            min-height: 2.75rem;
        }
    }
}
.name {
    margin: 0;
    font-style: italic;
    color: #555;
    text-align: right;
}
.athlete-title {
    font-size: $small;
    color: #555;
} */

/* Related Products */

.related.products {
    display: block;
    max-width: 1000px;
    text-align: center;
    margin: 2rem auto;
    padding: 0;
}

.related.products a {
        text-decoration: none;
    }

.related.products .products {
        margin: 0 auto;
    }

.related.products .iconic-was-swatches {
        text-align: left;
    }

#our-story {
    display: flex;
    align-items: center;
}

#story-container, #team-container {
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
}

@media (min-width: 600px) {

#story-container, #team-container {
        display: grid;
        grid-template:
            "header copy"
            "polaroid copy" 1fr
            / 2fr 3fr;
        grid-column-gap: 2rem
}
    }

#story-container h1, #team-container h1 {
        color: #2dbcaf;
        grid-area: header;
        text-align: center;
    }

@media (min-width: 600px) {

#story-container h1, #team-container h1 {
            text-align: right
    }
        }

#story-container h3, #team-container h3 {
        margin: 0;
        font-size: 20px;
    }

#story-copy {
    grid-area: copy;
}

#polaroids {
    grid-area: polaroid;
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

@media (min-width: 600px) {

#polaroids {
        max-width: 350px
}
    }

.woocommerce-order-received figure {
        display: flex;
        justify-content: center;
    }

.woocommerce-order-received main {
        display: grid;
        justify-content: center;
        align-content: center;
    }

.woocommerce-order-received p {
        margin: 0;
    }

.woocommerce-order {
    display: grid;
    //flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.woocommerce-thankyou-order-failed-actions {
    text-align: center;
}

.speech-bubble {
    display: grid;
    align-content: center;
    font-size: 1.2em;
    position: relative;
    background: #00c4b3;
    border-radius: 0.4em;
    min-height: 200px;
    margin: 0 1rem 2rem;
    padding: 1rem;
    color: white;
    max-width: 500px;
}

.speech-bubble p {
        margin-bottom: 1em;
    }

.speech-bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60%;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top-color: #00c4b3;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}

.penguin {
    width: 50%;
    max-width: 300px;
    min-width: 120px;
    height: 100%;
}

.error404 main {
        display: grid;
        padding: 2rem 1rem;
        align-content: center;
    }

.error404 .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.error404 figure {
        margin: 1rem 0;
        display: flex;
        justify-content: center;
    }

@media (max-width: 600px) {

.error404 figure {
            flex-grow: 1
    }
        }

.chalk-board {
    border: 0.7em solid #b78240;
    background-color: #497959;
    color: white;
    min-height: 25vh;
    text-align: center;
    display: grid;
    align-content: center;
    width: 100%;
    max-width: 500px;
    flex-grow: 1;
    font-size: 1.2em;
}

/* cart item */

.woocommerce-checkout-review-order-table a {
        text-decoration: none;
    }

.widget_shopping_cart_content .product-thumbnail {
    width: 80px !important;
    height: 80px !important;
}

.cart_item .product-thumbnail {
        padding: 0;
        width: 25%;
    }

.cart_item .product-thumbnail img {
            width: 100%;
            height: auto;
        }

.cart_item .cart-column-info {
        line-height: 1.2;
        font-weight: 100;
        padding: 0 0 0 0.5em;
    }

.cart_item .product-name {
        font-weight: 600;
        text-decoration: none;
    }

.cart_item .variation {
        margin: 0;
    }

.cart_item dt {
        float: left;
    }

.cart_item dt:after {
        content: "\00a0";
    }

.cart_item dd {
        margin: 0;
    }

.cart_item .remove {
        vertical-align: middle;
    }

td.cart-item-price {
    text-align: right;
    width: 40px;
    white-space: nowrap;
}

.delete-icon {
    width: 1em;
    display: inline-block;
    padding-bottom: 4px;
}

.invisible-cells {
    height: 1em;
}

.quantity {
    display: inline-block;
}

.quantity input {
        padding: 0 0 0 0.25em;
    }

/* Coupon */

.coupon {
    margin: 0 0 1rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.coupon label {
        display: none;
    }

.coupon input {
        border-radius: 0;
    }

.coupon button {
        background: #adadad;
        text-transform: uppercase;
        font-weight: 700;
    }

.actions {
    padding: 0;
}

.woocommerce-remove-coupon {
    padding-right: 0.5em;
}

/* Subtotals */

.totals-box {
    background-color: #ebebeb;
}

.totals-box th {
        text-align: left;
        padding-left: 0.5em;
    }

.totals-box td {
        text-align: right;
        padding-right: 0.5em;
    }

.totals-box .cart-subtotal {
        border-top: 3px solid;
    }

.subtotals-box td, .subtotals-box th {
        font-weight: 100;
    }

.order-total {
    border-top: 1px solid;
    border-bottom: 3px solid;
    font-size: 1.2em;
}

.order-total td {
        padding: 0.5rem;
    }

.cart-shipping th, .cart-shipping td {
        padding-bottom: 0.5rem;
    }

.cart-subtotal td, .cart-subtotal th {
        padding-top: 0.5rem;
    }

#team-orders {
    display: flex;
    align-items: center;
}

#team-container {
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
}

@media (min-width: 600px) {

#team-container {
        display: grid;
        grid-template:
            "top top"
            "header copy"
            / 2fr 5fr;
        grid-column-gap: 3rem
}
    }

#team-container h1 {
        color: #2dbcaf;
        grid-area: header;
        text-align: center;
    }

@media (min-width: 600px) {

#team-container h1 {
            text-align: right
    }
        }

#team-container h2 {
        /* grid-area: top; */
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
    }

/* margin: 0.5rem 0 3rem; */

@media (max-width: 600px) {

#team-container h2 {
            margin: 2rem 0 2rem
    }
        }

#team-container h3 {
        margin: 0 0 2rem;
        font-size: 22px;
        font-weight: 900;
    }

@media (max-width: 600px) {

#team-container h3 {
            text-align: center
    }
        }

#team-container .team-q {
        font-weight: 400;
    }

#team-container .team-ans {
        font-style: italic;
        font-weight: 100;
    }

#team-copy {
    grid-area: copy;
}

#team-copy p {
        font-size: 20px;
        font-weight: 100;
        margin: 0.25rem 0;
    }

#team-faq h3 {
        font-size: 16px;
        margin-bottom: 1em;
    }

#team-faq p {
        font-size: 16px;
    }

.team-sale {
    color: #6803ff;
}

.team-header {
    grid-area: top;
    margin: 0.5rem 0 3rem;
}

.team-sale-blurb {
    margin: 0;
    text-align: center;
}

.terms-agreement {
    font-size: 0.833em;
}

.terms-agreement > a {
        text-decoration: underline !important;
    }

.terms {
    max-width: 900px;
    padding: 0 2rem;
    margin: 2rem auto;
}

#why-kikkos section {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

#why-kikkos section:first-child {
        min-height: calc(100vh - 80px);
    }

#why-kikkos ul {
        color: #fff;
        margin-right: 1rem;
    }

@media (min-width: 600px) {

#why-kikkos ul {
            text-align: right
    }
        }

#why-kikkos ul li {
            margin: 1rem 1rem;
        }

#why-kikkos ul a {
            text-decoration: none;
        }

#why-kikkos > #kikko-dif > a {
    display: block;
}

.whyk-nav {
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    border-radius: 5% 0 0 5%;
    position: absolute;
    right: 0;
}

@media (max-width: 1050px) {

.whyk-nav {
        display: none
}
    }

.whyk-nav a {
        transition: 0.2s font-size;
    }

.whyk-nav a:hover {
        font-size: 1.2em;
    }

#kikko-dif {
    text-align: center;
}

#kikko-dif div {
        margin-top: -82px;
        width: 100%;
    }

#kikko-dif h1 {
        font-size: 10vw;
    }

@media (max-width: 600px) {

#kikko-dif h1 {
            font-size: 20vw;
            line-height: 0.7
    }
        }

#kikko-dif ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

@media (max-width: 600px) {

#kikko-dif ul {
            flex-direction: column
    }
        }

@media (min-width: 600px) {

#kikko-dif ul {
            width: 50%;
            min-width: 600px
    }
        }

#kikko-dif li {
        font-size: 1.44em;
        color: #ff8263;
    }

.why-kikkos {
    margin: 1.5rem 1rem;
}

@media (min-width: 600px) {

.why-kikkos {
        max-width: 800px;
        margin: 1.5rem auto;
        display: grid;
        grid:
            ". defined"
            "header why-copy"
            / 1fr 2fr;
        grid-column-gap: 2rem
}
    }

.why-kikkos h1 {
        margin: 2rem 0;
    }

@media (min-width: 600px) {

.why-kikkos h1 {
            font-size: 15vw;
            margin: 0;
            text-align: right
    }
        }

@media (min-width: 900px) {

.why-kikkos h1 {
            font-size: 8rem
    }
        }

.why-kikkos > header {
        grid-area: header;
        align-self: start;
    }

@media (min-width: 600px) {

.why-kikkos > header {
            margin-top: 1.4rem
    }
        }

.definition {
    grid-area: defined;
}

@media (max-width: 600px) {

.definition {
        margin: 2rem 0
}
    }

.definition > p {
        margin: 0 auto;
    }

.defined-word {
    font-size: 2.488em;
    font-weight: 600;
}

.why-copy {
    grid-area: why-copy;
    margin-right: 1rem;
    font-size: 1.2em;
}

.why-copy p:first-child {
        -webkit-margin-before: 1rem;
                margin-block-start: 1rem;
    }

.defined-word {
    color: #d4d4d4;
}

#comfort h1 {
        color: #ff8263;
    }

#comfort a[href^="#comfort"] {
        font-weight: 700;
        pointer-events: none;
    }

#durability h1 {
        color: #2dbcaf;
    }

#durability a[href^="#durability"] {
        font-weight: 700;
        pointer-events: none;
    }

#performance h1 {
        color: #ff8263;
    }

#performance a[href^="#performance"] {
        font-weight: 700;
        pointer-events: none;
    }

#value h1 {
        color: #2dbcaf;
    }

#value a[href^="#value"] {
        font-weight: 700;
        pointer-events: none;
    }

main#contact {
    background-color: #ff8263;
    display: flex;
    padding: 2rem 1rem;
}

#contact-content {
    /* Desktop Layout */
    margin: auto;
}

@media (min-width: 600px) {

#contact-content {
        display: grid;
        grid-template:
            "header header header"
            "hours hours hours"
            "call email write"
            / auto;
        grid-column-gap: 2rem
}
    }

#contact-content > h1 {
        grid-area: header;
        margin: 0 0 1rem;
    }

@media (max-width: 600px) {

#contact-content > div {
            margin: 2rem 0;
            text-align: center
    }
        }

#contact-content a {
        text-decoration: none;
    }

#hours {
    grid-area: hours;
    text-align: left;
    font-weight: normal;
}

@media (max-width: 600px) {

#hours {
        font-size: 1.2em
}
    }

#team-colorbg {
    background-color: #ffba2e;
    min-height: calc(100vh - 80px);
}

#intro {
    padding: 2rem 1rem;
}

/* Desktop Grid Layout */

@media (min-width: 600px) {

#intro {
        display: grid;
        grid-template-areas:
            "header header"
            "img price";
        grid-template-columns: 3fr 2fr;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        text-align: center;
        max-width: 900px;
        margin: auto
}
        #intro > figure {
            grid-area: img;
            justify-self: end;
            margin: 1rem;
        }
    }

#custom-socks-img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

#team-header {
    grid-area: header;
}

#team-pricing {
    grid-area: price;
    align-self: center;
    justify-self: start;
    text-align: center;
}

@media (min-width: 600px) {

#team-pricing {
        font-size: 1.44em
}
    }

#team-steps {
    padding: 1rem 1.5rem;
}

@media (min-width: 600px) {

#team-steps {
        max-width: 600px;
        margin: 2rem auto;
        font-size: 1.2em
}
    }

.big-num {
    font-size: 2.074em;
    font-weight: 700;
    padding-right: 0.5rem;
}

.gform_required_legend {
    display: none;
}

#guarantee {
    background-color: #2dbcaf;
    padding: 2rem 1rem;
}

@media (min-width: 600px) {

#guarantee {
        display: flex;
        justify-content: center
}
    }

@media (min-width: 600px) {

#guarantee-content {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        max-width: 700px
}
    }

@media (max-width: 600px) {

#guarantee-content > h1 {
            font-size: 29vw
    }
        }

#guarantee-content > h3 {
        font-weight: normal;
    }

/*# sourceMappingURL=style.css.map */
