/* COMMON STYLE */

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/notoserif-italic.woff2') format('woff2');
    font-weight: 400;
    font-stretch: 100%;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.woff2') format('woff2');
    font-weight: 400;
    font-stretch: 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.woff2') format('woff2');
    font-weight: 700;
    font-stretch: 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/sourceserifpro-regular.woff2') format('woff2');
    font-weight: 400;
    font-stretch: 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/sourceserifpro-bold.woff2') format('woff2');
    font-weight: 700;
    font-stretch: 100%;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 18px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

select {
    background-color: white;
    background-size: 0.5rem;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 5px;
    border-width: 1px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding: 0 0.3rem 0 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Serif */
body {
    font-family: 'Source Serif Pro', georgia, serif;
    line-height: 1.5rem;
    margin: 0;
}

/* Italic Serif */
.istat,
.photo_floatr, .photo,
blockquote p {
    font-style: italic;
    font-family: 'Noto Serif', georgia, serif;
    font-size: 0.9rem;
    font-weight: 400;
}

/* Sans Serif */
.tx, .rights,
input[type=submit], input[type=submit]:hover,
.buy_button, .button2, .button,
#promo_text, #in, #err, #message {
    font-family: 'Open Sans', Arial, sans-serif;
}

/* Monospace */
.disclaimer {
    font-family: courier, monospace;
}

