@font-face {
  font-family: "anton";
  src: url("/app_themes/atomiccity/fonts/anton.woff2") format("woff2");
}
@font-face {
  font-family: "maitree";
  src: url("/app_themes/atomiccity/fonts/maitree.woff2") format("woff2");
}
@font-face {
  font-family: "poppins";
  src: url("/app_themes/atomiccity/fonts/poppins-regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("/app_themes/atomiccity/fonts/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "suezone";
  src: url("/app_themes/atomiccity/fonts/Montserrat-VariableFont_wght.ttf")
    format("truetype");
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("/app_themes/atomiccity/fonts/Avenir-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir-Regular";
  src: url("/app_themes/atomiccity/fonts/Avenir-Regular.ttf") format("truetype");
}

/* Template changes */
#snackbar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}

.btn-secondary {
  color: #fff !important;
  font-weight: 400;
  background-color: #282626;
  border: 1px solid transparent !important;
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.2s ease, visibility 0s;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border: 1px solid #323232 !important;
  background-color: #fff;
  color: #000 !important;
  border-radius: 0px;
}

.btn-primary {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  background-color: #ed2d35;
  border: 1px solid #ed2d35 !important;
  color: #fff;
  transition: all 0.2s ease, visibility 0s;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #323232;
  background-color: #fff;
  border: 1px solid #323232 !important;
  border-radius: 0px;
}

div#MainContent_upnlContactParty {
  margin-top: 100px;
  background-color: #000;
  padding: 20px 0;
}

.trxbarcode {
  padding: 10px;
  display: none;
}

.footer-icons img {
  height: 40px;
}

.alert.alert-success > h6 {
  font-size: 16px;
  font-weight: 700;
}

.inputContainer label,
div#divNoBookingProds {
  color: #fff;
}

input.alignCenter.btn.btn-success.btn-lg {
  margin-bottom: 20px;
  border-radius: 0px !important;
  color: #fff !important;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
  max-height: 135px !important;
  width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {
  font-size: 18px;
}

.tfooter td.currencySpacer {
  padding: 8px !important;
}

.invoice header {
  padding: 10px 10px !important;
}

button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
  margin: 20px 0px;
  font-size: 16px !important;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
  max-height: 135px !important;
  width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {
  font-size: 18px;
}

.tfooter td.currencySpacer {
  padding: 8px !important;
}

h4.receipt-heading {
  font-size: 24px;
  text-align: center;
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.invoice header {
  padding: 10px 10px !important;
}

.row.cartItem.rowId_ {
  display: flex;
  align-items: center;
}

.accordion_item::before {
  top: 20px;
}
.accordion-toggle::before,
.accordion-toggle::after,
.btnReadMoreDesc span.icon-plus {
  color: #ed2d35 !important;
}
.accordion_item .close_tickets {
  top: 3px;
}
button#btnApplyCoupon,
button.btn.AddLinkcardbutton,
.input-group.cardupdate_data button.btn {
  border-radius: 0px !important;
}
.row.cartItem.rowId_ .col-sm-2.col-xs-4.text-right,
.currencySpacer {
  padding-top: 3px !important;
}

span.cart-btns {
  display: flex;
  align-items: flex-end;
}
span.cart-btns .btn{
  background-color: #9e1e23 !important;
  padding: 0px 12px !important;
}
button.close-btn {
  font-size: 16px;
  background-color: #ff0000;
  border: 2px solid #ff0000;
  color: #fff;
  border-radius: 10px;
  margin: 7px 10px 0px 0;
  font-size: 14px;
  padding: 0px 12px !important;
  display: flex;
  align-items: center;
}

button.close-btn:hover {
  background-color: #fff;
  color: #ff0000;
  border: 2px solid #ff0000;
  transition: all 0.3s ease;
}

.cartSummary > .cartSummary__summary {
  font-size: 20px;
  background-color: #000;
}

.cartSummary {
  box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;
}

.content-box.modalToFullScreen.full-width-content {
  max-width: 100%;
}

.cta,
.btn,
.btn-danger,
.btn-default,
.swal-button {
  background-color: #9e1e23 !important;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 10px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  padding: 6px 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.cta:hover,
.btn:hover,
.btn-danger:hover,
.btn-default:hover,
.swal-button:hover {
  color: #646464 !important;
  background-color: #9e1e23 !important;
  border-color: transparent !important;
}

.cartSummary > .cartSummary__summary button {
  text-transform: capitalize;
}
/* Mobile view checkout fix */
@media (max-width: 480px) {
  #MainContent_CartSummary1_upnlCartSummary li.accordion_item.cart-incriment {
    padding-left: 28px;
  }

  .col-sm-2.col-xs-4.ccount {
    padding: 0;
  }

  #MainContent_CartSummary1_upnlCartSummary .col-sm-1.close_tickets {
    padding: 0;
    margin-right: 10px;
  }

  div#subtotal {
    margin-top: 0;
  }

  #MainContent_CartSummary1_upnlCartSummary .col-sm-2.col-xs-4.ccount {
    margin-top: 0;
  }

  #MainContent_CartSummary1_upnlCartSummary .accordion_item .bdr {
    min-width: 0;
  }

  #MainContent_CartSummary1_upnlCartSummary .accordion_item::before {
    top: 15px;
  }
}
/******************************************/
/* Footer changes */
.footer {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  background-color: #000;
  padding-bottom: 30px;
}
.footer * {
  font-family: "Avenir-Heavy", sans-serif;
}
.footer a {
  white-space: nowrap;
  color: #fff;
  transition: all 0.2s ease, visibility 0s;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-btn a:hover,
.paybtn_msg {
  color: #646464;
}
.footer-main {
  padding: 10px 100px;
}
.footer-flex {
  display: flex;
}
.footer-col {
  padding: 20px 25px 20px 35px;
}
.footer-col div {
  margin-bottom: 25px;
}
p.footer-title {
  text-decoration: underline;
}
.footer-col .contactNhours {
  display: flex;
  margin-top: 80px;
}
.contactNhours div:nth-child(1) p {
  padding-bottom: 5px;
}
.contactNhours div:nth-child(2) {
  margin-left: 30px;
  min-width: fit-content;
  border-left: 1px solid #fff;
  padding-left: 30px;
}
.footer-col .contactNhours p.footer-address {
  display: flex;
  flex-direction: column;
}
.footer-main .footer-btn {
  height: 40px;
  background-color: #9e1e23;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 10px;
  width: 15%;
  min-width: fit-content;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 10px;
}
.footer-btns-web {
  display: flex;
  justify-content: space-between;
}
/******************************************/

/* Header changes */
body .alert.alert-info {
  border-radius: 10px;
  background-color: #fff;
  color: #323232;
}
#layout-header .navbar-nav li > a {
  color: #ed2d35;
  background-color: #000;
  font-size: 16px;
  line-height: 15px;
  padding-top: 50px;
  font-family: "Avenir-Heavy", sans-serif;
  padding-bottom: 50px;
  text-transform: capitalize;
  transition: all 0.2s ease, visibility 0s;
}

