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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}/* SF-Pro-Rounded */
/*
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 100;
    src: url("/fonts/SF-Pro-Rounded-Thin.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 200;
    src: url("/fonts/SF-Pro-Rounded-Ultralight.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 300;
    src: url("/fonts/SF-Pro-Rounded-Light.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 400;
    src: url("/fonts/SF-Pro-Rounded-Regular.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 500;
    src: url("/fonts/SF-Pro-Rounded-Medium.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 600;
    src: url("/fonts/SF-Pro-Rounded-Semibold.ttf") format("truetype");
}
*/
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 700;
    src: url("/fonts/SF-Pro-Rounded-Bold.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 800;
    src: url("/fonts/SF-Pro-Rounded-Heavy.ttf") format("truetype");
}
/*
@font-face {
    font-family: SF-Pro-Rounded;
    font-weight: 900;
    src: url("/fonts/SF-Pro-Rounded-Black.ttf") format("truetype");
}
*/

/* SF-Pro-Display */
/*
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 100;
    src: url("/fonts/SF-Pro-Display-Thin.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 200;
    src: url("/fonts/SF-Pro-Display-Ultralight.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 300;
    src: url("/fonts/SF-Pro-Display-Light.ttf") format("truetype");
}
*/
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 400;
    src: url("/fonts/SF-Pro-Display-Regular.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 500;
    src: url("/fonts/SF-Pro-Display-Medium.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 600;
    src: url("/fonts/SF-Pro-Display-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 700;
    src: url("/fonts/SF-Pro-Display-Bold.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 800;
    src: url("/fonts/SF-Pro-Display-Heavy.ttf") format("truetype");
}
/*
@font-face {
    font-family: SF-Pro-Display;
    font-weight: 900;
    src: url("/fonts/SF-Pro-Display-Black.ttf") format("truetype");
}
*/

/* SF-Pro-Text */
/*
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 300;
    src: url("/fonts/SF-Pro-Text-Light.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 400;
    src: url("/fonts/SF-Pro-Text-Regular.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 500;
    src: url("/fonts/SF-Pro-Text-Medium.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 600;
    src: url("/fonts/SF-Pro-Text-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 700;
    src: url("/fonts/SF-Pro-Text-Bold.ttf") format("truetype");
}
@font-face {
    font-family: SF-Pro-Text;
    font-weight: 800;
    src: url("/fonts/SF-Pro-Text-Heavy.ttf") format("truetype");
}
*/


[class^="sf-pro-"], [class*=" sf-pro-"] {
    font-family: 'SF-Pro-Display' !important;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-2-0 {
    font-size: min(2vw, 40px) !important;
}

.font-1-9 {
    font-size: min(1.9vw, 38px) !important;
}

.font-1-8 {
    font-size: min(1.8vw, 36px) !important;
}

.font-1-6 {
    font-size: min(1.6vw, 32px) !important;
}

.font-1-5 {
    font-size: min(1.5vw, 30px) !important;
}

.font-1-4 {
    font-size: min(1.4vw, 28px) !important;
}

.font-1-3 {
    font-size: min(1.3vw, 26px) !important;
}

.font-1-2 {
    font-size: min(1.2vw, 24px) !important;
}

.font-1-1 {
    font-size: min(1.1vw, 22px) !important;
}

.font-1-0 {
    font-size: min(1vw, 20px) !important;
}

.font-0-9 {
    font-size: min(0.9vw, 18px) !important;
}

.font-0-8 {
    font-size: min(0.8vw, 16px) !important;
}

.font-0-7 {
    font-size: min(0.7vw, 14px) !important;
}



@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    .font-2-0 {
        font-size: 2.5vw !important;
    }

    .font-1-9 {
        font-size: 2.4vw !important;
    }

    .font-1-8 {
        font-size: 2.3vw !important;
    }

    .font-1-6 {
        font-size: 2.1vw !important;
    }

    .font-1-4 {
        font-size: 1.9vw !important;
    }

    .font-1-3 {
        font-size: 1.8vw !important;
    }

    .font-1-2 {
        font-size: 1.7vw !important;
    }

    .font-1-1 {
        font-size: 1.6vw !important;
    }

    .font-1-0 {
        font-size: 1.5vw !important;
    }

    .font-0-9 {
        font-size: 1.4vw !important;
    }

}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
   
    .font-2-0 {
        font-size: 6vw !important;
    }

    .font-1-9 {
        font-size: 5.4vw !important;
    }

    .font-1-8 {
        font-size: 5.3vw !important;
    }

    .font-1-6 {
        font-size: 5.1vw !important;
    }
    
    .font-1-5 {
        font-size: 4.5vw !important;
    }

    .font-1-4 {
        font-size: 4.9vw !important;
    }

    .font-1-3 {
        font-size: 4vw !important;
    }

    .font-1-2 {
        font-size: 4.7vw !important;
    }

    .font-1-1 {
        font-size: 4.6vw !important;
    }

    .font-1-0 {
        font-size: 3.5vw !important;
    }

    .font-0-9 {
        font-size: 3.4vw !important;
    }
    
    .font-0-8 {
        font-size: 3.3vw !important;
    }
}
:root {
    /* Font */

    --global-font-family:                            'SF-Pro-Display', sans-serif;
    --heading-font-family:                           'SF-Pro-Rounded', sans-serif;
    --font-size-h1:                                  min(1.9vw, 38px);
    --font-size-h2:                                  min(1.8vw, 36px);
    --font-size-h3:                                  min(1.5vw, 30px);
    --font-size-h4:                                  min(1.4vw, 28px);
    --font-size-h5:                                  min(1.3vw, 26px);
    --font-size-h6:                                  min(1.2vw, 24px);
    --font-size-button:                              min(1.1vw, 22px);
    --font-size-input:                               min(1.1vw, 22px);


    /* Colors */

    --global-color-white:                            #ffffff;
    --global-color-black:                            #000000;
    --global-color-gray:                             #b1aeae;
    --global-color-lightgray:                        #cccccc;
    --global-color-mediumgray:                       #999999;
    --global-color-darkgray:                         #666666;
    --global-color-darkdarkgray:                     #393939;
    --global-color-pink:                             #ff99cc;
    --global-color-aqua:                             #33ccff;
    --global-color-orange:                           #fcc115;
    --global-color-yellow:                           #ffcc00;
    --global-color-green:                            #54cb33;
    --global-color-darkorange:                       #ff6633;
    --global-color-red:                              #ff3333;
    --global-color-silver:                           #cccccc;
    --global-color-gold:                             #cc9900;
    --global-color-platinum:                         #99cccc;
    --global-color-olivine:                          #99cc66;
    --global-color-lounge-red:                       #ff0068;


    /* Background */

    --global-background:                             #1c1c1c;
    --global-background-primary:                     #333333;
    --global-background-secondary:                   #4a4a4a;
    --global-background-tertiary:                    #2e2e2e;
    --global-background-fourthary:                   #2b2b2b;
    --global-background-newsletter:                  #3f3f3f;
    --global-background-form-input:                  #404040;
    --global-background-pink:                        #ff99cc;
    --global-background-aqua:                        #33ccff;
    --global-background-black:                       #000000;
    --global-background-lightgray:                   #cccccc;
    --global-background-darkgray:                    #666666;
    --global-background-blue:                        #000033;
    --global-background-white:                       #ffffff;
    --global-background-logged-in:                   #292929;
    --global-background-pagination:                  #212121;
    --glogal-background-subscribe:                   #161616;
    --glogal-background-blocked:                     #1a1a1a;
    --global-background-slider-slide-info:           rgba(255, 255, 255, .7);


    /* Breackpoints */

    --breakpoint-xsmall:                             480px; 
    --breakpoint-small:                              640px;  
    --breakpoint-medium:                             960px; 
    --breakpoint-large:                              1200px;
    --breakpoint-xlarge:                             1600px;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    
    :root {
        /* Font */

        --font-size-h1:                                  2.4vw;
        --font-size-h2:                                  2.3vw;
        --font-size-h3:                                  2vw;
        --font-size-h4:                                  1.9vw;
        --font-size-h5:                                  1.8vw;
        --font-size-h6:                                  1.7vw;
        --font-size-button:                              1.6vw;
        --font-size-input:                               1.6vw;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    :root {
        /* Font */
        --font-size-h1:                                  5.9vw;
        --font-size-h2:                                  5.8vw;
        --font-size-h3:                                  5.5vw;
        --font-size-h4:                                  5.4vw;
        --font-size-h5:                                  5.3vw;
        --font-size-h6:                                  5.1vw;
        --font-size-button:                              5.1vw;
        --font-size-input:                               5.1vw;
    }
}

:root {
    --base-body-background:                           var(--global-background);
    --base-body-font-family:                          var(--global-font-family);
    --base-body-font-weight:                          500;
    --base-body-color:                                var(--global-color-white);
}

*:not([id^="fancybox-"]), *:not([id^="fancybox-"])::before, *:not([id^="fancybox-"])::after {
    box-sizing: border-box;
}

html {
    font-family: var(--base-body-font-family);
    font-weight: var(--base-body-font-weight);
    background: var(--base-body-background);
    color: var(--base-body-color);
    height: 100%;
}

body { 
    margin: 0; 
    height: 100%;
    counter-reset: none;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h1, h2, h3 {
    font-family: var(--heading-font-family);
}

h1 {
    font-size: var(--font-size-h1);
    font-weight: 800;
    text-transform: uppercase;
    margin: min(0.6vw, 12px) 0px;
    color: var(--global-color-pink);
}

h2 {
    font-size: var(--font-size-h2);
    margin-top: min(1vw, 20px);
    font-weight: 800;
}

h3 {
    font-size: var(--font-size-h3);
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: min(0.25vw, 5px);
}

h4 {
    font-size: var(--font-size-h4);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: min(0.5vw, 10px);
    margin-bottom: min(0.25vw, 5px);
}

h5 {
    font-size: var(--font-size-h5);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: min(0.5vw, 10px);
}

h6 {
    font-size: var(--font-size-h6);
    font-weight: 500;
    margin: min(0.6vw, 12px) 0px;
}

.hr-h1 {
    width: min(3vw, 60px);
    margin: 0px;
    border: 2px solid var(--global-color-gray);
}

.hr-h2 {
    width: min(2vw, 40px);
    margin: 0px;
    border: 1px solid var(--global-color-black);
}

.hr-h5 {
    width: min(1.5vw, 30px);
    margin: min(1vw, 20px) 0vw;
    border: 1px solid var(--global-color-white) !important;
}



.main {
    width: min(81%, 1552px);
    margin: 0 auto;
    padding-top: min(0.5vw, 10px);
    background-color: var(--global-background-primary);
    color: var(--global-color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.see-all {
    color: var(--global-color-gray);
    font-weight: 800;
}

.page-size {
    font-weight: 700;
    text-decoration: underline;
    margin-left: min(0.5vw, 10px) !important;
}

.notes {
    text-align: center;
    color: var(--global-color-mediumgray);
    font-weight: 500;
}

.blured {
    filter: blur(15px);
}

.height-5 {
    height: min(5vw, 100px);
}

.height-13 {
    height: min(13vw, 260px);
}

.width-100 {
    width: 100%;
}

.width-max-content {
    width: max-content !important;
}

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

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

.text-transform-none {
    text-transform: none !important;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.text-transform-uppercase {
    text-transform: uppercase !important;
}

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

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

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

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.color-pink {
    color: var(--global-color-pink) !important;
}

.color-orange {
    color: var(--global-color-orange) !important;
}

.color-lightgray {
    color: var(--global-color-lightgray) !important;
}

.color-mediumgray {
    color: var(--global-color-mediumgray) !important;
}

.color-darkgray {
    color: var(--global-color-darkgray) !important;
}

.color-aqua {
    color: var(--global-color-aqua) !important;
}

.color-red {
    color: var(--global-color-red) !important;
}

.color-black {
    color: var(--global-color-black) !important;
}

.color-silver {
    color: var(--global-color-silver) !important;
}

.color-gold {
    color: var(--global-color-gold) !important;
}

.color-platinum {
    color: var(--global-color-platinum) !important;
}

.color-olivine {
    color: var(--global-color-olivine) !important;
}

.color-lounge-red {
    color: var(--global-color-lounge-red) !important;
}

.color-white {
    color: var(--global-color-white) !important;
}


.border-color-aqua {
    border-color: var(--global-color-aqua) !important;
}

.border-color-white {
    border-color: var(--global-color-white) !important;
}

.border-color-black {
    border-color: var(--global-color-black) !important;
}


.flex-direction-row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.hidden {
    display: none !important;
}

.disabled {
    pointer-events: none; 
    opacity: 50%;
}

.blured {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

.panel {
    width: 100%;
    height: min(4.25vw, 85px);
    background-color: var(--global-background-fourthary);
    display: flex;
    align-items: center;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */

    .page-size {
        margin-left: 0.75vw !important;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .panel {
        width: 84vw;
        height:10vw;
    }
    
    .page-size {
        margin-left: 1vw !important;
    }
    
    h6 {
        font-size: 4.9vw;
        font-weight: 500;
        margin: min(1.5vw) 0px;
    }
    
    .height-5 {
        height: auto;
        margin-bottom:1vw;
    }
    
    .hr-h1 {
        width: 4vw;
        margin: 0.5vw;
    }
    
    .main {
        width: 84vw;
        margin: 0vw auto;
        padding: 6vw 1vw 6vw 1vw;   
    }
    
    .phone-width-95 {
        width: 95% !important;
        margin: 0 auto;
    }
}
:root {
    --bar-height: min(2.8vw, 56px);
}

[class$="-bar"], [class*="-bar "]{
    height: var(--bar-height);
}

[class$="-bar"], [class*="-bar "] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

[class$="-bar-container"], [class*="-bar-container "] {
    width: min(81%, 1552px);
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.header {
    width: 100%;
    background-image: url("/images/slider_background.png");
}



.header-upper-bar {
    color: var(--global-color-black);
    background-color: var(--global-background-pink);
    font-weight: 600;
}

.header-upper-bar div {
    display: flex;
    align-items: center;
}

.header-upper-bar a {
    margin: min(0.5vw, 10px);
}

.header-upper-bar span {
    margin-left: min(0.5vw, 10px);
}

.header-upper-bar img {
    margin-left: min(1vw, 20px);
    height: min(2vw, 40px);
}



.header-menu-bar {
    color: var(--global-color-orange);
    background-color: var(--global-background-black);
    font-weight: 700;
}

.header-menu-bar a {
    margin: 0px min(0.5vw, 10px);
}

.header-menu-bar a:last-child {
    margin: 0px 0px 0px min(0.5vw, 10px);
}

.header-logo {
    width: min(81%, 1552px);
    margin: max(-25.5vw, -510px) auto 0px auto;
    height: min(25.5vw, 510px);
}

.header-logo img{
    height: min(26.5vw, 530px);
    position: relative;
    left: max(-3.5vw, -70px);
    top: min(0.25vw, 5px);
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    
    :root {
        --bar-height: 4.3vw;
    }
    
    .header-logo {
        width: min(81%, 972px);
        margin: max(-28vw, -336px) auto 0px auto;
        height: min(28vw, 336px);
    }

    .header-logo img {
        height: min(29vw, 348px);
        position: relative;
        left: max(-4vw, -48px);
        top:   0px;
    }
    
    .header-upper-bar img {
        height: 3vw;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    :root {
        --bar-height: 9vw;
    }
    
    [class$="-bar-container"], [class*="-bar-container "] {
        flex-direction: column;
        justify-content: center;
    }
    
    .header-upper-bar-container {
        flex-direction: row;
        justify-content: flex-end;
    }

    .header-slider {
        display: none;
    }
    
    .header-upper-bar img {
        height: 6vw;
    }
    
    
    .header-logo {
        margin: -58vw auto 0px auto;
        height: 58vw;
    }

    .header-logo img{
        height: 64.5vw;
        top: -3.2vw;
        position: relative;
        left: -7vw;
    }
    
    .header-menu-bar {
        height: auto;
    }
    
    .header-menu-bar-container {
        align-items: flex-end;
        height: 55vw;
    }
    
    .header-upper-bar-container div {
        margin: 8px;
    }
    
    .header-upper-bar-container a {
        margin: 0px 12px;
    }
    
    .header-upper-bar-container div:first-child font,
    .header-upper-bar-container div:first-child a:not(:first-child) {
        display: none;
    }
    
    .header-upper-bar-container div:first-child a:first-child {
        font-size: 4.3vw;
    }
    
    .header-upper-bar-container div:last-child a {
        display: none;
    }
    
    .header-upper-bar-container img {
        margin-right: 12px;
    }
    .header-menu-bar a {
        margin: 3vw 0px !important;
    }
}
.footer {
    color: var(--global-color-gray);
    background-color: var(--global-background-black);
    width: 100%;
    height: min(25vw, 500px);
    font-weight: 400;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: min(81%, 1552px);
    margin: 0px auto;
}

.footer-left, .footer-right {
    display: flex;
    flex-direction: column;
}

.footer-menu {
    height: min(3vw, 60px);
    font-weight: 700;
    color: var(--global-color-yellow);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.footer-menu a {
    margin: 0px min(0.4vw, 8px);
}

.footer-menu a:first-child {
    margin: 0px min(0.4vw, 8px) 0px 0px;
}

.footer-left p {
    text-transform: capitalize;
    margin-top: min(3vw, 60px);
    margin-bottom: min(1vw, 20px);
}

.footer-right {
    align-items: flex-end;
    font-weight: 500;
    margin-top: max(-0.9vw, -18px);
}

.footer-right img{
    height: min(4.5vw, 90px);
}

.footer-right div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: min(0.9vw, 18px);
}

.footer-right div img {
    margin-left: min(0.5vw, 10px);
    height: min(1.5vw, 30px);
}

.footer-right a img {
    vertical-align: middle;
}

.footer-copyright {
    text-transform: none !important;
}


@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    
    .footer-container {
        flex-direction: column;
    }
    
    .footer-right {
        flex-direction: row-reverse;
        justify-content: right;
        align-items: center;
    }
    
    .footer-right img{
        margin-left: 4vw;    
    }

}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
   
    .footer {
        height: auto;
    }

    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0% 5%;
    }
    
    .footer-menu {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .footer-menu a {
        margin: 3vw 0px;
    }

    .footer-menu a:first-child {
        margin: 3vw 0px;
    }  
    
    .footer-right {
        flex-direction: column;
        margin-top: 20vw;
        align-items: center;
    }
    
    .footer-right img{
        margin-left: 0vw;
        margin-top: -2.5vw;
        height: 9vw;
    }
    
    .footer-right div {
        margin-top: -20vw;
    }
    
    .footer-right div img {
        height: 5vw;
    }
    
    .footer-left p {
        margin-top: 10vw;
        margin-bottom: 10vw;
        text-align: center;
        font-size: 4vw;
    }
}
[class^="button-"], [class*=" button-"] {
    cursor: pointer;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0vw min(0.4vw, 8px);
    padding: min(0.8vw, 16px) min(1.6vw, 32px);
    font-weight: 500;
    font-size: var(--font-size-button);
    transition: 0.3s;
}

[class^="button-"]:disabled, [class*=" button-"]:disabled {
    filter: brightness(50%) grayscale(100%);
    cursor: default;
}

.button-pink {
    color: var(--global-color-black);
    background-color: var(--global-background-pink);
}

.button-aqua {
    color: var(--global-color-black);
    background-color: var(--global-background-aqua);
}

.button-gray {
    color: var(--global-color-black);
    background-color: var(--global-background-darkgray);
}

.button-black-aqua {
    color: var(--global-color-aqua);
    background-color: var(--global-background-black);
}

.button-black-pink {
    color: var(--global-color-pink);
    background-color: var(--global-background-black);
}

.button-gray-yellow {
    color: var(--global-color-yellow);
    background-color: var(--global-background);
}

.button-gray-white {
    color: var(--global-color-white);
    background-color: var(--global-background-pagination);
}

.button-gray-darkgray {
    color: var(--global-color-darkgray);
    background-color: var(--global-background-pagination);
}

.button-gray-red {
    color: var(--global-color-red);
    background-color: var(--global-background);
}

.button-pagination {
    padding: min(0.25vw, 5px) min(0.5vw, 10px);
    background-color: var(--global-background-pagination);
    color: var(--global-color-lightgray);
}

.button-gray-lounge-red {
    color: var(--global-color-lounge-red);
    background-color: var(--global-background);
}

.button-gray-mediumgray-with-border {
    color: var(--global-color-mediumgray);
    background-color: var(--global-background-pagination);
    border: 1px solid var(--global-color-mediumgray);
}

.button-subscribe-silver {
    color: var(--global-color-silver);
    background-color: var(--glogal-background-subscribe);
}

.button-subscribe-gold {
    color: var(--global-color-gold);
    background-color: var(--glogal-background-subscribe);
}

.button-subscribe-platinum {
    color: var(--global-color-platinum);
    background-color: var(--glogal-background-subscribe);
}



@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    
    .button-pagination {
        padding: 0.15vw 0.7vw;
        margin: 1vw;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */

    [class^="button-"], [class*=" button-"] {
        margin: 0vw 1.6vw;
        padding: 3.2vw 6.2vw;
    }
    
    .button-pagination {
        padding: 0.15vw 0.7vw;
        margin: 5vw;
    }
}
.warning-background {
    position: fixed;
    background-color: var(--global-background-black);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}

.warning {
    position: fixed;
    width: min(37%, 708px);
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--global-color-pink);
    background-color: var(--global-background-black);
    background-image: url('/images/warning_sissy_maid.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    padding: min(1vw, 20px) min(2.7vw, 54px);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.warning h1 {
     color: var(--global-color-pink);
     font-size: var(--font-size-h3);
}

.warning p {
     text-align: center;
}

.warning [class^="button-"], .warning [class*=" button-"] {
    margin: min(1vw, 20px) min(2vw, 40px);
    width: min(10vw, 200px);
    font-weight: 700;
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .warning {
        width: 80%;
        height: 60%;
        font-size: 2vw !important;
    }
    
    .warning [class^="button-"], .warning [class*=" button-"] {
        width: auto;
    }
    
    .warning-text {
        height: 60%;
        overflow-y: auto;
        font-size: 4vw;
        margin: 2vw auto;
    }
}
form:not(.page-element) {
    padding: min(1.6vw, 35px) 0vw;
    width: 57%;
    color: var(--global-color-white);
}

form input[type="file"] {
  display: none;
}

form input[type="text"], 
form input[type="password"], 
form input[type="email"], 
form input[type="url"], 
form textarea {
    width: 100%;
    background-color: var(--global-background-form-input);
    color: var(--global-color-white);
    padding: min(0.75vw, 15px) min(0.4vw, 8px);
    font-size: var(--font-size-input);
    border: none;
}

form input[type="submit"]  {
    width: 100%;
    margin: min(1vw, 20px) 0px;    
}

form input[type="checkbox"] {
    margin-right: min(1vw, 20px);
    width: min(1.5vw, 30px);
    height: min(1.5vw, 30px);
    background-color: var(--global-background-form-input);
    border-radius: 4px;
    border: 2px solid var(--global-background-form-input);
    appearance: none;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    background-clip: content-box;
	padding: 3px;
}
 
form input[type="checkbox"] ~ label{
    color: var(--global-color-gray);
    text-transform: none;
}
  
form input[type="checkbox"]:checked {
    border-color: var(--global-color-white);
    background-color: var(--global-background-pink);
    background-image: url("/images/checkbox_checkmark.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
}

form input[type="checkbox"]:checked ~ label{
    color: var(--global-color-white);
    transition: color 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

form textarea {
    height: min(21vw, 420px);
}

form select {
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--global-color-aqua);
    text-transform: uppercase;
    margin: 0vw min(0.4vw, 8px);
    padding: min(0.8vw, 16px) min(1.6vw, 32px);
    font-weight: 500;
    font-size: var(--font-size-button);
    color: var(--global-color-aqua);
    background-color: var(--global-background-black);
}

form label {
    margin: min(0.5vw, 10px) 0px;    
}

form label.error,
form input[type="text"].error ~ label,
form input[type="email"].error ~ label,
form input[type="url"].error ~ label, 
form input[type="password"].error ~ label {
    color: var(--global-color-red);
}

form input[type="text"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="password"].error,
form input[type="text"].check, 
form input[type="email"].check, 
form input[type="url"].check,
form input[type="password"].check {
    background-repeat: no-repeat;
    background-position: calc(100% - min(0.5vw, 10px)) center;
    background-size: auto 65%;
}

form input[type="text"].error, 
form input[type="email"].error,
form input[type="url"].error, 
form input[type="password"].error {
    background-image: url('/images/error.png');
}

form input[type="text"].check, 
form input[type="email"].check,
form input[type="url"].check, 
form input[type="password"].check {
    background-image: url('/images/check.png');
}

form:not(.page-element) div {
    display: flex;
    flex-direction: column;
    margin-bottom: min(0.5vw, 10px);
    text-transform: capitalize;
}

form:not(.page-element) div div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

form:not(.page-element) a {
    margin: min(0.5vw, 10px) 0px;
    text-decoration: underline;
}

form.filter {
    display: flex;
    flex-direction: row;
    padding: 0px min(1vw, 20px);
    justify-content: space-between;
    width: 100%;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    
    form input[type="text"], 
    form input[type="password"], 
    form input[type="email"], 
    form input[type="url"] {
        padding: 1vw 0.65vw;
    }
    
     form input[type="checkbox"] {
        width: 4vw;
        height: 4vw;
	    padding: 0px;
    }
}


@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
   
    form {
        padding: 3.2vw 0vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    form input[type="submit"]  {
        width: 79vw;
        margin: 4vw 0 2vw;    
    }
    
    form input[type="text"], 
    form input[type="password"], 
    form input[type="email"], 
    form input[type="url"] {
        padding: 2.5vw 1.6vw;
        margin-bottom: 10vw;
    }
    
    form select {
        margin: 0vw min(0.4vw, 8px);
        padding: min(0.8vw, 16px) min(1.6vw, 32px);
        font-weight: 500;
        font-size: 3.5vw;
    }
    
    form input[type="checkbox"] {
        width: 12vw;
        height: 8vw;
	    padding: 0px;
    }
    
    form.filter {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    form.filter select {
        width: 100%;
        margin: 2vw min(0.4vw, 8px);
    }
}
.comics {
    width: 92%;
    margin: min(0.6vw, 12px) auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comics h4 {
    color: var(--global-color-aqua);
}

.comics-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: min(0.75vw, 15px);
    margin-top: min(1vw, 20px);
    width: 100%;
}

.comics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: min(1vw, 20px);
    margin: min(0.1vw, 2px);
    width: 24%;
    justify-content: space-between;
    border: 1px solid var(--global-color-darkgray);
}

.comics-item div.comics-item-top-section, .comics-item div.comics-item-bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.comics-item img {
    width: min(15.5vw, 310px);
}

.comics-item p {
    margin-top: min(0.25vw, 5px);
    margin-bottom: min(0.5vw, 10px);
}

.comics .button-pink {
    padding: min(0.9vw, 18px) min(0.3vw, 6px);
    font-weight: 700;
}

.comics-more {
    width: 100%;
    padding-top: min(1vw, 20px);
    margin-top: min(2vw, 40px);
    
    background-color: var(--global-background-newsletter);
}

.comics-more .comics-list {
    width: 92%;
}


.comic-preview {
    width: 92%;
    margin-top: min(4vw, 80px);

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.comic-preview-left, .comic-preview-right {
    width: 50%;
}

.comic-preview-right {
    font-weight: 700;
    padding: 0px min(1vw, 20px);
}

.comic-preview-right-top h2 {
    margin-top: 0;
}

.comic-preview-right-top h3 {
    margin-bottom: min(0.75vw, 15px);
}

.comic-preview-right-top h2, .comic-preview-right-top h3 {
    font-family: 'SF-Pro-Display' !important;
    text-align: left;
}

.comic-preview-description {
    margin-top: min(1vw, 20px);
}

.comic-preview-description div {
    margin: min(1vw, 20px) 0;
}

.comic-preview-description div:first-child {
    margin-top: 0;
}

.comic-preview-description div:last-child {
    color: var(--global-color-mediumgray);
}

.comic-preview-right-bottom {
    margin-top: min(4vw, 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comic-preview-instant-access {
    width: 100%;
    margin-top: min(1vw, 20px);
    margin-bottom: min(0.5vw, 10px);
}

.comic-preview-instant-access p {
    color: var(--global-color-mediumgray);
    text-align: center;
    margin: min(0.25vw, 5px) auto;
}

.comic-preview-instant-access p:first-child {
    color: var(--global-color-orange);
}

.comic-preview-right-bottom [class^="button-"] {
    width: min(27.5vw, 550px);
    font-weight: 700;
    margin: min(0.5vw, 10px) auto;
}

.comic-preview-image-container {
    width: min(35vw, 700px);
    height: min(30vw, 600px);
    margin-bottom: min(1vw, 20px);
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: var(--global-background-newsletter);
    border: 1px solid var(--global-color-black);
}

.comic-preview-image-container img {
    max-width: min(31vw, 620px);
    max-height: min(26vw, 520px);
}

.comic-preview-thumbnail-list {
    width: min(35vw, 700px);
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.comic-preview-thumbnail-item {
    width: min(6.5vw, 130px);
    height: min(6.5vw, 130px);
    margin: min(0.75vw, 15px);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.comic-preview-thumbnail-item img {
    max-width: min(6.5vw, 130px);
    max-height: min(6.5vw, 130px);
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    .comics {
        margin:0.6vw auto;
    }

    .comics-list {
        margin-bottom: 0.75vw;
    }

    .comics-item {
        margin: min(1vw, 20px);
        width: 30%;
    }
    
    .comics-more .comics-item:last-child, .comics-home-list .comics-item:last-child {
        display: none;
    }

    .comics-item img {
        width: 80%;
    }

    .comics-item p {
        margin-top: 0.25vw;
        margin-bottom: 0.5vw;
    }

    .comics .button-pink {
        padding: 0.9vw 0.3vw;
    }

    .comics-more {
        padding-top: 1vw;
        margin-top: 2vw;
    }


    .comic-preview {
        margin-top: 4vw;
    }

    .comic-preview-right {
        padding: 0px 1vw;
    }

    .comic-preview-right-top h3 {
        margin-bottom: 0.75vw;
    }

    .comic-preview-description {
        margin-top: 1vw;
    }

    .comic-preview-description div {
        margin: 1vw 0;
    }


    .comic-preview-right-bottom {
        margin-top: 4vw;
    }

    .comic-preview-instant-access {
        margin-top: 1vw;
        margin-bottom: 0.5vw;
    }

    .comic-preview-instant-access p {
        margin: 0.25vw auto;
    }

    .comic-preview-right-bottom [class^="button-"] {
        width: 27.5vw;
        margin: 0.5vw auto;
    }

    .comic-preview-image-container {
        width: 35vw;
        height: 30vw;
        margin-bottom: 1vw;
    }

    .comic-preview-image-container img {
        max-width: 31vw;
        max-height: 26vw;
    }

    .comic-preview-thumbnail-list {
        width: 35vw;
    }

    .comic-preview-thumbnail-item {
        width: 6.5vw;
        height:6.5vw;
        margin:0.75vw;
    }

    .comic-preview-thumbnail-item img {
        max-width: 6.5vw;
        max-height: 6.5vw;
    }
    
    .comics h4 {
        font-size:1.7vw;
    }
    
    .comics .comics-more h1{
        font-size: 5.3vw;
    }

}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .comics {
        width: 90%;
    }
    
    .comics h6 {
        font-size:4vw;
    }
    
    .comics h5 {
        font-size:4.2vw;
    }
    
    .comic-preview {
        width: 92%;
        margin-top: 4vw;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    
    .comic-preview-right-bottom [class^="button-"] {
        width: 50vw;
        font-weight: 600;
        margin: 3vw auto;
        padding: 1.3vw 0.7vw;
    }
    
    .comic-preview-thumbnail-list {
        margin: 0 auto;
        width: 100%;
    }
    
    .comic-preview-thumbnail-item {
        width: 20%;
        height: 20%;
        margin: 1.75vw;
    }

    .comic-preview-thumbnail-item img {
        max-width: 100%;
        max-height: 100%;
    }


    .comic-preview-left, .comic-preview-right {
        width: 100%;
    }

    .comics-item, .comics-item-top-section {
        width: 100%;
    }
    
    .comics-item {
        margin: 15vw 0vw;
    }
    
    .comics-item img {
        width:75%;
    }
    
    .comic-preview-image-container {
        width:60vw;
        height: 48vw;
        margin-left: 8.5vw;
        margin-bottom: 1vw;
        
    }

    .comic-preview-image-container img {
        max-width: 53vw;
        max-height: 46vw;
    }

    
    .comics .button-pink {
        padding: 2.5vw 1.5vw;
        margin: 0vw 3vw;
    }

    .comics-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .comics .comics-list .comics-item {
        width:100%;
        margin:4vw 0;
    }
    
    .comics .comics-list .comics-item img{
        width:75%;
        margin-bottom: 4vw;
    }
    
    .comics .comics-more h1{
        font-size: 5.4vw;
    }
    
    .comics-more .comics-list .comics-item{
        width:100%;
        margin:4vw 0;
    }
    
    .comics-list .comics-item h5{
        font-size: 4.8vw;
    }
    
    .comics-list .comics-item h4{
        font-size: 5vw;
    }
    
    .comics-list .comics-item .button-pink{
        margin:1vw 3vw;
    }
    
    .comics-more .comics-list .comics-item img{
        width:75%;
        margin-bottom: 4vw;
    }
    
    .comics .panel {
        width: 100%;
        height: 35vw;
    }
}
.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 92%;
    background-color: var(--global-background-newsletter);
    margin: min(3vw, 60px) 0vw;
    padding: min(1vw, 20px);
}

.newsletter-thinner {
    margin: min(2vw, 40px) 0vw;
    padding: 0px;
}

.newsletter h1 {
    color: var(--global-color-gray);
}

.newsletter p {
    color: var(--global-color-gray);
    margin-top: min(0.5vw, 10px);
}

.newsletter form {
    width: auto;
}

.newsletter-thinner form{
    padding: 0px;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    width: min(32vw, 640px);
    font-size: var(--font-size-input);
    border: none;
    background-color: var(--global-background-lightgray);
    color: var(--global-color-darkgray);
    font-weight: 500;
}

.newsletter input[type="submit"]  {
    width: auto;
    margin: 0px 0px 0px min(0.75vw, 15px);
}


@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    

}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */

    .newsletter {
        width: 100%;
        margin: 10vw 0vw;
        padding: 5vw;
    }
    
    .newsletter-thinner {
        margin: 5vw 0vw;
        padding: 0px;
    }
    
    .newsletter p {
        text-align: center;
        margin: 2vw 5vw;
    }
    
    .newsletter h6 {
        color: var(--global-color-gray);
        font-size: 4.6vw;
    }

    
    .newsletter input[type="text"], .newsletter input[type="email"] {
        width: 100%;
        padding: 3vw;
    }
    
    .newsletter input[type="submit"]  {
        width: auto;
        margin: 2vw 0px 0px 2vw;
    }
}
.artists {
    background-color: var(--global-background-secondary);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: min(2.5vw, 50px) min(3vw, 60px) min(3vw, 60px) min(3vw, 60px);
    width: 100%;
}

.artists h1 {
    color: var(--global-color-gray);
}

.artists h2 {
    color: var(--global-color-pink);
}

.artists h2, .artists h3 {
    font-weight: 700;
    font-family: 'SF-Pro-Display' !important;
}

.artists .button-aqua {
    font-weight: 700;  
    margin: 0 min(1vw, 20px);
}

.artists-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px min(1vw, 20px);
    width: 43%;
}

.artists-right {
    width: 57%;
    margin: auto 0;
    height: auto;
}

.artists-right img {
    width: 100%;
    height: auto;
    max-height: min(33vw, 660px);
    object-fit: cover;
}


.featured-artists {
    width: 92%;
    margin: min(0.6vw, 12px) auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-artists h4 {
    color: var(--global-color-pink);
    margin-top: 0px;
    margin-bottom: min(0.5vw, 10px);
}

.featured-artists h5 {
    color: var(--global-color-aqua);
    margin-bottom: min(1.5vw, 30px);
    margin-top: min(0.5vw, 10px);
}

.featured-artists-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: min(0.75vw, 15px);
    margin-top: min(1vw, 20px);
    width: 100%;
}

.featured-artists-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: min(1vw, 20px);
    margin: min(0.1vw, 2px);
    width: 24%;
    justify-content: space-between;
    border: 1px solid var(--global-color-darkgray);
}

.featured-artists-item div.featured-artists-item-top-section, .featured-artists-item div.featured-artists-item-bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.featured-artists-item img {
    width: min(15.5vw, 310px);
}

.featured-artists-item p {
    margin-top: min(0.25vw, 5px);
    margin-bottom: min(0.5vw, 10px);
}

.featured-artists .button-pink {
    padding: min(0.9vw, 18px) min(0.3vw, 6px);
    font-weight: 700;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */

    .artists {
        padding-bottom: 3vw;
    } 
    
    .featured-artists {
        margin:0.6vw auto;
    }
    
    .featured-artists-list {
        margin-bottom: 0.75vw;
    }
    
    .featured-artists-item {
        margin: min(1vw, 20px);
        width: 30%;
    }
    
    .featured-artists-home-list .featured-artists-item:last-child {
        display: none;
    }

    .featured-artists-item img {
        width: 80%;
    }

    .featured-artists-item p {
        margin-top: 0.25vw;
        margin-bottom: 0.5vw;
    }

    .featured-artists .button-pink {
        padding: 0.9vw 0.3vw;
    }
    
    .featured-artists h4 {
        font-size:1.7vw;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .artists {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        background-color: var(--global-background-primary);
        margin-bottom: 5vw;
    }

    .artists-right {
        width: 100%;
    }
    
    .artists-right img {
        width: 100%;
        height: 100%;
    }
    
    .artists-left {
        padding: 0px 20px;
        width: 100%;
        margin-bottom: 3vw;
    }
    
    .artists-left div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .featured-artists {
        width: 90%;
    }
    
    .featured-artists h6 {
        font-size:4vw;
    }
    
    .featured-artists h5 {
        font-size:4.2vw;
    }
    
    .featured-artists-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .featured-artists-item, .featured-artists-item-top-section {
        width: 100%;
    }
    
    .featured-artists-item {
        margin: 15vw 0vw;
    }
    
    .featured-artists-item img {
        width:75%;
    }

    .featured-artists .button-pink {
        padding: 2.5vw 1.5vw;
        margin: 0vw 3vw;
    }

    .featured-artists-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .featured-artists .featured-artists-list .featured-artists-item {
        width:100%;
        margin:4vw 0;
    }
    
    .featured-artists .featured-artists-list .featured-artists-item img{
        width:75%;
        margin-bottom: 4vw;
    }

    .featured-artists .featured-artists-list .featured-artists-item {
        width:100%;
        margin:4vw 0;
    }
    
    .featured-artists .featured-artists-list .featured-artists-item img{
        width:75%;
        margin-bottom: 4vw;
    }
    
    .featured-artists-list .featured-artists-item h5{
        font-size: 4.8vw;
    }
    
    .featured-artists-list .featured-artists-item h4{
        font-size: 5vw;
    }
    
    .featured-artists-list .featured-artists-item .button-pink{
        margin:1vw 3vw;
    }
}
.videos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: min(2vw, 40px) 0vw;
    width: 92%;
}

.videos h1, .videos h3 {
    color: var(--global-color-pink);
}

.videos h3 {
    text-align: left;
    font-family: 'SF-Pro-Display' !important;
}

.videos .button-black-aqua {
    margin-left: 0;
    margin-top: min(0.5vw, 10px);
    font-weight: 700;
}

.videos-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: min(2vw, 40px) 0vw;
    width: 100%;
}

.videos-block-right {
    width: 43%;
    margin-left: min(1.5vw, 30px);
}

.videos-block-left {
    width: 57%;
    margin: 0;
    height: auto;
    align-self: flex-start;
}

.videos-block-left-video {
    width: 100%;
    height: 100%;
}

.video-price {
    text-align: center;
}

.video-add-to-cart {
    display: flex;
    margin: 0px auto;
    width: min(27.5vw, 550px);
    font-weight: 700;
}

.videos-list .hr-h1 {
    margin: 0 auto;
}

.videos-list .hr-h1:last-child {
    display: none;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */


}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .videos-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .videos {
        background-color: var(--global-background-secondary);
        width: 100%;
        margin-bottom: 10vw;
        padding-bottom: 5vw;
    }
    
    .videos-block-right .button-black {
        align-self: center;
    }
    
    .videos-block-left {
        width: 90%;
        margin: 5vw auto;
    }
    
    .videos-block-right {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 3vw;
    }
    
    .videos .button-black-aqua {
        align-self: center;
    }
    
    .videos .panel {
        width: 100%;
        height: 25vw;
    }
    
    .video-add-to-cart{
        width: auto;
    }
    
    .video-price {
        width: 100%;
        font-size: 5vw !important;
    }
}
.faq, .faq-list, .faq-item-question {
    width: 100%;
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(1.5vw, 30px) min(14vw, 280px);
    color: var(--global-color-lightgray);
}

.faq h3 {
    margin-top: min(0.5vw, 10px);
}

.faq a {
    color: var(--global-color-pink);
    text-decoration: underline;
    font-weight: 700;
}

.faq-list {
    margin: min(5vw, 100px) 0vw;
    font-weight: 500;
}

.faq-item-question {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: min(1.5vw, 30px);
}

.faq-item-answer {
    display: none;
    padding-left: min(1vw, 20px);
}

.faq-item-answer div:first-child {
    margin-top: min(1.25vw, 25px);
}

.faq-item-answer a {
    color: inherit;
    text-transform: none;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
}


@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */

    .faq {
        padding: 1.5vw 9vw;
    }
    
    .faq-item-question {
        margin-top: 3.5vw;
    }

}
.check-out {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(0.5vw, 10px) 0vw;
    width: 100%;
}

.check-out h5 {
    text-transform: uppercase;
    font-weight: 800;
}

.check-out-logged-in {
    margin-top: min(1vw, 20px);
    margin-bottom: min(0.5vw, 10px);
    color: var(--global-color-aqua);
    text-transform: uppercase;
    font-weight: 700;
}

.check-out-logged-in span {
    text-transform: lowercase;
}

.check-out-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: min(1vw, 20px);
}

.check-out-container hr{
    border: 1px solid var(--global-background-secondary);
}

.check-out-left, .check-out-right {
    width: 50%;
    background-color: var(--global-background-tertiary);
    padding: min(1vw, 20px) min(3vw, 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-out-left {
    margin-right: 1px;
    color: var(--global-color-gray);
}

.check-out-left a.check-out-continue{
    color: var(--global-color-white);
    text-decoration: underline;
    display: block;
    margin-bottom: min(3vw, 60px);
}

.check-out-left h5 {
    color: var(--global-color-pink);
}


.check-out-right {
    margin-left: 1px;
}

.check-out-right .hr-h5{
    margin-top: 0vw !important;
}

.check-out-right p{
    text-align: center;
}

.check-out-right h5 {
    color: var(--global-color-yellow);
}


.check-out-cart-list {
    width: 100%;
    color: var(--global-color-white);
    margin: min(3vw, 60px) 0vw;
    font-weight: 400;
    text-transform: capitalize;
}

.check-out-cart-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: min(1vw, 20px) 0vw;
}

.check-out-cart-item a{
    text-decoration: none;
    text-transform: lowercase;
    margin-left: min(0.5vw, 10px);
}

.check-out-credit-cards
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.check-out-credit-cards img {
    max-height: min(1.8vw, 36px);
    height: auto;
    margin: 2px;
}

.check-out-credit-cards a {
    color: var(--global-color-gray);
    margin: 2px;
}

.check-out-total {
    padding-right: min(1.4vw, 28px);
}


.check-out-payment-options-item {
    color: var(--global-color-darkgray);
    font-weight: 700;
}

.check-out-payment-options-item p {
    padding: 0vw min(5vw, 100px);
}


.check-out-partner-logo {
    width: 100%;
    height: min(3vw, 60px);
    border: 1px solid var(--global-color-black);
    margin: min(0.5vw, 10px) 0vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
}

.check-out-partner-logo#check-out-patrner-orbital {
    border-color: var(--global-color-white);
    background-color: var(--global-background-blue);
    background-image: url('/images/check_out_logo_orbital.png');
}

.check-out-partner-logo#check-out-patrner-gettrx {
    border-color: var(--global-color-white);
    background-color: var(--global-background-blue);
    background-image: url('/images/check_out_logo_gettrx.png');
}

.check-out-partner-logo#check-out-patrner-connected {
    border-color: var(--global-color-green);
    background-color: var(--global-background-black);
    background-image: url('/images/check_out_logo_connected.png');
    
}

.check-out-partner-logo#check-out-patrner-2000charge {
    border-color: var(--global-color-darkorange);
    background-color: var(--global-background-white);
    background-image: url('/images/check_out_logo_2000charge.png');
}



.check-out-payment-options-secure {
    background-color: var(--global-background-primary);
    font-weight: 700;
    color: var(--global-color-lightgray);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0vw min(1.5vw, 30px);
}

.check-out-payment-options-secure img {
    height: min(5vw, 100px);
    margin-right: min(1.5vw, 30px);
}

.check-out-payment-options-secure p {
    text-align: left;
}

.check-out-left form, .check-out-payment-options-list form {
    width: 100%;
}

.check-out-empty-cart {
    background-color: var(--global-background-black); 
    padding: min(0.5vw, 10px) min(1vw, 20px); 
    border: 1px solid var(--global-color-pink);
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .check-out-container {
        flex-direction: column;
    }
    
    .check-out-left, .check-out-right {
        width: 98%;
        padding: min(1vw, 20px) min(3vw, 60px);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    
    .check-out-left a.check-out-continue{
        margin: 3vw 0;
    }
    
    .check-out-credit-cards{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .check-out-credit-cards img {
        max-height: 4vw;
        height: auto;
        margin: 0.6vw 0.6vw 1vw 0.6vw;
    }
    .check-out-partner-logo {
        width: 100%;
        height: 10vw;
        margin: min(0.5vw, 10px) 0vw;
    }
    
    .check-out-right .hr-h5{
        margin-top: 0vw !important;
    }
    
    .check-out-logged-in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .check-out-cart-item div:first-child {
        width: 70%;
    }
    
    .check-out-payment-options-list {
        width: 100%;
    }
    
    .check-out-payment-options-item {
        width: 80%
    }
    
    .check-out-credit-cards {
        overflow: hidden;
    }

    .check-out-payment-options-secure {
        padding: 0vw 2vw;
    }
    
    .check-out-payment-options-secure img {
        height: 20vw;
        margin-right: 2vw;
    }
}
.send-message {
    background-color: var(--global-background-tertiary);
    color: var(--global-color-darkgray);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: min(2vw, 40px) 0px;
    margin-top: min(2vw, 40px);
    font-weight: 500;
}

.send-message h4 {
    color: var(--global-color-white);
}

.send-message p {
    text-align: center;
}

.send-message .send-message-upper-right {
    color: var(--global-color-white);
    text-align: right;
    width: 57%;
    position: relative;
    top: max(-1vw, -20px);
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
   
    .send-message input[type="text"] {
        width: 100%;
    }
}


@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    h6.small {
        font-size: 4vw !important;
    }
    
    h6 br {
        display: none;
    }
    
    .send-message input[type="text"],
    .send-message input[type="email"],
    .send-message input[type="password"], 
    .send-message input[type="url"], 
    .send-message textarea {
        padding: 1.5vw 1.6vw;
        margin-bottom: 0vw;
        width: 79vw;
    }
    
    .button-black-pink {
        padding: 2.2vw 8.2vw;
    }
    
    .send-message .send-message-upper-right {
        width: 95%;
        font-size: 3.3vw;
    }
    
    .send-message-upper-right {
        margin-bottom: 5vw;
    }

}
.account-logged-in {
    margin-top: min(2vw, 40px);
    margin-bottom: min(0.5vw, 10px);
    padding: min(1vw, 20px) min(1.5vw, 30px);
    color: var(--global-color-aqua);
    background-color: var(--global-background-logged-in);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    font-weight: 700;
    text-transform: uppercase;
}

.account-logged-in span {
    text-transform: lowercase;
}



.account-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: min(1.75vw, 35px);
    width: 57%;
}

.account-menu input[type="button"] {
    margin-bottom: min(2.25vw, 45px);
    width: 100%;
    font-weight: 700;
}

.account-menu hr {
    border: 1px solid var(--global-background-newsletter);
    margin-bottom: min(2.25vw, 45px);
    margin-top: 0vw;
    width: 100%;
}



.account-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    margin-top: min(1.75vw, 35px);
    width: 92%;
}



.account-left {
    width: 24%;
}

.account-left .account-menu {
    width: 100%;
    margin-top: 0vw;
}

.account-left .account-menu input[type="button"] {
    margin-bottom: min(1.5vw, 30px);
}

.account-left .account-menu input[type="button"]:last-child {
    margin-bottom: 0vw;;
}




.account-right {
    width: 73%;
    font-weight: 700;
    background-color: var(--global-background-fourthary);
    padding: min(1vw, 20px);
}

.account-right .hr-h1 {
    margin: 0px auto !important;
}

.account-right h2 {
    margin-top: min(2vw, 40px) !important;
    font-size: var(--font-size-h3) !important;
}

.account-right h3 {
    margin-top: min(1vw, 20px);
    font-size: var(--font-size-h4) !important;
}

.account-right h6 {
    padding: 0 min(1vw, 20px)
}

.account-right a {
    text-decoration: none;
    margin-left: min(0.5vw, 10px);
}

.account-right table {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border-collapse: collapse;
}

.account-right table tr {
    border-bottom: min(0.1vw, 2px) solid var(--global-background-primary);
}

.account-right table th {
    color: var(--global-color-aqua);
}

.account-right table th, .account-right table td {
    padding: min(0.5vw, 10px) 0px;
    vertical-align: top;
}

.account-right form {
    width: 85%;
    margin: 0 auto;
    border-bottom: min(0.1vw, 2px) solid var(--global-color-darkdarkgray);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.account-right select {
    margin: 0;
    background-color: inherit;
    width: min(17vw, 340px);
}

.account-right p {
    text-align: center;
    margin-top: min(2vw, 40px);
    width: 100%;
}

.account-right video {
    width: 100%;
}

.account-right .upload-avatar {
    display: flex;
    justify-content: flex-start;
}

.account-right img.avatar {
    width: min(4.75vw, 95px);
    height: min(4.75vw, 95px);
    border-radius: 50%;
}

.account-edit form {
    display: flex;
    flex-direction: column;
    border: none;
}

.account-edit div{
    width: 85%;
}

.account-video-item, .account-comic-item {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 700;
    padding: min(1.5vw, 30px) 0px;
    border-bottom: min(0.1vw, 2px) solid var(--global-color-darkdarkgray);
}

.account-video-item h4 {
    margin: 0;
    color: var(--global-color-aqua);
    width: 100%;
}

.account-video-item div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: min(1vw, 20px);
}

.account-video-item p, .account-comic-item p {
    margin: min(0.5vw, 10px) 0px;
}

.account-video-item div div {
    margin-top: min(0.75vw, 15px);
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.account-video-item img {
    width: min(18vw, 360px);
    height: 100%;
    align-self: flex-end;
}

.account-video-item video {
    width: 100%;
    height: 100%;
    align-self: flex-end;
}

.account-video-item input[type="button"] {
    width: min(11.5vw, 230px);
    font-weight: 700;
    margin: 0vw min(1.5vw, 30px) 0vw 0vw;
}

.account-comic-item input[type="button"] {
    width: min(11.5vw, 230px);
    font-weight: 700;
}

.account-video-item input[type="button"]:last-child, .account-comic-item input[type="button"]:last-child {
    margin: 0vw;
}



.account-comic-item h4 {
    margin: 0;
    color: var(--global-color-aqua);
}

.account-comic-item img {
    width: min(18vw, 360px);
    height: 100%;
    align-self: flex-end;
}

 .account-comic-item div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: min(1vw, 20px);
    width: 50%;
}

.account-comic-item div div {
    width: 100%;
    margin-top: min(0.75vw, 15px);
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.account-view-comic-list {
    width: 95%;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.account-view-comic-item {
    height: auto; 
    margin: min(0.5vw, 10px);
}

.account-view-comic-item a {
    margin: 0;
}

.account-view-comic-item-number {
    margin-left: min(0.5vw, 10px);
}

.account-view-comic-image-container {
    width: min(11vw, 220px); 
    height: min(11vw, 220px); 
    display: flex;
    justify-content: center;
    align-items: center;
    
    border: 1px solid var(--global-color-black); 
    background-color: var(--global-background-secondary); 
}

.account-view-comic-image-container img {
    max-width: min(10vw, 200px); 
    max-height: min(10vw, 200px);
    
    border: 1px solid var(--global-color-black); 
}

.account-delete-container {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}

.account-delete-message {
    position: fixed; 
    width: min(37%, 708px);
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    background-color: var(--global-color-white); 
    color: black; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: space-between;
    padding: min(0.5vw, 10px);
}

.account-delete-message h2, .account-delete-message h4 { 
    margin: min(1vw, 20px) auto;
}

.account-delete-message a {
    margin: min(1vw, 20px) auto;
    text-decoration: underline;
}

.account-subscription {
    margin-top: min(2vw, 40px);
}

.account-subscription-membership {
    display: flex;
    flex-direction: column !important;
}

.account-subscription-membership-title {
    font-size: var(--font-size-h2);
    margin-bottom: min(0.25vw, 5px) !important;
}

.account-subscription-membership-renews {
    font-size: var(--font-size-h6);
    font-weight: 500;
}

.account-subscription-membership-price {
    font-size: var(--font-size-h2);
    font-weight: 300;
    display: flex !important;
    justify-content: end !important;
    align-items: baseline !important;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    .account-comic-item div div {
        justify-content: center;
        width: 100%;
    }
    
    .account-comic-item input[type="button"] {
        width: auto;
    }
    
    .account-video-item video {
        align-self: center;
        width: 50%;
    }
    
    .account-video-item div{
        width: 50%;
        align-items: center;
    }
    
    .account-video-item div div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .account-video-item input[type="button"] {
        width: 95%;
        font-weight: 700;
        margin: 1vw;
    }
    
    .account-delete-message {
        width: 50%;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */

    .account-logged-in a {
        display: none;
    }
    
    .account-logged-in div {
        flex-direction: column;
        align-items: center;
        width: 92%;
        font-weight: 600;
        font-size:2.6vw;
    }
    
    .account-menu input[type="button"] {
        margin: 3vw 0;   
        width: 60vw;
        font-weight: 700;
    }
    
    
    
    .account-right #btnChangePassword {
        margin: 5vw 0vw 3vw; 
        padding: 2.5vw 0;  
        width: 100%;
        font-size: 4.2vw;
        font-weight: 700;
    }
    
    .account-right h4 {
        font-size: 5.3vw;
        padding: 3vw 0;
    }
    
    .account-right label {
        margin:3vw 0 1.5vw;
    }
    
    
    .account-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    } 
    
    .account-right {
        width: 100%;
    }
    
    .account-comic-item {
        margin: 5vw auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3vw 0px;
        align-items: center;
    }
    
    .account-comic-item img {
        width: 100%;
        height: 100%;
    }
    
    .account-comic-item div {
        width: 100%;
    }
    
    .account-comic-item div div {
        justify-content: center;
        width: 100%;
    }
    
    .account-comic-item input[type="button"] {
        width: auto;
    }
    
    .account-video-item {
        flex-direction: column;
        margin: 5vw auto;
        padding: 2vw 0px;
    }
    
    .account-video-item video {
        align-self: center;
        width: 100%;
    }
    
    .account-video-item div {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .account-video-item div div {
        justify-content: center;
        width: 100%;
    }
    
    .account-video-item input[type="button"] {
        width: 100%;
    }
    
    .account-delete-message {
        width: 80%;
        padding: 3vw;
    }
    
    .account-delete-message h2, .account-delete-message h4 { 
        margin: 3vw auto;
    }

    .account-delete-message a {
        margin: 3vw auto;
    }
}
.stop-theft {
    width: 57%;
    padding: min(1vw, 20px) min(2vw, 40px);
    margin: 0vw;
    background-color: var(--global-background-black);
    color: var(--global-color-lightgray);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stop-theft h1 {
    margin: 0px;
    padding: 0px;
    color: var(--global-color-red);
    font-size: var(--font-size-h4);
}

.stop-theft a {
    margin: min(0.5vw, 10px);
    padding: 0px;
    color: var(--global-color-red);
    text-decoration: underline;
}

.stop-theft p {
    margin: min(0.25vw, 5px) 0px;
    padding: 0px;
    text-align: center;
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .stop-theft {
        width: 73%;
    }
}
.pagination {
    color: var(--global-color-aqua);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: min(1vw, 20px);
}

.pagination a {
    margin: min(0.5vw, 10px);
    font-weight: 800;
}

.pagination a.active {
    color: var(--global-color-white);
}

.panel .pagination {
    margin-top: 0px;
}
.links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-top: min(1.5vw, 30px);
}

.links-list a {
    display: flex;
    margin: min(1vw, 20px) 0px;
    transition: 0.5s;
}

.links-list a:hover {
    filter: drop-shadow(0px 0px 5px rgb(255 255 255 / 0.5))
}

.links-list a img{
    max-width: min(23.5vw, 470px);
}

.links-list hr {
    width: 100%;
    margin: min(2vw, 40px) 0px;
    border: 1px solid var(--global-background-newsletter);
}


@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Phone */
    .links-list {
        width: 75%;
    }
    
    .links-list a img {
        max-width: 100%;
        align-self: center;
        margin: 1vw auto;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .links-list {
        width: 95%;
    }
    
    .links-list a img {
        max-width: 100%;
        align-self: center;
        margin: 2vw auto;
    }
}
.policy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 92%;
    background-color: var(--global-background-newsletter);
    margin: min(3vw, 60px) 0vw 0vw 0vw;
    padding: min(1vw, 20px);
}

.policy p {
    width: 90%;
    text-align: left;
}

.policy b {
    font-weight: 800;
}
/* base */
.hover-background-grow {
    transition: 0.5s;
}

.hover-background-grow:hover {
    background-size: auto 90%;
    filter: drop-shadow(0px 0px 5px rgb(255 255 255 / 0.5))
}

a.see-all {
    transition: 0.3s;
}

a.see-all:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
    color: var(--global-color-white);
}

a.page-size {
    transition: 0.3s;
}

a.page-size:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
    color: var(--global-color-aqua);
}

.notes a {
    transition: 0.3s;
}

.notes a:hover {
    color: var(--global-color-white);
}

/* buttons */
[class^="button-"]:not([disabled]):hover, [class*=" button-"]:not([disabled]):hover {
    filter: brightness(120%) drop-shadow(0px 0px 5px rgb(255 255 255 / 0.5));
}

/* header and footer */
.header-upper-bar a:hover {
    text-decoration: underline;
}

.header-menu-bar a, .footer-menu a {
    transition: 0.3s;
}

.header-menu-bar a:hover, .footer-menu a:hover {
    filter: brightness(120%) drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
}

/* footer */
.footer a {
    transition: 0.3s;
}

.footer a:hover {
    filter: drop-shadow(0px 0px 2px rgb(255 255 255 / 0.5));
    color: var(--global-color-white);
}

/* check-out */
a.check-out-continue {
    transition: 0.3s;
}

a.check-out-continue:hover {
    color: var(--global-color-pink);
}

.check-out-cart-item a {
    transition: 0.3s;
}

.check-out-cart-item a:hover {
    filter: drop-shadow(0px 0px 3px var(--global-color-red));
    color: var(--global-color-red);
}



/* pagination */
.pagination a {
    transition: 0.3s;
}

.pagination a:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
    color: var(--global-color-white);
}