body {
    background-color: #d9e9d9;
    background: linear-gradient(to bottom right, #d9e9d9, #ffffff);
}

h4,
h1 {
    text-align: center;
    color: green;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0.5rem 1rem 0.5rem;
    font-family: georgia, serif;
}

.summary {
    text-align: center;
    color: green;
    font-size: 1.1rem;
    margin: 0;
    padding-bottom: 1rem;
}

.summary_bullets {
    text-align: center;
    width: 100%;
}

h2 {
    text-align: center;
    color: green;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h3 {
    text-align: left;
    color: black;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 400;
}

h5 {
    text-align: left;
    color: green;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 700;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    color: black;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

hr {
    display: block;
    border: none;
    height: 1px;
    background: #808080;
    background: radial-gradient(circle, #808080 0%, #d9e9d9 100%);
}

.outline {
    padding: 0;
    margin: 0.5rem auto 0.5rem auto;
    border-style: solid;
    border-width: 0.1rem;
    border-color: white;
    border-radius: 0.5rem;
    max-width: 900px;
}

.box0 {
    padding: 0.5rem 0.5rem 0 0.5rem;
    max-width: 900px;
    margin: auto;
}

.box1 {
    border-style: solid;
    border-width: 0.5rem;
    border-color: #d9e9d9;
    border-radius: 0.5rem;
    padding: 0.5rem;
    max-width: 900px;
    margin: auto;
}

.box2 {
    border-style: solid;
    border-width: 0;
    border-top-width: 10px;
    border-color: #d9e9d9;
    border-radius: 0;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    max-width: 900px;
}

/* MAIN MENU */

.desktop-logo {
    display: none;
}

.navbar {
    display: block;
    padding: 0;
    font-size: 1rem;
    width: 100%;
    height: 0;
    line-height: 0;
    position: fixed;
    top: 0;
    z-index: 1030;
}

.nav_container {
    display: inline-block;
    width: 100%;
    background: white;
    padding: 0 0 0.1rem 0;
    border-color: #b1c7b2;
    border-style: solid;
    border-width: 0 0 3px 0;
}

.nav_container > div {
    display: table-cell;
    vertical-align: middle;
    height: 2.5rem;
}

.navbar-collapse {
    display: table;
    transition: all 1s cubic-bezier(0.39, 1.52, 0.46, 0.92) 0s, visibility 0s linear 0s, z-index 0s linear 0s;
    height: 100vh;
    overflow: auto;
    width: 100%;
}

.menu {
    display: table;
    width: 100%;
    height: 100%;
    line-height: 1.5rem;
    background-color: #324432;
    margin: 0;
}

.menu > div {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    width: 100%;
}

#menu_logo > img {
    opacity: 0.4;
    height: -ms-calc(100vh -25rem);
    height: -o-calc(100vh -25rem);
    height: calc(100vh - 25rem);
    max-height: 414px;
    width: auto;
}

#menu_logo {
    border-width: 0;
    border-top: 2px solid white;
    text-align: center;
}

.collapse:not(.show) {
    transform: translateX(-100vw);
    height: 0;
    opacity: 0;
}

.show {
    visibility: visible;
}

.top_logo {
    display: block;
    float: left;
    vertical-align: middle;
    padding: 0 0 0 0.5rem;
}

.top_logo img {
    max-height: 2.5rem;
    width: auto;
    height: auto;
    max-width: 100%;
}

.brand {
    padding: 0.2rem;
    font-size: 1.2rem;
    width: 100%;
    color: grey;
    text-align: center;
    font-weight: 700;
}

.navbar-toggler {
    padding: .6rem .6rem 0 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 1.5rem;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    vertical-align: top;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: -16px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-toggler {
    background: white;
    border: none;
}

.button {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #547054;
}

.button:hover {
    color: #547054;
    text-decoration: none;
    background-color: #d9e9d9;
}

.button2 {
    display: block;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: #243b63;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    border-color: white;
}

.button2:hover {
    background-color: #d3e2ec;
    text-decoration: none;
    color: #243b63;
}

.current, .current:hover, .current:link, .current:visited, .current:active {
    background-color: #775c53;
    color: white;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]) {
    color: white;
}

/* FRONT IMAGE AND LOGO */

.order-button-wrap {
    max-width: 100%;
    text-align: center;
}

.order_buttons {
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: auto;
    padding: 0;
    line-height: 1.4rem;
}

.fcont {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100px;
    width: 100%;
    overflow: hidden;
    line-height: 2rem;
}

.front-logo {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.ftop {
    padding: 0 0 1rem 0;
    min-height: 0;
    min-width: 0;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    justify-content: center;
}

.ftop > img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.fmiddle {
    flex: 0 0 auto;
    margin: auto;
    object-fit: contain;
    padding: 0.5rem;
}

.fbottom {
    justify-content: center;
    flex: 0 1 auto;
    margin: auto;
    padding: 0.5rem;
    min-height: 0;
    min-width: 5rem;
}

.fbottom > img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.front-text {
    color: white;
    text-align: center;
    font-size: calc(35px + (50 - 35) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(40px + (50 - 35) * ((100vw - 300px) / (1920 - 300)));
}

.front-text-small {
    font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(25px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.front-motto {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
}

.front-text,
.front-text-small,
.front-motto {
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.8);
}

/* RESPONSE TO USER INPUT */

#err {
    color: red;
}

#message {
    color: green;
    font-size: 1.2rem;
    font-weight: 700;
}

#promo_text, #in, #err {
    font-size: 0.8rem;
}

.prevalence p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* PRODUCT */
.pinfo {
    display: block;
    padding: 0;
    margin: auto;
    max-width: 900px;
}

.pinfo > div {
    background: white;
    border-color: #d9e9d9;
    border-style: solid;
    border-width: 8px;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}

.pinfo img {
    max-height: 6rem;
    display: block;
    margin: auto;
    max-width: 100%;
}


.star, .ingredients, .notinc {
    list-style: none;
}

.star li, .ingredients li, .notinc li {
    padding: 0 0 1rem 0;
    text-indent: -1.5rem;
    line-height: 1.5rem;
}

.notinc li::before {
    background-image: url('../images/cross.png');
}

.ingredients li::before {
    background-image: url('../images/tick.png');
}

.star li::before {
    background-image: url('../images/star.png');
}

.notinc li::before,
.star li::before,
.ingredients li::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem;
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    content:"";
}

.ingredient {
    color: #007bff;
}

.adjust li {
    margin: 0.5rem 0 0 1.5rem;
}

.box1 > ul {
    margin-left: -1rem;
}

/* PRODUCT CONTAINER */
.product_border {
    border-color: rgb(0, 123, 255);
    border-color: rgba(0, 123, 255, 0.22);
}

.product_border > ul {
    margin: 0;
    padding: 0;
}

.product {
    display: block;
    width: 100%;
    padding: 0;
}

.product > div {
    display: block;
}

.product > div:first-child {
    width: 100%;
}

.product label {
    font-weight: bold;
}

/* ORDER DETAILS CONTAINER */
.twocol {
    display: table;
    width: 100%;
}

.twocol > div {
    display: table-row;
}

.twocol > div > div {
    display: table-cell;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

.twocol > div > div:first-child {
    width: 1%;
    white-space: nowrap;
}

.product > div > div > img {
    max-width: 2rem;
}

.product_name {
    font-size: 1.1rem;
    color: #003087;
    font-weight: 700;
    width: 100%;
}

/* BUY BUTTON CONTAINER */
.buy_form {
    display: table;
    white-space: nowrap;
    vertical-align: top;
}

.buy_form > div {
    display: table-row;
    width: 100%;
}

.buy_form > div > div {
    display: table-cell;
    width: 100%;
    padding: 0.2rem 0;
}

#paypal {
    vertical-align: middle;
    padding: 0.1rem 1rem 0 0;
    height: 0.8rem;
}

#paypal-button-container,
#paypal-data {
    display: block;
}

