:root {
    --primary-text-color: #F1F1F1;
    --secondary-text-color: #9F9F9F;
    --borderColor: #03A9F3;
    --orange-text-color: #FF520E;

    --shimmer-hue-1: 213deg;
    --shimmer-sat-1: 95%;
    --shimmer-lit-1: 91%;
    --shimmer-hue-2: 248deg;
    --shimmer-sat-2: 100%;
    --shimmer-lit-2: 86%;
    --shimmer-hue-3: 293deg;
    --shimmer-sat-3: 78%;
    --shimmer-lit-3: 89%;

    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
            1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
            1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
            0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
            0.998 84%, 1);
    --spring-duration: 1.33s;
}
html {
    overflow-x: hidden;
}
.font-size-1 { font-size: 1px !important; }
.font-size-2 { font-size: 2px !important; }
.font-size-3 { font-size: 3px !important; }
.font-size-4 { font-size: 4px !important; }
.font-size-5 { font-size: 5px !important; }
.font-size-6 { font-size: 6px !important; }
.font-size-7 { font-size: 7px !important; }
.font-size-8 { font-size: 8px !important; }
.font-size-9 { font-size: 9px !important; }
.font-size-10 { font-size: 10px !important; }
.font-size-11 { font-size: 11px !important; }
.font-size-12 { font-size: 12px !important; }
.font-size-13 { font-size: 13px !important; }
.font-size-14 { font-size: 14px !important; }
.font-size-15 { font-size: 15px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-17 { font-size: 17px !important; }
.font-size-18 { font-size: 18px !important; }
.font-size-19 { font-size: 19px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-21 { font-size: 21px !important; }
.font-size-22 { font-size: 22px !important; }
.font-size-23 { font-size: 23px !important; }
.font-size-24 { font-size: 24px !important; }
.font-size-25 { font-size: 25px !important; }
.font-size-26 { font-size: 26px !important; }
.font-size-27 { font-size: 27px !important; }
.font-size-28 { font-size: 28px !important; }
.font-size-29 { font-size: 29px !important; }
.font-size-30 { font-size: 30px !important; }

.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-n1 { letter-spacing: -1px; }
.ls-wide { letter-spacing: 0.1em; }
.ls-tight { letter-spacing: -0.05em; }
a {
    text-decoration-line: none !important;
}

.dm-sans-family {
    font-family: "DM Sans", sans-serif !important;  
}
.clash-display-family {
    font-family: 'Clash Display', sans-serif !important;  
}

.hero-banner {
    background-size: cover !important;
}
.hero-banner:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000;
    z-index: 0;
}
/*.hero-banner:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background: #000;
}*/
.bg-tangerine {
    background-color: #ff520e !important;
}

.bg-green {
    background-color: #64ef4f !important;
}

.text-gradient {
    background: linear-gradient(89.81deg, #CFCFCF 33.98%, #FF5805 63.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient2 {
    background: linear-gradient(90deg, #FFFEFE 41.67%, #676767 60.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient3 {
    background: linear-gradient(90deg, #EDE4DF 29.1%, #392F2C 71.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tangerine-gradient {
   background: linear-gradient(90deg, #F1F1F1 0%, #FF520E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.green-gradient {
    background: linear-gradient(90deg, #86a382  0%, #88f497  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.black-text-gradient {
    background: linear-gradient(90deg, #000000 0%, #555555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.white-text-gradient {
    background: linear-gradient(90deg, #FFFEFE 0%, #1C1C1C 119.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.primary-text-color {
    color: var(--primary-text-color) !important;
}
.secondary-text-color {
    color: var(--secondary-text-color) !important;
}
.orange-text-color {
    color: var(--orange-text-color) !important;
}

.green-text-color {
    color: #64ef4f !important;
}
.icon-box{
    background: rgba(255, 255, 255, 0.12);
    border-radius: 27px;
    padding: 12.96px;
}
.glow-border {
    position: relative;
    border-top: 1px solid #6666668a;
    border-bottom: 1px solid #6666668a;
    border-left: 0;
    border-right: 0;
}
.glow-border:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-left: 1px solid #b1b1b1;
    border-radius: 32px;
}
.glow-border:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid #b1b1b1;
    border-radius: 32px;
}
.artist-card .card-body {
    height: 346px;
}
.glow-border-x {

}
.bg-effect-bottom::before {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    height: 196px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.bg-effect-up::before {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    content: '';
    position: absolute;
    height: 110px;
    width: 100%;
    top: 0;
    z-index: 1;
}
.bg-circle1::before {
    position: absolute;
    content: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/circles1.png);
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-circle1::after {
    position: absolute;
    content: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/circles2.png);
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pt-200 {
    padding-top:200px;
} 
.pb-200 {
    padding-bottom: 200px;
}
.pt-100 {
    padding-top:100px;
} 
.pb-100 {
    padding-bottom: 100px;
}
.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}
/*.circle-sparkle:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/circle-sparkle.gif);
}*/
.w-67 {
    width: 67% !important;
}
.bg-fiter1:before {
    content: '';
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background: rgba(0, 0, 0, 0.6);
}
.bg-circles:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/bg-circles.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    bottom: 0;
}
.sparkle2:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/sparkle2.gif);
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion-menu {

}
.accordion-menu ul {
    list-style: none;
}
.accordion-menu ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #F1F1F1;
}

.accordion-menu ul li:last-child { border-bottom: 1px solid #F1F1F1; }
.accordion-menu ul li:nth-of-type(1) { animation-delay: 0.5s; }
.accordion-menu ul li:nth-of-type(2) { animation-delay: 0.75s; }
.accordion-menu ul li:nth-of-type(3) { animation-delay: 1.0s; }
.accordion-menu ul li:nth-of-type(4) { animation-delay: 1.25s; }
.accordion-menu ul li:last-of-type { padding-bottom: 0; }

.accordion-menu ul li:before {
    position: absolute;
    content: '';
    top: -10px;
    background-image: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/vector.png);
    z-index: 9;
    width: 100%;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center top;
}
.accordion-menu ul li:last-child:after {
    position: absolute;
    content: '';
    bottom: -10px;
    background-image: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/vector.png);
    z-index: 9;
    width: 100%;
    height: 22px;
    background-repeat: no-repeat;
    background-position: bottom;
}
/*.accordion-menu li {
  animation: fadeInUp 1s ease forwards;
  animation-delay: calc(0.5s + (0.25s * var(--i))); 
}

@keyframes fadeInUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}*/

.accordion-menu ul li .arrow {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 10px;
}
.accordion-menu ul li .fas{
    color:#f6483b;
    font-size: 15px;
    margin-right: 10px;
}
.accordion-menu ul li .arrow:before, .accordion-menu ul li .arrow:after {
    content: "";
    position: absolute;
    background-color: #F1F1F1;
    width: 2px;
    height: 15px;
}
.accordion-menu ul li .arrow:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu ul li .arrow:after {
    transform: translate(8px, 0) rotate(-45deg);
}
.accordion-menu ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;    
    opacity: 0;
}
.accordion-menu ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:before {
    transform: translate(2px, 0) rotate(45deg);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:after {
    transform: translate(-8px, 0) rotate(-45deg);
}
.accordion-menu .transition, .accordion-menu p, .accordion-menu ul li .arrow:before, .accordion-menu ul li .arrow:after {
    transition: all 0.25s ease-in-out;
}

.accordion-menu .flipIn, .accordion-menu h1, .accordion-menu ul li {
    animation: flipdown 0.5s ease both;
}
.accordion-menu .no-select, .accordion-menu h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% { opacity: 1; }

    80% { transform: rotateX(8deg); }

    83% { transform: rotateX(6deg); }

    92% { transform: rotateX(-3deg); }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.border-shadow  {
    box-shadow: 0px -1px #a7a7a76b, 
                1px 0px #a1a1a1ed, 
                0px 1px #a7a7a76b, 
                -1px 0px #a1a1a1ed;
    transition: 1s all;
}
.border-shadow:hover {
    box-shadow: 0px -1px #bbbbbbc2, 
    1px 0px 0px #2d2d2d47, 
    0px 1px #bbbbbbc2, 
    -1px 0px 0px #2d2d2d47
}
.artist-card {
    background: transparent;
}
button > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.bg-black3:after {
    position: absolute;
    content: '';
    background: #0000008a;
    width: 100%;
    height: 100%;
}
.artist-card .card-body {
    border-radius: 16px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bg-effect-up {
    height:100px;
} 
.bg-effect-bottom {
    height:100px;
}
/* Mobile */
@media only screen and (max-width: 767px) {
    #variation-express-add-to-cart {
        margin-left: 15px;
    }
    .custom-coupon-wrapper {
        width: 100% !important;
    }
    #variation-express-add-to-cart {
        margin-right: 15px;
    }
    form.variations_form.cart {
        margin-left: -21px;
        margin-right: -21px;
    }
    .variation-express-variation-table input.variation-express-variation-quantity {
            width: 16px !important;
            font-size: 20px !important;
            padding: 0 5px !important;
    }
    .variation-express-variation-table input.qty-minus, .variation-express-variation-table input.qty-plus {
        height:25px !important;
        width:25px !important;
        all: initial;
    }
    .event_time_details h4 {
        font-size: 16px !important;
    }
    table.variation-express-variation-table {
        border-radius: 25px;
    }
    .artist-card .card-body {
        max-height: 200px;
        height: 200px;
    }
    .mob-x-rotate {
        transform: rotate(90deg);
    }
    .bg-effect-up {
        height:50px;
    } 
    .bg-effect-bottom {
        height:50px;
    }
    .bg-effect-up::before {
        height:50px;
    }
    .bg-effect-bottom::before {
        height:50px;
    }

}

.animate-button:hover {
    transform: scale(1.05);
}
.animate-button {
    transition: 0.7s all ease-in-out;
}
.non-sketch-button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    appearance: none;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    /* background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5); */
   
    border-radius: 26px;
    padding: 10px 30px;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0 0 0 / 2%), 0 4px 16px rgba(0 0 0 / 2%), 0 4px 24px rgba(0 0 0 / 2%);
    border: 1px solid #ffffff4f
}
.sketch-button {
     -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    appearance: none;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-radius: 26px;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0 0 0 / 2%), 0 4px 16px rgba(0 0 0 / 2%), 0 4px 24px rgba(0 0 0 / 2%);
    border: 1px solid #ffffff4f;

  &.start {
    svg {
      animation: stroke 1s linear;
    }
  }

  .lines {
    position: absolute;
    inset: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
    z-index: 1;

    & > div {
      position: absolute;
      inset: 0;

      &:last-child {
        transform: rotate(180deg);
      }

      svg {
        display: block;
        position: absolute;
        inset: 0;
        overflow: visible;
        fill: none;
        stroke-width: 1;
        stroke: #c9e9ff;
        width: 100%;
        height: 100%;
        stroke-dasharray: 2 10;
        stroke-dashoffset: 14;
        opacity: 0;
      }

      svg {
        &:nth-child(1) {
          stroke: #f8fcff;
        }
        &:nth-child(2) {
          stroke-width: 6px;
          filter: blur(20px);
        }
        &:nth-child(3) {
          stroke-width: 5px;
          filter: blur(6px);
        }
        &:nth-child(4) {
          stroke-width: 10px;
          filter: blur(56px);
        }
      }
    }
  }
}