#layout-header .navbar-nav li > a:hover {
  color: #646464;
}
.cart i {
  color: #fff;
}

#lblCartCount {
  background-color: #ed2d35;
}
/******************************************/

* {
  font-family: Arial, Helvetica, sans-serif;
}
.package-card .content-card {
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  border-radius: 6px;
}
.products__productName,
.packagecontents .products__productDescription,
.packagecontents .products__productCategoryMessage {
  background-color: transparent;
  color: #444;
  font-weight: 400;
}

.row.cartItem.rowId_ .cname p,
li.CartItems.cart-item div.spaceSpans:first-child span {
  word-break: normal !important;
  white-space: break-spaces;
}
.cartSummary > .cartSummary__breakdown,
.content-box.bg-payment {
  background-color: #fff;
}
.cart_dropdown {
  background-color: transparent !important;
  position: inherit;
}

.cart_dropdown .checkout__button, .cart-item-child {
  background-color: transparent;
}

.cart-item:nth-child(2n){
  background-color: rgb(237 45 53 / 20%);
}
.cart_value {
  visibility: hidden !important;
}

.checkout__text {
  margin-right: -27px !important;
}

a {
  text-decoration: none !important;
}

.cart_dropdown .icon-cart {
  color: sandybrown !important;
}

.dropdown-menu li a {
  padding: 6px !important;
}

.caret {
  visibility: hidden;
}

.dropdown-menu:after {
  border-bottom: 6px solid #ed2d35;
}

.fa-ul {
  font-family: raleway !important;
}

.hero-description-bottom {
  font-family: raleway !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
  font-family: "Roboto Slab";
}

.ut-address {
  font-family: raleway !important;
}

.ut-phone {
  font-family: raleway !important;
}

.ut-email {
  font-family: raleway !important;
}

#ut_header_5c63e4da04f84 h2 span {
  font-family: raleway !important;
}

