/*=====Reset CSS======*/
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

html {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*[dir="rtl"] h1,
*[dir="rtl"] h2,
*[dir="rtl"] h3,
*[dir="rtl"] h4,
*[dir="rtl"] h5,
*[dir="rtl"] h6,
*[dir="rtl"] p,
*[dir="rtl"] a,
*[dir="rtl"] li,
*[dir="rtl"] i {
  unicode-bidi: plaintext;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

/* a:focus-visible,button:focus-visible, input:focus-visible, input[type="button"]:focus-visible,input[type="submit"]:focus-visible,select:focus-visible,.btn:focus-visible,textarea:focus-visible,.bootstrap-select 
    .dropdown-toggle:focus-visible {outline: 3px auto -webkit-focus-ring-color !important; outline: 3px solid #FF8829 !important; outline-offset: 5px; -webkit-box-shadow: none; box-shadow: none;}
    .wp-admin a:focus, .wp-admin button:focus, .wp-admin input:focus, .wp-admin input[type="button"]:focus, .wp-admin input[type="submit"]:focus,.wp-admin select:focus, .wp-admin .btn:focus, .wp-admin textarea:focus, 
    .wp-admin .bootstrap-select .dropdown-toggle:focus {outline: none !important;} */

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* font-family: 'Clash Display', sans-serif; */
/* font-family: "DM Sans", sans-serif; */
h1 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 600 !important;
  font-size: 71px !important;
  line-height: 80px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

h2 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 200 !important;
  font-size: 50px !important;
  line-height: 50px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

h2 span {
  font-weight: 400 !important;
}

h3 {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 60px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: #fff !important;
  padding: 35px 0px !important;
}

h4 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 75px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  color: #C7B2A4 !important;
}

h5 {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 30px !important;
  color: #fff !important;
}

p {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #fff !important;
}

.basic_btn {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 9% !important;
  text-align: center !important;
  padding: 10px 25px !important;
  border: 1px solid #fff !important;
  border-radius: 25px !important;
  color: #fff !important;
  transition: all 0.3s !important;
  overflow: hidden !important;
}

.basic_btn:hover {
  border: 1px solid #515151;
}

.global_heading {
  text-align: center;
  margin-bottom: 70px;
}

.style_green_circle_svg {
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 24px;
}

.style_green_circle {
  width: 30px;
  height: 30px;
  border: 3px solid #35E8F480;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
}

.style_green_circle::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #35E8F480;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 50%;
}

.custom_container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* header */
header {
  padding: 50px 0px;
  position: fixed;
  width: 100%;
  z-index: 1049;
  top: 0px;
  left: 0px;
  transition: 0.3s ease;
}

.menuTrigger {
  position: relative;
}

.menuTrigger span {
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
}

.menuTrigger span+span {
  margin-top: 5px;
}

.menuTrigger {
  width: 23px;
  display: block;
}

.menuTrigger span:nth-child(2) {
  width: 18px;
}

.menuTrigger span:last-child {
  width: 27px;
}