@keyframes stroke {
  30%,
  55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}

.icon-box i {
    position: absolute;
    color: #fff;
}
.icon-box {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 27px;
    height: 42px;
    width: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*line*/
#line {
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(45deg, #ffffff73, #505050, #000000, #000000, #6c6c6c, #a5a5a587);
    background-size: 600% 100%;
    animation: gradient 5s linear infinite;
    animation-direction: alternate;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}

.circle-border {
    border-radius: 50%;
    position: relative;
    background: linear-gradient(45deg, #ffffff, #505050, #000000, #000000, #6c6c6c, #ffffff);
    background-size: 600% 100%;
    animation: gradient 5s linear infinite alternate;
    mask: radial-gradient(farthest-side, transparent calc(100% - 1px), black 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), black 100%);
}
@keyframes gradient {
    0% { background-position: 0% }
    100% { background-position: 100% }
}

.round-circle-effect {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.line-shadow{
    animation: mymove 5s infinite;
    -webkit-animation: mymove 2s infinite;
}

@keyframes mymove {
    50% {
        filter: drop-shadow(0 0 0.25rem #838181);
        -webkit-filter: drop-shadow(0 0 0.25rem #838181);
    }
}

.line-effect2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;

   background: linear-gradient(132deg, #E8E8E8,#3D3D3D, #323B35,#FFFFFF,#E8E8E8,#ffffff);
  background-size: 400% 400%;
  animation: BackgroundGradient 3s ease infinite;
width:100%;
  height:1px;
}
@keyframes BackgroundGradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.swiper {
    width: 100%;
    padding: 20px 0;
}
.swiper-slide {
    height: fit-content !important;
    /*padding: 15px;*/
}
/*.stage_opera {
    background-repeat: no-repeat;
    background-position: center !important;
    position: relative !important;
    overflow: hidden !important;
}*/

.shine {
    background: #222 gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-size: 150px;
    color: rgba(255, 255, 255, 0.3);
    background-clip: text;
    animation-name: shine;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
@keyframes shine {
    0%, 10% {
        background-position: -1000px;
    }
    20% {
        background-position: top left;
    }
    90% {
        background-position: top right;
    }
    100% {
        background-position: 1000px;
    }
}
.chrome {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-size: 200px;
    color: $text-color;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: $duration;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
.stage1 .stage_opera {
    background-image: url(https://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/bg-circles.gif) !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
    .heading {
        font-size:45px !important;
        line-height: 50px !important;
    }
    .subheading {
        font-size: 18px !important;
    }
    .circle-border.left {
        height: 550px !important;
        width: 550px !important;
        right: 40% !important;
    }
    .circle-border.right {
        height: 550px !important;
        width: 550px !important;
        left: 40% !important;
    }
    .sketch-button, .non-sketch-button {
        padding: 4px 12px;
        font-size: 12px;
    }
    .sketch-button span, .non-sketch-button span {
        font-size: 14px !important;
    }
    .stage1 .stage_opera {
        background-size: 150%;
    }
    .spotify-width {
        width:100%;
    }
}
@media only screen and (max-width:1099px) {
   /* #miniCartModal .cart-item {
        flex-direction: column;
    }
    #miniCartModal .cart-header {
        display: none;
    }*/
    tr.woocommerce-cart-form__cart-item.cart_item {
        border-bottom: 1px solid #fff;
    }
    /*.stage_opera {
        background: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/bg-circles-mob.gif);
        background-repeat: no-repeat !important;
        background-position: 44% 50% !important;
        position: relative;
        overflow: hidden;
        background-size: cover !important;
    }*/
    #miniCartModal .coupon {
        display: flex;
        margin-bottom: 15px;
    }
    #miniCartModal .modal-dialog {
        margin: 0;
    }
    #miniCartModal .modal-content {
        padding: 10px;
        border:0 !important;
    }
    .circle-sparkle {
        background-position: 46% 55% !important;
    }
    .x-slider {
        padding-top: 170px;
    }
    .slide-card {
        margin-top: 50px;
    }
    .header_center img {
        width: 108px !important;
    }
    table.variation-express-variation-table tbody tr:nth-child(1) td {
        padding-top: 50px;
        padding-left: 15px !important;
    }
    table.variation-express-variation-table tbody tr td {
        padding-left: 15px !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1100px) {

    /*.stage_opera {
        background: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/bg-circles.gif);
    }*/
}
@media only screen and (min-width:1100px) {
    #miniCartModal button.qty-btn.minus, #miniCartModal button.qty-btn.plus {
        width: 35px !important;
        height: 35px;
        padding: 0;
        padding-bottom: 5px;
        color: #fff;
    }
    #miniCartModal .cart-item {
        border: 1px solid #fff;
        margin-bottom: 20px;
        border-radius: 24px;
    }
    #miniCartModal .item-image img {
        max-width: 90px;
        max-height: 90px;
        border-radius: 16px;
    }
    #miniCartModal .coupon {
        display: inline-block;
    }
    form.checkout.woocommerce-checkout {
       width: 75%;
    }
    #miniCartModal .modal-content {
        padding: 70px;
    }
    #miniCartModal .shop_table .cart_item {
        border: 1px solid #fff;
    }
    .circle-sparkle {
        background-position: 50% 60% !important;
    }
    td.variation-express-left-data {
        padding-left: 70px;
    }
    table.variation-express-variation-table tbody tr:nth-child(1) td {
        padding-top: 50px;
    }
    td.variation-express-data {
        padding-right: 70px !important;
    }
    .stage1 .stage_opera {
        background-size: 125%;
    }
    form.variations_form.cart {
        width: 75%;
    }
   /* .x-slider {
        padding-top: 250px;
    }
    .slide-card {
        margin-top: 150px;
    }*/
    .slide .custom_container {
        height: 100%;
    }
    .x-slider {
        height: 100%;
        align-items: end;
        min-height: 100vh;
    }
    .hero-banner {
        height: 100vh;
    }
    /*.stage_opera {
        background: url(http://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/bg-circles.gif);
    }*/
}
/* desktop and ipad */
@media only screen and (min-width: 767px) {
    .variation-express-variation-table input.variation-express-variation-quantity {
        width: 30px !important;
        font-size: 28px !important;
        padding: 0 15px !important;
    }
    .variation-express-variation-table input.qty-minus, .variation-express-variation-table input.qty-plus {
        height: 45px !important;
        width: 45px !important;
    }
    .event_time_details h4 {
        font-size: 27px !important;
    }
    .spotify-width {
        min-width: 550px;
    }
    table.variation-express-variation-table {
        border-radius: 50px;
    }
}