.modal-backdrop {
  visibility: hidden;
}

.tribe-mini-calendar-event .list-info h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
  color: white;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

[class^="icon-"],
[class*=" icon-"] {
  color: rgba(192, 223, 22, 1);
}

.card_group_outer {
  border: none;
}

.card_group_outer:hover {
  box-shadow: unset;
}

.tribe-mini-calendar-event .list-date {
  float: left;
  overflow: hidden;
  font-weight: bold;
  margin: 10px 5% 10px 0;
  padding: 3px;
  width: 15%;
  text-align: center;
  display: inline;
  background: #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tribe-mini-calendar-event .list-date .list-dayname {
  background: #fff;
  color: #666;
  display: block;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
}

.tribe-mini-calendar-event {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #2f2f2f;
}

.tribe-events-adv-list-widget .list-info,
.tribe-mini-calendar-list-wrapper .list-info {
  margin-bottom: 0.25rem;
}

.tribe-mini-calendar-event .list-info {
  font-size: 13px;
  line-height: 1.6;
}

.tribe-mini-calendar-event .list-info {
  margin: 10px 0;
}

.line_tab > li.active {
  border-bottom: solid 5px #ff8b1f;
}

#inner-banner {
  text-align: center;
  padding-top: 65px;
}
#inner-banner  h1{
	display: none;
}

#navigation ul,
#navigation ul li,
#navigation ul ul {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}

.modal {
  background-color: transparent !important;
  top: 108px !important;
}

@media (min-width: 1024px) {
  #MainContent_pnlPartyRequestSuccess .alert.alert-info {
    margin-top: 103px;
  }
}

.text-sm-center {
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

@media screen and (min-width: 1000px) {
  .locationPicker {
    flex-direction: row;
    justify-content: space-between;
    /*padding: 1rem;*/
    display: flex;
    text-align: center;
    align-items: center;
    padding-left: 176px;
    padding-right: 176px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .contentWithSidebar {
    flex-direction: row;
  }

  .fixed_top_spacer {
    padding-top: 60px;
  }
}
/*css for w-toplink*/
.w-toplink {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  z-index: 100;
  outline: none !important;
  background-color: #fff;
  color: #323232 !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 2px 24px rgba(0, 0, 0, 0.2);
  border: 1px solid #323232;
}

/*css for Myaccount screen*/
@media (max-width: 768px) {
  .dataTables_scroll {
    overflow-y: scroll;
    overflow-y: hidden;
    overflow: auto;
  }

  .dataTables_scrollHead {
    overflow: initial !important;
  }

  .table-responsive {
    overflow-y: hidden;
  }

  .dataTables_scrollBody {
    overflow: initial !important;
  }
}

@media screen and (min-width: 1000px) {
  .contentWithSidebar {
    flex-direction: row;
  }

  #header-section.ha-transparent {
    background: rgba(19, 20, 22, 0.25);
  }
}

.myaccount ul.account-nav li.active {
  border-left: none;
}
.myaccount ul.account-nav li a:hover {
  border-left: 4px solid #c4d5df;
  color: rgb(158 30 35 / 70%);
  background: #ecf5fb !important;
}
.myaccount ul.account-nav li a.active:hover {
  border-left: solid 2px #9e1e23;
  color: #9e1e23;
}
.myaccount ul.account-nav li .active {
  color: #ed2d35;
  background: #ecf5fb !important;
  border-left: solid 2px #9e1e23;
}

.pagination li.active a {
  background-color: #ed2d35 !important;
  border: 1px solid #9e1e23;
  color: #fff;
}

.pagination li a:hover,
.pagination .disabled a:hover {
  background-color: #9e1e23 !important;
  color: #fff;
  border: 1px solid #9e1e23;
}

.pagination li a,
.pagination .disabled a {
  background-color: #c3d7ee;
  border-color: #000;
  color: #000;
}
.pagination > li:last-child > a,
.pagination > li:first-child > a {
  color: #000;
}

.pagination .active a:hover,
.pagination .active a:hover {
  color: #fff;
  border: 1px solid #9e1e23;
}
.pagination > li > a:focus {
  color: #000;
  border: 1px solid #1e1b1b !important;
  border-radius: 0;
}

div#pnlreceipt {
  width: unset;
}

.contentWithSidebar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-top: 130px;
}

.footer-Data .btn {
  width: 85% !important;
  padding-bottom: 4px;
}

.footer-Data {
  background-color: #003e51 !important;
}

