.vc_custom_1520843122533 {
  padding-top: 130px !important;
  padding-bottom: 129px !important;
}

input {
  color: #fff !important;
}

.vc_custom_1523350595066 {
  padding-top: 119px !important;
  padding-right: 6% !important;
  padding-bottom: 117px !important;
  padding-left: 6% !important;
}

.vc_custom_1520262019848 {
  padding-top: 42px !important;
  padding-bottom: 50px !important;
  background-color: #f45f0b !important;
}

.vc_custom_1519635204890 {
  padding-top: 0px !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
  line-height: 70px;
  border-left: 0;
}

.edgtf-logo-wrapper a img {
  /* filter: contrast(2); */
  width: 100%;
  transition: opacity 0.3s ease;
}

/* .edgtf-logo-wrapper {
    width: 120px;
} */

.edgtf-logo-wrapper a {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  color: var(--primary-blue);
}

.hero-section {
  padding: 150px 0;
  text-align: center;
}

.hero-section h3 {
  text-transform: lowercase;
}

.hero-section h1 {
  font-size: 12vw;
  letter-spacing: -3px;
  line-height: 80%;
  margin-bottom: 10px;
}

.hero-section h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.events-listing {
  /* padding: var(--spacing-xl) var(--spacing-2xl) 0; */
  padding: 30px 130px;
}

.event-thank-you-page {
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .events-listing {
    padding: var(--spacing-4xl) var(--spacing-base) 0;
  }

  .mobile-text {
    font-size: 20px !important;
  }
}

.events-listing .outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}

.events-listing .outer .item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 10px;
  transition: 0.3s transform ease-out;
  transition-delay: 0.3s;
}

.events-listing .outer .item:hover img {
  transform: scale(1.05);
  transition: 0.3s transform ease-in;
}

.events-listing .outer:hover .item:not(:hover) {
  opacity: 0.3;
}

.events-listing .outer .item p {
  margin: 0;
}

.events-listing .outer .item a {
  display: inline-block;
}

.events-listing .outer .item h5 {
  color: #f45f0d;
}

.events-listing var.edgtf-st-tagline {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.wrapper .form-control {
  padding: 0.375rem 0.75rem !important;
  margin-bottom: 0;
}

/* ui css start */
.off-beat h4 {
  color: var(--text-dark) !important;
}

.off-beat span {
  color: var(--text-dark) !important;
}

.buy-now {
  display: flex !important;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 99;
  height: 100%;
  width: 100% !important;
  margin-left: auto;
  justify-content: flex-end;
  padding-top: 5px;
}

.buy-now input {
  width: 50px !important;
  height: 36px;
  margin-bottom: 0 !important;
  border-radius: var(--spacing-xs);
  border: 2px solid var(--primary-blue);
}

.buy-now button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white) !important;
  border-radius: var(--spacing-xs);
  font-weight: var(--font-weight-medium);
}

.buy-now button i {
  font-size: var(--font-xs);
}

.c-t {
  width: 100%;
}

.c-t a {
  width: 100%;
}

.c-t a .image-event {
  height: 190px !important;
}

.edgtf-in {
  padding: 60px 30px 230px 40px;
}

.check-now-btn {
  text-align: right;
  margin-top: 20px;
}

.user-id img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-left: 20px;
}

.user-id-2 img {
  width: 30px;
}

.edgtf-ui {
  max-width: 900px;
  margin: 0 auto;
}

.edgtf-eh-2 {
  padding: 60px 0 90px 122px;
}

.edgtf-eh-3 {
  padding: 0 189px 0 60px;
}

.drop-menu-list li a:hover {
  background-color: #f45f0b !important;
}

.promo-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1px 10px;
  background-color: #002b548c;
  z-index: 9991;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(2px);
}

.promo-mode h4 {
  color: #fff !important;
  font-size: 24px;
  font-family: var(--font-family-secondary);
  display: none;
}

.promo-mode p {
  color: #9bf9ff !important;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
}

.cross-icon {
  background-color: var(--primary-blue);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  border: 0;
  border-radius: 3px;
  color: var(--white);
}

.cross-icon img {
  width: 100%;
  height: 100%;
}

.user-id img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-left: 20px;
}

.input-pass-word span {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 12px;
}

.input-pass-word span img {
  width: 18px;
  /* filter: brightness(1) invert(1); */
  position: absolute;
  top: 50%;
  right: 0;
}