/* button shimmer effects */


@property --mask {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes spin {
    0% {
        --mask: 0deg;
    }

    100% {
        --mask: 360deg;
    }
}

@keyframes text {
    0% {
        background-position: 100% center;
    }

    100% {
        background-position: -100% center;
    }
}

.shine-btn {
    color: var(--bg);
    font-weight: 600;
    font-size: 1.2em;
    background-color: transparent;
    padding: .8em 1.4em;
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%);
    border: none;
    outline: none;
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
    text-transform: unset;
    width: fit-content;
}

.shimmer {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mix-blend-mode: color-dodge;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 40px;
}

.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(var(--shimmer-hue-1) 20% 95%),
        0 0 7px 4px hsl(var(--shimmer-hue-1) 20% 80%),
        0 0 13px 8px hsl(var(--shimmer-hue-2) 40% 60%),
        0 0 22px 6px hsl(var(--shimmer-hue-2) 20% 40%);
    z-index: -1;
}

.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--shimmer-hue-2) 70% 95%),
        inset 0 0 3px 1px hsl(var(--shimmer-hue-2) 100% 80%),
        inset 0 0 9px 1px hsl(var(--shimmer-hue-2) 100% 70%);
    z-index: 2;
}

.shine-btn[disabled] {
    background: rgb(76 76 92);
    background-image: none;
}