input[name="selectedSchedule"] {
  height: 25px !important;
  /*width: 40px;*/
}
.prodImageBlock img,
.party-image > img {
  border-radius: 6px;
  max-height: 250px;
}
.products__productPricing_price,
.products__productPricing_totalCost,
.party-prod-description,
.packageprice,
.col-md-12.cancel-policy {
  color: #000;
}
.incrementor {
  border-color: #444;
  color: #000;
}
.packagecontents .input-group .quantity_input {
  color: #000;
}
.fstyle,
#package_accordion h3 {
  color: #9e1e23 !important;
}

@media screen and (max-width: 1000px) {
  #header-section.ha-transparent:hover {
    background: #131416;
  }

  #header-section.ha-transparent {
    background: #131416 !important;
  }
}

.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
  border-color: #dddddd;
  border-bottom: 1px solid rgb(255, 255, 255, 0.1) !important;
}

#lblPageHeader {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

#lblPageHeader :hover {
  color: rgba(192, 223, 22, 1);
}

.switch {
  border-radius: 3px;
  top: 25px;
}

.dropdown-menu {
  background-color: black !important;
  list-style: none !important;
}

.dropdown-menu:hover {
  background-color: transparent;
}

#header-section.ha-transparent a:hover,
#header-section.ha-transparent a:active {
  background-color: transparent !important;
}

.party-package h3 {
  background-color: transparent;
  color: #444;
  text-transform: uppercase;
}

.packagecontents {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.packageprice {
  background-color: transparent !important;
}

.pa-line-h {
  background-color: #ed1b24;
  /* color: #323232; */
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #9e1e23;
  transition: all 0.2s ease, visibility 0s;
}

.ticket_count {
  border-color: #000 !important;
}

.guestlabel .ticket_count {
  background: #000;
}
#package_accordion div {
  padding: 2px !important;
}

.ui-accordion-content #package_accordion div {
  border-color: transparent !important;
}

.ui-accordion-content {
  font-size: initial !important;
}

.dropdown-menu {
  border-top: 2px solid #ed2d35;
}

#automplete-1 {
  background: #ff8b1f !important;
  color: black !important;
}

.container-fullwidth {
  background-color: white;
}
/*css for locationPicker*/
@media screen and (max-width: 1000px) {
  .location-header {
    text-align: center;
  }

  #locationText {
    text-align: center;
  }

  #locationText {
    text-align: center;
  }

  #MainContent_pnlPartyRequestDetails .inputContainer {
    max-width: 100% !important;
  }
}

.location-header .dropdown {
  text-align: center !important;
}

.modalToFullScreen .inputContainer label {
  color: #323232;
}

.ticket_count {
  /*padding: 6px 4px !important;*/
  padding: 3px 4px !important;
}

.modal {
  z-index: 10000;
  top: 5px !important;
}

.cartSummary__breakdown {
  line-height: 25px !important;
}

.accordion_item .bdr {
  border: 1px solid #9e1e23 !important;
}
.accordion_item .input-counter > .count-minus,
.accordion_item .input-counter > .count-plus {
  display: none;
}

@media screen and (max-width: 1023px) {
  #header-section {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (min-width: 1023px) {
  .cart {
    top: 30px !important;
    right: 130px;
  }
}

#lblHeaderCardBalance {
  color: rgba(255, 255, 255, 0.7);
}

.panelcardBalance {
  background-color: transparent;
}

.countdown-amount {
  color: rgba(192, 223, 22, 1) !important;
}

.ut-horizontal-navigation a {
  padding-left: 15px;
}

.body-content {
  background-color: #000 !important;
  min-height: 860px !important;
  margin-bottom: 0;
}
.navbar-brand > img {
  height: 53px;
}
#layout-header .navbar-brand {
  height: fit-content;
}

.party-category div {
  margin: 0 auto;
  color: white;
}

.breadcrumps {
  padding: 10px;
  padding-left: 5px;
  color: white;
}

.party-package ul {
  list-style: none;
}

.btn-default {
  color: #fff !important;
  background-color: #9e1e23;
  border-style: none !important;
  border-radius: 3px;
  font-weight: normal;
  padding: 6px 12px;
  font-size: 14px;
  text-transform: uppercase;
}

#locationLable,
.text-primary {
  color: white !important;
  font-size: 20px;
}
img.ui-datepicker-trigger {
  filter: invert(1);
}
.bookingDateStyle {
  color: white !important;
  font-size: 16px;
}

.badge {
  background-color: #ed1b24;
}

input[name="selectedSchedule"] {
  height: 25px !important;
  width: 40px;
}

