/* 320px, 680px 1024px
/* -------------------------------------------------------------------*/
/* ----------------------- STANDARD RULES ----------------------------*/
/* -------------------------------------------------------------------*/
*
{
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFA;
}

@media only screen and (min-width: 1024px)
{
  *
  {
    font-family: univia-pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFA;
  }
}



@font-face
{
  font-family: airstrike;
  src: url("../fonts/airstrike.ttf");
}

@font-face
{
  font-family: Primal;
  src: url("../fonts/Primal.otf") format("opentype");
}

@font-face
{
  font-family: alien;
  src: url("../fonts/Alien_S.ttf");
}

html
{
    margin: 0;
    padding: 0;
}

body
{
  background-color: #0a0806;
  padding: 0;
  margin: 0;
}

body#whitebody
{
  background-color: #FFF;
  padding: 0;
  margin: 0;
}

a
{
  text-decoration: none;
}

h1
{
  font-family: Primal;
  font-size: 28px;
}

s
{
  text-decoration: line-through;
  text-decoration-color: #D80E0E;
  color: #D80E0E;
}

hr
{
  opacity: 0.25;
}

b
{
  font-weight: bold;
  font-size: inherit;
}

select.details-dropdown, select.details-dropdown-half
{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: left;
    padding-left: 10px;
}

select.details-dropdown::-ms-expand, select.details-dropdown-half::-ms-expand 
{
    display: none;
}

button:focus {outline: 0;}

select.details-dropdown:focus {outline: 0;}
select.details-dropdown-half:focus {outline: 0;}

#secret:hover
{
  cursor: none;
}

.red-svg
{
  filter: invert(13%) sepia(61%) saturate(7018%) hue-rotate(357deg) brightness(91%) contrast(95%);
}