/* faq */
.faq-item-question {
    transition: 0.3s;
}

.faq-item-question:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
    color: var(--global-color-white);
}

/* stop-theft */
.stop-theft a {
    transition: 0.3s;
}

.stop-theft a:hover {
    filter: drop-shadow(0px 0px 3px var(--global-color-red));
}


/* send-message */ 
.send-message a {
    transition: 0.3s;
}

.send-message a:hover {
    color: var(--global-color-pink);
}


/* cart */
.cart-header .cart-close {
    transition: 0.3s;
}

.cart-header .cart-close:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
}

.cart-main .cart-item-remove {
    transition: 0.3s;
}

.cart-main .cart-item-remove:hover {
    filter: drop-shadow(0px 0px 3px var(--global-color-red));
    color: var(--global-color-red);
}


/* cookie-bar */
.cookie-bar a {
    transition: 0.3s;
}

.cookie-bar a:hover {
    color: var(--global-color-pink);
}


/* account */
.account-view-comic-item {
    transition: 0.3s;
}

.account-view-comic-item:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
}


/* comics */
h6 a {
    transition: 0.3s;
}

h6 a:hover {
    color: var(--global-color-orange);
}

/* slider */
.slider-bullets-list a {
    transition: 0.3s;
}

.slider-bullets-list a:hover {
    filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.5));
}
.cart-background {
    position: fixed;
    background-color: var(--global-background-black);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}