.menuTrigger::before {
  cursor: pointer;
  content: '';
  height: 46px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minicart {
  position: relative;
  cursor: pointer;
}

.minicart a::before {
  content: '';
  height: 46px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minicart a span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  top: -8px;
  right: -18px;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
}

/* header */

/* banner */
.banner {
  background: url(https://gravitycph.dk/wp-content/themes/essentials-child/assets/images/header-banner.gif) no-repeat center 5% #000;
  background-size: 70%;
  padding: 250px 0px 50px 0px;
}
.banner {
  padding: 250px 0px 150px 0px;
  position: relative;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #000;
}

.banner::before {
  background: url(https://gravitycph.dk/wp-content/themes/essentials-child/assets/images/banner_bg.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}

.banner_content {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}

/* banner */
/* intro */
.leading_text {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
  position: relative;
}

.leading_text .circle_style {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}

.leading_text .circle_style::before {
  content: '';
  height: 4px;
  width: 136px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

/* intro */

/* event_pic_row */
.event {
  padding: 100px 0px 100px 0px;
  background-color: #000;
}

.event_pic_row .w-33 {
  width: 33.33%;
}

.event_pic_row .w-50 {
  width: 50%
}

.event_pic_row img {
  width: 100%;
}

/* event_pic_row */

/* action */
.action {
  padding: 100px 0px 80px 0px;
}

.action {
  background-color: #000;
}

/* action */

/* gravity */

.gravity {
  padding: 140px 0px 70px 0px;
  /*background: url(assets/images/about-bg-video.gif) no-repeat center center;
    background-attachment: fixed; background-size: cover;*/
}

.gravity .gravity_left {
  min-width: 300px;
}

.gravity .gravity_left p span {
  padding-right: 10px;
}

.gravity .gravity_right {
  text-align: left;
  width: 621px;
}

.gravity .gravity_right h2 {
  text-align: left !important;
}

.gravity .gravity_right h2 .style_green_circle {
  margin-bottom: 0px;
  border: 3px solid #C7B2A4;
  margin-left: 12px;
}

.gravity .gravity_right h2 .style_green_circle::before {
  border: 3px solid #C7B2A4;
}

.gravity .gravity_right h2 {
  color: #C7B2A4 !important;
}

.gravity p {
  color: #C7B2A4;
}

.gravity .gravity_right p {
  padding: 24px 0px;
  color: #fff;
}

.gravity .custom_padding {
  padding: 75px 0px;
}

/* new added */
.gravity img {
  width: 100%;
  height: 31px;
  object-fit: cover;
}

/* gravity */

/* played */
.played {
  background-color: #000;
  padding: 110px 0px 100px 0px;
}

.played .global_heading h2 {
  color: #C7B2A4;
}

.played .played_slider_inner {
  display: flex;
  gap: 20px;
}

.single-info h5 {
  position: relative;
}

.single-info h5 span {
  font-family: "DM Sans", sans-serif;
  color: #515151;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  top: 6px;
}

.single-info h5 {
  padding-top: 25px;
}

.single-info {
  padding-top: 25px;
}

/* played */

/* subsbribe */
.subsbribe {
  background-color: #000;
  padding: 100px 0px 100px 0px;
  position: relative;
}

.subsbribe::before {
  background: url(https://svetaine.dk/gravitycph/wp-content/themes/essentials-child/assets/images/line_top.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  width: 100%;
  height: 1px;
  content: '';
}

.subsbribe::after {
  background: url(https://svetaine.dk/gravitycph/wp-content/themes/essentials-child/assets/images/line_bottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
}

.subsbribe .subsbribe_left h4 {
  display: flex;
  align-items: center;
  color: #fff;
}

.subsbribe .subsbribe_left h4 .style_green_circle::before {
  border: 3px solid #C7B2A4;
}

.subsbribe .subsbribe_left h4 .style_green_circle {
  margin-bottom: 0px;
  border: 3px solid #C7B2A4;
  margin-left: 55px;
}

.subsbribe .subsbribe_left p {
  max-width: 355px;
}

.subsbribe .subsbribe_left .form_control {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  min-width: 280px;
  width: 280px;
}

.subsbribe_left .form {
  margin-top: 60px;
}

.subsbribe_left .form .sign_btn {
  padding: 13px 30px;
  background-color: #fff;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  border-radius: 25px;
  border: none;
  margin-left: 40px;
  transition: all 0.3s;
}

.subsbribe_left .form .sign_btn:hover {
  background-color: #C7B2A4;
}

.subsbribe .subsbribe_img img {
  width: 100%;
}

.subsbribe .subsbribe_img {
  margin-right: -327px;
}

/* subsbribe */

/* achievements */
.achievements {
  padding: 100px 0px 200px 0px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}

.achievements .achievements_inner ul {
  display: flex;
  justify-content: center;
}

.achievements p {
  color: #9F9F9F;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.achievements p span {
  margin-right: 10px;
}

.achievements .count {
  width: 250px;
  height: 250px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.achievements .count h2 strong {
  color: #fff;
}

.achievements .count h2 {
  color: #35E8F4;
}

.achievements .count p {
  margin-bottom: 0px;
}

/* achievements */

/* footer */
footer {
  padding: 70px 0px;
  background: #fff;
}

footer h3 {
  color: #000 !important;
  text-align: left !important;
  padding: 64px 0px 15px 0px;
}

footer p {
  color: #000 !important;
  text-align: left;
}

footer .footer_links {
  text-align: right;
}

footer .footer_links li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6A6A6A;
  transition: all 0.3s;
  padding-bottom: 10px;
}

footer .footer_links li a:hover {
  color: #000;
}

footer .footer_links li {
  margin-bottom: 20px;
}

footer .footer_links .active {
  color: #000;
  font-weight: 500;
}

footer .footer_icon_links {
  text-align: right;
}

footer .footer_icon_links {
  margin-top: 12px;
}

footer .footer_icon_links li {
  margin-left: 35px;
}

/* footer */




header.fixed {
  background-color: #0e0e0e;
  padding: 20px 0px;

}

/*.banner {
  background: url(https://gravitycph.dk/wp-content/uploads/2025/07/hero-banner-2.jpg) no-repeat center 0% #000;
  background-size: 100%;
  padding: 250px 0px 50px 0px;
}*/

.event {
  padding: 200px 0px 170px 0px;
}

.basic_btn.basic_btn.hvr-bounce-to-right:hover {
  color: #000;
}

.basic_btn.hvr-bounce-to-right:before {
  background: #fff;
}

.action {
  padding: 30px 0px 80px 0px;
}

.text {
  text-align: center;
  perspective: 500px;
}



.comparison-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 600px;
}

.comparison-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
}

.comparison-overlay {
  clip-path: inset(0 100% 0 0);
  /* starts hidden */
}


.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
}

.action .col-lg-3 {
  padding: 0 30px;
}

.glide2 {
  margin-top: 50px;
}

.glide3 {
  margin-top: 100px;
}

.glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



.glide__bullets {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 1048;
  left: 20px;
  top: 40px;
  right: 20px;
}

/* .glide__bullet {
      position: relative;
      display: flex;
      flex: 0 1 calc(100% / 3);
      max-width: calc(100% / 3);
      padding: 0;
      border: 0;
      overflow: hidden;
      color: #000;
      height: 3px;
      margin-right: 10px;
      margin-left: 10px;
      background-color: #B9B6B6;
      box-shadow: inset 0px -4px 0px 0px #B9B6B6;
    }
    .glide__bullet:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 4px;
      display: block;
      opacity: 0;
      transform: translateX(-100%);
      background-color: #fff;
      transition: transform 5s;
    }
    
    .glide__bullet--active:before {
      opacity: 1;
      transform: translateX(0);
    } */


.glide__bullet {
  position: relative;
  display: flex;
  flex: 0 1 calc(100% / 2);
  max-width: calc(100% / 2);
  padding: 0;
  border: 0;
  overflow: hidden;
  color: #000;
  height: 3px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #B9B6B6;
  box-shadow: inset 0px -4px 0px 0px #B9B6B6;
  border-radius: 3px;
}

.glide__bullet:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: block;
  opacity: 0;
  transform: translateX(-100%);
  background-color: #fff;
}

.glide__bullet--active:before {
  opacity: 1;
  animation: slideIn 5s linear forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Pause animation on hover */
.glide:hover .glide__bullet--active:before {
  animation-play-state: paused;
}

.glide__track {
  overflow: hidden;
  position: relative;
  z-index: 99;
  border-radius: 30px;
}

.glide:hover .glide__bullet:before {
  animation-play-state: paused !important;
  transition: none;
}

.notch {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1049;
  right: 0;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

body .subsbribe .subsbribe_left .form_control {
  padding-bottom: 10px;
}

.achievements_inner .circle-rotate {
  margin: 0 auto;
}

.subsbribe_left .form .sign_btn {
  border: 1px solid #000;
}

.subsbribe_left .form .sign_btn:hover {
  background-color: #000000;
  border: 1px solid #fff;
  color: #fff;
}

.single-img {
  overflow: hidden;
}

.played_single_box {
  min-width: 270px;
}

.glide__slides {
  height: 480px;
}




.circle-ripple:before {
  background-color: #35ffc3;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  animation: ripple 0.7s linear infinite;
  content: "";
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba($color, 0.3),
      0 0 0 1em rgba($color, 0.3),
      0 0 0 3em rgba($color, 0.3),
      0 0 0 5em rgba($color, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba($color, 0.3),
      0 0 0 3em rgba($color, 0.3),
      0 0 0 5em rgba($color, 0.3),
      0 0 0 8em rgba($color, 0);
  }
}

.banner_content .title.split-heading {
  max-width: 800px;
  letter-spacing: normal;
  color: #fff !important;
  margin-bottom: 35px;
}

.leading_text h3 {
  margin-bottom: 30px;
  color: #fff !important;
}

.gravity {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gravity video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.gravity .custom_container {
  position: relative;
  z-index: 1;
}






header {
  z-index: 1049;
}

.new-dropdown-menu {
  width: 0;
  visibility: hidden;
  transition: left 0.3s ease;
  left: -300px;
  position: fixed;
}

body.open-menu .new-dropdown-menu {
  position: fixed;
  left: 0;
  display: flex;
  width: 300px;
  flex-direction: column;
  top: 0;
  background: #00666c;
  padding: 25px 0;
  z-index: 1050;
  bottom: 0;
  visibility: visible;
}


.navigation-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.2px;
  vertical-align: middle;
  max-width: 90%;
}

.navigation-info ul li {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 5px;
}

.navigation-info ul li::after {
  content: "";
  width: 0;
  background: #fff;
  border-radius: 0 30px 30px 0;
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.navigation-info ul li:hover::after {
  width: 100%;
}

.navigation-info ul a {
  color: #fff;
  position: relative;
  z-index: 999;
  width: 100%;
}

.navigation-info ul a i {
  margin-right: 15px;
  width: 30px;
  font-size: 24px;
}

.navigation-info ul li:hover a {
  color: #00666c;
}

body.open-menu .mobile-menu-close {
  opacity: 1;
  visibility: visible;
}

.new-overlay-menu {
  background-color: #000000bd;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1047;
  width: 0;
  visibility: hidden;
  transition: width 0.3s ease;
}

body.open-menu .new-overlay-menu {
  width: 100%;
  visibility: visible;
}






.played_slider_inner {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  scroll-behavior: smooth;
}

.played_slider_inner::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for cleaner UI */
}

.played_single_box {
  min-width: 200px;
  margin-right: 15px;
  flex-shrink: 0;
}

.played_slider_inner.active {
  cursor: grabbing;
}



.banner .banner_event.justify-content-between {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 20px;
}
.banner .banner_event.justify-content-between .d-flex.list-item {
  width: 100%;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 15px;
  padding-right: 40px;
  background: url(https://svetaine.dk/gravitycph/wp-content/uploads/2025/05/arrow-icon.svg) no-repeat 100% 100%;
  background-position: center right;
}
.banner .banner_event.justify-content-between .d-flex.list-item  .image {
  position: absolute;
  left: 0;
  top: 0;
}
.banner .banner_event.justify-content-between .d-flex.list-item .date {
  padding-left: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
}
.banner .banner_event.justify-content-between .d-flex.list-item .date p {
  margin: 0;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body .banner .banner_event.justify-content-between .items-list .title a h4 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff !important;
  word-spacing: 5px !important;
  letter-spacing: normal !important;  
    line-height: 26px !important;
    font-size: 18px !important;
}
.header_center img {
  max-width: 200px;
}

.navigation-info ul a {
  font-family: 'Clash Display', sans-serif !important;
}
body.open-menu .new-dropdown-menu {    
  background: #101616;    
}
.navigation-info ul li:hover a {
  color: #000000;
}

.navigation-info ul a img {
  max-width: 30px;
  margin-right: 20px;
  filter: brightness(0) invert(1);
}
.navigation-info ul li:hover a img, .navigation-info ul a:hover img {
  filter: none !important;
}


/*Cart CSS */

#miniCartModal .shop_table thead th {
    border: none !important;
}

#miniCartModal .woocommerce-cart-form {
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
}


#miniCartModal .woocommerce table.shop_table #coupon_code {
    background: transparent !important;
    border: none;
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
}

#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;
}

#miniCartModal .cart_totals table.shop_table tr, th {
    box-shadow: none !important;
    border: 0 !important;
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
}

#miniCartModal .woocommerce table.shop_table td.actions button[name=update_cart] {
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-family: "DM Sans", sans-serif !important;
}