.input-pass-word {
  position: relative;
}

.form-control {
  color-scheme: dark;
}

.input-all-color form input {
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
}

.setting-form-color input {
  color: #fff !important;
}

.w-d {
  margin-bottom: 40px !important;
}

.w-d .f-s {
  padding: 14px 18px;
  background-color: var(--orange-primary) !important;
  border: 1px solid var(--orange-primary) !important;
  filter: brightness(5);
  border-radius: 2px !important;
}

/* .cc-u input {
    color: #fff !important;
}

.cc-u textarea {
    color: #fff !important;
} */

.gender-select {
  background-color: var(--orange-primary) !important;
  border: 1px solid var(--orange-primary) !important;
  border-radius: 2px !important;
  padding: 14px 18px;
}

.icon-eye span {
  top: 15px;
}

.user-c-p {
  border-radius: 0;
  width: 300px;
  height: 300px;
  flex: 0 0 300px;
  padding: 1px;
}

.user-c-p img {
  border-radius: 0;
}

.add-remove-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.add-remove-img button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 16px !important;
}

.add-remove-img button img {
  width: 100%;
  filter: brightness(0.1);
}

.user-create-image {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.c-pass-word {
  cursor: pointer;
  display: inline-block;
}

.warn-ing {
  border: 2px solid #f45f0b !important;
}

.dan-ger {
  border: 2px solid var(--primary-red) !important;
}

.warn-ing:hover {
  background-color: #f45f0d !important;
}

.con-text {
  display: flex;
  /* gap: 36px; */
}

.border-dis {
  border-bottom: 1px solid #000 !important;
  /* border-top: 1px solid #757575; */
  display: none !important;
}

.edgtf-footer-bottom-holder {
  border-top: 1px solid var(--border-light);
  margin-top: 30px;
}

.payment-card {
  padding: 16px 18px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.org-event {
  text-align: center;
  padding-bottom: 30px;
}

.org-event h5 {
  border-bottom: 1px solid #757575;
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 22px;
}

.org-event .add-org-ev {
  padding-top: 15px;
  display: inline-block;
}

.org-event .add-org-ev:hover p {
  color: #f45f0b;
}

.org-event .add-org-ev img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50px;
}

.org-event .add-org-ev p {
  margin: 0;
}

.outer-new-list {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* modal css new start */

/* custom modal css start */

.order-details-modal {
  background-color: #000;
  display: grid;
  grid-template-columns: 350px 1fr;
  box-shadow: 0 0px 13px rgb(255 255 255 / 0.2);
}

.order-id-new {
  border-right: 1px solid #fff3;
}

.order-logo-details {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #fff3;
}

.order-logo-details .logo-dd {
  width: 50px;
  height: 50px;
}

.order-logo-details .logo-dd img {
  width: 100%;
  height: 100%;
}

.order-logo-details .details-order .order-id {
  text-align: right;
}

.event-name-new {
  padding: 20px;
}

.event-all-point {
  padding: 10px 0 0;
}

.event-all-point p {
  display: flex;
  padding-bottom: 2px;
}

.event-all-point p span {
  margin-left: auto;
}

.payment-ticket .payment-mode {
  border-bottom: 1px solid #fff3;
  padding: 20px;
}

.payment-ticket .payment-mode h5 {
  text-align: center;
  padding-bottom: 0px;
}

.p-m-b {
  border-bottom: 0px !important;
}

.modal-ccc {
  background-color: transparent !important;
}

.modal-ccc .modal-header {
  border-bottom: 0px !important;
}

.main-heading {
  color: #f45f0b !important;
}

.text-label-details {
  color: #cecece !important;
}

.text-value-details {
  color: #cecece !important;
}

.heading-center {
  text-align: left !important;
}

.met-hods {
  display: flex !important;
  border-bottom: 1px solid #e1e1e1;
  gap: 7px;
}

.met-hods li {
  border-bottom: 0px solid #e1e1e1 !important;
  list-style: none;
}

.ElementsApp input {
  color: #fff !important;
}

.ElementsApp {
  top: 4px !important;
}
/* modal css new end */

.clear {
  border: 0px;
  border-radius: 3px;
}

.t-b {
  border-bottom: 1px solid #595858 !important;
}

.c-s {
  color: var(--text-dark) !important;
}

.c-s-a {
  color: #f45f0b !important;
  cursor: pointer;
}

.c-s-a span {
  text-decoration: underline;
}

.card-new {
  border: 1px solid #757575;
  padding: 10px;
}

.details-user-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.first-ddd {
  padding-right: 10px;
}

.t-b-r-a {
  border-right: 1px solid var(--border-medium);
  width: 120px;
  vertical-align: top;
  text-align: left;
}

.t-b-r-a p {
  margin: 0;
}

.t-b-r-a h5 {
  margin: 0;
  padding: 5px 0;
  color: #fff !important;
}

@media screen and (min-width: 769px) {
  .ticket-pay {
    padding-left: 10px;
  }
}

.order-nn {
  font-size: 15px !important;
}

.order-nn:hover {
  color: inherit !important;
}

.order-nn::after {
  display: none !important;
}

.bar-code-image {
  margin: 51px 0 35px;
  text-align: center;
}

.bar-code-image img {
  display: block;
  width: 100px;
}

.ticket-bb {
  border: 0;
  background-color: #f45f0d;
  padding: 9px 17px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.ticket-bb:hover {
  background-color: #fff;
  color: #000;
}

.t-tr-f-nt-bb tr:first-child {
  border-bottom: 1px solid #b4b4b4;
}

.t-tr-f-nt-bb tr td p {
  margin: 0;
}

.warn-ing {
  border: 2px solid #f45f0b !important;
}

.input-name {
  position: relative;
}

.input-name label {
  position: absolute;
  background-color: var(--white);
  padding: 1px 6px;
  color: var(--text-dark);
  top: -13px;
  left: 6px;
  z-index: 1;
}

.input-name .ac-label {
  color: var(--primary-red);
}

.error-input-border {
  border: 1px solid var(--primary-red) !important;
}

.place {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.edgtf-post-image-2 a img {
  max-width: 100% !important;
}

.ss-pan-dding {
  padding-top: 70px !important;
  padding-right: 6% !important;
  padding-bottom: 70px !important;
  padding-left: 6% !important;
  height: 100% !important;
  min-height: 100% !important;
}

.disabled-points {
  border: 1px solid #545454;
  background-color: transparent;
  border-radius: 3px;
  color: #999;
  width: 38px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embed-container {
  width: 100%;
  overflow: hidden;
}

.embed-container video {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-active {
  color: #f45f0d;
}

.dis-btn-count {
  background-color: transparent;
  border: 1px solid #ffffff40 !important;
  color: #4b4b4b !important;
  cursor: not-allowed;
}

.active-btn-count {
  background-color: #fff;
  color: #000 !important;
}

.c-c {
  display: grid !important;
  grid-template-columns: 0.3fr 1fr 0.5fr;
  align-items: center;
  border-bottom: 1px solid var(--border-medium) !important;
}

.c-c:last-child {
  border-bottom: 0 !important;
}

.mms-a {
  margin-left: auto !important;
  display: flex;
  flex-direction: column;
}

.d-items {
  width: 180px !important;
}

.edgtf-woocommerce-page table.cart tr.cart_item {
  border-bottom: 1px solid gray !important;
}

.edgtf-woocommerce-page .cart-collaterals table tr {
  border-bottom: 1px solid gray !important;
}

/* .offbeat-event-list-holder .edgtf-el-item{
    border-bottom: 1px solid gray !important;
} */
.woo-chart tbody tr {
  border-bottom: 1px solid gray !important;
}

.woo-chart tfoot tr {
  border-bottom: 1px solid gray !important;
}

.c-g {
  color: gray !important;
}

.ed-top-bar {
  border-bottom: 1px solid var(--white);
}

.page-active {
  background-color: var(--orange-primary) !important;
  color: #fff !important;
}

.page-item {
  cursor: pointer;
}

.woo-chart thead tr th {
  width: 33.3%;
}

.disabled {
  cursor: not-allowed;
}

.disabled a {
  color: #585353 !important;
  background-color: #3c3939 !important;
}

.order-list-table th {
  width: 16.6%;
}

.order-list-table th:nth-child(2) {
  width: 24%;
}

.order-list-table th:nth-child(4) {
  width: 10%;
}

.order-list-table th:nth-child(5) {
  width: 10%;
}

.order-list-table th:nth-child(5) {
  width: 11%;
}

.order-list-table tbody td span {
  white-space: wrap;
}

.order-list-table tbody tr:last-child {
  border-bottom: 0px solid #e1e1e1 !important;
}

.events-listing .car-t:hover .item:not(:hover) {
  opacity: 1 !important;
}

.f-m-submit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.f-m-submit .input-full {
  grid-column: 1/ -1;
}

@media screen and (max-width: 1299px) {
  .edgtf-in {
    padding: 177px 25px 230px 0;
  }

  .in-ner img {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1092px) {
  .c-c {
    grid-template-columns: 1fr;
    justify-content: center !important;
    justify-items: center !important;
  }

  .ttt-cen {
    text-align: center !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    row-gap: 10px !important;
    flex-direction: column !important;
  }

  .mms-a {
    margin: auto !important;
  }

  .c-p-q {
    width: 100% !important;
  }

  .c-p-q .d-items {
    margin: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-l-r {
    padding: 0 40px;
  }

  .p-l-r-2 {
    padding: 0 0px !important;
  }

  .hh-img {
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
    background-color: #dddddd;
  }

  .p-lr-remove {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .table-ww {
    width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .ed-top-bar {
    display: block;
  }

  .hh-ss .menu-hh .menu-item {
    padding-top: 0;
  }

  .hh-ss .menu-hh .clearfix {
    display: flex;
    align-items: center;
  }

  .edgtf-menu-left {
    border-bottom: 1px solid var(--white);
    height: 100% !important;
  }

  .hh-ss .edgtf-vertical-align-containers {
    display: flex !important;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    padding: 20px;
  }

  .outer-new-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .map-top {
    padding: 45px 0 46px;
  }

  .outer-new {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .in-ner img {
    max-width: 800px !important;
    margin: 0 auto;
  }

  .edgtf-in {
    padding: 0px 10px 30px 10px;
    text-align: center;
  }

  .edgtf-eh-2 {
    padding: 60px 10px 60px 10px;
  }

  .edgtf-eh-3 {
    padding: 0 10px 0 10px;
  }

  .top-header-customer {
    display: block !important;
  }

  .menu-hh ul li {
    height: auto;
    padding-top: 20px;
  }

  .menu-hh ul li a {
    height: auto;
  }

  .edgtf-logo-wrapper {
    position: relative;
    z-index: 999;
  }

  .all-pt {
    padding: 20px 0 90px !important;
  }
}

@media screen and (max-width: 992px) {
  .hh-ss .edgtf-vertical-align-containers {
    justify-content: space-between;
  }

  .f-m-submit {
    /* gap: 0; */
    grid-template-columns: 1fr;
  }

  .details-user-new {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .border-dis .edgtf-footer-top-alignment-left {
    text-align: center !important;
    padding-top: 20px !important;
  }

  .con-text {
    flex-direction: column;
    gap: 0px;
  }

  .last-p {
    margin-top: 0 !important;
  }

  .first-p {
    margin-bottom: 0 !important;
  }

  .user-create-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .user-c-p {
    width: 100%;
    height: 100%;
    flex: 1 0 0;
  }

  .add-remove-img {
    flex-direction: row;
  }

  .order-details-modal {
    grid-template-columns: 1fr;
  }

  .order-id-new {
    border-right: 0px solid #fff3;
  }

  .event-name-new {
    border-bottom: 1px solid #fff3;
  }
}

@media screen and (min-width: 769px) {
  .ddd {
    display: none;
  }

  .bbb {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .content-center {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }

  .content-center .edgtf-el-item-title-holder {
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
  }

  .buy-now {
    justify-content: center;
  }

  .content-center .widget {
    text-align: center !important;
  }

  .outer-new {
    grid-template-columns: 1fr 1fr !important;
  }

  .outer-new-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ccc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .ss-pan-dding {
    padding-top: 30px !important;
    padding-right: 6% !important;
    padding-bottom: 30px !important;
    padding-left: 6% !important;
  }

  .details-user-new {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .order-list-table tbody td span {
    white-space: nowrap;
  }

  .ddd-2 {
    display: none;
  }

  .bbb-2 {
    display: block;
  }

  .pb-add {
    padding-bottom: 60px;
  }

  .ss-pan-dding {
    padding-top: 30px !important;
    padding-right: 6% !important;
    padding-bottom: 30px !important;
    padding-left: 6% !important;
  }

  .order-list-table tbody td span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 669px) {
  .buy-now {
    width: 100% !important;
  }
}

@media screen and (max-width: 569px) {
  .ed-top-bar {
    height: auto;
    padding: 6px 20px;
  }

  .ed-top-bar .edgtf-vertical-align-containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hh-ss .menu-hh {
    padding-left: 0 !important;
  }

  .hh-ss .edgtf-position-left-inner {
    display: flex;
    align-items: center;
  }

  .hh-ss .edgtf-menu-left {
    height: auto;
    padding: 10px !important;
  }

  .outer-new-list {
    grid-template-columns: 1fr !important;
  }

  .outer-new {
    grid-template-columns: 1fr !important;
  }

  .vc_custom_1522835334066 {
    padding-top: 0px;
  }

  .edgtf-page-header .edgtf-vertical-align-containers {
    padding: 0 10px 0 10px !important;
  }

  .tt-t {
    text-align: center !important;
  }

  .cross-icon {
    width: 30px;
    height: 30px;
  }

  .edgtf-eh-2 {
    padding: 0 30px !important;
  }

  .edgtf-eh-3 {
    padding: 0 30px !important;
  }
}

@media screen and (max-width: 360px) {
  .check-click {
    right: -20px;
  }
}

.b-border {
  border-bottom: 1px solid var(--border-medium);
}

.ff-b {
  font-size: 17px;
  font-weight: 600;
  color: #cecece;
}

.b-border ol li {
  color: #cecece !important;
}

.listing-dd {
  list-style: none;
}

.listing-dd li {
  position: relative;
  color: #cecece !important;
}

.listing-dd li::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #969696;
}

.party-image {
  background-image: url('../images/thumbnail-bg.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.party-image::after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1)
  );
  visibility: visible !important;
}

/* ui css end */
.edgtf-google-map iframe {
  width: 100%;
}

.event-content .text-date {
  display: flex !important;
  align-items: start !important;
  gap: 10px !important;
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  padding-bottom: 12px;
  text-transform: uppercase;
  line-height: 125%;
  padding-top: 10px !important;
}

.event-content .text-date i {
  margin-top: var(--spacing-xs);
}

.text-date img {
  width: 15px !important;
  margin-bottom: 0 !important;
}

.price-text {
  font-size: 25px;
  font-family: var(--font-family-secondary);
  padding-bottom: 12px;
  text-transform: uppercase;
}

.h-t {
  color: #f45f0b !important;
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}

.price-text small {
  font-size: 14px;
  padding-left: 5px;
}

.coupon-2 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.coupon-2 input {
  width: 200px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 679px) {
  .coupon-2 {
    flex-direction: column;
  }

  .coupon-2 input {
    width: 100% !important;
  }

  .coupon-2 button {
    width: 100% !important;
  }
}

.input-pp {
  padding: 12px 18px !important;
}

.clear-btn {
  padding: 10px !important;
  font-size: 12px;
}

.clear-btn img {
  width: 20px !important;
}

@media screen and (max-width: 768px) {
  .clear-btn {
    padding: 6px !important;
  }

  .responsive-table thead {
    display: none !important;
    /* Hide the header row on mobile */
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }

  .responsive-table td {
    display: block !important;
    text-align: right !important;
    border: none;
    position: relative !important;
    padding-left: 50% !important;
    border-bottom: 1px solid #eee;
    white-space: normal;
  }

  /* .responsive-table td:first-child {
        text-align: center !important;
        padding-left: 0% !important;
    } */

  .responsive-table td:last-child {
    border-bottom: 0px solid #000 !important;
  }

  .responsive-table td:before {
    content: attr(data-label) !important;
    position: absolute !important;
    left: 12px !important;
    width: 45% !important;
    text-align: left !important;
    font-weight: bold !important;
    color: #fff;
    font-size: 15px;
  }

  .edgtf-woocommerce-page .responsive-table.cart tr.cart_item {
    border-bottom: 2px solid #030303 !important;
  }
}

@media screen and (max-width: 768px) {
  @media screen and (max-width: 768px) {
    .responsive-table td.icon-d-none {
      visibility: hidden;
      display: none !important;
    }
  }

  .cross-icon {
    width: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
  }

  .edgtf-woocommerce-page .responsive-table.cart tr.cart_item td {
    padding: 10px !important;
  }

  .edgtf-woocommerce-page .responsive-table.cart tr.cart_item {
    border: 1px solid var(--orange-primary) !important;
  }
}

@media screen and (max-width: 1092px) {
  .offbeat-event-list-holder
    .edgtf-el-item
    .edgtf-el-item-date-holder
    .edgtf-el-item-date:after {
    border-right: 0 !important;
  }
}