.cart {
    position: fixed;
    width: min(43vw, 860px);
    min-height: min(23.25vw, 465px);
    max-height: min(38.25vw, 765px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--global-color-pink);
    background-color: var(--global-background);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}



.cart-header {
    width: 100%;
    height: min(2.75vw, 55px);
    min-height: min(2.75vw, 55px);
    background-color: var(--global-background-pink);
    color: var(--global-color-black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-header h1 {
    color: var(--global-color-black);
    margin: 0px;
    padding: 0px;
    font-size: var(--font-size-h3);
    font-weight: 700;
}

.cart-header .cart-close {
    position: absolute;
    height: min(2.75vw, 55px);
    display: flex;
    align-items: center;
    top: 0px;
    right: min(0.5vw, 10px);
    font-size: var(--font-size-h3);
    cursor: pointer;
}



.cart-main {
    width: 84%;
    margin-top: min(3vw, 60px);
    overflow: hidden;
    overflow-y: scroll;
}

.cart-main .cart-item {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-right: 20px;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.cart-main .cart-item img, .cart-main .cart-item video {
    overflow: hidden;
    width: min(6.5vw, 130px);
    height: min(6.5vw, 130px);
    min-width: min(6.5vw, 130px);
    min-height: min(6.5vw, 130px);
    object-fit: cover;
    margin-right: min(1vw, 20px);
}

.cart-main .cart-item-left, .cart-main .cart-item-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-main .cart-item-left {
    justify-content: flex-start;
    margin-right: min(2vw, 40px);
    color: var(--global-color-aqua);
    text-transform: capitalize;
}

.cart-main .cart-item-right {
    justify-content: flex-end;
}

.cart-main .cart-item-remove {
    margin-left: min(1vw, 20px);
    cursor: pointer;
}



.cart-footer {
    margin-bottom: min(2vw, 40px);
    width: 84%;
    display: flex;
    flex-direction: column;
}

.cart-footer .cart-total {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: min(0.5vw, 10px);
    margin-top: min(0.5vw, 10px);
    margin-bottom: min(3vw, 60px);
    border-top: 1px solid var(--global-background-tertiary);
    text-transform: capitalize;
}

.cart-footer .cart-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.cart-footer .cart-buttons input[type="button"] {
    width: min(17vw, 340px);
    font-weight: 700;
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .cart {
        width: 80%;
        height: 50%;
        min-height: 50%;
        max-height: 75%;
    }
    .cart-header {
        height: auto;
        min-height: auto;
    }
    
    .cart-header .cart-close {
        top: auto;
    }
    
    .cart-main {
        width: 90%;
    }
    
    .cart-main .cart-item {
        width: 100%;
        margin: 0 0 2vw 0;
    }
    
    .cart-main .cart-item-left {
        width: 70%;
        margin: 0px;
    }
    
    .cart-main .cart-item img, .cart-main .cart-item video {
        width: 15vw;
        height: 15vw;
        min-width: 15vw;
        min-height: 15vw;   
    }
    
    .cart-footer .cart-buttons {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    
    .cart-footer .cart-buttons input[type="button"] { 
        width: 80%;
        margin: 2vw;
    }
}
.cookie-bar {
    position: fixed; 
    top: 100%; 
    width: 100%; 
    height: min(4.5vw, 90px) !important; 
    margin-top: max(-4.5vw, -90px); 
    padding: 0px min(1vw, 20px);
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important; 
    align-items: center !important;
    background-color: black;
    filter: drop-shadow(0px 0px 3px var(--global-color-darkdarkgray));
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .cookie-bar {
        height: 30vw !important;
        margin-top: -30vw;
        padding: 2vw 1vw;
        flex-direction: column !important;
        text-align: center;
    }
}
.payment-result-block {
    width: 100%;
    margin: min(10vw, 200px) 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment-result-block hr{
    margin: min(2vw, 40px) 0px;
}
.header-slider {
    width: min(81%, 1552px);
    height: min(20vw, 400px);
    margin: 0px auto;
    overflow: hidden;
}

.header-slider-slide {
    height: min(20vw, 400px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header-slider-slide img {
    width: min(92%, 1762px);
    height: 100%;
    filter: opacity(60%);
}

.header-slider-slide-info-container {
    position: absolute;
    top: var(--bar-height);

    width: min(81%, 1552px);
    height: min(20vw, 400px);
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-slider-slide-info {
    width: 27%;
    padding: min(0.5vw, 10px) min(1vw, 20px);

    background-color: var(--global-background-slider-slide-info);
    font-weight: 400;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header-slider-slide-info h1 {
    padding: 0;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

.header-slider-slide-info [class^="button-"], .header-slider-slide-info [class*=" button-"] {
    width: fit-content;
    align-self: flex-end;
    margin-right: max(-1vw, -20px);
    font-weight: 700;
    padding: min(0.5vw, 10px) min(0.75vw, 15px);
}

.slider-buttons-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: max(-1.25vw, -25px);
    height: 0px;
}

.slider-buttons-list [class^="button-"], .slider-buttons-list [class*=" button-"] {
    width: fit-content;
    font-weight: 500;
    padding: min(0.2vw, 4px) min(0.5vw, 10px);
    margin: min(0.2vw, 4px);
}

.slider-bullets-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: max(-1.5vw, -30px);
    height: 0px;
}

.header-slider .slider-bullets-list {
    top: max(-1vw, -20px);
}

.slider-bullets-list a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    margin: 0px min(0.25vw, 5px);
}

.artists-slider {
    background-color: var(--global-background-secondary);
    padding-bottom: min(1vw, 20px);
}


.lustomic-originals-slider {
    background-color: var(--global-background-secondary);
    padding-bottom: min(1vw, 20px);
}


@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    .slider-bullets-list {
        top: -2vw;
    }
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */  
    .artists-slider {
        padding-bottom: 0px;
    }    
    
    .slider-bullets-list {
        top: -2.5vw;
    }
    
    .lustomic-originals-slider {
        padding-bottom: 0px;
        margin-bottom: min(0.5vw, 10px);
    }
}
.lustomic-originals {
    background-color: var(--global-background-secondary);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: min(2.5vw, 50px) min(3vw, 60px) min(3vw, 60px) min(3vw, 60px);
    width: 100%;
}

.lustomic-originals h1 {
    color: var(--global-color-gray);
}

.lustomic-originals h2 {
    color: var(--global-color-pink);
}

.lustomic-originals h2, .lustomic-originals h3 {
    font-weight: 700;
    font-family: 'SF-Pro-Display' !important;
}

.lustomic-originals .button-aqua {
    font-weight: 700;  
    margin: 0 min(1vw, 20px);
}

.lustomic-originals-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px min(1vw, 20px);
    width: 43%;
}

.lustomic-originals-left .lustomic-originals-space-above {
    margin-top: min(1vw, 20px);
}

.lustomic-originals-right {
    width: 57%;
    margin: auto 0;
    height: auto;
}

.lustomic-originals-right img {
    width: 100%;
    height: auto;
    max-height: min(33vw, 660px);
    object-fit: cover;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */

    .lustomic-originals {
        padding-bottom: 3vw;
    } 
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    
    .lustomic-originals {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        background-color: var(--global-background-primary);
        margin-bottom: 5vw;
    }

    .lustomic-originals-right {
        width: 100%;
    }
    
    .lustomic-originals-right img {
        width: 100%;
        height: 100%;
    }
    
    .lustomic-originals-left {
        padding: 0px 20px;
        width: 100%;
        margin-bottom: 3vw;
    }
    
    .lustomic-originals-left div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
.lounge-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: min(1.75vw, 35px);
    width: 57%;
}

.lounge-menu input[type="button"] {
    margin-bottom: min(2.25vw, 45px);
    width: 100%;
    font-weight: 700;
}

.lounge-menu hr {
    border: 1px solid var(--global-background-newsletter);
    margin-bottom: min(2.25vw, 45px);
    margin-top: 0vw;
    width: 100%;
}



.lounge-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    margin-top: min(2.75vw, 55px);
    width: 92%;
}



.lounge-left {
    width: 24%;
}

.lounge-left .lounge-menu {
    width: 100%;
    margin-top: 0vw;
}

.lounge-left .lounge-menu input[type="button"] {
    margin-bottom: min(1.5vw, 30px);
}

.lounge-left .lounge-menu input[type="button"]:last-child {
    margin-bottom: 0vw;;
}

.lounge-right {
    width: 73%;
    background-color: var(--global-background-fourthary);
    padding: min(2.5vw, 50px) min(4vw, 80px);
    color: var(--global-color-lightgray);
    display: flex;
    align-content: flex-start;
    flex-direction: column;
}

.lounge-right h1 {
    text-transform: capitalize  !important;
    color: var(--global-color-ligthgray);
    display: flex;
}

.lounge-right h2 {
    margin-top: min(1vw, 20px) !important;
    font-size: var(--font-size-h3) !important;
    display: flex;
}

.lounge-right figure {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: min(1.5vw, 30px);
    margin-bottom: min(0.5vw, 10px);
}

.lounge-right img {
    max-width: 100% !important;
    width: 100% !important;
}

.lounge-right figure figcaption {
    max-width: 100% !important;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: min(0.5vw, 10px);
    margin-bottom: min(0.5vw, 10px);
}

.lounge-right p {
    margin-top: min(1vw, 20px);
    width: 100%;
}

.lounge-right a {
    transition: 0.3s;
}

.lounge-right a:hover {
    color: var(--global-color-pink);
}

.lounge-right hr {
    border: 1px solid var(--global-background-newsletter);
    margin: min(0.5vw, 10px) 0vw;
    width: 100%;
}

.lounge-right hr.wide-margin {
    margin: min(2.25vw, 45px) 0vw !important;
}

.lounge-right hr.wide-bottom-margin {
    margin-bottom: min(2.25vw, 45px) !important;
}

.lounge-form {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100% !important;
    margin: 0vw auto !important;
    padding: 0vw !important;
    
}

.lounge-form select {
    margin: 0vw min(0.5vw, 10px);
    padding: min(0.8vw, 16px) min(0.5vw, 10px);
    border-color: var(--global-color-mediumgray) ;
    color: var(--global-color-mediumgray) ;
    
}

.lounge-form input[type="text"].search {
    margin: 0vw min(0.5vw, 10px);
    padding: min(0.7vw, 14px) min(0.5vw, 10px) min(0.7vw, 14px) min(2.5vw, 50px);
    border: 1px solid var(--global-color-mediumgray);
    color: var(--global-color-mediumgray);
    width: 100%;
    background-image: url('/images/search.png');
    background-size: min(1.6vw, 32px);
    background-repeat: no-repeat;
    background-position: min(0.6vw, 12px);
}

.lounge-form select:first-child {
    margin-left: 0vw !important;
}

.lounge-form input[type="text"].search:last-child {
    margin-right: 0vw !important;
}

.lounge-post h1 {
    margin: min(1vw, 20px) 0vw;
}

.lounge-post p {
    margin: 0vw;
}

.lounge-post-author {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: min(3vw, 60px);
}

.lounge-post-header h3 {
    text-align: left;
    margin-bottom: min(1vw, 20px);
}

.lounge-post-author img.lounge-post-author-avatar, 
.lounge-post-comments img.lounge-post-comment-avatar {
    width: min(3vw, 60px) !important;
    height: min(3vw, 60px);
    border-radius: 50%;
    margin-right: min(1vw, 20px);
}

.lounge-post-author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lounge-post-contaner {
    position: relative;
    min-height: min(20vw, 400px) !important;
}

.lounge-post-locked {
    position: absolute;
    top: 20%;
    left: 25%;
    background-color: var(--glogal-background-blocked);
    width: 50%;
    height: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw;
}

.lounge-post-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: min(1vw, 20px);
}

.lounge-post-stats-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.lounge-post-stats-left img {
    width: min(1.2vw, 24px) !important;
    margin-right: min(0.3vw, 6px);
}

.lounge-post-stats-left div {
    margin: 0vw min(1vw, 20px);
    display: flex;
    align-items: center;
}

.lounge-post-stats-left div:first-child {
    margin: 0vw;
}

.lounge-post-downloads {
    margin-top: min(3vw, 60px);
}

.lounge-post-downloads div {
    margin: min(0.5vw, 10px) 0vw;
}

.lounge-post-downloads a{
    text-transform: none;
    text-decoration: none;
}

.lounge-post-comment-lvl-1, .lounge-post-comment-lvl-2 {
    margin-top: min(1vw, 20px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.lounge-post-comment-lvl-2 {
    margin-left: min(4vw, 80px);
}

.lounge-post-comment-left {
    flex-shrink: 0;
}

.lounge-post-comment-right {
    width: 100%;
}

.lounge-post-comment-yesterday {
    align-self: flex-start;
    flex-shrink: 0;
    width: min(3vw, 60px);
    text-align: right;
}

.lounge-post-leave-comment {
    display: flex;
    flex-direction: row;
    margin-top: min(1vw, 20px);
    margin-bottom: min(3vw, 60px);
    align-items: center;
}

.lounge-post-leave-comment-autor-icon,
.lounge-post-leave-comment-button {
    flex-shrink: 0;
}

.lounge-post-leave-comment-input-box, .lounge-post-leave-comment-input-box input[type="text"] {
    width: 100% !important;
}

.lounge-post-leave-comment-input-box input[type="text"] {
    background-color: inherit;
    border: 1px solid var(--global-color-mediumgray);
    padding: min(0.7vw, 14px) min(1.5vw, 30px);
    color: var(--global-color-mediumgray);
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */

    .lounge-container .font-0-8 {
        font-size: 1.2vw !important;
    }
    
    .lounge-post-locked {
        top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
    }
    
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .lounge-menu input[type="button"] {
        margin: 3vw 0;   
        width: 60vw;
        font-weight: 700;
    }
    
    .lounge-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    } 
    
    .lounge-right {
        width: 100%;
    }
    
    .lounge-form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100% !important;
        
    }

    .lounge-form select {
        width: 100% !important;
        margin: 1vw 0vw;
    }
    
    .lounge-form input[type="text"].search {
        margin: 1vw 0vw;
        font-weight: 500;
        font-size: 3.5vw;
        padding: 0.7vw 0.5vw 0.7vw 5.5vw;
        background-size: 3vw;
    }
    
    .lounge-form select:first-child {
        margin-top: 0vw !important;
    }

    .lounge-form input[type="text"].search:last-child {
        margin-bottom: 0vw !important;
    }
    
    .lounge-container .font-0-8 {
        font-size: 2.5vw !important;
    }
    
    .lounge-post-author {
        height: 10vw;
        margin: 3vw auto;
    }

    .lounge-post-author img.lounge-post-author-avatar,
    .lounge-post-comments img.lounge-post-comment-avatar {
        width: 10vw !important;
        height: 10vw;
    }
    
    .lounge-post-locked {
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
    }
}
.lounge-check-out {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(0.5vw, 10px) 0vw;
    width: 100%;
    color: var(--global-color-lightgray);
}

.lounge-check-out h1 {
    text-transform: none;
    color: var(--global-color-lounge-red);
    margin-top: min(2vw, 40px);
    margin-bottom: min(0.25vw, 5px);
}

.lounge-check-out h6 {
    margin-top: min(0.25vw, 5px);
}


.lounge-check-out-logged-in {
    margin: min(2vw, 40px) 0vw;
    padding: min(1vw, 20px) min(1.5vw, 30px);
    color: var(--global-color-aqua);
    background-color: var(--global-background-logged-in);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    font-weight: 700;
    text-transform: uppercase;
}

.lounge-check-out-logged-in span {
    text-transform: lowercase;
}

.lounge-check-out h5 {
    text-transform: uppercase;
    font-weight: 800;
}


.lounge-check-out-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: min(1vw, 20px);
}

.lounge-check-out-container hr {
    border: 1px solid var(--global-background-secondary);
}

.lounge-check-out-container a {
    text-decoration: underline;
    transition: 0.3s;
}

.lounge-check-out-container a:hover {
    color: var(--global-background-white);
}

.lounge-check-out-left, .lounge-check-out-right {
    width: 50%;
    background-color: var(--global-background-tertiary);
    padding: min(1vw, 20px) min(3vw, 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lounge-check-out-left {
    margin-right: 1px;
    color: var(--global-color-gray);
}

.lounge-check-out-left a.lounge-check-out-go-back{
    color: var(--global-color-white);
    text-decoration: underline;
    display: block;
    margin-bottom: min(3vw, 60px);
}

.lounge-check-out-left h5 {
    color: var(--global-color-pink);
}


.lounge-check-out-right {
    margin-left: 1px;
}

.lounge-check-out-right .hr-h5{
    margin-top: 0vw !important;
}

.lounge-check-out-right p{
    text-align: center;
}

.lounge-check-out-right h5 {
    color: var(--global-color-yellow);
}

.lounge-check-out-cart-list {
    width: 100%;
    color: var(--global-color-white);
    margin: min(3vw, 60px) 0vw min(1.5vw, 30px) 0vw;
    font-weight: 400;
    text-transform: capitalize;
}

.lounge-check-out-cart-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: min(1vw, 20px) 0vw;
}

.lounge-check-out-cart-item a{
    text-decoration: none;
    text-transform: lowercase;
    margin-left: min(0.5vw, 10px);
}

.lounge-check-out-credit-cards
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lounge-check-out-credit-cards img {
    max-height: min(1.8vw, 36px);
    height: auto;
    margin: 2px;
}

.lounge-check-out-credit-cards a {
    color: var(--global-color-gray);
    margin: 2px;
}

.lounge-check-out-total {
    padding-right: min(1.4vw, 28px);
}


.lounge-check-out-payment-options-item {
    color: var(--global-color-darkgray);
    font-weight: 700;
}

.lounge-check-out-payment-options-item p {
    padding: 0vw min(5vw, 100px);
}


.lounge-check-out-partner-logo {
    width: 100%;
    height: min(3vw, 60px);
    border: 1px solid var(--global-color-black);
    margin: min(0.5vw, 10px) 0vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
}

.lounge-check-out-partner-logo#lounge-check-out-patrner-orbital {
    border-color: var(--global-color-white);
    background-color: var(--global-background-blue);
    background-image: url('/images/check_out_logo_orbital.png');
}

.lounge-check-out-partner-logo#lounge-check-out-patrner-connected {
    border-color: var(--global-color-green);
    background-color: var(--global-background-black);
    background-image: url('/images/check_out_logo_connected.png');
    
}

.lounge-check-out-partner-logo#lounge-check-out-patrner-2000charge {
    border-color: var(--global-color-darkorange);
    background-color: var(--global-background-white);
    background-image: url('/images/check_out_logo_2000charge.png');
}