.line_tab > li.active {
  border-bottom: solid 5px #ed2d35;
}

.acc_active .panel-title, .panel-title .change_link {
  color: #ed2d35 !important;
  font-weight: 600;
}

#section-party-nav-tabs {
  border-bottom: none;
  background-color: #646464;
}

.list-group-item-heading {
  color: white;
}

table {
  background-color: white !important;
}

.textColor,
.guestlabel small,
.glyphicon-question-sign {
  color: white !important;
}

.pa-line-h table {
  background-color: transparent !important;
}

.green_link {
  background-color: transparent !important;
  color: #fff;
  text-decoration: underline !important;
}

.navbar-toggle {
  margin-right: -64px;
  top: 20px;
  color: #fff !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}

.location-header {
  background-color: #003e51;
}

.text-nowrap {
  white-space: nowrap;
}

.reg_back {
  background-color: transparent !important;
}

.reg_back span {
  color: white !important;
}

.bg-white {
  background: transparent;
}

.nav-pills > li > a:hover {
  background: #ed2d35 !important;
}

.panelcardBalance {
  padding-top: 33px;
  padding-bottom: 33px;
  color: white;
  text-transform: uppercase;
}

#layout-header .navbar-center li :hover {
  background-color: transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff !important;
}

ul {
  list-style: none;
}

#txtParticipantQty,
#txtExtraGuest {
  color: white !important;
}

.e_section_header {
  color: white;
}

.input-counter input {
  padding: initial;
}

textarea {
  color: black;
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu:hover {
  background-color: #000 !important;
  color: white !important;
  width: 100%;
}

#layout-header .navbar-center li :hover {
  background-color: #000 !important;
}

.btn-xs {
  padding: 4px;
}

.btn-danger,
.btn-danger:hover {
  color: black;
  background-color: #9e1e23 !important;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 10px;
}

#MainContent_productdisplay1_pnlCardSearchMain {
  background-color: #fff;
  padding: 16px;
}

.content-box {
  color: black;
  border: none;
  /*  background-color: #fff;*/
}

.non-resp-imag {
  width: 250px !important;
}

#layout-header .navbar-center li {
  /*display: inline-block!important;*/
  float: none;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
  color: white;
}

@media print {
  .fixed_top_spacer {
    top: 0px;
  }
}

#layout-header .navbar {
  border-radius: 0;
  background: #000;
}

.att-price {
  font-size: small;
  white-space: nowrap;
}

.accordionHeader {
  padding-top: 8px;
  padding-bottom: 1px;
}

.col_spacer {
  padding: 5px;
  padding-top: 2px;
}
button:focus {
  filter: invert(0) !important;
}
.CartItems.cart-item *:not(.cart-remove-fs), .cart-item-child * {
  color: #323232 !important;
  font-weight: 400;
}
.footer-btns-mob {
  display: none;
}
@media (max-width: 992px) {
  #layout-header .navbar-brand img {
    height: 60px;
    width: auto;
  }
  .footer-main {
    padding: 10px;
  }
  .footer-main * {
    flex-wrap: wrap;
  }
  .footer-col {
    padding: 20px 25px 0px 35px;
  }
  .contactNhours div:nth-child(2) {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 0px;
  }
  .footer-btns-web {
    display: none;
  }
  .footer-btns-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .footer-btns-mob .footer-btn {
    width: 40%;
  }
  .footer-col .contactNhours {
    margin-top: 0px;
  }
  .footer-col .contactNhours div {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  #divgrid {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #layout-header .navbar-nav.navbar-center li {
    border-bottom: none;
    text-align: center;
  }
  #layout-header .navbar-nav li:hover {
    background-color: #000;
  }
  #layout-header .navbar-nav.navbar-center li a {
    font-family: "Avenir-Regular", sans-serif;
    padding: 20px;
  }
  #lblPageHeader {
    font-size: 35px;
  }
}
.portlet-body.clearfix {
  display: flex;
  flex-direction: column;
}
input#txtRegCardNo.inputContainer {
  margin: 0 25px 10px;
}
div#MainContent_iframeCardNumberSection.form-group {
  margin-bottom: 0px;
}
.expDate > input{
  margin-right: 0px !important;
}
.expDate > input#expDateMonthInput{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.expDate > input#expDateYearInput{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (min-width: 700px){
  .products ul li{
    width: 385px;
  }
}
h4.gtotal.Grand_Total.grandGtotal span {
	color: #000 !important;
}
.footer-btns-web .footer-btn {
    display: none;
}