.shine-btn:hover:not(:active):not([disabled]) {
    scale: 1.1;
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shine-btn:active:not([disabled]) {
    scale: 1.05;
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shine-btn:focus .shimmer,
.shine-btn:active .shimmer {
    animation-play-state: paused !important;
    mask-image: none !important;
}

.shine-btn:hover:not([disabled]),
.shine-btn:hover:not([disabled]) .shimmer::before,
.shine-btn:hover:not([disabled]) .shimmer::after {
    opacity: 1;
}


.shine-btn .text {
    color: #fff;
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--shimmer-hue-1), 100%, 80%, 0.66) 40%, hsla(var(--shimmer-hue-2), 100%, 90%, .9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.shine-btn:not([disabled]):hover .text {
    animation: text .66s ease-in-out 1;
}

.shine-btn:not([disabled]) .shimmer::before,
.shine-btn:not([disabled]) .shimmer::after {
    opacity: 1;
}

.shine-btn:not([disabled]) .shimmer {
    mask-image: conic-gradient(from var(--mask, 0deg),
            transparent 0%,
            transparent 10%,
            black 36%,
            black 45%,
            transparent 50%,
            transparent 60%,
            black 85%,
            black 95%,
            transparent 100%);
    mask-size: cover;
    animation: spin 3s linear infinite both -0.5s;
}

.shine-btn:not([disabled])[data-effect=wipe] .shimmer {
    mask-image: linear-gradient(90deg, transparent 20%, black 88%, transparent 90%);
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 1.5s linear infinite both -0.5s;
}

.shine-btn:not([disabled])[data-effect=wave] .shimmer {
    mask-image: linear-gradient(90deg, transparent 15%, black 45%, black 55%, transparent 85%);
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 3s linear infinite both -0.5s;
}

.shine-btn:not([disabled])[data-effect=throb] .shimmer {
    mask-image: none;
    animation: pulse 3s ease infinite both -0.5s;
}

.shine-btn:not([disabled])[data-effect=pulse] .shimmer {
    mask-image: none;
    animation: pulse2 3s ease infinite both -0.5s;
}

.shine-btn:not([disabled])[data-effect=flicker] .shimmer {
    mask-image: none;
    animation: flicker 3.33s ease infinite both -0.5s;
}

h1.product_title.entry-title {
    text-align: left !important;
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.holographic-card {
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.holographic-card h2 {
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, #fda5a5c7);
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #FDA5A5;
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
.holographic-card h4 {
    line-height: normal !important;
    margin: 0;
    padding: 14px 25px;
    color: #fff !important;
}
.grt-banner:before {
    position: absolute;
    content: '';
    left: 0;
    background: #33333352;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.woocommerce-product-details__long-description h2, .woocommerce-product-details__short-description h2 {
    text-align: left !important;
    font-weight: 500 !important;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-product-gallery__wrapper > div {
    border-radius: 10px !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(87 87 87 / 19%)), color-stop(0.67, rgb(83 83 83 / 44%)));
    padding: 1px;
}
.grad-border1 {
    border-radius: 10px !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(87 87 87 / 19%)), color-stop(0.67, rgb(83 83 83 / 44%)));
    padding: 1px;
}
.woocommerce-product-details__long-description.animate-line div p, .woocommerce-product-details__short-description.animate-line div p {
    margin-bottom: 0 !important;
}

/* variation css */
table.variation-express-variation-table tr {
    border: 0 !important;
}
table.variation-express-variation-table {
    background: linear-gradient(180deg, #FFFFFF 0%, #DBDBDB 95.19%) !important
}

/*table.variation-express-variation-table tbody tr:nth-child(1) td {
    padding-top: 60px;
}*/
table.variation-express-variation-table tbody tr:last-child td {
    padding-bottom: 50px;
}
p.stock_available {
    display: none;
}
td.variation-express-left-data p.name {
    font-weight: 600 !important;
}
.variation-express-variation-table span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
    color: #686868 !important;
}
.variation-express-variation-table input.qty-plus {
    background-color: transparent;
    color: #000 !important;
    font-weight: 900;
    font-size: 23px;
    padding: 0 !important;
}
.variation-express-variation-table input.qty-minus {
    /*all: unset !important;
    color: #000 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px !important;
    font-weight: bold !important;
    text-align: center !important;
    cursor: pointer;
    background-image: linear-gradient(356deg, rgb(87 87 87 / 42%) 0%, rgba(255, 255, 255, 1) 50%, rgb(87 87 87 / 42%) 100%) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    -webkit-mask: radial-gradient(circle, transparent 59%, black 60%) !important;
    mask: radial-gradient(circle, transparent 59%, black 60%) !important;*/
}
.variation-express-variation-table input.qty-minus, .variation-express-variation-table input.qty-plus {
    /*all: initial !important;*/
    background-color: transparent !important;
    border-radius: 50px;
    font-size: 18px;
    color: #010101;
    padding: 3px !important;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: 0 !important;
    background-image: url(https://gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/ellipse.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: 0.5s;
}
p.sold-out-text {
    background: #FDA5A5;
    border-radius: 30px;
    padding: 10px 11px;
    text-transform: uppercase;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.variation-express-variation-table span.woocommerce-Price-amount.amount {
    color: #686868 !important;
}
.variation-express-variation-table input.qty-plus:hover {
    background-color: #FDA5A5 !important;
}
.variation-express-variation-table input.qty-minus:hover {
    background-color: #e7e7e7 !important;
}
#wc-stripe-express-checkout-element {
    justify-content: end !important;
    padding-right: 25%;
}
.variation-description {
    font-size: 16px !important;
    line-height: normal !important;
}
.out_stock {
    color: #FF7073 !important;
    text-decoration: line-through;
}
#variation-express-add-to-cart {
    color: #000 !important;
}
td.variation-express-left-data .name {
    color: #000 !important;
}
.variation-express-variation-table p.variation-description {
    color: #000 !important;
}
/* Cart modal */
#miniCartModal .modal-dialog {
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#miniCartModal td.product-thumbnail img {
    width: 40px !important;
}
#miniCartModal #wooot_order_tip_form {
    display: none;
}
#miniCartModal .modal-content {
    border: 2px solid transparent;
    border-image: linear-gradient(214deg, #fff, #84BFFF) 1;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.minicart-btn {
    color: #fff;
    border-radius: 50%;
    height: 32px !important;
    width: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
}
#miniCartModal .cart_totals h2 {
    display: none;
}
#miniCartModal .woocommerce table.shop_table td {
    border: 0;
}
#miniCartModal .modal-body {
    border: 1px solid #f7f7f7;
    border-radius: 25px;
}
#miniCartModal .shop_table thead th {
    border: none !important;
}
#miniCartModal .woocommerce-cart-form {
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
    text-align: right;

}
#miniCartModal .woocommerce table.shop_table #coupon_code {
    background: transparent !important;
    border: none;
}
#miniCartModal .coupon button {
    border-radius: 50px;
    border-color: #fff !important;
    background: #fff !important;
    color: #000;
    font-family: "DM Sans", sans-serif !important;
}
#miniCartModal .coupon {
    border: 1px solid #fff;
    padding: 5px 5px;
    border-radius: 50px;
    width: fit-content;
}
#miniCartModal .cart_totals table.shop_table tr, th {
    box-shadow: none !important;
    border: 0 !important;
}