.white-svg
{
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

#ups-dropdown
{
  background-color: #0a0806;
  color: white;
  border: 1px solid #D80E0E;
}

input[type='email'].footer-email:focus{outline: none;}
.Login-button:focus{outline: none;}
.Checkout-button:focus{outline: none;}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

#greybkg
{
  background-color: #323232;
}

#blackbkg
{
  background-color: #0A0806;
}

#whitebkg
{
  background-color: #FFF;
}

#redbkg
{
  background-color: #D80E0E;
}

#tanbkg
{
  background-color: #bdb89b;
}

#bluebkg
{
  background-color: #676faa;
}

#primalh2
{
  font-family: Primal;
  font-size: 24px;
}

.trackinglink
{
  text-decoration: underline;
  color: #0064bd;
  cursor: pointer;
}

#email-heading1, #email-heading2, #blinking-cursor1, #blinking-cursor2
{
  width:100%;
  display: inline;
}

#email-heading1 h1
{
  margin: 50px auto;
}

.font-weird
{
  font-family: alien;
  font-size: 22px;
}

.font-normal 
{
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}



#GrandTotal
{
  font-size:24px;
}

.font-primal
{
  font-family: Primal;
  font-size: 24px;
  font-weight: 400px;
  font-style: normal;
}

.display-none
{
  display: none;
}
.display-inline
{
  display: inline-block;
}
.display-flex
{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}

.display-block
{
  display: block;
}

.before {opacity: 0;}
.middle {opacity: 0.2;}
.after {opacity: 1;}
.full 
{
  width: 100%;
  min-width: 680px;
}

.hidden-nav
{
  height: 80px;
  line-height: 80px;
}
.expand-nav
{
  height: 160px;
  line-height: 80px;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  .hidden-nav
  {
    height: 60px;
    line-height: 60px;
  }
  .expand-nav
  {
    height: 110px;
    line-height: 50px;
  }
}

.footer-full
{
  width: 100%;
  min-width: 680px;
  margin: 0 auto;
}

.ready
{
  opacity: 0.5;
}

.invalid
{
  opacity: 1;
  color: #D80E0E;
}

.valid
{
  opacity: 1;
}

.no-width {width: 0%;}
.half-width {width: 50%;}
.width60 {width: 80%;}
.width10 {width: 20%;}
.full-width {width: 100%;}

.display-none
{
  display: none;
}

.shake
{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}

.spacer 
{
  height: 100px;
}

#standard-anchor
{
  display: block;
  text-decoration: underline;
  margin: 10px;
  padding: 10px; 
  cursor: pointer;
}

#top-left-anchor
{
  position: absolute;
  left: 10px;
  top: 50px;
}

#normal-anchor:hover
{
  cursor: pointer;
  text-decoration: underline;
}

#top-left-anchor2
{
  position: absolute;
  left: 10px;
  top: 100px;
}

#normal-anchor2:hover
{
  cursor: pointer;
  text-decoration: underline;
}

.sticky 
{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.below-sticky 
{
    position: sticky;
    top: 50px;
    left: 0;
    z-index: 100;
}

#login-container
{
  text-align: center;
  width: 100%;
}

#login-subcontainer
{
  width: 80%;
  height: 600px;
  margin: 0px auto;
  border: 1px solid #D80E0E;
  border-radius: 15px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#login-content
{
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#login-content input
{
  width: 100%;
  margin: 5px auto;
  display: block;
  background-color: #0A0806;
  border: 1px solid #D80E0E;
}

@media only screen and (min-width: 1024px)
{
  #login-subcontainer
  {
    width: 50%;
    height: 500px;
    margin: 0px auto;
    border: 1px solid #D80E0E;
    border-radius: 15px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #login-content
  {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #login-content input
  {
    width: 100%;
    margin: 5px auto;
    display: block;
    background-color: #0A0806;
    border: 1px solid #D80E0E;
  }
}
/* -------------------------------------------------------------------*/
/* ---------------------------- NAV BAR ------------------------------*/
/* -------------------------------------------------------------------*/

#promotions-bar
{
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 500px;
  background-color: #D80E0E;
  overflow: hidden;

  transition: 0.5s ease-in-out;
}

#promo-link
{
  color: white;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  display: inline-block;

  -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: all 0.2s ease-in;
}

#promo-link:hover
{
  text-decoration: underline;
}

#nav-bar
{
  min-width: 750px;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFF;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.nav-links-container
{
  text-align: center;
  width: calc(100% - 200px);
  min-width: 600px;
  line-height: inherit;

  font-family: input-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#nav-icon-container
{
  position: absolute;
  right: 20px;
  top: 0px;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#nav-bar-relative
{
  position: relative;
}

#dropdown-bar
{
  text-align: center;
  line-height: 40px;
  background-color: #FFF;
}

#dropdown-bar a
{
  color: #323232;
  margin: 0px 10px;
  font-size: 18px;
  letter-spacing: 3px;
}

#dropdown-bar a:hover
{
  color: #D80E0E;
}

#dropdown-bar p
{
  display: inline-block;
  color: #D80E0E;
  margin: 0px 5px;
}

.hidden
{
  height: 0;
}

.show
{
  height: 40px;
  border-bottom: 1px solid white;
}

#nav-icon-container img
{
  margin: 0px 10px;
}

img.logo
{
  position: absolute;
  left: -1000px;
  top: 8px;
  cursor: pointer;
}

.navicon
{
  width: 64px;
  vertical-align: middle;
}

#accounticon
{
  width: 72px;
}

#cart-quant
{
  color: #0a0806;
  position: absolute;
  left: 80px;
  top: -45px;
}

.nav-link a
{
  color: #323232;
  font-size: 18px;
  letter-spacing: 3px;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #promotions-bar
  {
    text-align: center;
    height: 35px;
    line-height: 33px;
    min-width: 500px;
    background-color: #D80E0E;
    overflow: hidden;

    transition: 0.5s ease-in-out;
  }

  #promo-link
  {
    color: white;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
    display: inline-block;

    -webkit-transition: opacity 0.2s ease-in;
         -moz-transition: opacity 0.2s ease-in;
          -ms-transition: opacity 0.2s ease-in;
           -o-transition: opacity 0.2s ease-in;
              transition: all 0.2s ease-in;
  }

  #nav-bar
  {
    text-align: center;
    min-width: 700px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFF;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    margin: 0;
  }

  .nav-links-container
  {
    margin: 0px auto;
    line-height: inherit;

    font-family: input-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  #nav-icon-container
  {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
  }

  #dropdown-bar
  {
    text-align: center;
    line-height: 40px;
    background-color: #FFF;
  }

  #dropdown-bar a
  {
    color: #323232;
    margin: 0px 10px;
    font-size: 14px;
  }

  #dropdown-bar a:hover
  {
    color: #D80E0E;
  }

  #dropdown-bar p
  {
    display: inline-block;
    color: #D80E0E;
    margin: 0px 5px;
  }

  img.logo
  {
    position: absolute;
    left: 10px;
    top: 8px;
    cursor: pointer;
  }

  .navicon
  {
    width: 64px;
    vertical-align: middle;
  }

  #accounticon
  {
    width: 72px;
  }

  #cart-quant
  {
    color: #0a0806;
    position: absolute;
    left: 80px;
    top: -30px;
  }

  .nav-link a
  {
    color: #323232;
    letter-spacing: 3px;
    font-size: 22px;
  }
}

img.logo:hover
{
  opacity: 0.75;
}

#nav-icon-container img:hover
{
  opacity: 0.75;
}

#cart-img-container
{
  display: inline-block;
  position: relative;
}

/* -------------------------------------------------------------------*/
/* ------------------------- MAIN CONTENT ----------------------------*/
/* -------------------------------------------------------------------*/

#msg
{
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 101;
  box-shadow: 0 8px 16px 0 rgba(190,0,0,0.2), 0 6px 20px 0 rgba(190,0,0,0.19);
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#msg p
{
  color: #0A0806;
  font-size: 24px;
  font-style: italic;
  margin: 0;
  height: inherit;
}


#msg-anc-cont a
{
  color: inherit;
  cursor: pointer;
}

#msg-anc-cont
{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  opacity: 0.75;
}

#main
{
  margin-bottom: -500px;
  transition: 0.5s ease-in-out;
  min-width: 640px;
}

#main:after
{
  content: "";
  display: block;
  height: 500px;
}

#main-content
{
  margin: 51px auto;
}

.ministicky
{
  padding-top: 51px;
}

#blank-page
{
  width: 80%;
  text-align: center;
  margin: 300px auto;
}

#blank-page button
{
  color: white;
  border: 0;
  background-color: #D80E0E;
  width: 250px;
  height: 50px;
  cursor: pointer;
}

#blank-page button:hover
{
  background-color: #d80e0e;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{

  #main
  {
    margin-bottom: -450px;
    transition: 0.5s ease-in-out;
    min-width: 640px;
  }

  #main:after
  {
    content: "";
    display: block;
    height: 450px;
  }
}

#separator
{
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  margin: 0;

  border-bottom: 1px solid white;
}

#separator h1
{
  font-family: Primal;
  font-size: 60px;
  opacity: 0.8;
  margin: 0;

}

#eclipse-seperator
{
  height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
}

.spin-r
{
  position: absolute;
  top: 18px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  -webkit-animation: leftrot 12s infinite linear;
}

.spin-l
{
  position: absolute;
  top: 18px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  -webkit-animation: rightrot 10s infinite linear;
}

.split
{
  width: 50%;
  margin: 0;
  border: 0;
  padding: 0;

  display: inline-block;
  vertical-align: top;
  position: relative;
}

.bottom-split
{
  width: 100%;
  margin: 0;
  border: 0;
  display: block;
  vertical-align: top;
  position: relative;
}

.split-position1
{
  position: absolute;
  left: 0;
  top: 200px;
  font-size:36px;
  padding: 10px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+62,b7ad70+100&1+0,0.5+66,0+100 */
background: -moz-linear-gradient(left,  rgba(213,206,166,1) 0%, rgba(201,193,144,0.53) 62%, rgba(199,191,141,0.5) 66%, rgba(183,173,112,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(213,206,166,1) 0%,rgba(201,193,144,0.53) 62%,rgba(199,191,141,0.5) 66%,rgba(183,173,112,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(213,206,166,1) 0%,rgba(201,193,144,0.53) 62%,rgba(199,191,141,0.5) 66%,rgba(183,173,112,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#00b7ad70',GradientType=0 ); /* IE6-9 */


}

.split-position1 h1
{
  font-family: Primal;
}

.split-position2 h1
{
  font-family: Primal;
  color: #0A0806;
  margin: 0;
}

.split-position2
{
  position: absolute;
  right: 50px;
  top: 20px;
  font-size:28px;
  padding: 5px 20px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+50,1+80,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#centerer
{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#centerer h1
{
  font-family: Primal;
  font-size: 72px;
  color: #D80E0E;
}

#bottom-centerer
{
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#img-button
{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 350px;
  height: 55px;
  border: 5px solid rgba(145,47,64,0.5);
  box-shadow: 3px 3px 3px 3px rgba(112,38,50,0.5);
}

#img-button h1
{
  font-family: Primal;
  font-size: 24px;
  opacity: 1;
  color: rgba(255,255,250,1);
  line-height: 60px;
  margin: 0;
}

#img-button h1:hover
{
  color: rgba(255,255,250,1);
}

/* -------------------------------------------------------------------*/
/* ------------------------- PRODUCT PAGE ------------------------------*/
/* -------------------------------------------------------------------*/

  #product-page-container
  {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    vertical-align: top;
    min-width: 640px;
    min-height: 1000px;
  }

  #gradient-title
  {
    text-align: center;
    font-size: 72px;
    margin: 125px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #5e5e5e);
   background: -o-linear-gradient(right, #323232, #5e5e5e);
   background: -moz-linear-gradient(right, #323232, #5e5e5e);
   background: linear-gradient(to right, #323232 , #5e5e5e); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #gradient-title-nomargin
  {
    text-align: center;
    font-size: 72px;
    margin: 25px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #5e5e5e);
   background: -o-linear-gradient(right, #323232, #5e5e5e);
   background: -moz-linear-gradient(right, #323232, #5e5e5e);
   background: linear-gradient(to right, #323232 , #5e5e5e); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #gradient-title-white
  {
    text-align: center;
    font-size: 72px;
    margin: 75px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #FFF);
   background: -o-linear-gradient(right, #323232, #FFF);
   background: -moz-linear-gradient(right, #323232, #FFF);
   background: linear-gradient(to right, #323232 , #FFF); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #product-sort-bar
  {
    text-align: left;
    z-index: 999;
    background-color: #0A0806;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    transition: 0.5s ease-in-out;
  }

  .leftslide
  {
    left: 0px;
  }

  .noleftslide
  {
    left: -300px;
  }

  #product-grid
  {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #sort-close
  {
    color: white;
    font-size: 36px;
    margin: 10px;
    background-color: #0A0806;
    border: 0;
    float: right;
  }

  #sort-close:hover
  {
    cursor: pointer;
  }

  #sort-close:focus
  {
    outline: 0;
  }

  #open-sort
  {
    position: relative;
    top: 250px;
    transition: 0.5s;
    transition-timing-function: ease;
    width: 41px;
  }

  #open-sort a:hover
  {
    cursor: pointer;
  }

  #open-sort img
  {
    
  }

  .noflip
  {
    left: 300px;
  }

  .flip
  {
    left: 260px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #productTotal
  {
    margin: 0;
    color: #D80E0E;
  }

  #no-products-overlay
  {
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #vid-container
  {
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
    background-color: #FFF;
  }

  #vid-container h1
  {
    display: block;
    color: #0A0806;
    font-size: 60px;
    vertical-align: middle;
    font-style: italic;
    margin: 0px auto;
    margin-bottom: 50px;
  }

  span.red
  {
    font-family: Primal;
    color: #D80E0E;
    font-size: 60px;
    vertical-align: middle;
    font-style: italic;
  }

  #vid-container iframe
  {
    width: 100%;
    min-height: 800px;
    margin: 0px auto;
    display: block;
    border: 0;
  }

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #open-sort
  {
    display: none;
  }

  #sort-close
  {
    font-size: 24px;
    display: none;
  }

  .leftslide
  {

  }

  .noleftslide
  {

  }

  #product-sort-bar
  {
    position: static;
    text-align: left;
    display: inline-block;
    width: 300px;
    float: left;
    padding-left: 10px;
    background-color: #0A0806;
  }

  #product-grid
  {
    width: calc(100% - 320px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #product-page-container
  {
    text-align: left;
    width: 95%;
    margin: 0px auto;
    vertical-align: top;
    min-width: 800px;
    min-height: 1000px;
  }

  #sortandgrid
  {
    
  }

}

#product-page-container h1
{
  text-align: center;
}

#product-option-bar
{
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
}

#product-sort-bar hr
{
  width: 50%;
  text-align: left;
  margin: 0;
  margin-top: 25px;
}

#product-sort-bar a:hover
{
  
}

#product-cell
{
  text-align: center;
  overflow: hidden;
  margin: 25px;
  transition: 0.5s ease;
  position: relative;

  width: 375px;
  height: 550px;
  border: 0;
  border-bottom: 0px;

  -webkit-transition: opacity 0.5s ease-in;
     -moz-transition: opacity 0.5s ease-in;
      -ms-transition: opacity 0.5s ease-in;
       -o-transition: opacity 0.5s ease-in;
          transition: all 0.5s ease-in;
}

#product-cell img
{
  margin: 0;
  transition: all .2s ease-in-out;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#product-cell button
{
  width: 100%;
  height: 40px;
  margin: 0;
  border: 0;
  background-color: #d80e0e;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#prod-img-cont
{
  height: 400px;
  position: relative;
}

#price-container
{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 5px auto;
}

p.priceS
{
  display: inline-block;
  color: #C43E55;
  margin: 0px 5px;
}

p.priceP
{
  display: inline-block;
  text-decoration-line: line-through;
  margin: 0px 5px;
}

p.price
{
  margin: 0;
}

p.name 
{
  height: 25px;
  line-height: 20px;
  margin: 5px auto;
}

#select-dropdown
{
  position: relative;
  text-align: center;
}

#select-dropdown-half
{
  width: 50%;
  margin: 0 auto;
  position: relative;
}

#select-dropdown:after, #select-dropdown-half:after
{
  content: '^';
  font: normal normal normal 17px/1 FontAwesome;
  color: #D80E0E;
  right: 11px;
  top: 1px;
  height: 27px;
  padding: 8px 8px 0px 0px;
  border-right: 1px solid #D80E0E;
  position: absolute;
  pointer-events: none;
  transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

#normalprice
{
  margin: 0px 5px;
  text-decoration-line: line-through;
}

#saleprice
{
  margin: 0px 5px;
  color: #C43E55;
}

#productlink #nosale
{
  margin: 0;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  opacity: 0.75;
}

#nosale
{
  margin: 0;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
}



#product-cell img:hover
{
  transform: scale(1.1);
}


#product-cell button:focus
{
  outline: 0;
}

#product-cell button#outofstock
{
  background-color: #5E5E5E;
}

#productlink
{

}

#addtocart:hover {cursor: pointer;background-color: #D80E0E;}

#addtocart:focus {outline:0;}

.details-dropdown
{
  width: 100%;
  height: 40px;
  color: white;
  background-color: #0A0806;
  text-align: center;
  border: 1px solid #D80E0E;
  border-bottom: 0px;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.details-dropdown-half
{
  width: 100%;
  height: 40px;
  color: white;
  background-color: #0A0806;
  text-align: center;
  border: 1px solid #5E5E5E;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.product-hidden
{
  opacity: 0;
}

.product-shown
{
  opacity: 1;
}

.activeAnchor
{
  color: #FFF;
}

.activeAnchor:hover
{
  color: #5E5E5E;
}

.inactiveAnchor
{
  color: #5E5E5E;
}

.inactiveAnchor:hover
{
  color: #FFF;
}

#sort-master-container::-webkit-scrollbar {
  display: none;
}

#sort-master-container
{
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 24px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  -ms-overflow-style: none;
}

#sort-container
{
  padding: 20px;
  width: 90%;
}

#redhr
{
  width: 80%;
  border-bottom: 1px solid #D80E0E;
}

#sort-container a
{
  display: block;
  margin: 20px;
  font-size: 16px;
  letter-spacing: 4px;
}

#sort-container a:hover
{
  cursor: pointer;
}

.clearfix
{
  clear: both;
}

@media only screen and (min-width: 1024px)
{
  #product-cell
  {
    text-align: center;
    overflow: hidden;
    margin: 35px;
    transition: 0.5s ease;
    position: relative;

    width: 250px;
    height: 400px;
    border: 0;
    border-bottom: 0px;

    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: all 0.5s ease-in;
  }

  #product-cell img
  {
    margin: 0;
    transition: all .2s ease-in-out;
    height: 250px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 20;
  }

  #product-cell button
  {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0;
    background-color: #d80e0e;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }

  #prod-img-cont
  {
    height: 250px;
    position: relative;
  }

  #sort-container
  {
    padding: 10px;
    width: 90%;
  }

  #sort-container a
  {
    display: block;
    margin: 10px;
  }
}

#product-info-section
{
  width: 100%;
  border: 0;
  margin: 0;
}

#map
{
  display: inline-block;
  width: 40%;
  height: 300px;
  margin: 10px auto;
  min-width: 300px;
}

#ordermap
{
  display: block;
  width: 98%;
  height: 300px;
  margin: 10px auto;
  min-width: 300px;
}

.email-message
{
  display: inline-block;
  width: 60%;
  margin: 0;
  vertical-align: top;
  min-width: 700px;
}

#outlined-container
{
  width: calc(100% - 22px);
  min-height: 200px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
}

#left-table
{
  text-align: left;
  table-layout: auto;
}

#product-subsection
{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#product-subsection h1
{
  font-size: 32px;
}

#product-subsection p
{
  width: 100%;
}

#product-info-section h1, #product-info-section h2
{

  color: white;
}

#product-pictures-section
{
  width: 100%;
  border: 0;
  margin: 0;
}

#pic
{
  min-width: 256px;
  max-width: 512px;
  transition: transform .2s; /* Animation */
}

.grow
{
  transform: scale(1.65);
}

#redcircle, #blackcircle
{
  transition: transform 10s;
}

.growmassive
{
  transform: scale(50);
  position: relative;
  z-index: 99998;
}

#easteregg-div
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
}
#easteregg-str
{
  color: #0A0806;
  position: relative;
  top: calc(50% - 50px);
  font-size: 72px;
  height: 100px;
}

#mini-pic-container
{
  text-align: center;
  width: 100%;
  max-width: 512px;
  display: block;
  margin: 0 auto;
}

#mini-pic
{
  display: inline-block;
  width: 18%;
  margin: 1px;
  transition: transform .2s;
}

#mini-pic:hover 
{
  cursor: pointer;
  transform: scale(1.15);
}


#standard-dropdown
{
  width: 200px;
  height: 40px;
  color: #0A0806;
}

#addtocartBig, #moreinfo
{
  width: 40%;
  height: 50px;
  margin: 20px auto;
  border: 0;
  background-color: #D80E0E;
}

#outofstockBig
{
  width: 40%;
  height: 50px;
  margin: 25px;
  border: 0;
  background-color: #5E5E5E;
}

#quant-container
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0px;
}

#quant-change-container
{
  width: 40%;
  margin: 25px;
  display: inline-block;
}

#quant-change-container button
{
  width: 50px;
  height: 50px;
  background-color: #D80E0E;
  color: white;
  border: 0;
  font-size: 14px;
}

#quant-change-container input
{
  width: calc(100% - 102px);
  height: 48px;
  display: inline-block;
  border: 0;
  color: #0A0806;
}

#quant-change-container input:focus
{
  outline: 0;
}

#gotopayment
{
  width: 250px;
  height: 40px;
  margin: 5px;
  border: 0;
  background-color: #D80E0E;
}

#addtocartBig:focus, #gotopayment:focus, .button-credit-card:focus, #outofstockBig:focus
{
  outline:0;
}

#addtocartBig:hover, #gotopayment:hover, #outofstockBig:hover
{
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{
  #product-pictures-section
  {
    width: 40%;
    display: inline-block;
    float: left;
    border: 0;
    margin: 0;
  }

  #product-info-section
  {
    width: 60%;
    display: inline-block;
    float: left;
    border: 0;
    margin: 0;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- IMPRESSIONS ------------------------------*/
/* -------------------------------------------------------------------*/

#impressions-title
{
  text-align: left;
  margin: 50px 0px;
}

#impressions-container
{
  width: 100%;
  margin: 0px auto;
  padding: 50px 0px;
  background-color:#323232;
}

#impressions-subcontainer
{
  width: 90%;
  margin:0px auto;
  text-align:center;
}

#impressions-container h1
{
  font-size: 60px;
  color: #FFF;
}

#impressions-arrow-div
{
  width: 20%;
  height: 250px;
  display: inline-block;
  text-align: center;
  line-height: 250px;
}

#impressions-arrow-div a
{
  font-size: 32px;
  font-style: bold;
  opacity: 0.5;
}

#impressions-arrow-div a:hover
{
  cursor: pointer;
  color: #D80E0E;
}

#impressions-arrow-div a#disabled
{
  font-size: 32px;
  font-style: bold;
  opacity: 0.1;
}

#impressions-arrow-div a#disabled:hover
{
  cursor: context-menu;
  color: #FFFFFF;
}

#impressions-cell
{
  width: 60%;
  height: 250px;
  border: 1px solid #5E5E5E;
  border-radius: 5px;
  padding: 0px 25px 15px 25px;

  -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: all 0.2s ease-in;
}

#impressions-cell h2
{
  color: #5E5E5E;
  font-size: 18px;
  font-style: italic;
}

#impressions-cell h3
{
  color: #5E5E5E;
  font-size: 18px;
  font-style: italic;
  margin-left: 50px;
}

#impressions-body
{
  color: white;
  font-size: 18px;
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#impressions-body::-webkit-scrollbar {
  display: none;
}

#impressions-body p
{
  vertical-align: middle;
  display: table-cell;
  height: 150px;
  margin: 0;
}

.i-shift-right
{
  opacity: 0;
  transform: translate(200px);
}

.i-shift-left
{
  opacity: 0;
  transform: translate(-200px);
}

.i-start-left
{
  opacity: 0;
  transform: translate(-400px);
}

.i-start-right
{
  opacity: 0;
  transform: translate(400px);
}

#impression-creator-container
{
  width: 50%;
  margin: 100px auto;
  margin-top: 200px;
  text-align: center;
  border: 1px solid #5E5E5E;
  border-radius: 5px;
  padding: 25px;
}

#impression-textarea
{
  width: 100%;
  height: 200px;
  color: #0A0806;
  background-color: #FFF;
  padding: 5px;
}

#impression-textarea:focus
{
  outline: 1px solid #FFF;
}

#impression-submit
{
  width: 40%;
  height: 50px;
  margin: 20px auto;
  border: 0;
  color: #0A0806;
  background-color: #FFF;
}

#write-impression, #edit-impression
{
  color: #5E5E5E;
  margin: 50px auto;
  text-decoration: underline;
}

#write-impression:hover, #edit-impression:hover
{
  cursor: pointer;
  color: #D80E0E;
}

@media only screen and (min-width: 1024px)
{
  #impressions-subcontainer
  {
    width: 70%;
    margin:0px auto;
    text-align:center;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- SLIDE SHOW ------------------------------*/
/* -------------------------------------------------------------------*/


.slideshow-container 
{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 640px;
  position: relative;
}

.slideshow-container img
{
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
         transition: opacity 0.5s ease-in;
}

.slidehidden
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slideshown
{
  opacity: 1;
}

.prev
{
  text-align: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next 
{
  text-align: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  right: 0;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

#logo-sep-container
{
  width: 100%;
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#logo-fill-circle
{
  position: absolute;
  top: calc(50% - 64px);
  left: 0px;
  overflow: hidden;
  width: 100%;
}

#logo-fill-circle img
{
  position: relative;
  left: -105px;

  -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;

         -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}



#product-line-container
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

#product-line-column
{
  width: 100%;
  text-align: center;
  margin: 0;
}

#product-line-column img
{
  display: block;
}

#product-line-column p
{
  opacity: 0.5;
  margin: 50px auto;
}

#h1primal
{
  font-size: 48px;
  font-family: Primal;
}

#pprimal
{
  font-size: 16px;
  color: #5E5E5E;
  letter-spacing: 3px;
}

@media only screen and (min-width: 1200px)
{
  #product-line-container
  {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
  }

  #product-line-column
  {
    display: inline-block;
    width: 33.35%;
    text-align: center;
  }
}

/*
#logo-fill-circle img
{
  position: relative;
  left: -1070px;
  -webkit-animation: bannermove 60s linear infinite;
    -moz-animation: bannermove 60s linear infinite;
     -ms-animation: bannermove 60s linear infinite;
      -o-animation: bannermove 60s linear infinite;
         animation: bannermove 60s linear infinite;

   -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}
*/

@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: 2000px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}

@keyframes productmove {
 0% {
    left: 0%;
 }
 100% {
    left: 100%;
 }
 
}

/* Hide the images by default */
.mySlides 
{
  min-width: 640px;
  position: absolute;
  left: 0;
  top: 50px;
  vertical-align: top;
    -webkit-transition: transform 0.75s ease-in-out;
    -moz-transition:transform 0.75s ease-in-out;
    -o-transition:transform 0.75s ease-in-out;
    -ms-transition:transform 0.75s ease-in-out;    
    transition:transform 0.75s ease-in-out;
}

#testspace
{
  opacity: 1;
  overflow: hidden;
  min-width: 640px;
}

.shown
{
  opacity: 1;
}

.leftshown
{
  opacity: 1;
  transform: translate(-100%)
}

.righthidden
{
  opacity: 0;
  transform: translate(100%)
}

.lefthidden
{
  opacity: 0;
  transform: translate(-100%)
}

.rightshown
{
  opacity: 1;
  transform: translate(100%)
}

/* Next & previous buttons */


.prev-info
{
  cursor: pointer;
  padding: 3%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  display: inline-block;
}

.next-info 
{
  cursor: pointer;
  padding: 3%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  float: right;
}

.dots-info
{
  text-align:center;
  display: inline-block;
  margin: 0 auto;
  width: 82%;
}

/* Position the "next button" to the right */
.next, .next-info
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .prev-info:hover, .next-info:hover
{
  background-color: #D80E0E;
}

/* The dots/bullets/indicators */
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeDot, .dot:hover 
{
  background-color: #bbb;
}

/* -------------------------------------------------------------------*/
/* ------------------------- LIFESTYLE ------------------------------*/
/* -------------------------------------------------------------------*/

#team-cell
{
  display: inline-block;
  width: 250px;
  height: 300px;
  vertical-align: top;
}

#line-cell-container
{
  width: 100%;
  min-width: 640px;
}

#line-cell
{
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 25px;
}

#line-cell h2
{
  font-size: 24px;
  height: 50px;
  font-family: Primal;
}

#line-cell p
{
  font-size: 18px;
  height: 100px;
}

#line-cell button
{
  vertical-align: bottom;
}

.border-right
{
  border-bottom: 1px solid #D80E0E;
  border-right: 0;
}

#lifestyle-container
{
  width: 60%; 
  min-width: 640px;
  margin: 0 auto;
  text-align: center;
}

#lifestyle-container h1
{
  font-size: 48px;
  font-family: Primal;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.flex-column {
  flex: 33%;
  max-width: 33%;
}

.flex-column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1024px) {
  .flex-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .flex-column {
    flex: 100%;
    max-width: 100%;
  }
}

#blog-button
{
  margin: 50px 100px 0px 50px;
  width: 300px;
  height: 60px;
  border: 5px solid #D80E0E;
  background-color: #0A0806;
  color: #D80E0E;
  font-size: 20px;
}

#blog-button:hover
{
  cursor: pointer;
}

.circular-square {
  border-radius: 50%;
}

@media only screen and (min-width: 1024px)
{
  #line-cell-container
  {
    width: 100%;
    min-width: 640px;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  #line-cell
  {
    display: inline-block;
    width: 33.3%;
    height: 550px;
    vertical-align: top;
    padding: 25px;
  }

  .border-right
  {
    border-right: 1px solid #D80E0E;
    border-bottom: 0;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- BLOG POST ------------------------------*/
/* -------------------------------------------------------------------*/

#post-container
{
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

#post-container img
{
  width: 100%;
  min-width: 512px;
}

#page-block
{
  width: 100%;
  margin: 100px auto;
  text-align: center;
}

#page-block p
{
  color: #D80E0E;
}

#page-block-small
{
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

#page-block-small p
{
  color: #D80E0E;
}

#page-btn, #page-btn-left, #page-btn-right
{
  display: inline-block;
  margin: 25px;
}

.pagevalid
{
  color: #D80E0E;
}

.pageinvalid
{
  color: #5E5E5E;
}

#page-num
{
  display: inline-block;
  margin: 25px;
}

#page-btn:hover, #page-btn-left:hover, #page-btn-right:hover
{
  color: #D80E0E;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{
  #post-container
  {
    width: 65%;
    margin: 0 auto;
    text-align: center;
  }

  #post-container img
  {
    width: 100%;
    min-width: 512px;
  }
}

/* -------------------------------------------------------------------*/
/* ----------------------- CHECKOUT  ----------------------------*/
/* -------------------------------------------------------------------*/

#checkout-container
{
  margin-top: 100px;
  width: 90%;
  margin: 0 auto;
  min-width: 640px;
}

#checkout-info
{
  width: 100%;
  display: block;
  margin-bottom: 150px;
  text-align: center;
}

#checkout-cart
{
  width: 100%;
  display: block;

  text-align: center;
}

#checkout-subsection
{
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

#input-container
{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  min-width: 500px;
  margin-bottom: 50px;
  overflow: hidden;
}


.login-input, .checkout-input, .contact-input, .checkout-input-unique
{
  height: 20px;
  border: 0;
  padding: 12px;
  margin: 5px;
  border-radius: 5px;
  width: 100%;
  color: #0A0806;
}

#verify-container
{
  
}

#verify-container p
{
  color: #0A0806;
}

.code-input
{
  width: 48px;
  height: 64px;
  display: inline-block;
  background-color: white;
  color: #0A0806;
  border: 1px solid #0A0806;
  margin: 2px;
  text-align: center;
}

#input-row
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 2px auto;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

#checkout-cartitem-dropdown
{
  background-color: #0A0806;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  margin: 5px 0px;
  padding: 5px 0px 5px 0px;
  width: 100%;
}

#checkout-cartitem-dropdown:focus {outline: 0;}

#checkout-cartitem-quant
{
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 16px;
  padding: 1px;
  margin: 2px;
  background-color: #0A0806;
  color: white;
  border: 0;
  vertical-align: top;
  border: 1px solid rgba(216, 14, 14, .5);
  border-radius: 5px;
}

#promocode-box
{
  width: 200px;
  margin: 20px auto;
  padding: 5px;
  border: 1px solid #D80E0E;
}

#promocode-box h2
{
  font-size: 18px;
  color: #D80E0E;
}

#offer-container
{
  width:80%;
  margin: 150px auto;
  text-align:center;
}

@media only screen and (min-width: 1200px)
{
  #checkout-container
  {
    margin-top: 100px;
    width: 100%;
    min-width: 1024px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #checkout-info
  {
    width: 45%;
    min-width: 600px;
    text-align: center;
  }

  #checkout-cart
  {
    width: 45%;
    min-width: 600px;
    border-left: 1px solid rgba(255,255,255,0.25);
    text-align: center;
  }

  #input-container
  {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }


  #checkout-info-complete
  {
    width: 100%;
    display: inline-block;
    float: left;
    border: 0;
    margin: 0;

    text-align: center;
  }

  #offer-container
  {
    width:100%;
    margin: 150px auto;
    text-align:center;
  }
}

input[type='text'].promo
{
  width: 200px;
  height: 25px;
  padding: 5px;
  background-color: #0A0806;
  border: 0;
  border-bottom: 1px solid white;
  color: white;
  margin-left: 15px;
}

#promobutton, #calcbutton
{
  width: 125px;
  height: 40px;
  border: 0;
  background-color: #D80E0E;
  cursor: pointer;
}

#promobutton:focus, #calcbutton:focus
{
  outline:0;
}

/* -------------------------------------------------------------------*/
/* ----------------------- INFO BLOCKS  ----------------------------*/
/* -------------------------------------------------------------------*/

/* BACKGROUND IMAGES */
.info-container-bkg
{
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.info-container-bkg-bottom
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}

.info-block
{
  width: 100%;
  min-height: 600px;
  text-align: center;
  position: relative;
}

#info-block-seperator-greyblack
{
  width: 100%;
  height: 300px;
  background-color: #0A0806;
  background-image: -webkit-linear-gradient(-84deg, #323232 50%, #0A0806 50%);
  display: block;
}

#info-block-seperator-redblack
{
  width: 100%;
  height: 300px;
  background-color: #0A0806;
  background-image: -webkit-linear-gradient(-84deg, #D80E0E 50%, #0A0806 50%);
  display: block;
}

#info-block-seperator-tantan
{
  width: 100%;
  height: 300px;
  background-color: #bdb89b;
  background-image: -webkit-linear-gradient(-84deg, #bdb89b 50%, #bdb89b 50%);
  display: block;
}

#info-block-content
{
  width: 60%;
  margin: 0 auto;
  display: block;
}

#info-block-content h1
{
  font-size: 60px;
  margin: 0;
}

#info-block-content-center
{
  width: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#info-block-content-center h1
{
  font-size: 48px;
  margin: 0;
}

#info-block-content-center p
{
  font-size: 24px;
}

.window-block
{
  width: 100%;
  min-height: 600px;
  position: relative;
  text-align: center;
  color: #0A0806;
  display: block;
}

.window-block-content-center
{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.window-block-content-center h2
{
  font-size: 50px;
  letter-spacing: 10px;
}

#block-title, #block-title-black, #block-title-grey
{
  width: calc(100% - 150px);
  text-align: center;
  margin: 0px auto;
  padding: 75px;
}

#block-title h1
{
  margin: 0px auto;
  font-size: 48px;
  width: 70%;

  color: #5E5E5E;
}

#block-title p
{
  margin: 20px auto;
  font-size: 22px;
  width: 70%;

  color: #5E5E5E;
}

#block-title-black h1
{
  margin: 0px auto;
  font-size: 48px;
  color: #0A0806;

}

#block-title-black p
{
  margin: 20px auto;
  font-size: 22px;
  color: #0A0806;
  width: 70%;
}

#block-title-grey h1
{
  margin: 0px auto;
  font-size: 48px;
  color: #FFF;
}

#flavor-img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 256px;
  z-index: 1;
  opacity: 0.1;
}

#flex-container
{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

#flex-container-centered
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#product-details-container
{
  width: 100%;
  margin: 50px 0px;
}

#product-details-container.offsetcontainer
{
  margin-top: 150px;
}

#product-bullet-points-dark, #product-bullet-points-light, #product-bullet-points-grey, #product-bullet-points-red
{
  text-align: left;
}

#product-bullet-points-dark h1
{
  color: #0A0806;
}

#product-bullet-points-light h1
{
  color: #FFF;
}

#product-bullet-points-grey h1
{
  color: #FFF;
}

#product-bullet-points-grey p
{
  color: #5E5E5E;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-grey button
{
  border: 2px solid #D80E0E;
  background-color: #323232;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#product-bullet-points-red p
{
  color: #0A0806;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-red button
{
  border: 2px solid #FFF;
  background-color: #D80E0E;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#spl-anchor
{
  cursor: pointer;
}

#product-bullet-points-dark p
{
  color: #0A0806;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-light p
{
  color: #5E5E5E;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-dark button
{
  border: 2px solid #D80E0E;
  background-color: #FFF;
  color: #0A0806;
  width: 200px;
  padding: 10px;
  margin: 15px 0px;
}

#product-bullet-points-light button
{
  border: 2px solid #D80E0E;
  background-color: #0A0806;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#moving-products-container
{
  width: calc(100% + 256px);
  height: 256px;
  position: absolute;
  bottom: 0px;
  left: -256px;
  overflow: hidden;
}

#moving-product
{
  position: absolute;
  -webkit-animation: productmove 30s linear infinite;
    -moz-animation: productmove 30s linear infinite;
     -ms-animation: productmove 30s linear infinite;
      -o-animation: productmove 30s linear infinite;
         animation: productmove 30s linear infinite;

         -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}

#info-button
{
  width: 30%;
  height: 90px;
  border: 0;
  background-color: #FFF;
  color: #0A0806;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#info-button-a
{
  width: 400px;
  height: 90px;
  padding: 15px;
  line-height: 90px;
  border: 5px solid white;
  font-size: 32px;
  text-align: center;
  animation-name: coloranim0;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}

#info-button-a:hover
{
  animation-name: coloranim1;
}

#info-button:hover
{
  cursor: pointer;
}


@media only screen and (min-width: 1380px)
{
  .info-block
  {
    width: 100%;
    min-height: 400px;
    text-align: center;
    position: relative;
  }

  #info-block-content-center
  {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #info-block-content-center h1
  {
    font-size: 60px;
    margin: 0;
  }

  .window-block
  {
    width: 100%;
    min-height: 400px;
    position: relative;
    text-align: center;
    color: #0A0806;
    display: block;
  }

  #product-details-container
  {
    width: calc(50% - 100px);
    margin: 25px;
  }
}



#img-caption
{
  display: inline-block;
  margin: 40px;
  width: 10%;
}

#g-recaptcha
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

#features-container
{
  width: 80%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#img-caption-wide
{
  display: inline-block;
  margin: 10px;
  width: 20%;
  vertical-align: top;
}

#img-caption-wide p
{
  font-size: 14px;
}

.window-view-check
{
  height: 100px;
  width: 100%;
}

svg
{
  width: 100%;
  height: 10vw;
}

#list-half
{
  width: calc(45% - 100px);
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 50px;
}

#list-half li
{
  margin: 10px;
}

.white-svg
{
  filter: brightness(0) invert(1);
}


/* -------------------------------------------------------------------*/
/* ----------------------- SLIDEOUT PANEL ----------------------------*/
/* -------------------------------------------------------------------*/

#side-msg
{
  height: 40px;
  line-height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  margin: 0;

  transition: 0.5s ease-in-out;
}

#shopping-cart, #account-view
{
  text-align: center;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 400px;
  height: 100%;
  background-color: #FFFFFF;
  color: #0A0806;

  overflow: hidden;

  transition: 0.5s ease-in-out;
}

#create-account-container-full
{
  width: 100%;
  margin: 100px auto;
  text-align: center;
}

@media only screen and (min-width: 1024px)
{
  #create-account-container-full
  {
    width: 60%;
    margin: 100px auto;
    text-align: center;
  }
}

.Login-button-full
{
  width: 60%;
  height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  border: 0;
  margin: 10px auto;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

#scroll-container
{
  width: 100%;
  height: 95%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}

#orders-view, #profile-view, #settings-view
{
  transition: 0.5s ease-in-out;
  min-width: 0;
  overflow: hidden;
}

#orders-table
{
  text-align: center;
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #000;
}

#orders-table td
{
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  border-bottom: 1px solid #0A0806;
}

#orders-table tr:nth-child(even) {background-color: #f2f2f2;}

#orders-table a
{
  padding: 0;
}

#loadorders
{
  width: 125px;
  height: 40px;
  border: 0;
  background-color: #D80E0E;
  cursor: pointer;
}

#loadorders:focus {outline:0;}

#account-view h2
{
  overflow: hidden;
  color: #0A0806;
}

a.create-account
{
  color: #D80E0E;
}

#account-links1, #account-links2, #account-links3, #account-links4
{
  display: block;
  margin: 15px;
}

.black-regular {color: #0A0806;}
.red-underline {color: #D80E0E; text-decoration:underline;}

a.create-account:hover, #account-links1:hover, #account-links2:hover, #account-links3:hover, #account-links4:hover
{
  text-decoration: underline;
  cursor: pointer;
}

input.account, input.nonaccount
{
  display: block;
  width: 60%;
  height: 40px;
  margin: 5px auto;

  background-color: #FFFFFF;
  color: #0A0806;
}

.input-normal
{
  border: 0;
  border-bottom: 2px solid #0A0806;
}

.red-border
{
  border: 0;
  border-bottom: 2px solid #D80E0E;
}

#red-button
{
  background-color: #D80E0E;
  width: 200px;
  height: 40px;
  border: 0;
  cursor: pointer;
}

input.account:focus
{
  outline: none;
}

#forgotpass
{
  display: block;
  color: #0A0806;
  color: blue;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
}

#forgotpass:hover
{
  text-decoration: underline;
}

.Login-button
{
  width: 60%;
  height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

.Checkout-button
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #d80e0e;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

.Checkout-button:hover
{
  background-color: #D80E0E;
}

@media only screen and (min-width: 1024px)
{
  .Checkout-button
  {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #d80e0e;
    color: #FFFFFF;
    border: 0;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 0; padding-right: 0;
    border-left-width: 0; border-right-width: 0;
    white-space: nowrap;
    cursor: pointer;
  }

  .Checkout-button:hover
  {
    background-color: #D80E0E;
  }
}

#shopping-cart h1, #account-view h1
{
  color: #0A0806;
  width: 50%;
  margin: 50px auto;
}

.slide
{
  right: 0px;
}

.no-slide
{
  right: -400px;
}

#account-close, #cart-close
{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  border: 0;
  color: #0A0806;
  font-size: 36px;
  margin: 10px 15px;

  transition all: 0.3s ease-in;

  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#account-close:hover {cursor:pointer;}
#account-close:focus{outline:0;}

@media only screen and (min-width: 1024px)
{
  #account-close, #cart-close
  {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border: 0;
    color: #0A0806;
    font-size: 24px;
    margin: 0px 5px;

    transition all: 0.3s ease-in;

    -webkit-transition: opacity 0.3s ease-in;
         -moz-transition: opacity 0.3s ease-in;
          -ms-transition: opacity 0.3s ease-in;
           -o-transition: opacity 0.3s ease-in;
  }

  #account-close:hover {cursor:pointer;}
  #account-close:focus{outline:0;}
}

#cart-item-container
{
  width: 100%;
  height: 65%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}

#cart-empty
{
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#cart-empty h1
{
  color: #0A0806;
  width: 75%;
  height: 100px;
  margin: 0 auto;
}

#bag-container
{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#cart-close:hover {cursor:pointer;}
#cart-close:focus{outline:0;}

#cart-item
{
  position: relative;
  text-align: left; 
  vertical-align: top;
  width: 90%;
  margin: 20px auto;
}

#cart-item-title
{
  font-size: 18px;
  color: #0A0806;
}

#cart-item-title:hover
{
  color: #D80E0E;
}

#cart-item p
{
  color: #0A0806;
}


#cart-item-left
{
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 128px;
}

#cart-item-right
{
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 148px);
}

.cart-item-dropdown
{
  display: block;
  background-color: white;
  color: #0A0806;
  width: 100%;
  margin: 5px 0px;
  text-align: left;
  padding: 5px 0px 5px 0px;
  opacity: 0.75;
  border: 0;
  border-bottom: 1px solid #D80E0E;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.cart-item-dropdown:focus {outline: 0;}

.cart-item-dropdown option
{
  color: #0A0806;
}

#cart-item-right h3
{
  color: #0A0806;
}

#cart-item button
{
  text-align: center;
  padding: 2px;
  background-color: #0A0806;
  border: 0;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  font-size: 12px;

  cursor: pointer;
}


table
{
  border-collapse: collapse;
}

/*
table, tr, td
{
  border: 1px solid white;
}
*/
#cart-item-table
{
  width: 100%;
  margin: 0 auto;
}

#cart-table-container
{
  border-bottom: 1px solid #191816;
  margin-bottom:50px;
  width:90%;
  margin: 0 auto;
  padding: 10px;
}

#cart-table-container-noborder
{
  margin-bottom:50px;
  width:90%;
  margin: 0 auto;
  padding: 10px;
}

#button-container
{
  text-align: center;
  width: 80%;
  margin: 50px auto;
}

#button-container button
{
  margin: 20px;
  width: 150px;
  height: 40px;
  cursor: pointer;
  background-color: #D80E0E;
  border: 0;
}

#table-quant
{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 5px;
}

input[type='number'].quantity
{
  text-align: center;
  width: 70px;
  height: 16px;
  color: #0A0806;
  font-size: 14px;
}

#cart-top
{
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

#cart-top h1
{
  width: 300px;
  font-size: 28px;
}

#bottom-cart
{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 901;
  transition: 0.5s ease-in-out;
}

#bottom-cart h2
{
  font-size: 32px;
  position: relative;
  top: -100px;
}

#close-button
{
  color: #D80E0E;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0px;

  transition all: 0.3s ease-in;

  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#close-button:hover
{
  cursor: pointer;
}

#checkout-remove-button
{
  cursor: pointer;
  color: #D80E0E;
}

.no-rotated
{
  opacity: 0;
}

.rotated
{
  -webkit-animation: 1s rotation;
  -moz-animation: 1s rotation;
  -ms-animation: 1s rotation;
  -o-animation: 1s rotation;
  animation: 1s rotation;
}

#cookie-msg
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  text-align: left;
  background-color: #D80E0E;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;

  transition all: 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#cookie-msg-text
{
  color: white;
  font-size: 18px;
  width: 70%;
  max-height: 125px;
  display: flex;
  align-items: center;
}

#cookie-msg-text a
{
  text-decoration: underline;
}

#cookie-msg-button
{
  color: white;
  font-size: 18px;
  width: 20%;
  max-height: 55px;
  padding: 0px 10px;
}

#cookie-msg-text p
{
  font-size: 12px;
  vertical-align: middle;
}

#cookie-msg-button button
{
  width: 200px;
  height: 55px;
  background-color: #0A0806;
  color: white;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{

  #bottom-cart h2
  {
    font-size: 24px;
    position: relative;
    top: -50px;
  }

  #cookie-msg
  {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-align: left;
    background-color: #D80E0E;
    display: flex;
    justify-content: space-around;
    align-content: center;
  }

  #cookie-msg-text
  {
    text-align: left;
    color: white;
    font-size: 18px;
    width: 60%;
    max-height: 75px;
    display: flex;
    align-items: center;
  }

  #cookie-msg-button
  {
    color: white;
    font-size: 18px;
    width: 20%;
    height: 75px;
    line-height: 
  }

  #cookie-msg-text p
  {
    font-size: 12px;
    vertical-align: middle;
  }

  #cookie-msg-button button
  {
    width: 200px;
    height: 55px;
    vertical-align: middle;
    background-color: #0A0806;
    color: white;
    border: 0;
    cursor: pointer;
  }
}

/* -------------------------------------------------------------------*/
/* --------------------------- TERMS --------------------------------*/
/* -------------------------------------------------------------------*/

#large-text-div
{
  text-align: left;
  width: 70%;
  margin: 100px auto;
}

#large-text-div h2
{
  font-family: univia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

#large-text-div a
{
  text-decoration: underline;
}

/* -------------------------------------------------------------------*/
/* --------------------------- Ticket System -------------------------*/
/* -------------------------------------------------------------------*/

#ticket-container
{
  text-align: center;
}

#ticket-msg-container
{
  width: 100%; 
  margin: 0 auto;
  text-align:center;
}

#ticket-input
{
  display: block;
  width: 80%;
  margin: 15px auto;
  height: 40px;
  color: white;
  background-color: #0A0806;
  padding: 5px;
  border: 0;
  border-bottom: 1px solid white;
}

#ticket-textarea
{
  display: block;
  width: 80%;
  margin: 15px auto;
  height: 200px;
  color: white;
  background-color: #0A0806;
  padding: 5px;
}

#ticket-submit
{
  width: 80%;
  margin: 15px auto;
  height: 40px;
  background-color: #0A0806;
  border: 1px solid white;
  cursor: pointer;
}

#ticket-textarea:focus, #ticket-input:focus
{
  outline: 1px solid #D80E0E;
}

#ticket-msg-box
{
  width: 50%;
  min-height: 100px;
  border: 1px solid white;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  margin: 50px;
}

.left-msg
{
  float: left;
}

.right-msg
{
  float: right;
}

#black-standard-table
{
  text-align: center;
  width: 80%;
  margin: 0px auto;
  background-color: #0A0806;
  border: 1px solid #FFF;
}

#black-standard-table td
{
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  border-bottom: 1px solid #FFF;
}

#black-standard-table button
{
  background-color: #D80E0E;
  color: white;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{

  #ticket-msg-container
  {
    width: 80%; 
    margin: 0 auto;
    text-align:center;
  }
  #ticket-input
  {
    display: block;
    width: 50%;
    margin: 15px auto;
    height: 40px;
    color: white;
    background-color: #0A0806;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid white;
  }

  #ticket-textarea
  {
    display: block;
    width: 50%;
    margin: 15px auto;
    height: 200px;
    color: white;
    background-color: #0A0806;
    padding: 5px;
  }

  #ticket-submit
  {
    width: 50%;
    margin: 15px auto;
    height: 40px;
    background-color: #0A0806;
    border: 1px solid white;
    cursor: pointer;
  }

  #ticket-textarea:focus, #ticket-input:focus
  {
    outline: 1px solid #D80E0E;
  }

  #ticket-msg-box
  {
    width: 50%;
    min-height: 100px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    margin: 50px;
  }

  #black-standard-table
  {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    background-color: #0A0806;
    border: 1px solid #FFF;
  }
}

/* -------------------------------------------------------------------*/
/* --------------------------- FOOTER --------------------------------*/
/* -------------------------------------------------------------------*/

#social-container a
{
  margin: 15px;
}

  .squish 
  {
    width: calc(100% - 400px);
    min-width: 640px;
  }

  .footer-squish
  {
    width: calc(100% - 400px);
  }

  footer
  {
    min-height: 500px;
    overflow-y: hidden;
    border-top: 1px solid white;
    background-color: #0A0806;
  }

  #footer-container
  {
    background-color: #0A0806;
    width: 80%;
    min-width: 700px;
    margin: 75px auto;
    margin-bottom: 25px;
    text-align: left;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
  }

  #footer-sub-container
  {
    text-align: left;
    margin-bottom: 25px;
  }

  #footer-half-right
  {
    margin-top: 50px;
  }

  #subscribe-container
  {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;

    -webkit-transition: opacity 1s ease-in;
         -moz-transition: opacity 1s ease-in;
          -ms-transition: opacity 1s ease-in;
           -o-transition: opacity 1s ease-in;
              transition: opacity 1s ease-in;
  }


  #link-title
  {
    color: #D80E0E;
    font-family:univia-pro;
    font-size: 18px;
  }

  #footer-link-master-container
  {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footer-link-container
  {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footer-link-container a
  {
    font-size: 14px;
  }

  #footer-link-container a:hover
  {
    color: #D90E0E;
  }

  .footer-link-left
  {
    text-align: center;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    padding-left: 0px;
  }

  .footer-link-right
  {
    text-align: center;
    height: 15px;
    line-height: 15px;
    padding: 10px;
  }

  .footer-link-center
  {
    text-align: center;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    height: 15px;
    line-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link:hover
  {
    color: #D80E0E;
  }

  .font-primal 
  {
    font-family: Primal;
    font-size: 48px;
    color: #323232;
  }

  #emailbutton-container
  {
    display: inline-block;
    background-color: #5E5E5E;
    height: 54px;
    width: 72px;
    vertical-align: middle;
    margin-left: 5px;
  }

  #emailbutton-container img
  {
    vertical-align: top;
    margin: 10px;
  }

  #emailbutton
  {
    cursor: pointer;
  }

  input[type='email'].footer-email
  {
    margin: 0 auto;
    background-color: #FFF;
    width: calc(450px - 50px);
    height: 50px;
    color: #0A0806;
    border: 0;
    border-bottom: 1px solid white;
    vertical-align: middle;
  }

  #copywrite-container-master
  {
    width: 100%;
    text-align: center;
  }

  #copywrite-container
  {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #copywrite-container p
  {
    font-size: 12px;
    margin: 0;
    width: 370px;
    height: 10px;
    line-height: 10px;
    color: #5E5E5E;
  }

  #copywrite-container a
  {
    font-size: 12px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 5px;
    line-height: 5px;
    color: #5E5E5E;
    border-right: 1px solid #5E5E5E;
  }

  #copywrite-container a#noborder
  {
    border-right: 0;
  }

  #copywrite-container hr
  {
    width: calc(100% - 370px);
    margin-left: 5px;
  }

  #logo-container
  {
    text-align: center;
  }

  #social-container
  {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* For Desktop */
@media only screen and (min-width: 1024px)
{

  input[type='email'].footer-email
  {
    margin: 0 auto;
    background-color: #FFF;
    width: calc(600px - 50px);
    height: 50px;
    color: #0A0806;
    border: 0;
    border-bottom: 1px solid white;
    vertical-align: middle;
  }

}

/* -------------------------------------------------------------------*/
/* ---------------------------- 404 ------------------------------*/
/* -------------------------------------------------------------------*/

.hidden404 {
  opacity:0;
}

.full404
{
  opacity: 1;
}

#the-404-container
{
  width: 100%;
  text-align: center;
}

#the-404-container a
{
  font-size: 32px;
  color: #5E5E5E;
  opacity: 0.25;
  position: absolute;
  bottom: 50px;
  width: 128px;
  text-decoration: underline;
  left: calc(50% - 64px);
  font-style: italic;
}

#the-404-sub-container
{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#the-404-sub-container h1
{
  font-size: 72px;
  color: white;
}

#the-404-sub-container p
{
  font-size: 24px;
  color: white;
}

#h1404c
{
  display: flex;
  align-items: center;
  justify-content: center;
}

#h1404c div
{
  animation: glitch 1s linear infinite;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 120px;
  color: white;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

#h1404c div:before,
#h1404c div:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

#h1404c div:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

#h1404c div:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

.console-container 
{
  font-size:4em;
  text-align:center;
  color:white;
    vertical-align: top;
}
.console-underscore 
{

   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

/* -------------------------------------------------------------------*/
/* --------------------------- ANIMATIONS ----------------------------*/
/* -------------------------------------------------------------------*/
.fade 
{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

.w3-animate-right
{
  position:relative;
  animation:animateright 1s
}

@keyframes animateright
{
  from
  {
    left: 1920px;
    opacity:0;
  } 
  to
  {
    right:0;
    opacity:1;
  }
}


#blinking-cursor1, #blinking-cursor2
{
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    100% {
        transform: rotate(359deg);
        opacity: 1;
    }
}

@-webkit-keyframes rightrot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes leftrot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-359deg);
    }
}


@keyframes coloranim1 {
  from {border-color: white;}
  to {border-color: #D80E0E;}
}

@keyframes coloranim0 {
  from {border-color: #D80E0E;}
  to {border-color: white;}
}


/* -------------------------------------------------------------------*/
/* ---------------------------- EFFECTS ------------------------------*/
/* -------------------------------------------------------------------*/

/*------------------------------------*/
/*------ Basic Underline Styles ------*/
/*------------------------------------*/

.custom-underline 
{
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin: 0px 20px;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #0a0806;
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.nav-link
{
  display: inline-block;
}

/*--- Red Box (box-e) ---*/
.nav-link .custom-underline::after 
{
  top: 79%;
  height: 2px;
  width: 0%;
  left: 5%;
  background-color: #D80E0E;
  transition: 0.1s ease all .1s;
}

.nav-link:hover .custom-underline::after 
{
  width: 96%;
  transition: 0.3s ease all;
}

#loading-ring
{
  position: fixed;
  top: 0px;
  left: inherit;
  width: 400px;
  height: 100%;
  background-color: #5E5E5E;
  opacity: 0.5;
  z-index: 9999;
  margin: 0;
}

#loading-ring-product-grid
{
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: 9;
  margin: 0;
}

#loading-ring-promo
{

}

.lds-ring {
  display: inline-block;
  position: relative;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.lds-ring-white {
  display: inline-block;
  position: relative;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ring-white div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #FFF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFF transparent transparent transparent;
}
.lds-ring-white div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-white div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-white div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/********************************************/
/*payment*/

#form-container {
  display: block;
  width: calc(80% - 20px);
  margin: 0px auto;
  background-color: #0A0806;
  border-radius: 25px;
  padding: 10px;
}

/* Customize the "Pay" button */
.button-credit-card {
  width: 40%;
  height: 56px;
  margin: 48px auto;
  background: #D80E0E;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: background .2s ease-in-out;
     -moz-transition: background .2s ease-in-out;
      -ms-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;


}

.button-credit-card:hover {
  background-color: #D80E0E;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.modal::-webkit-scrollbar {
  display: none;
}

/* The Modal (background) */
.modal {
  -ms-overflow-style: none;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%; /* Full width */
  height: 85%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content (image) */
.modal-content {
  margin: 0px auto;
  display: block;
  width: 100%;
}

/* Add Animation */
.modal-content, #caption {  
-webkit-animation-name: zoom;
  -webkit-animation-duration: 0.45s;
  animation-name: zoom;
  animation-duration: 0.45s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1400px)
{
  .modal 
  {
    width: 40%; /* Full width */
    height: 85%; /* Full height */
  }

  .close {

  }
}






























#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

.hex video {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

.hex h1, .hex p {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: rgba(0, 128, 128, 0.8);
  font-weight: 300;
  -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
          transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex h1 {
  bottom: 50%;
  padding-top:50%;
  font-size: 1.5em;
  z-index: 1;
  -webkit-transform:translate3d(0,-100%,0);
      -ms-transform:translate3d(0,-100%,0);
          transform:translate3d(0,-100%,0);
}
.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.hex p {
  top: 50%;
  padding-bottom:50%;
  -webkit-transform:translate3d(0,100%,0);
      -ms-transform:translate3d(0,100%,0);
          transform:translate3d(0,100%,0);
}


/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p{
  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid{
    padding-bottom: 4.4%
  }
  .hex {
    width: 20%; /* = 100 / 5 */
  }
  .hex:nth-child(9n+6){ /* first hexagon of even rows */
    margin-left:10%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  #hexGrid{
    padding-bottom: 5.5%
  }
  .hex {
    width: 25%; /* = 100 / 4 */
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
    padding-bottom: 7.4%
  }
  .hex {
    width: 33.333%; /* = 100 / 3 */
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  #hexGrid{
    padding-bottom: 11.2%
  }
  .hex {
    width: 50%; /* = 100 / 3 */
  }
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}