.lounge-check-out-payment-options-secure {
    background-color: var(--global-background-primary);
    font-weight: 700;
    color: var(--global-color-lightgray);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0vw min(1.5vw, 30px);
}

.lounge-check-out-payment-options-secure img {
    height: min(5vw, 100px);
    margin-right: min(1.5vw, 30px);
}

.lounge-check-out-payment-options-secure p {
    text-align: left;
}

.lounge-check-out-left form, .lounge-check-out-payment-options-list form {
    width: 100%;
}

.lounge-check-out-empty-cart {
    background-color: var(--global-background-black); 
    padding: min(0.5vw, 10px) min(1vw, 20px); 
    border: 1px solid var(--global-color-pink);
}

@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .lounge-check-out-logged-in a {
        display: none;
    }
    
    .lounge-check-out-logged-in div {
        flex-direction: column;
        align-items: center;
        width: 82%;
        font-weight: 600;
        font-size:2.6vw;
    }
    
    .lounge-check-out-container {
        flex-direction: column;
    }
    
    .lounge-check-out-left, .lounge-check-out-right {
        width: 98%;
        padding: min(1vw, 20px) min(3vw, 60px);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    
    .lounge-check-out-left a.lounge-check-out-go-back{
        margin: 3vw 0;
    }
    
    .lounge-check-out-credit-cards{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lounge-check-out-credit-cards img {
        max-height: 4vw;
        height: auto;
        margin: 0.6vw 0.6vw 1vw 0.6vw;
    }
    .lounge-check-out-partner-logo {
        width: 100%;
        height: 10vw;
        margin: min(0.5vw, 10px) 0vw;
    }
    
    .lounge-check-out-right .hr-h5{
        margin-top: 0vw !important;
    }
    
    .lounge-check-out-logged-in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .lounge-check-out-cart-item div:first-child {
        width: 70%;
    }
    
    .lounge-check-out-payment-options-list {
        width: 100%;
    }
    
    .lounge-check-out-payment-options-item {
        width: 80%
    }
    
    .lounge-check-out-credit-cards {
        overflow: hidden;
    }

    .lounge-check-out-payment-options-secure {
        padding: 0vw 2vw;
    }
    
    .lounge-check-out-payment-options-secure img {
        height: 20vw;
        margin-right: 2vw;
    }
}
.lounge-subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(0.5vw, 10px) 0vw;
    width: 100%;
    color: var(--global-color-lightgray);
}