#miniCartModal .wc-proceed-to-checkout {
    background: #84BFFF;
    text-align: center;
    padding: 9px 0px !important;
    border-radius: 50px;
    color: #fff;
    font-family: "DM Sans", sans-serif !important;
}

#miniCartModal .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    width: 100%;
    color: #fff !important;
    background: none !important;
}

#miniCartModal td.product-remove {
    vertical-align: middle;
    font-size: 16px;
}

#miniCartModal button.minicart-btn {
    padding: 3px 5px;
    border-radius: 50px;
    border-color: #fff !important;
    color: #fff !important;
}

#miniCartModal .cart_totals th {
    background: transparent !important;
}


.woocommerce-checkout .bil_heading {
    text-align: left !important;
    padding: 0px !important;
    color: #000 !important;
}

.woocommerce-billing-fields {
    margin-top: 100px;
}

h3#order_review_heading {
    color: #000 !important;
    text-align: left !important;
}
.shop_table.woocommerce-checkout-review-order-table.order-container {
    border: none;
}

.woocommerce-checkout .woocommerce-input-wrapper{
  width: 100% ;
}

.woocommerce-checkout span.selection {
    width: 100% !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-privacy-policy-text p {
    color: #000 !important;
}


.woocommerce-checkout #place_order {
    border-radius: 50px;
    padding: 15px 79px;
    font-size: 18px;
}

#miniCartModal #coupon_code {
    width: 150px !important;
}

#miniCartModal .woocommerce-cart-form__cart-item a {
  color: #fff;
    font-family: "DM Sans", sans-serif !important;

}