#ur-small {
    height: 3rem;
    width: auto;
}

select {
    font-size: 1rem;
    font-family: inherit;
}

.buy_button {
    color: black;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 700;
    border-radius: 5px;
    border-width: 1px;
    padding: 0.1rem 1.5rem 0.1rem 0.1rem;
    background: #ffc439;
    background: linear-gradient(to bottom right, #ffc439, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc439', endColorstr='#ffffff', GradientType=1 );
}

.buy_button > img {
    padding: 0 0.5rem 0 0.1rem;
    max-height: 100%;
    height: 1.2rem;
    width: auto;
}

.buy_button:hover {
    color: white;
    text-decoration: none;
    background: #87ceeb;
    background: linear-gradient(to bottom right, #ffffff, #87ceeb);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#87ceeb', GradientType=1 );
}

#pricenew {
    color: green;
    font-size: 1.2rem;
    font-weight: 700;
}

#price {
    color: #003087;
    font-weight: 700;
}

#msg {
    font-size: 1rem;
    color: red;
    line-height: 1rem;
    white-space: pre-wrap;
}

.cost {
    text-align: left;
    vertical-align: bottom;
}

input[type=submit] {
    background-color: #547054;
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.2rem 2rem;
}

input[type=submit]:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
    color: #547054;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.2rem 2rem;
}

/* TERMS & POLICIES */

.ref-button {
    font-family: inherit;
    font-size: 1rem;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.ref-button:hover {
    color: #0056b3;
    text-decoration: underline;
}

#terms {
    color: #324432;
}

#terms a {
    color: green;
}

#terms a:hover {
    color: #547054;
}

.divider {
    list-style-type: none;
}

/* SUCCESS STORIES */

.storybox {
    border-style: solid;
    border-width: 0.2rem;
    border-color: #d9e9d9;
    border-radius: 10px;
    background-color: white;
    background-color: rgba(240, 240, 240, 0.8);
    padding: 1px;
    margin: auto;
    max-width: 900px;
    margin-bottom: 20px;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}

blockquote {
    line-height: 1.5rem;
    margin: 0 0 0.5rem 0;
}

blockquote:before {
    color: #383838;
    content: "\201C";
    font-size: 4rem;
    line-height: 0.1rem;
    margin-right: 0.25rem;
    vertical-align: -1.2rem;
}

blockquote:after {
    content: "\201D";
}

blockquote p {
    display: inline;
    font-size: 1rem;
    color: #383838;
    margin-top: 2rem;
}

.storybox cite {
    color: #775c53;
    font-size: 0.9rem;
    display: block;
}

.storybox cite:before {
    content: "\2014 \2009";
}

/* FAQ */