.lounge-subscribe h1 {
    text-transform: none;
    color: var(--global-color-lounge-red);
    margin-top: min(2vw, 40px);
    margin-bottom: min(0.25vw, 5px);
}

.lounge-subscribe h5 {
    text-transform: uppercase;
    font-weight: 800;
}

.lounge-subscribe h6 {
    margin-top: min(0.25vw, 5px);
}


.lounge-subscribe-logged-in {
    margin: min(2vw, 40px) 0vw;
    padding: min(1vw, 20px) min(1.5vw, 30px);
    color: var(--global-color-aqua);
    background-color: var(--global-background-logged-in);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    font-weight: 700;
    text-transform: uppercase;
}

.lounge-subscribe-logged-in span {
    text-transform: lowercase;
}


.lounge-subscribe-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.lounge-subscribe-container a {
    text-decoration: underline;
    transition: 0.3s;
}

.lounge-subscribe-container a:hover {
    color: var(--global-background-white);
}

.lounge-subscribe-container .lounge-subscriptions-list {
    margin: 0vw auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    height: min(35vw, 700px);
}

.lounge-subscribe-container .lounge-subscriptions-list-item {
    height: 100%;
    width: 32%;
    background-color: var(--global-background-logged-in);
    border: 1px solid var(--global-background-secondary);
    padding: min(2vw, 40px) min(1.5vw, 30px);
}