button#place_order {
    background: #84BFFF;
    border: 1px solid #84BFFF;
    border-radius: 50px;
    font-family: 'DM Sans';
    color: #000;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
}

.payment_box.payment_method_stripe {
    background: transparent !important;
}
.single-product-page .woocommerce-message {
    border-radius: 10px;
    color: #ffffff !important;
    background: #000;
    border: 1px solid #818181;
    padding: 12px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #ed2a5e;
}
.single-product-page .woocommerce-message .wc-forward {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    /*margin-top: 8px;*/
    padding: 7px 12px;
    flex-shrink: 0;
    height: fit-content;
}
.single-product-page .woocommerce-message::before {
    content: none !important;
}
button.carousel-control-prev {
    left: 5% !important;
    filter: drop-shadow(2px 4px 6px white);
}
button.carousel-control-next {
    right: 5% !important;
    filter: drop-shadow(2px 4px 6px white);
}
.header_center img {
    max-width: 200px !important;
}
.woocommerce div.product div.summary {
    width: 100% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce-page #main {
    padding-top: 100px;
}
#miniCartModal tr.woocommerce-cart-form__cart-item.cart_item td {
    border: 0 !important;
}
#miniCartModal td.product-price {
    color: #fff;
}
#miniCartModal td.product-remove a {
    font-size: 28px !important;
    font-weight: 400;
    color: #BC2121 !important;
}
#miniCartModal #coupon_code {
    background: transparent;
    border: 0;
    width: fit-content;
}
#miniCartModal button[name="update_cart"] {
    background: #fff;
    color: #000 !important;
    border-color: #333;
    border-radius: 24px;
    height: 48px;
    margin-left: 4px;
    border: 1px solid #333;
    margin-bottom: 10px;
}
#miniCartModal {
    padding: 0 !important;
}
#miniCartModal .item-price {
    font-size: 18px;
    color: #fff;
}
#miniCartModal .qty-btn {
    font-size: 28px;
}
#miniCartModal form.apply-coupon {
     border: 1px solid #fff; 
     border-radius: 24px; 
     padding: 5px; 
    display: flex;
}
#miniCartModal input[type="text"] {
    background: transparent;
    border: 0 !important;
    color: #fff;
}
#miniCartModal button.apply-btn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 24px;
    padding-left: 30px;
    padding-right: 30px;
}
#miniCartModal .cart-totals td {
    background: #000 !important;
    border: none !important;
}