.faq-container {
    margin: 0 auto 20px auto;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.faq {
    border-bottom: 1px solid #eee;
}

.faq:last-of-type {
    border-bottom: none;
}

.faq_q {
    font-family: 'Source Serif Pro', georgia, serif;
    width: 100%;
    background: #f6f9f6;
    border: none;
    padding: 0.75rem 1rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq_q:hover {
    background: #f0f0f0;
}

.faq_q .icon-down {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.faq_q[aria-expanded="true"] .icon-down {
    transform: rotate(180deg);
}

.faq_a {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.6s ease-in;
    background: #fff;
    padding: 0 1rem;
}

.faq_a.open {
    max-height: 100%;
    opacity: 1;
    padding: 0.75rem 1rem 1rem 1rem;
}

/* FOOTER */

.disclaimer {
    color: black;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0.5rem 0 0 0;
}

.rights {
    color: #547054;
    font-size: 0.7rem;
    line-height: 1.1rem;
    display: table;
    width: 100%;
}

.rights_left {
    display: table-cell;
    text-align: left;
}

.rights_right {
    display: table-cell;
    text-align: right;
}

.footer_flag {
    height: 1.4rem;
    vertical-align: baseline;
}

.footer_heart {
    height: 1rem;
    vertical-align: baseline;
}

/* THANK YOU PAGE */

.tx {
    text-align: center;
}

.product > div.thanks {
    display: block;
}

.thanks > p {
    display: block;
    text-align: center;
    margin: auto;
    color: black;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding: 5px;
    overflow-wrap: break-word;
}

.order_details {
    width: fit-content;
    margin: auto;
}

.order_details > ul {  /* order details */
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

.thanks_jj {  /* JJ image */
    padding: 5px 0px 0px 0px;
    width: 80%;
    display: block;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

.thanks_complete {  /* green tick image */
    display: block;
    width: 30%;
    height: auto;
    margin: auto;
    padding: 1rem;
}

.details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.detail_row {
    min-width: 250px;
    flex: 1;
    margin: 10px;
}

.detail_roww {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.detail {
    width: 3rem;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
}

.detail > img {
    width: 100%;
    height: auto;
}

.email {
    word-break: break-word;
}

/* PHOTO POSITIONS */

.photo_floatr div,
.photo div {
    text-align: center;
    font-size: 0.9rem;
    padding: 0.5rem 0 0 0;
}

.photo_floatr,
.photo {
    text-align: center;
    text-indent: 0;
    font-size: 0.9rem;
    padding: 0 0 2rem 0;
    line-height: 1.1rem;
}

.photo img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.photo_floatr {
    margin: 0 0 0 5%;
    width: 100%;
    float: right;
}

.photo_floatr img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

input[type=submit],
.button2,
.buy_button,
.button {
    transition-duration: 0.4s;
}

.button2,
.buy_button {
    box-shadow: 5px 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.button,
.thanks_jj,
.photo_floatr img,
.photo img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* CONTACT US */

.contact_logo {
    width: 6rem;
    height: auto;
}

.contact {
    display: table;
    border-color: #d9e9d9;
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    margin: 0;
}

.contact > div {
    display: table-cell;
    vertical-align: top;
    padding: 0.5rem;
}

.contact_form div {
    font-size: 1rem;
    padding: 5px;
}

.contact_form textarea {
    width: 100%;
    height: 20rem;
    max-width: 850px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
}

.contact_form input {
    height: 2rem;
    width: 16rem;
    max-width: 100%;
    padding: 5px 8px;
    transition: padding .25s;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 5px;
}

.contact_form input:focus:invalid,
.contact_form textarea:focus:invalid {
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    background-size: 1rem;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.contact_form input:required:valid,
.contact_form textarea:required:valid {
    background: #fff url(../images/valid.png) no-repeat 98% center;
    background-size: 1rem;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.contact_form label {
    font-weight: bold;
}

button.submit {
    border-radius: 20px;
    padding: 0.2rem 2rem;
}

button.submit:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
}

.g-recaptcha div {
    padding: 0;
}

/* EGUS */

.causes p {
    max-width: 900px;
}

.ref {
    font-size: 0.8rem;
}

.stat {
    font-size: 1.2rem;
}

.fig_right,
.fig_center {
    font-size: 0.9rem;
    font-family: 'Source Serif Pro', georgia, serif;
    font-style: normal;
    font-weight: 700;
}

.fig_right > img,
.fig_center > img {
    padding: 0.5rem;
    border-radius: 0;
    max-width: 450px;
}

.hide,
.rcol,
.rcol > div,
.rcol > div > img {
    display: none;
}

.risks,
.causes,
.causes > div {
    display: block;
}

.twocol td {
    display: table-cell;
}

.twocol td > img {
    max-width: 2rem;
}

/* FLEX */
.fbottom, .fmiddle, .ftop, .front-logo, .fcont {
    display: block;
    display: flex;
}

/* DESKTOP MODS */

@media screen and (min-width: 580px) {
    .cost {
        text-align: center;
    }

    .buy_form {
        display: table;
    }

    .buy_form > div > div {
        display: block;
        width: auto;
    }

    .product {
        padding: 0 0 1rem 0;
    }

    .product > div {
        display: table-cell;
    }

    .twocol > div > div {
        padding: 0.5rem 0.5rem 0rem 0;
    }

    #ur-small {
        height: 5rem;
    }

    .thanks > ul {
        margin-left: 2.5rem;
    }
}

@media screen and (min-width: 768px) {

    /* GENERAL */
    h4,
    h1 {
        padding: 0.5rem 0.5rem 1rem 0.5rem;
        font-size: 2rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    .box0 {
        padding: 1rem 0 0 0;
    }

    .box1 {
        padding: 0 1rem 0 1rem;
    }

    /* MENU */
    .navbar-collapse {
        width: auto;
    }
    .menu {
        width: auto;
    }
    .bottom_menu {
        width: 100%;
    }

    .front-logo {
        padding-bottom: 0.5rem;
    }

    .fbottom {
        display: none;
    }

    /* INDEX */
    .summary {
        font-size: 1.2rem;
        margin: 1rem 15% 1rem 15%;
    }

    .product {
        padding: 0.5rem 0 1rem 0;
    }

    .pinfo {
        display: table;
        border-spacing: 0.1rem 0;
    }

    .pinfo > div {
        display: table-cell;
        width: 50%;
    }

    .pinfo > div > p {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    /* EGUS */
    .hide {
        display: block;
    }

    .fig_right {
        text-align: left;
        width: 45%;
    }

    .causes {
        display: table;
    }

    .lcol {
        display: table-cell;
        width: 55%;
        float: left;
    }

    .rcol {
        display: table-cell;
        float: right;
        width: 45%;
        padding: 0 0 0 1em;
    }

    .rcol > div {
        display: block;
    }

    .rcol > div > img {
        display: block;
        max-width: 400px;
        width: 100%;
    }

    .risks {
        display: none;
    }

    /* EGUS & JJ */
    .photo_floatr {
        width: 50%;
        padding: 0.5rem;
    }

    /* SUCCESS */
    .storybox {
        padding: 1rem;
    }

    blockquote {
        line-height: 1.5rem;
    }

    /* TERMS */
    .box2 {
        padding: 1rem;
    }

    /* THANK YOU */
    .thanks_complete {
        width: 20%;
    }

    .thanks_jj {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {

    html {
        font-size: 20px;
    }

    /* DESKTOP MENU */
    .navbar {
        display: block;
        padding-left: 6rem;
    }

    .nav_container {
        display: none;
    }

    .navbar-collapse {
        display: block;
    }

    .menu {
        display: table;
        width: 100%;
        height: auto;
    }

    .menu > div {
        display: table-cell;
        width: auto;
    }

    .button {
        font-size: 0.8rem;
    }

    /* DESKTOP LOGO */
    .desktop-logo {
        max-width: 10rem;
        z-index: 1030;
        display: block;
        position: fixed;
        top: -2rem;
        left: -2rem;
        border-radius: 0 0 2rem 0;
        padding: 0;
    }

    /* LISTS */
    .box1 > ul {
        margin-left: 0;
        padding-inline-start: 1rem;
    }

    /* REMOVE MOBILE MENU */
    #menu_logo,
    #menu_logo > img,
    .navbar-toggler,
    .brand,
    .top_logo img,
    .bottom_menu,
    .fbottom {
        display: none;
    }

    .collapse:not(.show) {
        transform: translateX(0);
        height: auto;
        min-height: auto;
        opacity: 1;
    }
}

@media screen and (min-width: 1400px) {
    .button {
        font-size: 1rem;
    }
}

/* TINY SCREENS */

@media screen and (max-width: 320px) {
    .twocol > div > div {
        display: block;
        padding: 0.5rem 0.5rem 0rem 0;
    }
    .box1 {
        padding: 0;
    }
    .product_border {
        padding: 0.5rem;
    }
    .footer_flag {
        display: none;
    }
    .fbottom > img {
        max-width: 20%;
    }
}

.unavailable {
    width: 250px;
}


/* GOOGLE PAY BUTTON */

@media screen and (max-width: 320px) {
    #googlepay-container {
        padding: 0rem 0rem 2.9rem 0rem;
        height: 35px;
    }
}

@media screen and (min-width: 380px) {
    #googlepay-container {
        padding: 0rem 0rem 3rem 0rem;
        height: 45px;
    }
}

@media screen and (min-width: 580px) {
    #googlepay-container {
        padding: 0rem 0rem 3.8rem 0rem;
        height: 52px;
    }
}

@media screen and (min-width: 878px) {

    #googlepay-container {
        padding: 0rem 2rem 3.8rem 0rem;
        height: 52px;
    }
}

@media screen and (min-width: 1200px) {
    #googlepay-container {
        padding: 0rem 1rem 3.2rem 0rem;
        height: 52px;
    }
}

@media screen and (min-width: 1400px) {
    #googlepay-container {
        padding: 0rem 1rem 3.5rem 0rem;
        height: 52px;
    }
}