.lounge-subscribe-container .lounge-subscriptions-list-item h2{
    margin-top: 0vw;
    text-transform: capitalize;
    text-align: left;
}

.lounge-subscribe-container .lounge-subscriptions-list-item input[type="submit"] {
    margin: min(2.5vw, 50px) auto;
    width: 100%;
}

.lounge-subscribe-container .lounge-subscriptions-list-item ul {
    padding-left: 0vw;
    padding-top: min(1vw, 20px);
    list-style-type: '-  ';
}

.lounge-subscribe-container .lounge-subscriptions-list-item li {
    margin-left: min(1vw, 20px);
    margin-bottom: min(0.5vw, 10px);
}

.lounge-subscribe-container .lounge-subscribe-notes {
    margin: 0vw auto min(4vw, 80px) auto;
    width: 70%;
    text-align: center;
}

.lounge-subscribe-container .lounge-subscribe-notes p {
    margin: min(3vw, 60px) auto;
}

@media 
    only screen and (max-width: 1200px) and (pointer: fine),
    only screen and (orientation: landscape) and (pointer: coarse),
    only screen and (orientation: landscape) and (pointer: none) 
{
    /* Tablet */
    .lounge-subscribe-container h2 {
        font-size: var(--font-size-h4);
     }
     
    .lounge-subscribe-container .lounge-subscriptions-list {
        height: 55vw;
    }
}


@media 
    only screen and (max-width: 640px) and (pointer: fine),
    only screen and (orientation: portrait) and (pointer: coarse),
    only screen and (orientation: portrait) and (pointer: none) 
{
    /* Phone */
    .lounge-subscribe-logged-in a {
        display: none;
    }
    
    .lounge-subscribe-logged-in div {
        flex-direction: column;
        align-items: center;
        width: 82%;
        font-weight: 600;
        font-size:2.6vw;
    }
    
    .lounge-subscribe-container {
        flex-direction: column;
    }
    
    .lounge-subscribe-container .lounge-subscriptions-list {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lounge-subscribe-container .lounge-subscriptions-list-item {
        height: 100%;
        width: 100%;
        padding: 6vw 4vw;
        margin: 2vw auto;
    }
    
    .lounge-subscribe-container .lounge-subscriptions-list-item li {
        margin-left: 5vw;
    }
    
    
    .lounge-subscribe-container h2 {
        font-size: var(--font-size-h4);
    }
}
