/** Typehead **/
/* scaffolding */
/* ----------- */

html {
  overflow-y: scroll;
  *overflow-x: hidden;
}

.tt-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */

html {
  font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI",
    Calibri, sans-serif;
  color: #292f33;
}

a {
  color: #03739c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p+p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

/** Common **/
.vmiddle td,
.vmiddle th {
  vertical-align: middle !important;
}

.blueh {
  background-color: #0099cc;
  color: #fff;
  padding: 10px 20px;
}

/** Returns **/

#returns .nav-tabs>li,
#all-mediation .nav-tabs>li {
  border-color: #fff;
}

#returns .nav-tabs>li a,
#all-mediation .nav-tabs>li a {
  background-color: #f2f2f2;
  color: #999999;
  font-weight: 400 !important;
}

#returns .nav-tabs>li.active a,
#all-mediation .nav-tabs>li.active a {
  background-color: #ddd;
  color: #000;
}

#returns .tab-content,
#all-mediation .tab-content {
  border: 1px solid #e8e8e8;
  box-shadow: none;
  height: auto;
}

#returns .form-group>label {
  line-height: 34px;
  margin: 0;
}

#returns textarea {
  resize: none;
  width: 100%;
}

#returns .errors>p {
  padding: 5px;
}

#returns .wrap-errors input {
  border-color: #eed3d7;
}

/** Basket Fix **/

#scroll-basket .tab-content4 {
  margin-bottom: 0;
  margin-top: -1px;
}

#stop-animation,
#move-normal,
#delete-static {
  height: 1px;
  position: relative;
  display: block;
  background: transparent;
}

.filters {
  position: relative;
  overflow: hidden;
}

#static-content {
  position: relative;
}

#move-normal {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

#delete-static {
  background: #006699;
}

#scroll-basket {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#scroll-basket.clear {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

#scroll-basket.fix-bottom {
  position: fixed;
  bottom: 0 !important;
  top: 92px;
  width: inherit;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

#scroll-basket.static {
  position: absolute !important;
}

#scroll-basket.fix-top {
  position: fixed;
  top: 44px;
}

#scroll-basket.absolute-top {
  position: absolute;
  top: 0;
}

#scroll-basket.absolute-bottom {
  position: absolute;
  bottom: 0;
  top: auto;

  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/** RR **/
.avatar-view {
  position: relative;
}

.avatar-view img {
  height: 100%;
}

.avatar-preview img {
  width: 100%;
  height: 100%;
}

#conf-card-slider {
  margin-bottom: 0;
}

#conf-card-slider .carousel-inner>.item>img,
#conf-card-slider .carousel-inner>.item>a>img {
  margin: auto;
}

#conf-card-slider .navigation {
  display: block;
  margin-top: 20px;
  text-align: center;
}

#conf-card-slider .navigation a {
  width: 40%;
}

#conf-card-slider .navigation a.nav-prev {
  float: left;
}

#conf-card-slider .navigation a.nav-next {
  float: right;
}

#conf-card-slider .carousel-inner>.item.next,
#conf-card-slider .carousel-inner>.item.prev {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  #conf-card-slider .navigation {
    margin-bottom: 20px;
  }

  #galleryimgfrm .preview-lg {
    float: none;
  }
}

.img-select {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.img-select.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.max150 {
  max-width: 150px;
}

.line7 {
  background: #e8e8e8;
  height: 1px;
  margin: 10px 0 10px 0;
  padding: 0;
  display: block;
}

.paddingt0 {
  padding-top: 0;
}

.borderbottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

#sidebarkoszyk {
  background-color: #f2f2f2;
}

#config-steps {
  position: relative;
}

#config-steps .line {
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 54px;
  left: 20px;
  right: 20px;
  z-index: 0;
}

#config-steps ul {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

/*RR #config-steps ul > li { float: left; width: 20%;  text-align: center;}*/
#config-steps a:hover {
  text-decoration: none;
  text-align: center;
  color: inherit;
}

#config-steps ul>li a {
  display: block;
  color: #000;
}

#config-steps ul>li a span {
  display: block;
  clear: both;
  padding: 5px;
}

#config-steps ul>li.active a span {
  font-weight: bold;
}

#config-steps .roundstep {
  margin: 0 auto 15px auto;
}

#pay-content #config-steps .line {
  left: 0;
  right: 0;
}

.product-content .price {
  font-size: inherit;
  font-weight: 400;
}

.product-content .price>.old {
  margin-right: 15px;
  color: #f00;
  text-decoration: line-through;
}

.product-content p {
  padding: 0 20px;
  margin: 20px 0;
}

.product-content .radio,
.product-content .checkbox {
  margin: 0;
}

.product-content .radio>label,
.product-content .checkbox>label {
  font-weight: bold;
}

.product-content .tab-content4 {
  padding-bottom: 0;
}

.product-content h4>small {
  display: block;
  margin-top: 15px;
}

.padding-20-10 {
  padding: 20px 10px;
}

#sidebarkoszyk {
  background-color: #f2f2f2;
}

.hpadding10 {
  padding: 0 10px 0 10px;
}

.paddingt20 {
  padding-top: 20px;
}

.wrap-change {
  padding-right: 30%;
  position: relative;
}

.wrap-change>.change {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  margin: 0 !important;
}


#sidebarkoszyk .header {
  padding-bottom: 10px;
}

#sidebarkoszyk .details {
  margin: 0 -10px;
  background: #ddd;
}

#sidebarkoszyk .details h5 {
  font-weight: 600;
}

#sidebarkoszyk .details {
  padding: 0 10px;
}

#sidebarkoszyk .details dl,
.price.small {
  font-size: 13px;
}

#sidebarkoszyk .details dl>dt,
.summary dl>dt {
  width: 70%;
  text-align: right;
  float: left;
}

#sidebarkoszyk .details dl>dd,
.summary dl>dd {
  text-align: right;
}

input.check-card,
.tiny-border {
  border: 1px solid #adadad;
}

.btn.bg-gray {
  background-color: #ebebeb;
}

label.vcenter {
  margin: 0;
  padding-right: 0;
  line-height: 34px;
}

#sidebarkoszyk .coupon-code input[type="text"] {
  width: 70%;
  float: left;
  border: 1px solid #adadad;
  border-right: 0;
}

.custom-form input[type="text"],
.custom-form input[type="password"] {
  border: 1px solid #adadad;
}

#sidebarkoszyk .coupon-code button {
  width: 30%;
  border-color: #adadad;
}

.product-content .nav-tabs>li>a:hover,
.filters .nav-tabs>li>a:hover {
  color: #fff;
}

.product-content .nav-tabs>li.active>a:hover {
  color: #000;
}

.filters .nav-tabs>li.active>a:hover {
  color: #fff;
}

.w70percent {
  width: 70%;
  float: left;
}

.w30percentlast {
  width: 30%;
  float: right;
}

.black {
  color: #000;
}

.show-details,
.show-details:hover,
.show-details,
.show-details:active,
.show-details,
.show-details:focus {
  color: #999999;
}

.panel-title>a {
  display: block;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li>a {
  display: block;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.card-list li:last-child>a {
  border-bottom: 1px solid #ddd;
}

.card-list li>a img {
  height: 50px;
  width: 100px;
  margin-right: 10px;
}

.card-list li>a img,
.card-list li>a h5 {
  display: inline-block;
  vertical-align: middle;
}

.card-list li>a h5 {
  margin: 0;
  line-height: 1.1;
}

.card-list li>a h5>small {
  margin-left: 10px;
}

.card-list li>a:hover,
.card-list li>a:focus,
.card-list li>a:active,
.card-list li>a.active {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #000;
}

.wrap-checked-card .btn {
  width: 50%;
  max-width: 150px;
}

.wrap-checked-card .btn:last-of-type {
  float: right;
}

.wrap-del {
  padding-right: 30%;
  position: relative;
}

.wrap-del>.delete {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.dblock {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}

.product-content {
  position: relative;
}

.insurance-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.insurance-title {
  flex-grow: 1;
}

.toggle-insurance {
  white-space: nowrap;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .insurance-header {
    flex-direction: column;
    align-items: stretch;
  }

  .toggle-insurance {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-end;
  }
}

.card-header {
  display: block;
  margin-bottom: 15px;
}

.card-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.toggle-card {
  margin-top: 10px;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .card-header {
    flex-direction: column;
    align-items: stretch;
  }

  .toggle-card {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-start;
  }
}

.product-element {
  padding: 15px;
  background-color: #f2f2f2;
}

.margin-0-30 {
  margin: 0 30px;
}

.align-middle>* {
  display: inline-block;
  vertical-align: middle;
}

.basket-delete-product {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

.w25percent {
  width: 25%;
  float: left;
}

.w25percentlast {
  width: 25%;
  float: right;
}

.vmargin5-0 {
  margin: 5px 0;
}

.overflow-x-auto {
  overflow-x: auto;
}

#pay-content table tr td,
#pay-content table tr th {
  vertical-align: middle !important;
}

#pay-content table tr td.vtop,
#pay-content table tr th.vtop {
  vertical-align: top !important;
}

#pay-content table tr td .additional-cost p,
#pay-content table tr th .additional-cost p {
  line-height: 1.5em;
  width: 100%;
  display: block;
  margin: 5px 0;
}

/*#pay-content table tr td button, 
#pay-content table tr th button {
    margin-left: 10px;
}*/

.inline-block {
  display: inline-block;
}

.loginbox {
  margin: 0 0 20px 0;
}

.margbottom40 {
  margin-bottom: 40px;
}

.padding-left-15 {
  padding-left: 15px;
}

.margbottom20 {
  margin-bottom: 20px !important;
}

input.logpadding {
  padding: 6px 12px;
}

#faq {
  background-color: #f2f2f2;
}

.faq {
  color: #333;
}

.faq p {
  margin: 10px 0 0 0;
}

.faq li {
  margin-bottom: 10px;
}

.faq li:last-child {
  margin-bottom: 0;
}

.size15 {
  font-size: 15px;
}

.navbar>.container .navbar-brand {
  width: 120px;
  padding: 0;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin: 5px 0;
}

.mtnav {
  top: 0;
  padding: 24px 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-wrapper2.sticky .mtnav {
  padding: 10px 0;
}

.rightcontent {
  background: #fff;
}

.pagecontainer {
  background: #f2f2f2;
}

.filters .tab-content4 {
  padding-bottom: 0;
  margin-bottom: 30px;
}

/* langs */

/* end langs */
.navbar-wrapper2 {
  min-height: inherit;
}

@media (min-width: 992px) {
  .navbar-wrapper2 {
    min-height: auto;
  }

  .custom-input-group-wrapper .custom-input-group {
    justify-content: flex-end;
    margin-right: 11px;

  }

  /*  {
    width: 200px;
    text-align: center;
  } */
}

.personal_card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.changeimg,
.conf-card-gallery {
  width: auto;
  padding: 5px 10px;
}

@media only screen and (max-width: 991px) {
  .navbar-text {
    float: none;
  }

  .mtnav {
    padding: 10px 0;
  }

  .breadcrub {
    margin-top: 90px;
  }

  .navbar>.container .navbar-brand {
    margin-left: 15px;
  }

  .nav>li.dropdown a {
    text-align: left;
  }

  .nav>li.dropdown .btn {
    border: 0 none;
  }

  .nav>li.dropdown .btn:focus {
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu {
    max-width: 100%;
  }

}

.dropdown .dropdown-menu {
  max-width: inherit;
}

@media only screen and (max-width: 767px) {
  body {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .product-content .price>.old {
    margin: 0;
  }

  .steps-navigation-buttons-wrapper {
    padding: 0;
  }

  .product-content .price>span {
    display: block;
  }

  .product-content .radio {
    margin-bottom: 10px;
  }

  #to-payment,
  #conf-next,
  #conf-back,
  .btn-conf-back,
  #add-to-basket,
  .btn150 {
    /* width: 100%; */
    margin-bottom: 15px;
    height: 40px;
    width: 100px;
  }

  .button-end-configuration {
    width: 150px;
  }

  #form-register .left,
  #form-register .right,
  #form-login .left,
  #form-login .right {
    width: 100%;
    float: none;
  }

  #form-login .left,
  #form-register .left {
    margin-bottom: 15px;
  }

  #form-register button,
  #form-login button {
    width: 100%;
  }

  .methodlistdesc .methodlistprice {
    top: 5px;
    bottom: auto;
    line-height: 1.2em;
    font-size: 14px;
  }

  .nav-tabs {
    height: auto;
  }

  .nav-tabs>li {
    width: 100%;
    display: block;
    border-right: 0 none;
    border-bottom: 2px solid #006699;
  }
}

/* ========================================================================== */
/* KG                                                                         */
/* ========================================================================== */

.default-gray-background {
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .sm-margtop150 {
    margin-top: 200px;
  }
}



.register-footer-content>.left {
  margin-left: 25px;
}

.register-footer-content>.right {
  margin-right: 25px;
}

.padding20-20-0-20 {
  padding: 20px 20px 0 20px;
}

.margtop130 {
  margin-top: 130px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Profile */

@media only screen and (max-width: 992px) {
  .profile-card-data {
    text-align: center;
  }

  .profile-tabs-icon {
    display: none !important;
  }

  .profile-tabs li a {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
  }

  .acc-profile-usericon,
  .acc-profile-usergreating {
    display: block;
    text-align: center;
  }

  .acc-profile-usergreating {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .acc-profile-usergreating {
    line-height: 54px;
  }
}

.acc-profile-usericon {
  color: #999;
  font-size: 42px;
  height: 52px;
}

.acc-profile-usericon>i {
  line-height: 52px;
}

.td-profile-quantitiy:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.td-profile-quantitiy>a {
  color: #999;
}

.td-profile-quantitiy:hover>a {
  color: #ffffff;
  text-decoration: none;
}

.td-profile-quantitiy>a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Navbar Categories */

@media (min-width: 992px) {
  .nav-tabs.nav-categories-strech {
    width: 100%;
    border-bottom: 0;
  }



  .nav-tabs.nav-categories-strech>li {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .nav-tabs.nav-categories-strech {
    width: 100%;
    height: 100%;
    border-bottom: 0;
  }

  .nav-tabs.nav-categories-strech>li {
    display: block;
    width: 100%;
  }

  .nav-tabs.nav-categories-strech>li {
    float: none;
    text-align: center;
  }
}

.nav-tabs.nav-categories {
  background-color: #f2f2f2;
}

/* .nav-tabs.nav-categories > li > a {
  font-size: 14px;
  color: #fff;
  background-color: #006699;
} */



/* Shop */

@media (min-width: 992px) {
  .shop-item-left {
    border-right: 1px dotted #eee;
  }

  .account-address-action {
    text-align: right;
  }

  .shop-main-info-container {
    vertical-align: middle;
    display: inline-block;
  }

  .saving-price {
    text-align: right;
    justify-content: flex-end; 
  }
}

@media only screen and (max-width: 992px) {
  .shop-item-left {
    border-right: 1px dotted #eee;
  }

  .account-address-action {
    text-align: left;
  }

  .shop-main-info-container {
    text-align: center;
    display: block;
  }

  .saving-price,
  .shop-item-price-disp {
    text-align: center;
    justify-content: center; 
  }
}

.shop-main-counter-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.shop-counter-badge {
  /* background-image: -webkit-linear-gradient(90deg, rgba(255,119,0,1) 0, rgba(252,195,126,1) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255,119,0,1) 0, rgba(252,195,126,1) 100%);
    background-image: linear-gradient(0deg, rgba(255,119,0,1) 0, rgba(252,195,126,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    padding: 10px 0px;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #ffd5a5;
    margin-bottom: 20px;
        text-align: center; */
  display: flex;
  padding: 5px 15px;
  /* text-align: center; */
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  /* display: block; */
  background-color: #ffe000cf;
  width: 80%;
  margin: 0;
  border-radius: 15px;
}

.shop-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ticket-counter {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .shop-counter-badge {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: auto;

    /* padding: 5px 13px; */
  }

  .ticket-counter {
    width: auto;
    display: block;
  }
}

.shop-item-cont {
  border-top: 1px solid #eee;
}

.shop-item-cont-last {
  border-bottom: 1px solid #eee;
}

.shop-item-cont:hover {
  background-color: #f2f2f2;
}

.shop-item-price,
.shop-item-cont:hover .shop-item-name {
  /* color: #5bc0de; */
}

/* Account */

@media only screen and (max-width: 992px) {
  span.account-profile-icon {
    display: hidden;
  }
}

@media only screen and (max-width: 992px) {
  .col-xs-margintop10 {
    margin-top: 10px;
  }
}

.dropdown-menu-400 {
  max-width: 400px;
}

.dropdown-menu300 {
  min-width: 350px;
}

.dropdown-menu300>li {
  min-width: 300px;
}

.dropdown-menu-square {
  border-radius: 0;
}

.border-bottom-gray {
  border-bottom: 1px solid #eeeeee;
}

.line-default {
  display: block;
  height: 1px;
  widows: 100%;
  background-color: #eeeeee;
}

.margleft5 {
  margin-left: 5px;
}

.margleft10 {
  margin-left: 10px;
}

.margleft10 {
  margin-left: 10px;
}

.margleft10 {
  margin-left: 10px;
}

table.summary td>.alert {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .row>.block-xs:last-of-type {
    margin-bottom: 0;
  }

  .block-xs {
    display: block;
    margin-bottom: 5px;
  }

  .block-xs>.input-group {
    width: 100%;
  }

  .table-responsive {
    border: 1px solid #dddddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
    border: 0 none;
  }
}

.lineheight28 {
  line-height: 28px;
}

.lineheight24 {
  line-height: 24px;
}

.lineheight22 {
  line-height: 22px;
}

.text-italic {
  font-style: italic;
}

.table-borderless tbody>tr>th,
.table-borderless tfoot>tr>th,
.table-borderless tbody>tr>td,
.table-borderless tfoot>tr>td {
  border: 0;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #dddddd;
}

.list-item-heading {
  color: #ffffff;
  background-color: #428bca;
  border: 1px solid #357ebd;
  line-height: 24px;
  padding: 10px;
}

.list-item-heading-default {
  border: 1px solid #dddddd;
  line-height: 24px;
  padding: 10px;
}

.no-border-radius.list-group-item:first-child,
.no-border-radius.list-group-item:last-child {
  border-radius: 0;
}

.btn-white {
  color: white;
  background-color: none;
  border-color: white;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #006699;
  background-color: white;
  border-color: white;
}

.bg-darkblue {
  background: #006699;
  color: white;
}

#sidebarkoszyk .details-sum {
  margin: 0 -10px;
  background: #006699;
  color: white;
  font-weight: 700;
}

#sidebarkoszyk .details-sum h5 {
  font-weight: 600;
}

#sidebarkoszyk .details-sum {
  padding: 0 10px;
}

#sidebarkoszyk .details-sum dl,
.price.small {
  font-size: 13px;
}

#sidebarkoszyk .details-sum dl>dt {
  width: 70%;
  text-align: right;
  float: left;
}

#sidebarkoszyk .details-sum dl>dd {
  text-align: right;
}

.account-address-row {
  padding: 19px;
  border-bottom: 1px dotted #eee;
}

.account-address-row:hover {
  background-color: #f2f2f2;
}

.nav-tabs>li {
  border: 0;
}

.item-select-label {
  line-height: 34px;
}

.widget-alert {
  margin-bottom: 0;
}

.modal-square {
  border-radius: 0;
}

.img-select {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* For IE8 and earlier */
  border-bottom: 3px solid gray;
}

.img-select.active,
.img-select:hover,
.img-select:active,
.img-select:focus {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  border-bottom: 3px solid #339933;
}

.card-list {
  max-height: 300px;
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-lightgray {
  background-color: #cccccc;
}

.alert,
.well,
.panel,
.panel-group,
.panel-group .panel,
.panel-heading,
.list-group-item,
.form-control,
.btn {
  border-radius: 15px;
}

.panel {
  box-shadow: none;
}

.btn150 {
  min-width: 100px;
}

.btn300 {
  min-width: 300px;
}

.dim50x25 {
  height: 25px;
  width: 50px;
}

.dim50x50 {
  width: 50px;
  height: 50px;
}

.maxheight300 {
  width: 100%;
  max-height: 300px;
}

.maxheight220 {
  max-height: 220px;
  max-width: 100%;
}

.maxheight150 {
  max-width: 100%;
  max-height: 150px;
}

.maxheight100 {
  max-width: 100%;
  max-height: 100px;
}

.maxheight50 {
  width: 100%;
  max-height: 50px;
}

.padding10 {
  padding: 10px !important;
}

.margbottom15 {
  margin-bottom: 15px;
}

.margleft30 {
  margin-left: 30px !important;
}

.margright30 {
  margin-right: 30px !important;
}

.overflowauto {
  overflow: auto;
}

.tab-content4.tab-content-border {
  color: black;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

/* Funky radio */

.funkyradio-info input[type="radio"]:checked~label .funkyradio-name-container .funkyradio-name-main,
.funkyradio-info input[type="checkbox"]:checked~label .funkyradio-name-container .funkyradio-name-main,
.funkyradio-info input[type="radio"]:checked~label .funkyradio-price-container .funkyradio-price,
.funkyradio-info input[type="checkbox"]:checked~label .funkyradio-price-container .funkyradio-price {
  color: #5bc0de;
}

.funkyradio-info input[type="radio"]:checked~label .funkyradio-logo-container .funkyradio-logo,
.funkyradio-info input[type="checkbox"]:checked~label .funkyradio-logo-container .funkyradio-logo {
  filter: none;
  -webkit-filter: grayscale(0);
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
  line-height: 53px;
}

.funkyradio-price-container .funkyradio-price {
  font-weight: 700;
  line-height: 50px;
  font-size: 20px;
}

.funkyradio-name-container .funkyradio-name-main {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.funkyradio-name-container .funkyradio-name-sub {
  font-size: 13px;
}

.funkyradio-logo-container .funkyradio-logo {
  max-height: 30px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

.funkyradio-logo-container {
  text-align: center;
  padding: 10px;
}

@media (min-width: 992px) {
  .funkyradio-price-container {
    text-align: right;
  }

  .funkyradio-name-container {
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .funkyradio-logo-container {
    margin-top: 20px;
  }

  .funkyradio-logo-container .funkyradio-logo {
    max-height: 50px;
  }

  .funkyradio-price-container,
  .funkyradio-name-container {
    text-align: center;
  }
}

.methodlistdesc .methodlistprice {
  top: 5px;
  bottom: 5px;
  line-height: 47px;
}

.funkyradio div {
  /*clear: both;*/
  /*margin: 0 50px;*/
  /* overflow: hidden; */
}

.funkyradio label {
  /*min-width: 400px;*/
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
  position: relative;
  line-height: 1.2em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  /*border-radius: 3px 0 0 3px;*/
  border-radius: 0;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
  color: #888;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
  color: #777;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5bc0de;
}

.methodlistdesc {
  padding: 5px 10px 5px 50px;
  position: relative;
}

.methodlistdesc .methodlistprice {
  width: 80px;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

/* Teal elements */

.panel-teal>.panel-heading {
  color: white;
  background: #0099cc;
  border-color: #018ab8;
}

.panel-teal>.panel-heading,
.panel-teal,
.panel-gray>.panel-heading,
.panel-gray {
  border: none;
}

.btn-teal {
  background: #0099cc;
  border-color: #018ab8;
  color: white;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
  background: #018ab8;
  border-color: #007fa9;
  color: white;
}

.topform {
  background: #eee;
  padding: 20px;
  border-radius: 6px;
}

.carousel-control.left {
  background-image: linear-gradient(to right,
      rgba(200, 200, 200, 0.5) 0,
      rgba(200, 200, 200, 0.0001) 100%);
}

.carousel-control.right {
  background-image: linear-gradient(to right,
      rgba(200, 200, 200, 0.0001) 0,
      rgba(200, 200, 200, 0.5) 100%);
}

.nav-tabs>li>a {
  color: #444;
  background-color: #ddd;
}


.kartawizerunek {
  width: 100%;
}

.cardlist {
  width: 100%;
  height: 300px;
  overflow: auto;
}

.cardlist .list-group .list-group-item img {
  float: left;
  margin-right: 20px;
  width: 50px;
}

#sprawdzresult1 img,
#sprawdzresult2 img,
#sprawdzresult3 img {
  width: 100%;
}

.kuponradio {
  float: left;
  width: 30px;
  height: 50px;
}

#cancelrabat {
  color: #f00;
}

/** RR **/
.max150 {
  max-width: 150px;
}

.line7 {
  background: #e8e8e8;
  height: 1px;
  margin: 10px 0 10px 0;
  padding: 0;
  display: block;
}

.paddingt0 {
  padding-top: 0;
}

.borderbottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}


#sidebarkoszyk {
  background-color: #f2f2f2;
}

.roundstep,
.roundstep.active {
  width: 31px;
  height: 31px;
  background: #fff;
  color: #666;
  border-radius: 50%;
  padding: 0;
  line-height: 29px;
  text-align: center;
  border: 1px solid #ccc;
}

.roundstep.disabled {
  background-color: #eee;
  cursor: default;
}

.roundstep.active {
  color: #fff;
  border: 1px solid #46b8da;
  background-color: #5bc0de;
}

#config-steps {
  position: relative;
}

#config-steps .line {
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 54px;
  left: 20px;
  right: 20px;
  z-index: 0;
}

#config-steps ul {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

/* RR #config-steps ul > li { float: left; width: 20%;  text-align: center;} */
/* RR poprawka */
#config-steps ul {
  text-align: center;
}

#config-steps ul>li {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #config-steps ul {
    padding-left: 0;
    padding-right: 0;
  }
}

/* RR koniec poprawki */

#config-steps a:hover {
  text-decoration: none;
  text-align: center;
  color: inherit;
}

#config-steps ul>li a {
  display: block;
  color: #000;
}

#config-steps ul>li a span {
  display: block;
  clear: both;
  padding: 5px;
}

#config-steps ul>li.active a span {
  font-weight: bold;
}

#config-steps .roundstep {
  margin: 0 auto 15px auto;
}

.product-content .price {
  font-size: inherit;
  font-weight: 400;
}

.product-content .price>.old {
  margin-right: 15px;
  color: #f00;
  text-decoration: line-through;
}

.product-content p {
  padding: 0 20px;
  margin: 20px 0;
}

.product-content .radio,
.product-content .checkbox {
  margin: 0;
}

.product-content .radio>label,
.product-content .checkbox>label {
  font-weight: bold;
}

.product-content .tab-content4 {
  padding-bottom: 0;
}

.product-content h4>small {
  display: block;
  margin-top: 15px;
}

.padding-20-10 {
  padding: 20px 10px;
}

#sidebarkoszyk {
  background-color: #f2f2f2;
}

.hpadding10 {
  padding: 0 10px 0 10px;
}

.paddingt20 {
  padding-top: 20px;
}

.wrap-change {
  padding-right: 30%;
  position: relative;
}

.wrap-change>.change {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  margin: 0 !important;
}


.basketOrdersContainer .basketSelectedItem .header .selected-product-title {
  width: 100%;
}

@media screen and (max-width: 991px) and (min-width: 558px) {
  #sidebarkoszyk .delete {
    width: 100%;
  }

  .basketOrdersContainer .basketSelectedItem .header .selected-product-title {
    width: 100%;
  }
}

#sidebarkoszyk .header {
  padding-bottom: 10px;
}

#sidebarkoszyk .details {
  margin: 0 -10px;
  background: #ddd;
}

#sidebarkoszyk .details h5 {
  font-weight: 600;
}

#sidebarkoszyk .details {
  padding: 0 10px;
}

#sidebarkoszyk .details dl,
.price.small {
  font-size: 13px;
}

#sidebarkoszyk .details dl>dt {
  width: 70%;
  text-align: right;
  float: left;
}

#sidebarkoszyk .details dl>dd {
  text-align: right;
}

input.check-card,
.tiny-border {
  border: 1px solid #adadad;
}

.btn.bg-gray {
  background-color: #ebebeb;
}

label.vcenter {
  margin: 0;
  padding-right: 0;
  line-height: 34px;
}

#sidebarkoszyk .coupon-code input[type="text"] {
  width: 70%;
  float: left;
  border: 1px solid #adadad;
  border-right: 0;
}

#sidebarkoszyk .coupon-code button {
  width: 30%;
  border-color: #adadad;
}

.product-content .nav-tabs>li>a:hover,
.filters .nav-tabs>li>a:hover {
  color: #fff;
}

.product-content .nav-tabs>li.active>a:hover {
  color: #000;
}

.filters .nav-tabs>li.active>a:hover {
  color: #fff;
}

.w70percent {
  width: 70%;
  float: left;
}

.w30percentlast {
  width: 30%;
  float: right;
}

.black {
  color: #000;
}

.show-details,
.show-details:hover,
.show-details,
.show-details:active,
.show-details,
.show-details:focus {
  color: #999999;
}

.panel-title>a {
  display: block;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li>a {
  display: block;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.card-list li:last-child>a {
  border-bottom: 1px solid #ddd;
}

.card-list li>a img {
  height: 50px;
  width: 100px;
  margin-right: 10px;
}

.card-list li>a img,
.card-list li>a h5 {
  display: inline-block;
  vertical-align: middle;
}

.card-list li>a h5 {
  margin: 0;
  line-height: 1.1;
}

.card-list li>a h5>small {
  margin-left: 10px;
}

.card-list li>a:hover,
.card-list li>a:focus,
.card-list li>a:active,
.card-list li>a.active {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #000;
}

.wrap-checked-card .btn {
  width: 50%;
  max-width: 150px;
}

.wrap-checked-card .btn:last-of-type {
  float: right;
}

.wrap-del {
  padding-right: 30%;
  position: relative;
}

.wrap-del>.delete {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.dblock {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}

.product-content {
  position: relative;
}

.insurance-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.insurance-title {
  flex-grow: 1;
}

.toggle-insurance {
  white-space: nowrap;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .insurance-header {
    flex-direction: column;
    align-items: stretch;
  }

  .toggle-insurance {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-end;
  }
}

.card-header {
  display: block;
  margin-bottom: 15px;
}

.card-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.toggle-card {
  margin-top: 10px;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .card-header {
    flex-direction: column;
    align-items: stretch;
  }

  .toggle-card {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-start;
  }
}

.product-element {
  padding: 15px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  body {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 410px) {
  .btn {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }

  .btn-group,
  .btn-group-vertical {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .product-content .price>.old {
    margin: 0;
  }

  .product-content .price>span {
    display: block;
  }

  /* .product-content .radio {
    margin-bottom: 10px;
  } */

  #to-payment,
  #conf-next,
  #conf-back,
  #add-to-basket .btn150 {
    /* width: 100%;
        margin-bottom: 15px; */
    height: 40px;
    width: 100px;
  }

  .btn {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #conf-next.button-end-configuration {
    width: 150px;
  }
}

/**
 * RR - partner
 */
.margin-bottom10 {
  margin-bottom: 10px;
}

.saving-price {
  margin-bottom: 5px;
  padding-right: 0px;
}

.wrap-saving-price {
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-item-cont .label-primary {
    display: block;
  }
}

/*
@media only screen and (max-width: 991px) {
        .shop-item-cont  .label-primary { display: block; }
}
*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  cursor: default;
}

#dataod,
#datado {
  cursor: pointer;
}

.tab-content {
  height: auto;
}

.partner-wrap-badge {
  margin-bottom: 15px;
}

.badge-success {
  background-color: #339933;
}

.partner .tab-content4 .tab-pane {
  padding-left: 10px;
}

#scroll-basket .size13 {
  line-height: 17px;
}

/* RR Datepicker */
.datepicker.dropdown-menu {
  max-width: none;
  margin-top: 136px;
}

.input-date,
.only-next-dates {
  cursor: pointer !important;
}

@media only screen and (min-width: 992px) {
  .datepicker.dropdown-menu {
    margin-top: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .datepicker.dropdown-menu {
    margin-top: 96px;
  }
}

/*

Obrazek vouchery sklep

*/

.img-circle-blue {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #5bc0de;
}

.img-circle-blue:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 6px solid #5bc0de;
}

.img-rounded15blue {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 6px solid #5bc0de;
}

.img-rounded15blue:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.img-rounded0blue {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 8px solid #5bc0de;
}

.anim-radius {
  -moz-transition-property: border-radius;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  -webkit-transition-duration: 0.3s;
  transition-property: border-radius;
  transition-duration: 0.3s;
}

div.clipper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 5px;
  position: relative;
}

div.clipper img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

ul.button-list {
  list-style: none;
  padding-left: 0px;
}

ul.button-list li {
  margin-bottom: 8px;
  width: 100px;
  padding-left: 0px;
}

ul.button-list li:last-child {
  margin-bottom: 0px;
}

ul.button-list li a {
  display: block;
  width: 100%;
}

#no-login-form {
  position: relative;
}

#no-login-form-error-alert {
  position: absolute;
  margin-top: 335px;
  width: 94%;
  margin-left: 3%;
}

.form-input-error {
  border: 1px solid red;
  box-shadow: 0px 0px 6px 2px rgba(255, 0, 0, 0.5);
}

/** BASKET TOP NAV ICON **/
#basket-top-nav-icon {
  float: right;
}

@media (min-width: 300px) and (max-width: 1023px) {
  #basket-top-nav-icon {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  #basket-top-nav-icon {
    display: none !important;
  }
}

.custom-input-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-input-group .btn-number-circle {
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 18px;

  width: 35px;
  height: 35px;

  line-height: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-input-group .form-control {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  border: none;
  outline: none;
  width: 40px;
  margin: 0 5px;
  /* Dodatkowy margines między polem a przyciskami */
}

.header-logo {
  text-align: center;
}

.variant-buttons {
  display: flex;
  justify-content: center;

  align-items: center;
}

.variant-button {
  margin: 5px;
  padding: 10px;
  background-color: #eeecec;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  border-radius: 10px;
}



.basket-content-header-btns .basket-info-tab.active a {
  background: #3276b1;
  color: white;
}

.variant-button.active {
  background-color: #428bca;
  border: 1px solid #d3d3d3;
  color: white;
}

.pagecontainer {
  border-radius: 15px;
}

.container .pagecontainer2 {
  border-radius: 15px;
  border: none;
}

#shop-content {
  border-radius: 15px;
  /* overflow: hidden; */
}

.btn-change,
.btn-basket-delete {
  border-radius: 10px;
  padding: 5px !important;
  margin-bottom: 5px;
  width: 3.5rem;

}

.btn-basket-delete {
  background-color: #ff0000;
  border: none;
}

/* .basketOrdersContainer .basketSelectedItem .header {
  display: flex;
  justify-content: space-between;
} */

.basketOrdersContainer .basketSelectedItem .header .selected-product-price {
  text-align: end;
}

.basketOrdersContainer .basketSelectedItem .header .selected-product-price .bold {
  margin-right: 9px;
  font-size: 14px;
}

@media (min-width: 992px) {
  #basket-content.col-md-4 {
    width: 33.2%;
  }
}

/* WYROWNANIE PO SRODKU */
/* #table_tickets_configuration th,
									#table_tickets_configuration td {
										text-align: center;
									} */

@media screen and (max-width: 1230px) {
  #basketOrdersContainer>div.basket_orderGroup-container.config-product.clearfix>div:nth-child(1) {
    font-size: 0.7rem;
  }
}

#scroll-basket {
  background-color: #006699;
  /* Zastąp "KOLOR" odpowiednim kolorem */
}

.pagecontainer {
  border-radius: 15px;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
  border-radius: 15px;

  min-height: 5rem;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
  border-radius: 10px 0px 0px 10px;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
  border-radius: 10px 0px 0px 10px;
}

#payment-invoice-container>.panel {
  border-radius: 15px;
}

#payment-invoice-container .panel-heading {
  border-radius: 15px 15px 0 0;
}

#payment-invoice-container .form-control {
  border-radius: 15px;
}

#pay-content table tr td,
#pay-content table tr th {
  font-size: 1rem;
}

.alert-float {
  position: absolute;
  margin: 0 auto;
  left: 10rem;
  top: 28px;
  width: 100%;
  z-index: 5;
  border-radius: 15px;
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.navbar-brand {
  margin: 0 !important;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin: 0 !important;
}

.navbar-shop-container {
  margin-right: 2rem;
}

.navbar-collapse-container #dropdownUserButton {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-collapse-container #dropdownUserButton i {
  font-size: 1.5rem;
}

.navbar-elements-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.navbar-header {
  width: 10rem;
}

.active.shop-category a {
  font-weight: 700;
}


.basket-basket-tab {
  flex-grow: 1;
}

.basket-info-tab {
  width: auto;
}

#basket-info-tab-link {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebarkoszyk {
  background-color: #f2f2f2;
  border-radius: 0 0 15px 15px;
}

#faq {
  background-color: #f2f2f2;
  border-radius: 0 0 15px 15px;
}

.tab-content4 {
  padding-bottom: 0;
}

.basket-info-tab a {
  background-color: #024a6e;
  border-radius: 0px 0px 0px 15px;
}

.basket-info-tab.active a {
  background-color: #006699;
  border-radius: 0;
}

.basket-info-tab.active {
  border-radius: 0;
}

#shop-content {
  margin-top: 1rem;
}

.nav-tabs {
  border-bottom: none;
}

.footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-logo {
  text-align: center;
}

#top>div.container.margtop130 {
  margin-top: 110px;
}

.basket-top-sum-container {
  height: 104px;
  background: #006699;
  padding: 0px;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "Open Sans";
}

.info-panel-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.info-panel-container ul {
  margin: 0;
  list-style: none;

  padding: 0;
}

.info-panel-container p {
  margin: 0;
}

.info-panel-container h4 {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.info-panel-wrapper {
  display: none;
  position: absolute;
  z-index: 100;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 150%;
  left: -25%;
  margin-top: 10px;
  padding: 15px;
}

.info-panel-wrapper.in,
.info-panel-wrapper.show {
  display: block;
}

.info-panel-wrapper:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}

.info-panel-wrapper:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}

@media (max-width: 768px) {
  .info-panel-wrapper {
    width: 200%;
    /* Jeszcze szersza na urządzeniach mobilnych */
    left: -50%;
  }
}

.info-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.info-button-icon {
  font-size: 16px;
  color: #888;
}

.info-button-icon.active,
.info-button.active {
  color: lightblue !important;
}

.configuration-main-content {
  position: relative;
}

.info-panel-wrapper {
  background-color: rgb(249 249 249) !important;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 100;
  box-shadow: -1px 2px 11px -4px;
}

.active-info-btn {
  color: lightblue !important;
}

.dropdown.open #dropdownUserContainer {
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-52%);
}

.stats-date {
  padding: 0;

  /* border: 1px solid #dddddd; */
  /* border-radius: 15px; */
  margin: 0;
  padding-bottom: 15px;
}

.stats-date .table {
  margin-bottom: 0;
}

.table .configuration-table-actions .configuration-table-actions-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.configuration-table-grid-container .grid-cell {
  width: 100%;
}

#alert-container {
  position: absolute;
  z-index: 10;
  width: 90%;
  right: 28px;
  top: 40px;
}

@media screen and (max-width: 500px) {
  #alert-container {
    top: 100px;
  }
}

#conf-content {
  position: relative;
}

.table-bordered {
  border-radius: 10px;
}

.custom-alert {
  padding: 10px;
}

.tooltip-error-warning {
  position: absolute;
  right: -43px;
  top: 51px;
  padding: 10px;
  z-index: 4;
  border-radius: 10px;
  background: #fdcbcb;
  color: #ff4a4a;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}

.tooltip-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdcbcb;
}

.conf-new-card-avatar-container {
  margin-right: 25px;
}

.popup-arrow {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;

  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #fdfdfd;
  box-shadow: 11px 7px 21px -8px;
}

.selected-card-icon-error {
  color: #ff4a4a !important;
  fill: #ff4a4a !important;
}

.configuration-table-info-wrapper {
  position: relative;
  display: inline-block;
}

.table-ticket-info h4 {
  color: black;
  font-weight: 600;
}

.btn-transparent {
  background-color: transparent;
  border: none;
}

.configuration-table-card-select-container {
  position: relative;
  display: inline-block;
}

/* .configuration-table-actions .configuration-table-button i {
	color: rgb(255, 118, 118);
} */

/* .conf-user-card {
	display: block !important;
	position: absolute;
	top: 26px;
	left: -113px;
	z-index: 1000;
	width: 200px;
	background: white;
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 1px 15px 0px;
} */

.configuration-table-info-wrapper .conf-user-card {
  padding: 10px;
}

.conf-user-card .alert-default {
  padding: 0;
  margin: 0;
}

.configuration-table-info-row .info-row-flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .configuration-table-info-row {
	display: flex;
	align-items: center;
	justify-content: center;
} */

/* Styl dla kontenera z przyciskami */
#scroll-basket {
  background-color: #006699;
  /* Zastąp "KOLOR" odpowiednim kolorem */
}

/* .nav-tabs li:last-child a {
	background-color: #006699;
	Ustawienie tła przycisku na dziedziczone
} */



.info-row-flex-container {
  position: relative;
}

.configuration-info-text {
  display: none;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: black;
  text-underline-offset: 3px;
}

.configuration-table-info-wrapper i {
  display: none;
}

.is-not-selected-danger .configuration-info-text {
  color: rgb(255, 118, 118) !important;
  display: inline-block;
}

.is-not-selected-danger i {
  display: inline-block;
  color: rgb(255, 118, 118) !important;
}

.configuration-table-info-wrapper .configuration-table-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.table-ticket-info {
  top: 25px;
  left: -55px;
}

#no-option-alert {
  position: absolute;
  margin: 0;
  top: 50px;
  z-index: 50;
}

.rightcontent {
  border-radius: 15px;
}

#static-content>div.row.lato>div>ul>li:last-child>a {
  border-radius: 0px 15px 0px 0px;
}

.shop-payment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shop-payment-price-container {
  text-align: center;
}

.shop-payment-wrapper {
  padding: 20px;
  border: 1px solid #0000000f;
  border-radius: 15px;
}

#basket-content {
  border-radius: 15px 15px 15px 15px;
  margin-left: 1px;
}

#pay-content {
  position: relative;
}

#sidebarkoszyk .filtertip {
  border-radius: 0px 0px 15px 15px;
}


.basket-info-tab.active #basket-info-tab-link {
  border-radius: 0;
}

/* .alert-email {
	position: absolute;
	width: inherit;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
} */
.text-decoration-line {
  text-decoration: underline;
}

.alert-email .close {
  position: absolute;
  right: 14px;
  top: 10px;
}

.alert-email .alert-info {
  position: relative;
}

.alert-info,
.alert {
  border-radius: 15px;
}

#pay-content #alert-container {
  top: 100px;
}

.selected-card-error {
  fill: rgba(255, 0, 0, 0.678) !important;
}

.basketOrdersContainer .basketSelectedItem .header .selected-product-price {
  text-align: end;
}

.basketOrdersContainer .basketSelectedItem .header .selected-product-price .bold {
  margin-right: 9px;
  font-size: 14px;
}

@media (min-width: 992px) {
  #basket-content.col-md-4 {
    width: 33.2%;
  }
}

/* WYROWNANIE PO SRODKU */
/* #table_tickets_configuration th,
									#table_tickets_configuration td {
										text-align: center;
									} */

@media screen and (max-width: 1230px) {
  #basketOrdersContainer>div.basket_orderGroup-container.config-product.clearfix>div:nth-child(1) {
    font-size: 0.7rem;
  }
}

#scroll-basket {
  background-color: #006699;
  /* Zastąp "KOLOR" odpowiednim kolorem */
}

.pagecontainer {
  border-radius: 15px;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
  border-radius: 15px;

  min-height: 5rem;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
  border-radius: 10px 0px 0px 10px;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
  border-radius: 10px 0px 0px 10px;
}

#payment-invoice-container>.panel {
  border-radius: 15px;
}

#payment-invoice-container .panel-heading {
  border-radius: 15px 15px 0 0;
}

#payment-invoice-container .form-control {
  border-radius: 15px;
}

#pay-content table tr td,
#pay-content table tr th {
  font-size: 1rem;
}

.alert-float {
  position: absolute;
  margin: 0 auto;
  left: 10rem;
  top: 28px;
  width: 100%;
  z-index: 5;
  border-radius: 15px;
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.navbar-brand {
  margin: 0 !important;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin: 0 !important;
}

.navbar-shop-container {
  margin-right: 2rem;
}

.navbar-collapse-container #dropdownUserButton {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-collapse-container #dropdownUserButton i {
  font-size: 1.5rem;
}

.navbar-elements-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.navbar-header {
  width: 10rem;
}

.active.shop-category a {
  font-weight: 700;
}

.basket-content-header-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket-basket-tab {
  flex-grow: 1;
}

.basket-info-tab {
  width: auto;
}

#basket-info-tab-link {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebarkoszyk {
  background-color: #f2f2f2;
  border-radius: 0 0 15px 15px;
}

#faq {
  background-color: #f2f2f2;
  border-radius: 0 0 15px 15px;
}

.tab-content4 {
  padding-bottom: 0;
}

.basket-info-tab a {
  background-color: #024a6e;
  border-radius: 0px 0px 0px 15px;
}

.basket-info-tab.active a {
  background-color: #006699;
  border-radius: 0;
}

.basket-info-tab.active {
  border-radius: 0;
}

#shop-content {
  margin-top: 1rem;
}

.nav-tabs {
  border-bottom: none;
}

.footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-logo {
  text-align: center;
}

#top>div.container.margtop130 {
  margin-top: 110px;
}

.basket-top-sum-container {
  height: 104px;
  background: #006699;
  padding: 0px;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "Open Sans";
}

.info-panel-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.info-panel-container ul {
  margin: 0;
  list-style: none;

  padding: 0;
}

.info-panel-container p {
  margin: 0;
}

.info-panel-container h4 {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.info-panel-wrapper {
  display: none;
  position: absolute;
  z-index: 100;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 150%;
  left: -25%;
  margin-top: 10px;
  padding: 15px;
}

.info-panel-wrapper.in,
.info-panel-wrapper.show {
  display: block;
}

.info-panel-wrapper:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
}

.info-panel-wrapper:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}

@media (max-width: 768px) {
  .info-panel-wrapper {
    width: 200%;
    /* Jeszcze szersza na urządzeniach mobilnych */
    left: -50%;
  }
}

.info-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.info-button-icon {
  font-size: 16px;
  color: #888;
}

.info-button-icon.active,
.info-button.active {
  color: lightblue !important;
}

.configuration-main-content {
  position: relative;
}

.info-panel-wrapper {
  background-color: rgb(249 249 249) !important;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 100;
  box-shadow: -1px 2px 11px -4px;
}

.active-info-btn {
  color: lightblue !important;
}

.dropdown.open #dropdownUserContainer {
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-52%);
}

.stats-date {
  padding: 0;

  /* border: 1px solid #dddddd; */
  /* border-radius: 15px; */
  margin: 0;
  padding-bottom: 15px;
}

.stats-date .table {
  margin-bottom: 0;
}

.table .configuration-table-actions .configuration-table-actions-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.configuration-table-grid-container .grid-cell {
  width: 100%;
}

#alert-container {
  position: absolute;
  z-index: 10;
  width: 90%;
  right: 28px;
  top: 40px;
}

@media screen and (max-width: 500px) {
  #alert-container {
    top: 100px;
  }
}

#conf-content {
  position: relative;
}

.table-bordered {
  border-radius: 10px;
}

.custom-alert {
  padding: 10px;
}

.tooltip-error-warning {
  position: absolute;
  right: -43px;
  top: 51px;
  padding: 10px;
  z-index: 4;
  border-radius: 10px;
  background: #fdcbcb;
  color: #ff4a4a;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}

.tooltip-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdcbcb;
}

.conf-new-card-avatar-container {
  margin-right: 25px;
}

.popup-arrow {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;

  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #fdfdfd;
  box-shadow: 11px 7px 21px -8px;
}

.selected-card-icon-error {
  color: #ff4a4a !important;
  fill: #ff4a4a !important;
}

.configuration-table-info-wrapper {
  position: relative;
  display: inline-block;
}

.table-ticket-info h4 {
  color: black;
  font-weight: 600;
}

.btn-transparent {
  background-color: transparent;
  border: none;
}

.configuration-table-card-select-container {
  position: relative;
  display: inline-block;
}

/* .configuration-table-actions .configuration-table-button i {
	color: rgb(255, 118, 118);
} */

/* .conf-user-card {
	display: block !important;
	position: absolute;
	top: 26px;
	left: -113px;
	z-index: 1000;
	width: 200px;
	background: white;
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 1px 15px 0px;
} */

.configuration-table-info-wrapper .conf-user-card {
  padding: 10px;
}

.conf-user-card .alert-default {
  padding: 0;
  margin: 0;
}

.configuration-table-info-row .info-row-flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .configuration-table-info-row {
	display: flex;
	align-items: center;
	justify-content: center;
} */

/* Styl dla kontenera z przyciskami */
#scroll-basket {
  background-color: #006699;
  /* Zastąp "KOLOR" odpowiednim kolorem */
}

/* .nav-tabs li:last-child a {
	background-color: #006699;
	Ustawienie tła przycisku na dziedziczone
} */



.info-row-flex-container {
  position: relative;
}

.configuration-info-text {
  display: none;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: black;
  text-underline-offset: 3px;
}

.configuration-table-info-wrapper i {
  display: none;
}

.is-not-selected-danger .configuration-info-text {
  color: rgb(255, 118, 118) !important;
  display: inline-block;
}

.is-not-selected-danger i {
  display: inline-block;
  color: rgb(255, 118, 118) !important;
}

.configuration-table-info-wrapper .configuration-table-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.table-ticket-info {
  top: 25px;
  left: -55px;
}

#no-option-alert {
  position: absolute;
  margin: 0;
  top: 50px;
  z-index: 50;
}

.rightcontent {
  border-radius: 15px;
}

#static-content>div.row.lato>div>ul>li:last-child>a {
  border-radius: 0px 15px 0px 0px;
}

.shop-payment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shop-payment-price-container {
  text-align: center;
}

.shop-payment-wrapper {
  padding: 20px;
  border: 1px solid #0000000f;
  border-radius: 15px;
}

#basket-content {
  border-radius: 15px 15px 15px 15px;
  margin-left: 1px;
}

#pay-content {
  position: relative;
}

#sidebarkoszyk .filtertip {
  border-radius: 0px 0px 15px 15px;
}


.basket-info-tab.active #basket-info-tab-link {
  border-radius: 0;
}

/* .alert-email {
	position: absolute;
	width: inherit;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
} */
.text-decoration-line {
  text-decoration: underline;
}

.alert-email .close {
  position: absolute;
  right: 14px;
  top: 10px;
}

.alert-email .alert-info {
  position: relative;
}

.alert-info,
.alert {
  border-radius: 15px;
}

#pay-content #alert-container {
  top: 100px;
}

.selected-card-error {
  fill: rgba(255, 0, 0, 0.678) !important;
}

.basketOrdersContainer .basketSelectedItem .header .selected-product-price {
  text-align: end;
}

.basketOrdersContainer .basketSelectedItem .header .selected-product-price .bold {
  margin-right: 9px;
  font-size: 14px;
}

@media (min-width: 992px) {
  #basket-content.col-md-4 {
    width: 33.2%;
  }
}

/* WYROWNANIE PO SRODKU */
/* #table_tickets_configuration th,
									#table_tickets_configuration td {
										text-align: center;
									} */

@media screen and (max-width: 1230px) {
  #basketOrdersContainer>div.basket_orderGroup-container.config-product.clearfix>div:nth-child(1) {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 1320px) {
  .dropdown.open #dropdownUserContainer {
    position: absolute;
    transform: translateX(-100%);
  }

  .alert-float {
    left: 3rem;
    width: 80%;
  }

  .navbar-header {
    width: 100%;
  }

  .navbar-toggle .icon-bar {
    background: white;
  }
}

@media screen and (max-width: 990px) {
  #static-content>div.row.lato>div>ul>li:last-child>a {
    border-radius: 0;
  }
}

.alert-email {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  /* Ensures it is above other content */
  max-width: 100%;
  /* Ensures the alert does not go too wide */
}

@media screen and (max-width: 470px) {

  /* #top, #top button, #top a, h4   {
    font-size: 1.1rem;
  } */
  .alert-email {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    /* Ensures it is above other content */
    max-width: 100%;
    /* Ensures the alert does not go too wide */
  }
}

@media screen and (max-width: 768px) {
  /* #top, #top button, #top a, h4   {
    font-size: 1.1rem;
  } */

  .line4-sm-hidden {
    visibility: hidden;
  }

  .dropdown.open #dropdownUserContainer {
    position: absolute;
    transform: translateX(-100%);
  }

  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: auto !important; */
  }

  .navbar-header:before,
  .navbar-header:after {
    display: block;
    content: none;
  }

  .navbar-header::before,
  .header-logo img {
    width: 250px !important;
  }

  .navbar-elements-container {
    padding: 0 !important;
    /* display: block !important; */
  }

  .navbar-collapse-container {
    margin-top: 10px;
  }

  .navbar-collapse-container .nav {
    margin-top: 10px;
  }

  .dropdown.open .dropdown-menu {
    position: static;
    float: none;
    max-width: inherit !important;
  }

  .navbar-toggle .icon-bar {
    background: white;
  }

  .shop-item-cont {
    margin-bottom: 10px;
  }

  .basket-content-header-btns .basket-info-tab {
    width: inherit !important;
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
  }

  .footer-container>div:nth-child(1) {
    align-self: center;
  }

  .footer-container .col-sm-4 {
    margin-bottom: 20px;
  }

  .footer-container .col-sm-4 .ftitle {
    text-align: center;
  }

  .configuration-main-content {
    padding: 0 !important;
  }

  .info-button-wrapper {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .info-button-icon {
    font-size: 22px !important;
  }

  .table .configuration-table-actions .configuration-table-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 10px;
  }

  .table .configuration-table-actions .configuration-table-grid-container .grid-cell {
    width: inherit !important;
  }

  .configuration-table-button i {
    font-size: 25px;
  }

  .rightcontent {
    border-radius: 15px 16px 12px 15px !important;
  }

  .pagecontainer {
    border: none !important;
    /* background: rgba(230, 228, 228, 0.644); */
    /* box-shadow: none !important; */
  }

  #basket-content {
    border-radius: 15px 15px 15px 15px !important;
    margin-top: 10px;
  }

  .info-panel-wrapper {
    top: 35px;
  }

  .configuration-table-price {
    min-width: 75px;
  }

  #pay-content .table-coupones tr td {
    width: 15%;
  }

  #pay-content {
    padding: 10px;
  }

  #pay-content .table-coupones .row>div:first-child {
    padding-left: 2px;
  }

  #pay-content .input-group .form-control:not(:first-child):not(:last-child) {
    padding: 5px 0px 5px 5px;
  }

  .alert-email {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    /* Ensures it is above other content */
    max-width: 80%;
    /* Ensures the alert does not go too wide */
  }

  .alert-email .close {
    position: absolute;
    right: 7px;
    top: 10px;
  }

  #static-content>div.row.lato>div>ul>li:last-child>a {
    border-radius: 0;
  }

  .nav .dropdown-backdrop {
    z-index: -1;
  }

  html {
    width: 100%;
    height: 100%;
  }

  body {
    margin: 0;
    width: inherit;
    height: inherit;
  }

  .login-fullwidith {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login-wrap {
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: auto !important;
    position: static;
  }
}

/* STYLI DLA MODAL OKNU REZYGNACJI */

.modal-title {
  text-align: center;
  font-size: medium;
  font: bold;
}

.svg-card,
.fa-file-pdf {
  fill: #888;
  color: #888;
}

.card-active {
  fill: rgb(0, 128, 0) !important;
  color: rgb(0, 128, 0) !important;
}

.login-c2 {
  width: 94%;
  height: 147px;
  background: #ffffff;
  z-index: 100;
  position: static;
  margin-left: 3%;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.login-c1 {
  width: 94%;
  height: auto;
  background: #ffffff;
  z-index: 100;
  position: static;
  margin-left: 3%;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}



input.logpadding {
  padding: 10px 12px;
  height: auto;
}

.forget-password-link-container {
  margin-top: 5px;
  display: block;
  text-align: end;
}

#forget-section .login-c3,
#changepass-section .login-c3 {
  margin-left: 0;
  width: 100%;
}

#forget-section .login-c4,
#changepass-section .login-c4 {
  width: 100%;
}

#forget-form {
  width: 100%;
}

.registration-form input,
.login-c4 input {
  border-radius: 10px;
}

.login-c4 label,
.login-c1 label,
.registration-form label {
  display: block;
  text-align: center;
}


.block.saving-price {
  text-align: center;
  font-size: 20px;
  color: #f83e3e;
}

.payment-accept-danger {
  outline: 1px auto red;
}

.checkbox input[type="checkbox"]:checked {
  outline: none;
}

#shop-content,
.pagecontainer,
.shop-payment-wrapper {
  border: none;
}

#account-content .nav-tabs li:last-child a {
  color: #444;
  background-color: #ddd;
}

.container .pagecontainer2 {
  border-radius: 15px;
  border: none;
}

#account-content input {
  border-radius: 15px;
}

#account-content a.btn {
  border-radius: 15px;
}

/* Account navbar first link */
.container .pagecontainer2 .nav.profile-tabs>li:nth-child(1) {
  border-radius: 15px 0px 0px 0px;
}

/* Account navbar first link */
.container .pagecontainer2 .nav.profile-tabs>li:last-child {
  border-radius: 0px 0px 0px 15px;
}

.login-c1 {
  border: none;
  box-shadow: 0 0 3px rgb(0 0 0 / 22%);
}

@media (min-width: 992px) {
  .custom-input-group-without-pic {
    justify-content: end;
    margin-right: 87px;
  }

  .shop-ticket-variant-buttons-container {
    display: flex;
    justify-content: end;
    padding-top: 10px;
  }

  .shop-ticket-variant-buttons-container .btn-group {
    margin-right: 67px;
  }

  .products-title-seperator {
    font-weight: 600;
  }

  .product-spacer {
    height: 50px;
  }

  #faktura_line {
    margin-top: 63px;
  }

  #shop-content #static-content .alert-float {
    left: 0;
    width: 100%;
    transform: translateX(24%);
    z-index: 999;
  }
}

#sidebarkoszyk .header {
  padding-bottom: 10px;
}

.widget-alert {
  margin-bottom: 0;
}

.selected-card-icon-error svg {
  fill: red;
}

.card-active-selected {
  fill: rgb(70, 70, 70);
  color: rgb(68, 68, 68);
}

.search-container {
  margin-bottom: 20px;
}

#search-card-input {
  width: 100%;
  padding: 6px 0px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}

#search-card-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.glyphicon.glyphicon-shopping-cart {
  /* outline: #000; */
  font-size: 20px;
}

#basket-top-nav-icon {
  margin-right: 10px;
}

.top-nav-basket-icon {
  padding: 10px !important;
  border: none !important;
}

/* .shop-category a{
    background-color: #006699 !important; 
    color: white !important;
} */
.btn {
  border-radius: 30px;
}

.conf-user-card-popup {
  width: inherit;
  left: -122px;
}

#top {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

/* LOADING SPINNER START */

.lds-ring {
  /* change color here */
  color: #3276b1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  /* position: relative; */
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* LOADING SPINNER END */

.card-popup-configuration-button button {
  display: block;
}

.card-popup-configuration-button {
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#basket-errors {
  /* position: absolute; */
  background: #006699;
  border: none;
  border-radius: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  /* transform: translate(50%, 50%); */
  margin: 0;
  /* padding: 0; */
}

#basket-errors .alert {
  margin: 0;
}

.basket-basket-tab a {
  display: block !important;

}

/* .basket-info-tab a {
    padding: 10px 10px 9px 10px !important;
  } */
.tab-content4 #delete-static {
  height: 2px;
}

.svg-card {
  display: block;
  margin-right: 5px;
}

.nosnik-label-card {
  display: flex !important;
  align-items: center;
}

.nosnik-label-card img {
  margin-right: 3px;
}

.radio label,
.radio i,
.radio svg {
  transition: all 0.2s ease-in-out;
}

.radio label:hover {
  color: #888;
  fill: #888;
}

#sidebarkoszyk .details {
  background: inherit;
}

.product-summary .price {
  text-align: end;
}

.product-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.conf-user-card,
.conf-new-card {
  position: absolute;
  opacity: 1;
  background: rgb(237 237 237);
  border-radius: 25px;
  padding: 17px;
  z-index: 10;

  right: -499px;
}

.new-card-row-wrapper {
  display: flex;
  align-items: center;

  justify-content: space-between;
  flex-wrap: wrap;
}

.conf-user-card-small {
  width: 430px;
  padding: 0px;
}

.conf-new-card-content-wrapper {
  display: flex;
  justify-content: center;

}

.conf-new-card,
.conf-user-card {
  width: 450px;
  height: 217px;
  bottom: -86px;
}

.conf-new-card-personal {
  padding: 17px 35px;
  right: -509px;
  height: 210px;
}

.conf-user-card-without-cards {
  width: 450px;
  top: -91px;
  /* padding: 0px; */
  /* padding: 17px 89px; */
}

.conf-check-card-serial {
  padding: 5px 7px;
}

.conf-user-card-container-form-group {
  display: flex;
  gap: 5px;
}

/* @media screen and (max-width: 1200px) {
  .conf-user-card-without-cards {
    width: 509px;
  }
} */
.conf-user-card {
  right: -509px;
}

.configure-main-content {
  max-width: 623px;
  /* background: rgb(0 0 0 / 2%);
     border-radius: 0px 15px 15px 0px; */
  border-right: 1px solid #efefef;
}

.configure-notification-wrapper {
  padding: 16px;
  background: #e5ebfd;
  position: fixed;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  width: 228px;
  z-index: 110;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.conf-user-card-content {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 1rem;
}

.search-container {
  margin-bottom: 8px;
}

#search-card-input {
  box-shadow: none;
  border: none;
  padding: 5px;
  font-size: 14px;
}

.form-control.check-card {
  box-shadow: none;
  border: none;
  padding: 5px;
}

.conf-user-card-content div:last-child {
  padding-right: 5px;
}

.card-list {
  max-height: 143px;
}

.conf-user-card-item-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

/* .product-content h4 > small {
  max-width: 216px;
} */

.card-container-visible {
  margin-right: 5px;
}

.search-card-title {
  font-weight: bold;
}

/* .ticket-configure-button-container {
  width: 40%;
} */

.ticket-configure-button {
  padding: 5px 10px;
  background: #424242 !important;
  color: white;
  border: 0;
  border-radius: 15px;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 479px) {
  .ticket-configure-button-container {
    width: 100%;
  }

  .product-content-group .price {
    min-width: 59px;
  }

  .product-configure-wrapper>.price {
    min-width: 66px;
  }

  .conf-user-card-small {
    width: auto;
  }

  .conf-new-card-content-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .conf-new-card,
  .conf-user-card {
    width: inherit;
  }

  .conf-new-card-avatar-container {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
  }

  .avatar-wrapper {
    height: 200px;
  }

  .avatar-btns {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 15px;
  }

  .avatar-upload input {
    margin-left: 0px;
  }

  .avatar-wrapper {
    display: flex;
    /* Enable flexbox */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */


  }




  .avatar-modal-preview-wrapper,
  #galleryimgfrm {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #conf-card-gallery-modal #conf-card-gallery-body {
    max-height: 150px;
  }

  .conf-card-gallery-body {

    max-height: 150px;
  }

  .row.personal_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .personal_card-second-column {
    margin-top: 0;
  }

  .ticket-configure-button {
    padding: 5px 10px;
    background: rgb(118, 189, 255);
    color: white;
    border: 0;
    border-radius: 15px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    text-align: center;
    width: 100%;
  }
}


@media (max-height: 700px) {
  .avatar-wrapper {
    height: 150px;

  }
}

.hidden-with-transition {
  display: none;
  opacity: 0;
}

.product-configure-wrapper {
  border-bottom: 1px solid #8888882b;
  margin-bottom: 1rem;
}



.avatar-view {
  height: 129px;
  width: 207px;
}

.form-control.check-card {
  border-radius: 10px;
}

.conf-new-card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .shop-ticket-variant-buttons-container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {

  .conf-user-card,
  .conf-new-card {
    position: static;
    height: inherit;
  }

  /* .shop-ticket-variant-buttons-container {
    display: flex;
    justify-content: center;
  } */

  .configure-main-content {
    max-width: 100%;
    border-right: none;
  }
}


.configure-notification-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.select-ticket-type {
  margin-bottom: 5rem;
}

.custom-input-group-with-pic {
  margin-top: 50px;
}

@media screen and (max-width: 590px) {
  .conf-user-card {
    width: auto;

    padding: 17px 10px;
  }

  .conf-user-card-content,
  .conf-user-card,
  .conf-new-card {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .conf-user-card-container-form {
    flex: 1;
  }
}

/* DATE PICKER IN INSUS */
.ui-datepicker {
  background-color: #fff;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  display: none;
  padding: 1em;
}

.ui-datepicker-calendar a {
  color: #000;
  text-decoration: none;
}

.ui-datepicker-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  transition: all 0.3s ease-in-out;
}

.ui-datepicker-header a {
  padding: 5px;
  color: #000;
}

.ui-datepicker-header span {
  padding: 5px;
  color: #000;
}

.ui-icon-circle-triangle-w {
  background-position: inherit;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-next {
  order: 1;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  background-image: url("https://cdn.rawgit.com/marcobiedermann/playground/3027274a/ui/datepicker/jquery-ui-datepicker/dist/assets/images/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-size: 300%;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
}

.ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
  color: #888;
}

.ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
  background-position: -2em 0;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
  background-position: 0 -1em;
}

.ui-datepicker-next:hover .ui-icon-circle-triangle-e {
  color: #888;
}

.ui-datepicker-nextui-state-disabled .ui-icon-circle-triangle-e {
  background-position: -2em -1em;
}

.ui-datepicker-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  text-align: center;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  background-color: #f6f6f6;
  display: block;
  padding: 0.5em 1em;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
  color: #c8c8ca;
}

.ui-datepicker-calendar .ui-datepicker-today a,
.ui-datepicker-calendar .ui-datepicker-today span {
  color: #bed62f;
  font-weight: 700;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #bed62f;
  color: #fff;
  font-weight: 700;
}

.ui-datepicker-buttonpane {
  margin-top: 1em;
}

.ui-datepicker-buttonpane button {
  background-color: #484a4e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}

.ui-datepicker-buttonpane button+button {
  margin-left: 0.5em;
}

.ui-widget-header {
  background: white;
  border: none;
}

/* .ui-datepicker-year {
    display: none; 
} */

/* Container for our custom year "table" */
.ui-datepicker-year-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Create 4 columns */
  gap: 5px;
}

/* Style each year "cell" */
.ui-datepicker-year-cell {
  background-color: #f6f6f6;
  color: #000;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
}

/* Hover effect for year "cells" */
.ui-datepicker-year-cell:hover {
  background-color: #bed62f;
  color: #fff;
}

.product-title-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.product-title-container .shop-item-name {
  margin-right: 5px;
}

@media screen and (max-width: 995px) {
  .product-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.conf-selected-user-card {
  background: #80808014;
  border-radius: 25px;
  padding: 10px;
}

.btn-cancel-payment {
  padding: 5px 30px;
}

.shop-item-name>.shop-main-info-container {
  margin-left: 5px;
}

.shop-item-name {
  display: flex;
  gap: 5px;
}

.products-title-seperator {
  background-color: #006699;
  color: white;
  text-align: center;
}

.margin0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.ticket-info-collapse-container {
  background: #e5e5e5;
  border-radius: 25px;
  /* margin-top: 5px; */
}

.basket-form {
  background: #006699;
  color: white;
}

/* WIDGET ALERT */
.alert-container {
  position: relative;
}

.widget-alert,
.alert-info {
  position: absolute;
  min-width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 2%);
  z-index: 50;
  padding: 15px;
  background-color: #fff !important;
  /* White background for a clean look */
  border: none;
  /* Remove border for a minimalistic feel */
  border-radius: 4px;
  /* Slightly rounded corners */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  color: #757575;
  /* Gray text color for a softer look */
}

@media (max-width: 768px) {

  .widget-alert,
  .alert-info {
    position: fixed;
    width: 90%;
    max-width: 90%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 480px) {

  .widget-alert,
  .alert-info {
    position: fixed;
    width: 95%;
    max-width: 95%;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px;
  }

  .widget-alert .close,
  .alert-info .close {
    font-size: 18px;
    top: 5px;
    right: 5px;
  }
}

.ticket-subheader b {
  font-weight: 400 !important;
}

.summary-ticket-insurance {}

.summary-ticket-insurance-price {
  font-weight: bold;
  text-align: end;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .btn-media {
    width: 100px;
  }
}

@media only screen and (max-width: 490px) {
  .confirm-modal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .confirm-modal-footer .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 500px) {
  .confirm-modal-popup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .confirm-modal-popup .btn {
    flex: 0 1 auto;
    width: inherit;
    margin: 5px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .confirm-modal-popup .btn-success {
    flex: 1.5;
    /* This makes the button 50% wider than the others */

    min-width: 150px;
    max-width: 216px;

  }
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
}

.custom-radio input[type="radio"]:checked+.custom-radio-icon {
  color: red;
}

.custom-radio-label {
  display: flex;
  align-items: center;
}

.custom-radio-icon {
  margin-right: 10px;
}

.custom-radio-text {
  margin-left: -5px;
}

.new-card-row-wrapper {
  transition: all 0.3s ease;
}

.change-carrier {
  margin-left: 10px;
}

.price-end {
  display: flex;
  flex-direction: column;
}

.price-end .addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-end .block {
  flex: 1;
}

.price-end .price {
  margin-left: 10px;
}

.basket-info-tab,
.basket-basket-tab {
  margin-bottom: 2px !important;
}

.ticket-option-wrapper .radio {
  align-items: center;
}

@media (max-width: 501px) {
  .ticket-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.ticket-option-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.conf-have-card-type {
  flex-basis: 1000px;
}

.conf-card-type-pdf-info,
.conf-new-card-type-info {
  display: inline-block;
  font-weight: bold;
  margin-left: 30px;
  color: #888;
}

.conf-new-card-type-info {
  flex-basis: 1000px;
}

@media screen and (max-width: 1200px) {
  /* .ticket-option-wrapper  {
    display: flex;
    align-items: center;
    flex-direction: column;
  } */

  .conf-card-type-pdf-info,
  .conf-new-card-type-info {
    flex-basis: 1000px;
    flex-grow: 1;
  }
}

@media screen and (max-width: 650px) {
  .ticket-option-buttons {
    order: 1;
    /* margin-top: 10px; */
    align-self: center;
  }

  .ticket-option-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .ticket-option-buttons .btn {
    width: 50%;
    margin: 0 5px;
  }

  .conf-card-type-pdf-info,
  .conf-new-card-type-info {
    /* flex-basis: 1000px;  */
    /* flex-grow: 1;  */
  }
}

/* .ticket-option-wrapper .nosnik-label-card {
  flex: 1;
} */

.insurance-row {
  margin-bottom: 10px;
}

.insurance-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insurance-option {
  margin-right: 10px;
}

.price-details-container {
  display: flex;
  align-items: center;
}

.insurance-option.resign .custom-radio input[type="radio"] {
  display: none;
}

.insurance-option.resign .custom-radio-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
}

.insurance-option.resign .custom-radio input[type="radio"]:checked+.custom-radio-icon {
  color: red;
}

.insurance-option.resign .custom-radio-label {
  display: flex;
  align-items: center;
}

.price-without-margin {
  flex: 1;
  /* justify-self: end; */
  text-align: end;
}

@media (max-width: 460px) {
  .insurance-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .insurance-option,
  .price-details-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .price-details-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    justify-content: center;
  }

  /* test */
  /* test */
}

#conf-next.button-end-configuration {
  width: auto;
}

.btn-with-icon i {
  margin: 0 5px;
}

.btn-with-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 440px) {
  .ticket-option-card-name {
    text-wrap: wrap;
    max-width: 205px;
  }
}

@media (min-width: 500px) {
  .shop-payment-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .shop-payment-buttons-container .btn {
    margin: 10px 5px;
  }
}

@media screen and (max-width: 440px) {
  .configure-main-content {
    padding: 0 !important;
  }

  .ticket-option-card-name {
    display: flex;
    max-width: 100px;
    font-weight: 700;
  }

  /* .radio label {
    display: flex;
    flex-wrap: nowrap;
  } */
  .ticket-option-card-icon-title-wrapper {
    display: flex;
    align-items: center;
  }
}

.ticket-subtitle {
  margin-top: 0;
}

.ticket-option-card-name {
  font-weight: 700;
}

/* DEMO MINIMAL COLORS  */
.btn-danger {
  background: white !important;
  border: none !important;
  color: black !important;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.09);
  transition: box-shadow 0.3s, background-color 0.3s;
}

.btn-danger:hover {
  background-color: #f5f5f5 !important;
  /* Slightly darker white on hover */
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  /* Enhanced shadow on hover */
}

.btn-primary,
.btn-teal,
.btn-danger,
.btn-info,
.btn-success,
.select-all-button {
  background-color: #1976d2;
  border: none !important;
  color: white !important;
  text-transform: uppercase;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.09);
  transition: box-shadow 0.3s, background-color 0.3s;
  font-weight: 600;
}

.btn-primary:hover,
.btn-teal:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-success:hover,
.select-all-button:hover {
  background-color: #1565c0;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 2px 6px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary:focus,
.btn-teal:focus,
.btn-info:focus,
.btn-danger:focus,
.btn-success:focus,
.btn-default:focus,
.select-all-button:focus {
  outline: none;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 3px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-danger {
  color: black !important;
}

.roundstep.active {
  border: none !important;
  background-color: #f5f5f5 !important;
  color: black !important;
}

.price .text-info,
.price .text-primary,
.summary .text-primary {
  color: black !important;
  font-weight: 600;
}

#alert-container .alert-info {
  background-color: #e3f2fd;
  /* Light blue background for info alert */
  color: #1976d2;
  /* Darker blue text for contrast */
  border: none;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
  font-family: "Roboto", sans-serif;
}

#alert-container .alert-info .close {
  color: #1976d2;
  /* Darker blue for close button */
  opacity: 1;
  /* Remove default opacity */
  font-size: 24px;
  font-weight: 300;
  text-shadow: none;
  position: relative;
  top: -2px;
  right: -12px;
}

#alert-container .alert-info .close:hover {
  color: #0d47a1;
  /* Even darker blue on hover */
}

.text-info {
  color: gray;
}

.shop-item-price,
.shop-item-cont:hover .shop-item-name {
  color: black !important;
}

/* General container styling */
.shop-item-cont {
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
  border: 1px solid #e0e0e0;
  /* Light grey border */
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
  background-color: #fff;
}

/* Row and column styling */
.row.padding20 {
  padding: 20px;
}

.col-sm-8,
.col-sm-4 {
  padding: 0 15px;
}

/* Shop item name styling */
.shop-item-name {
  font-size: 18px;
  font-weight: 500;
  /* color: #1976d2; Primary blue color */
}

/* Info icon styling */
.text-info {
  color: #1976d2;
  /* Primary blue color */
}

/* Collapse container styling */
.ticket-info-collapse-container {
  background-color: #f5f5f5;
  /* Light grey background */
  border-radius: 4px;
  margin-left: 5px;

}

/* Line separator styling */
.line2,
.line4 {
  border-top: 1px solid #e0e0e0;
  /* Light grey border */
  margin: 10px 0;
}

/* Variant button group styling */
.btn-group .btn {

  border-radius: 15px;
  padding: 10px 20px;
  margin: 5px 0;
  transition: background-color 0.3s, color 0.3s;
}



/* Input group styling */
.custom-input-group {
  display: flex;
  align-items: center;
}

.btn-number-circle {
  background-color: #1976d2;
  /* Primary blue color */
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-number-circle:hover {
  background-color: #1565c0;
  /* Slightly darker blue */
}

.input-number {
  width: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  /* Light grey border */
  border-radius: 4px;
  padding: 5px;
}

.shop-item-price-discount {
  color: #4caf50 !important;
}

/* Price display styling */
.shop-item-price-disp {
  /* font-size: 24px; */
  color: #1976d2 !important; /* Primary blue color */
  white-space: nowrap; 
  display: flex !important; 
  align-items: center; 
  gap: 8px; 
}

.label-primary {
  background-color: #1976d2; 
  color: #fff;
  padding: 5px 5px;
  border-radius: 4px;
  white-space: nowrap; 
  flex-shrink: 0; 
}

.ticket-discount-label {
  white-space: nowrap; 
  flex-shrink: 0; 
}

.label-secondary {
  display: block;
  background-color: #4caf50;
  /* Material Design green color */
  color: #fff;
  /* Text color set to white for better contrast */

  border-radius: 4px;
  /* Rounded corners */
  border: none;
  /* Removed border for a cleaner look */
  font-family: "Roboto", sans-serif;
  /* Use Roboto or any other Material Design font */

  line-height: 1;
  text-align: center;
  white-space: inherit;
  text-wrap: wrap;
  margin-top: 5px;
}

.variant-item {
  flex-wrap: wrap;
}

.variant-item .label-secondary {
  margin-top: 10px;
  flex-basis: 500px;
  max-width: 56%;
  font-size: 16px !important;
}

.saving-price {
  color: #757575 !important;
  /* Grey color */
}

/* Add to basket button styling */
.shop-add-to-basket,
.shop-add-to-basket-collapse {
  background-color: #1976d2;
  /* Primary blue color */
  border: none;
  color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  /* transition: background-color 0.3s; */
}

.shop-add-to-basket:hover {
  background-color: #1565c0;
  /* Slightly darker blue */
}

/* Material Design Tabs Styling */
.material-tabs {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e0e0e0 !important;
  /* Light grey border */
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
  justify-content: space-around;
}

.material-tabs .shop-category {

  text-align: center;
  position: relative;
  flex: 0;
}

.material-tabs .shop-category a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #757575;
  /* Grey color for text */
  /* background: #ececec !important ; */
  transition: color 0.3s, background-color 0.3s;
  /* background: none !important; */
  text-wrap: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.material-tabs .shop-category.active a,
.material-tabs .shop-category a:hover {

  background-color: #e3f2fd;
}

/* .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  

  background-color: #e3f2fd ; 
  border: 0px solid transparent;
  border-bottom-color: transparent;
} */

/* .material-tabs .shop-category.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1976d2; 
} */

/* .material-tabs .shop-category a {
  display: block;
  
  text-decoration: none;
  color: #757575;
  transition: color 0.3s, background-color 0.3s;
   max-width: 130px;  
  overflow: hidden; 
  white-space: normal; 
  text-overflow: ellipsis; 
} */

.products-title-seperator {
  border-bottom: 1px solid #e0e0e0;
  /* Light grey border */
  padding: 10px 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
  /* background: #ececec !important ; */
  background-color: #f5f5f5 !important;
}

.products-title-seperator span {
  font-size: 28px;
  font-weight: 300;
  /* Slim font weight */
  color: grey;
  display: block;

}

@media screen and (min-width: 450px) and (max-width: 991px) {
  .avatar-modal-preview-wrapper {
    margin-top: 10px;
    display: block;
  }

  input#avatar-opis {
    display: block;
  }

  .avatar-modal-preview-wrapper b {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #basket-content {
    margin-top: 10px;
  }


}

/* Material Design Basket Tabs Styling */
.material-basket-tabs {
  background-color: #006699;
  /* Kolor tła dla całego kontenera zakładek */
}

.material-basket-tabs li {
  flex: 1;
  /* Równe rozłożenie zakładek */
}

.material-basket-tabs li a {
  display: block;

  color: #fff;
  /* Biały kolor tekstu */
  /* background-color: transparent; Przezroczyste tło */
  border: none;
  /* Usunięcie obramowania */
  border-radius: 0;
  /* Usunięcie zaokrąglenia */
  transition: background-color 0.3s ease;
  /* Płynne przejście dla efektu hover */
}


.material-basket-tabs li a:hover,
.material-basket-tabs li.active a {
  background-color: rgba(255, 255, 255, 0.2);
  /* Lekko jaśniejsze tło dla aktywnej zakładki i hover */
  color: #fff;
  /* Biały kolor tekstu pozostaje */
}

.material-basket-tabs li:first-child a {
  border-radius: 15px 0 0 0;
  /* Zaokrąglenie lewego górnego rogu */
}

.material-basket-tabs li:last-child a {
  border-radius: 0 15px 0 0;
  /* Zaokrąglenie prawego górnego rogu */
}

/* Icon Styling */
.material-basket-tabs .glyphicon {
  margin-right: 8px;
  font-size: 18px;
  color: grey;
}

.material-basket-tabs li.active a,
.material-basket-tabs li a:hover,
.basket-content-header-btns .basket-info-tab.active #basket-info-tab-link {
  color: #1976d2;
  background-color: #e3f2fd;
  font-weight: 600;
}

/* Material Design Basket Summary Styling */
.material-basket-summary {
  border: 1px solid #e0e0e0 !important;
  /* Light grey border */
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
  background-color: #f5f5f5 !important;
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */

  transition: box-shadow 0.3s;
}

.material-basket-summary:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /* Enhanced shadow on hover */
}

.material-basket-summary .basket-form {
  background: inherit !important;
  color: inherit !important;
}

.material-basket-summary .padding20 {
  padding: 20px;
}

.material-basket-summary .text-center {
  text-align: center;
}

.material-basket-summary .size18 {
  font-size: 18px;
  color: #757575 !important;
  /* Grey color for text */
}

.material-basket-summary .size28 {
  font-size: 28px;
  color: #4caf50 !important;
  /* Primary blue color */
}

.material-basket-summary .config-product {
  background-color: #f5f5f5 !important;
  /* Light grey background */
  border-radius: 4px;
  padding: 10px;
  margin-top: 20px;
}

.btn-success {
  background-color: #1976d2;
  /* Primary blue color */
  border: none !important;
  color: #fff !important;
  border-radius: 10px;
}

.material-basket-summary .btn-success {
  background-color: #1976d2;
  /* Primary blue color */
  border: none !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
}

.material-basket-summary .btn-success:hover {
  background-color: #1565c0;
  /* Slightly darker blue */
}

.material-basket-summary .fa-arrow-right {
  margin-left: 10px;
}

/* Material Design FAQ Styling */
.material-faq {
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
  border: 1px solid #e0e0e0 !important;
  /* Light grey border */
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
  background: #fff !important;
}

.matetial-faq .filtertip {
  background: #f5f5f5 !important;
  /* Light grey background */
  border-bottom: 1px solid #e0e0e0 !important;
  /* Light grey border */
  color: inherit !important;
}

.material-faq .filtertip p {
  font-size: 18px;
  color: #1976d2 !important;
  /* Primary blue color */
}

.material-faq .material-faq-title {
  font-size: 18px;
  color: #1976d2;
  /* Primary blue color */
}

.material-faq .material-faq-info {
  font-size: 13px;
  color: #757575;
  /* Grey color for text */
}

.material-faq .material-faq-question {
  display: block;
  padding: 10px 0;
  color: #1976d2;
  /* Primary blue color */
  text-decoration: none;
  transition: color 0.3s;
}

.faq .material-faq-question:hover {
  color: #1565c0 !important;
  /* Slightly darker blue */
}

.material-faq .material-faq-answer {
  font-size: 13px;
  color: #757575 !important;
  /* Grey color for text */
  padding: 10px 0;
}

.material-faq .material-faq-divider {
  border-top: 1px solid #e0e0e0 !important;
  /* Light grey border */
  margin: 20px 0;
}

.material-faq .material-faq-more {
  font-size: 14px;
  color: #757575 !important;
  /* Grey color for text */
}

.material-faq .material-faq-more a {
  color: #1976d2 !important;
  /* Primary blue color */
  text-decoration: underline;
}

.material-faq .material-faq-more a:hover {
  color: #1565c0 !important;
  /* Slightly darker blue */
}

.shop-counter-badge {
  background-color: #616161;
  /* Dark grey background */
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  /* White text color for contrast */
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
  transition: background-color 0.3s, box-shadow 0.3s;
}

.shop-counter-badge:hover {
  background-color: #424242;
  /* Slightly darker grey on hover */
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /* Enhanced shadow on hover */
}

.shop-summary-termin-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

/* .shop-summary-termin-title {
  margin-left: 15px;
} */

/* Material Design Radio Button Styling */
.funkyradio {
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
}

.funkyradio-info {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #757575 !important;
  /* Grey color for text */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio-info input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.funkyradio-info input:checked~.checkmark {
  background-color: #1976d2 !important;
  /* Primary blue color */
}

.funkyradio-info input:checked~.checkmark:after {
  display: block;
}

.funkyradio-info .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee !important;
  /* Light grey background */
  border-radius: 50%;
  transition: background-color 0.3s;
}

.funkyradio-info .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white !important;
}

.funkyradio-name-container {
  display: flex;
  flex-direction: column;
}

.funkyradio-name-main {
  font-size: 18px;
  color: black !important;
  /* Primary blue color */
}

.funkyradio-name-sub {
  font-size: 14px;
  color: #757575 !important;
  /* Grey color for text */
}

.funkyradio-price-container {
  text-align: right;
}

.funkyradio-price {
  font-size: 18px;
  color: black !important;
  /* Primary blue color */
}

.row.padding10 {
  padding: 10px;
}

.col-sm-8,
.col-sm-1,
.col-sm-3 {
  padding: 0 15px;
}

/* Material Design Checked State Styling */
.funkyradio-info input[type="radio"]:checked~label::before,
.funkyradio-info input[type="checkbox"]:checked~label::before {
  background-color: #1976d2;
  /* Primary blue color */
  border-color: #1976d2;
  /* Primary blue color */
}

/* .funkyradio-info input[type="radio"]:checked ~ label::after,
.funkyradio-info input[type="checkbox"]:checked ~ label::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.funkyradio-info input[type="radio"]:checked~label::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff !important;
  /* White color */
}

/* .funkyradio-info input[type="checkbox"]:checked ~ label::after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
} */

/* Material Design Empty Basket Styling */
.basket-form {
  background-color: inherit !important;
  /* Primary blue color */
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  /* Material Design shadow */
}

.material-empty-basket-message {
  font-family: "Roboto", sans-serif;
  /* Use Roboto font if available */
  font-size: 18px;
  color: black !important;
  /* White text color for contrast */
  text-align: center;
}

.basket-form .text-center {
  color: #757575 !important;
}

@media only screen and (max-width: 764px) {
  .horizontal-scroll-tabs {
    width: 100%;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smoother scrolling on iOS devices */
  }

  .nav-tabs.nav-categories-strech {
    width: 100%;
    height: 100%;
    border-bottom: 0;
    display: flex;
    /* Use flexbox for horizontal arrangement */
    flex-wrap: nowrap;
    /* Prevent items from wrapping */
    white-space: nowrap;
    /* Prevent text from wrapping within tabs */
  }

  .nav-tabs.nav-categories-strech>li {
    flex-shrink: 0;
    /* Prevent tabs from shrinking */
  }

  .horizontal-scroll-tabs::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
  }

  .horizontal-scroll-tabs {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .horizontal-scroll-tabs.jump-start {
    animation: jump-start 0.3s ease-in-out;
    /* Slightly longer duration */
  }

  .horizontal-scroll-tabs.jump-end {
    animation: jump-end 0.3s ease-in-out;
    /* Slightly longer duration */
  }

  @keyframes jump-start {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(-20px);
    }

    /* Increased jump distance */
    100% {
      transform: translateX(0);
    }
  }

  @keyframes jump-end {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(20px);
    }

    /* Increased jump distance */
    100% {
      transform: translateX(0);
    }
  }
}

/* Third shop state before going to mobile view and desktop view  */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .shop-add-to-basket {
    padding: 10px;
  }

  /* .shop-ticket-variant-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .shop-ticket-variant-buttons-container .btn-group {
    margin-right: 77px;
  }

  .shop-item-variant-buttons-with-pic .btn-group {
    margin-right: 0px;
  }

  .btn-group .btn {
    padding: 10px 7px;
  }

  select.shop-ticket-variant {
    width: 170px;
  }

  .shop-item-variant-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }

  .label-primary.label-secondary {
    font-size: 69%;
  }

  .shop-counter-badge {
    font-size: 15px;
  }
}

.custom-input-group-without-pic {
  margin: 0;
}

.input-number {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.shop-product-counter {
  visibility: hidden;
  position: absolute;
}

.ticket-variants-container {
  /* background-color: #fff; */
  border: none;
  /* Remove border for a minimalistic feel */
  border-radius: 4px;
  /* Slightly rounded corners */
  box-shadow: 0px 2px 4px rgba(173, 173, 173, 0.336);
  /* Subtle shadow for depth */
  padding: 16px;
  /* Consistent padding */
}

.variant-item {
  display: flex;
  /* Use flexbox for easy alignment */
  align-items: center;
  /* Vertically align items */
  padding: 8px 0;
  /* Vertical padding between items */
  border-bottom: 1px solid #e4e4e4;
  /* Subtle divider between items */
}

.variant-item:last-child {
  border-bottom: none;
}

.variant-name {
  font-weight: 500;
  flex-grow: 1;
  /* Allow the name to take up available space */
}

.variant-base-price {
  color: #757575;
  margin-right: 16px;
  /* Spacing between price and button */
}

.add-to-cart {
  background-color: #2196f3;
  color: #fff;
  border: none;
  padding: 8px 16px;


  cursor: pointer;
  /* transition: background-color 0.2s ease; */
  white-space: nowrap;
  /* Prevent button text from wrapping */
  width: auto;
}

.add-to-cart:hover {
  background-color: #1976d2;
}

.ticket-variants-container .button-container {
  display: flex;
  width: 200px;
  /* Adjust width as needed */
  align-items: center;
  /* Vertically align items */
}

.ticket-variants-container .custom-input-group-wrapper {
  flex: 1;
}

.ticket-variants-container .add-to-cart {

  white-space: nowrap;
  /* Prevent button text from wrapping */
}

.shop-add-to-basket-collapse.button-collapsed {
  /* Style the button when the collapse is shown */
  /* background-color: transparent !important; /* Example: change background color */
  /* color: black !important; */
  visibility: hidden;
  position: absolute;
}

/* .quantity-selector .btn-number-circle {
  width: 48px; /* Adjust to match "Add to Cart" button width */
/* height: 38px; Adjust to match "Add to Cart" button height */
/* } */

/* .quantity-selector .input-number { */
/* text-align: center;
  width: 48px; Adjust to match "Add to Cart" button width
  height: 38px; Adjust to match "Add to Cart" button height */
/* } */

.variant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 480px) {
  .variant-item {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .variant-item>* {
    flex: 1 0 auto;
    margin: 5px;
  }

  .variant-item .button-container {
    width: auto;
  }
}

.variant-item .variant-name {
  flex: 1 1 auto;
}

.variant-item .variant-base-price {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .variant-item .button-container {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .variant-item .button-container>* {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}

/* ... (rest of the styles) ... */

@media (max-width: 1200px) {
  .calendar-days {
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    padding: 5px;
  }

  .calendar-day {
    min-width: 30px;
    padding: 5px;
  }

  .info-section {
    min-width: auto;
  }

  .calendar-wrapper {
    margin: 0;
  }
}

.calendar-day.past-date {
  background-color: #eee;
  /* Light grey background for past dates */
  color: #ccc;
  /* Light grey color for past dates */
  cursor: default;
  /* Indicate that it's not clickable */
  pointer-events: none;
  /* Disable click events */
}

.material-info-section {
  font-family: "Roboto", sans-serif;

  border-radius: 4px;

  background-color: #fff;
  padding: 20px;
  /* margin-bottom: 20px; */
}

.material-info-section h3 {
  font-size: 24px;
  color: #1976d2;
  /* Primary blue color */
  margin-bottom: 10px;
}

.material-info-section h4 {
  font-size: 20px;
  color: #1976d2;
  margin-bottom: 10px;
}

.material-info-section .selected-card,
.material-info-section .selected-dodatki {
  margin-bottom: 20px;
}

.material-info-section .selected-card i {
  margin-right: 10px;
  color: #1976d2;
  /* Primary blue color */
}

.material-info-section .selected-card span {
  font-size: 16px;
  color: #757575;
  /* Grey color for text */
}

.material-info-section .selected-dodatki ul {
  list-style-type: none;
  padding: 0;
}

.material-info-section .selected-dodatki li {
  font-size: 16px;
  color: #757575;
  /* Grey color for text */
  margin-bottom: 5px;
}

.calendar-error .calendar-error-message {
  display: block;
  /* Upewnij się, że komunikat jest widoczny */
  color: red;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.calendar-error-message {
  display: none;
}

.ticket-list {

  padding-top: 31px;
}

.ticket-list ul {
  list-style: none;
  padding: 0;
}

.calendar-container {
  padding: 10px;
}

.ticket-list {
  /* border-right: 1px solid #ccc; */
  padding: 10px;
}

.ticket-list ul {
  list-style: none;
  padding: 0;
}

.ticket-list {
  /* border-right: 1px solid #ccc; */
  padding: 10px;
}

.ticket-list ul {
  list-style: none;
  padding: 0;
}

.calendar-error .calendar-error-message {
  display: block;
}

.ticket-item.configured {
  background-color: #c8e6c9 !important;
  /* Jasnozielony */
}

.ticket-item.error {
  background-color: #ffcdd2;
  /* Jasnoczerwony */
}

.ticket-list {
  padding: 16px;
  /* Increased padding for better spacing */
}

.ticket-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ticket-group .ticket-item {
  cursor: pointer;
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ticket-group .ticket-item .selected-date {
  font-size: 14px;
  color: #757575;
  /* Grey color for better contrast and readability */
}

.ticket-group .ticket-item:hover {
  background-color: #f5f5f5;
  /* Slight hover effect */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  /* Enhanced shadow on hover */
}

/* Styles for different ticket types */
.ticket-group .ticket-item[data-ticket-type="normalny"] {
  background-color: #e0f7fa;
  /* Light cyan */
}

.ticket-group .ticket-item[data-ticket-type="ulgowy"] {
  background-color: #f0f4c3;
  /* Light yellow */
}

.ticket-group .ticket-item[data-ticket-type="grupowy"] {
  background-color: #c8e6c9;
  /* Light green */
}

/* Styles for configured and error states */
.ticket-group .ticket-item.configured {
  background-color: #c8e6c9;
  /* Light green */
}

.ticket-group .ticket-item.error {
  background-color: #ffcdd2;
  /* Light red */
}

/* Calendar error message */
.calendar-error .calendar-error-message {
  display: block;
  color: #d32f2f;
  /* Dark red for better contrast */
  font-size: 14px;
  margin-top: 8px;
  /* Added margin for separation */
}

.ticket-group .ticket-item {
  /* border: none; */
  /* Remove individual borders from list items */
  border-bottom: 1px solid #e0e0e0;
  /* Add bottom border to list items */
  margin-bottom: 4px;
}

.ticket-group .ticket-item.active {
  /* Style for the active ticket */
  background-color: #eee;
  /* Light gray background for active ticket */
}

.calendar-view-container {
  display: flex;
  justify-content: center;
}

.ticket-list {
  padding: 0;
  padding-top: 10px;
}

@media screen and (max-width: 699px) {
  .calendar-view-container {
    flex-direction: column;
    align-items: center;
  }

  .ticket-list {
    max-width: 100%;
  }
}

.ticket-list {
  font-family: "Roboto", sans-serif;
  max-width: 600px;
  /* margin: 0 auto; */

  border-radius: 4px;
  overflow: hidden;
}

.ticket-group {
  border: 1px solid #eeeded;
  border-radius: 15px;
  margin-bottom: 5px;
}

.group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;

  cursor: pointer;
  transition: background-color 0.3s ease;
}

.group-header:hover {
  background-color: #eeeeee;
}

.group-name {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

.toggle-icon {
  color: #757575;
  margin-left: 15px;
}

.group-items {
  background-color: #ffffff;
}

.ticket-item {
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-item:first-child {
  border-top: none;
}

.selected-date {
  font-size: 14px;
  color: #757575;
}

/* For non-grouped tickets */
.ticket-list>ul>.ticket-item {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.ticket-list>ul>.ticket-item:last-child {
  border-bottom: none;
}

.ticket-list {
  /* border-right: 1px solid #ccc; */

  padding-top: 31px;
}

.ticket-list .ticket-item {
  padding: 12px 16px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ticket-list .ticket-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ticket-list .ticket-item.active {
  background-color: #e0e0e0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ticket-list .ticket-item .selected-date {
  display: block;
  margin-top: 4px;
  font-size: 0.9em;
  color: #757575;
}

.ticket-item-without-grouping {
  border: 1px solid gainsboro;
}

.ticket-item-without-grouping {
  display: flex;
  flex-direction: column;
}

.ticket-list .ticket-item {
  padding: 12px 16px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  /* Slightly more rounded corners */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
}

.ticket-list .ticket-item.configured .selected-date {
  display: block;
  margin-top: 8px;
  font-size: 1.1em;
  color: #ffffff;
  background-color: #1976d2;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ticket-list .ticket-item .selected-date:hover {
  background-color: #1565c0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.basket-del-order-container {
  display: block;
  text-align: right;
  margin-top: 8px;
}

.medium-ticket-name {
  font-size: 18px;
}

/* CALDENDAR STEP END */

.basketOrdersContainer::-webkit-scrollbar {
  width: 8px;
}

.basketOrdersContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.basketOrdersContainer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.basketOrdersContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.basketOrdersContainer {
  /* max-height: 400px;  */
  overflow-y: auto;
}

.basketOrdersContainer::-webkit-scrollbar {
  width: 8px;
}

.basketOrdersContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.basketOrdersContainer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.basketOrdersContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* payment basket coupon */

.alert-coupon {
  position: relative;
  width: 100%;
  margin: 8px 0;
  padding: 12px 16px;
  background-color: #E3F2FD;
  border-left: 4px solid #2196F3;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #0D47A1;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.alert-coupon:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.alert-coupon .close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  background: transparent;
  border: none;
  color: #0D47A1;
  opacity: 0.7;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.alert-coupon .close:hover {
  opacity: 1;
}

.alert-coupon .bold {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

.alert-coupon small {
  display: block;
  opacity: 0.7;
}

.coupons-cell {
  vertical-align: top;
}

.conf-existent-card-second-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conf-user-card-container-form-title-container {
  display: flex;
  justify-content: center;
}

.conf-user-card-separator {
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  align-self: stretch;
}

.conf-existent-card-second-container {
  max-width: 191px;
}

.conf-user-card-container-form-description {
  text-align: center;
}

.new-personal-card-controls-container {
  justify-content: center;
  display: flex;
  padding: 0px 20px;
}

.personal_card-first-column,
.personal_card-second-column {
  text-align: center;
}

@media (max-width: 570px) {


  .conf-user-card-separator {
    height: 1px;
    width: 100%;
    margin: 24px 0;
  }

  .conf-existent-card-second-container {
    max-width: 100%;
  }

  .conf-user-card-content {
    gap: 0;
  }

  .conf-user-card-content div:last-child {
    padding-bottom: 10px;
  }

  .conf-user-card-container-form-group {
    margin-bottom: 0;
  }
}

.user-card-list-scroll-container {
  max-height: 90px;
  overflow-y: auto;
  padding-left: 0;
}

.conf-user-card-list-container {
  min-width: 200px;
}

.card-container-visible {
  margin-bottom: 8px;
  list-style: none;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.conf-user-card-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding: 0;
  height: 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.conf-user-card-item:hover {
  transform: scale(1.05);
}

.card-container-visible:hover {
  background-color: #f5f5f5;
}

.conf-user-card-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.conf-user-card-item-serial {
  font-size: 14px;
  font-weight: 500;
}

.conf-user-card-item-description {
  font-size: 12px;
  margin-top: 2px;
}

.existent-card-popup {
  padding-bottom: 0;
  padding-top: 5px;
}


.conf-user-card-item-content {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.conf-user-card-item img {
  width: inherit;
  height: inherit;
  margin-right: 16px;

  overflow: hidden;
  display: absolute;
  object-fit: cover;
}

.conf-user-card-item-image img {
  width: 100%;
  height: 100%;

}

.conf-user-card-item-details {
  display: flex;
  flex-direction: column;
}





.search-card-title {
  font-size: 14px;
  margin-bottom: 2px;
}

.search-container input {
  width: 100%;
  padding: 6px;
  margin-bottom: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

button#payment-accept-order:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

button#payment-accept-order.processing {
  background-color: #cccccc;
  /* or any color you prefer */
  color: #666666;
  /* adjust text color for better visibility */
}

/* types.tpl validation */
.input-error {
  border: 1px solid red !important;
}

.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

/* account styles */

#account-content .list-group .list-group-item {
  border-radius: 0;
}

.nav.profile-tabs li a {
  color: inherit !important;
}

/* payment */

#serial_combined,
.btncheckkupon {
  height: 35px;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: .15rem 1.0rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-align: center;


}

.dropdown-item:active,
.dropdown-item:focus {
  border-radius: 10px;

}

#dropdownUserButton {
  background-color: transparent;
  padding: 10px;

  top: 0;
  right: 0;


}

#dropdownUserButton i {
  font-size: 35px;
  /* margin-left: 30px; */
}

#dropdownUserContainer a {
  text-decoration: none;

}

#dropdownUserContainer a:hover {
  text-decoration: none;

}

.top-nav-basket-icon {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.top-nav-basket-icon:hover {
  background-color: #e0e0e0;
}

.basket-counter.not-empty {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ff5252;
  color: white;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 0.8rem;
  font-weight: bold;
}

.dropdown {
  margin-left: 10px;
}

@media screen and (max-width:768px) {
  .navbar-header {
    width: 100%;
  }



  .navbar-toggle .icon-bar {
    background: white;
  }
}

@media screen and (max-width:978px) {
  .navbar-header {
    width: 100%;
  }

}

#conf-card-gallery-body img {
  width: 100%;
  /* Ensure the image takes the full width of its container */
  height: 300px;
  /* Set a fixed height for all images */
  object-fit: cover;
  /* Scale the image to cover the container while maintaining aspect ratio */
  object-position: center;
}

.ticket-counter-left {
  margin-left: 10px;
}

.btn {
  outline: none;
}

.change-carrier.btn.btn-sm {
  font-size: 14px;
  font-weight: 600;
}

.ticket-configure-button-container {
  display: flex;
  gap: 10px;
}

.avatar-preview.preview-lg {
  margin-bottom: 10px;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

}



@media screen and (min-width: 1200px) {
  .ticket-configure-button-container {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 769px) {
  #top {
    overflow-y: auto;
  }

  .ticks-ticket-price {
    margin-right: 0;
  }
}

@media screen and (min-width: 650px) {

  .ticks-ticket-price {
    margin-right: 10px;
    min-width: 95px;
    text-align: right;
  }
}

@media screen and (max-width: 507px) {

  .ticks-ticket-price {
    min-width: 90px;
  }
}

@media screen and (max-width: 350px) {

  .ticks-ticket-price {
    min-width: 89px;
  }
}

.payment-top-buttons-back-action-wrapper {
  display: flex;
  gap: 10px;
}

#payment-accept-order {
  width: auto;
  word-wrap: break-word;
}

@media screen and (max-width: 400px) {

  .payment-top-buttons {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .payment-top-buttons .btn-danger {
    flex: 1;
  }

  .payment-top-buttons #pay-next,
  .payment-top-buttons #payment-accept-order {
    width: 100%;
  }

  #payment-accept-order {
    margin-top: 10px;
  }

  .payment-top-buttons-back-action-wrapper {
    flex-grow: 1;
  }

  .optis-product-content .radio {
    margin: 0px -15px;
  }

  .optis-product-content .text-right {
    padding: 0;
  }

  .optis-product-content .info-panel-wrapper-left {
    left: 0;
  }

  .configure-control-buttons {
    padding: 0;
    margin: 0 -15px;
  }

  .configure-control-buttons-bottom {
    margin: 0;
  }
}

.horizontal-scroll-tabs {
  display: flex;
  width: 100%;
  overflow: hidden;

}

.material-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.material-tabs .shop-category {
  flex: 1 1 auto;
  text-align: center;
}

.material-tabs .shop-category a {
  display: block;
  padding: 16px 10px;
  text-decoration: none;

  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.material-tabs .shop-category:last-child a {
  padding-right: 0;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .material-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .material-tabs .shop-category {
    flex: 1
  }

  .material-tabs .shop-category a {
    padding: 16px 24px;
  }


  .material-tabs .shop-category:last-child a {
    padding-right: 12px;
  }
}

.basket-del-order-container {
  display: flex;
  flex-direction: column;
}

.shop-product-card-title b {
  margin-left: 5px;
}

.shop-product-card-title .shop-ticket-title {
  display: block;
}

.payment-top-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


input[type="radio"]:checked {
  border: 2px solid #ccc;
  background-color: #2196f3;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ccc;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.conf-card-type-new-card-personalized-card {
  margin-top: 5px !important;
}

.ticket-option-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.ticket-option-wrapper:hover {
  color: #888;
  fill: #888;
}

.ticket-option-wrapper .conf-card-type-existent-card {
  margin-right: 7px;
}

.conf-card-type-existent-card {
  margin-top: -1px !important;
}

.nosnik-label-card {
  align-items: center;
}

.info-panel-wrapper-insus {
  position: absolute;
  top: -295%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 8px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .info-panel-wrapper-insus {
    top: -180%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 70vh;
  }
}

@media (max-width: 450px) {
  .conf-card-type-new-card-personalized-card {
    margin-top: 12px !important;
  }
}


.info-panel-wrapper-insus p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}

.info-panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.parent-container {
  position: relative;
}


.basket-actions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.basket-action-left,
.basket-action-right {
  display: flex;
  align-items: center;
}

.btn-change,
.btn-basket-delete {
  white-space: nowrap;
  padding: 5px 10px;

}

@media (max-width: 767px) {

  .btn-change,
  .btn-basket-delete {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.basket-basket-tab.active>a {
  color: white !important;
}

.material-basket-tabs li a:hover i {
  color: white;
}

.basket-basket-tab>a {
  color: grey;
}

.material-basket-tabs li a {
  color: grey;
}

#scroll-basket {
  background-color: inherit;
}

.basket-content-header-btns,
.basket-content-header-btns .basket-basket-tab {
  background-color: #ddd !important;
}

#basket-info-tab-link {
  padding: 17px;
}

.material-basket-tabs {
  height: auto;
}

.basket-basket-tab a {
  padding: 14px !important;
}

.btn-transport-list,
.btn-invoice-list {
  border-radius: 30px !important;

}

.navbar-logo-img {
  height: 70px;
  padding-top: 0;
}

@media screen and (max-width: 430px) {
  .navbar-logo-img {
    width: 150px;
    height: auto;
  }
}

.payment-path-content-wrapper-login {

  width: 100%;
  display: flex;
  max-width: 330px;
  flex-direction: column;
  gap: 15%;
  flex-wrap: wrap;
}

.payment-path-content-wrapper-login .lato.slim {
  text-align: center;
}

.info-panel-wrapper {
  margin: 20px;
}

.ticket-info-collapse-container {
  padding: 20px;
  overflow-y: auto;
  max-height: 500px;
  /* Domyślna maksymalna wysokość */
}

.ticket-info-collapse-container.scrollable {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-panel-wrapper {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.footer-container .footer-container-col {
  position: static;
}

.ticket-variants-container .variant-item .variant-name {
  max-width: 300px;

}

.ticket-variants-container .variant-item .variant-base-price {
  flex-grow: 1;
}

.ticket-variants-container .variant-item {
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .ticket-variants-container .variant-item .button-container {
    width: 154px;
  }
}

@media screen and (max-width: 800px) {
  .ticket-variants-container .variant-item .button-container {
    width: 154px;
  }

  .ticket-variants-container .variant-item .variant-name {
    flex: 1;
  }
}

@media screen and (max-width: 490px) {
  .ticket-variants-container .variant-item .variant-name {
    max-width: 116px;
  }

}

@media screen and (max-width: 480px) {

  .ticket-variants-container .variant-item .variant-name {
    max-width: 116px;
  }

  .ticket-variants-container .variant-item {
    flex-wrap: wrap;
  }
}

/* Styl dla wszystkich przycisków w grupie quantity-selector */
.custom-input-group-wrapper {
  margin: 10px 0;
  width: 100%;
  /* Ustaw szerokość na 100% */
}

.custom-input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  /* Ustaw szerokość na 100% */
}

.btn-primary.btn-block {
  width: 100%;
  /* Upewnij się, że przycisk "Dodaj do koszyka" również ma szerokość 100% */
}

#basket-sidebar-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff0000;
  color: white;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  z-index: 1;
}

/* Dodajemy pozycjonowanie relative dla kontenera ikony */
.basket-basket-tab a i.glyphicon-shopping-cart {
  position: relative;
  display: inline-block;
}

.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

#basket-sidebar-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff0000;
  color: white;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  z-index: 1;
}

/* Style dla ikony koszyka */
.basket-basket-tab>a .cart-icon-wrapper i {
  color: grey;
  transition: color 0.3s ease;
}

.basket-basket-tab.active>a .cart-icon-wrapper i,
.basket-basket-tab>a:hover .cart-icon-wrapper i {
  color: white;
}

.ticket-option-error {
  border: 1px solid #f44336;
  /* Material Design Red 500 */
  background-color: rgba(244, 67, 54, 0.03);
  /* Material Design Red with opacity */
  border-radius: 4px;
  padding: 16px;
  padding-bottom: 0;

}

/* Optional: Add a subtle box shadow for more emphasis */
.ticket-option-error {
  box-shadow: 0 0 0 1px #f44336;
}

.product-configure-wrapper {
  transition: all 0.3s ease-in-out;

}

.tippy-tooltip.error-theme {
  background-color: #f44336;
  color: white;
}

.tippy-tooltip.error-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip.error-theme .tippy-arrow {
  border-top-color: #f44336;
}

.ticket-counter .shop-counter-badge {
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  border: 1px solid #f9a825;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 18px;
  color: #795548;
  display: inline-block;
  text-align: center;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ticket-counter .shop-counter-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}


.existent-card-error {
  position: relative;
}

.existent-card-error .alert {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.existent-card-error-short {
  font-size: 12px;
  top: -20px;
}

@media screen and (max-width: 1200px) {
  .existent-card-error .alert {
    position: static;
  }

  .existent-card-error-short {
    font-size: 14px;

  }
}

.ticket-info-collapse-container {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.ticket-info-collapse-container::-webkit-scrollbar {
  width: 6px;
}

.ticket-info-collapse-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.ticket-info-collapse-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.ticket-info-collapse-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ticket-info-collapse-container.scrollable {
  max-height: 300px;
  overflow-y: auto;
}

.ticket-info-collapse-container.non-scrollable {
  max-height: none;
  overflow-y: visible;
}

.shop-main-info-container {
  position: relative;
}

.info-panel-wrapper.collapse {
  display: none;
}

.info-panel-wrapper.collapse.in {
  display: block;
}

.info-panel-wrapper-shop {
  position: absolute;
  width: 100%;
  left: -10%;
  right: 5%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 10px;
  padding: 15px;
}

@media (max-width: 768px) {
  .info-panel-wrapper-shop {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .padding20.ticket-info-collapse-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
  }

  /* .shop-main-info-container {
    width: 100% !important;
  } */

  /* Przywracamy poprzedni wygląd dla shop-product-card-title */
  .shop-main-info-container.shop-product-card-title {
    width: auto !important;
    position: relative !important;
    padding: inherit !important;
    margin: inherit !important;
  }
}

.info-panel-wrapper-shop.in,
.info-panel-wrapper-shop.show {
  display: block !important;
  /* Dodaj !important */
}

.info-panel-wrapper-shop {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.ticket-info-collapse-container {
  overflow-y: auto;
  padding: 20px;
  max-height: 300px;
}

.payment-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-success-message {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 80%;
}

.payment-success-message .btn-primary {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.payment-success-message .btn-primary i {
  margin-right: 8px;
}

.email-confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.email-confirmation-message {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 80%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.email-confirmation-message .email-address {
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0;
  color: #333;
}

.email-confirmation-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.email-confirmation-buttons .btn {
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 30px;
}

.ticket-info-collapse-container {
  padding: 20px;
  overflow-y: auto;
  max-height: 500px;
  margin-left: -20px;
  /* Dodane przesunięcie w lewo */
  width: calc(100% + 40px);
  /* Kompensacja szerokości */
}

@media (max-width: 768px) {
  .ticket-info-collapse-container {

    width: calc(100% + 60px);
  }
}

.shop-ticket-title {
  flex: 1;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .shop-product-card-title {
    display: flex;
    flex-direction: column;
  }

  .shop-item-name.d-flex {
    display: flex !important;
    align-items: flex-start;
  }

  .shop-ticket-title {
    padding-right: 5px;
  }
}

.grouped-variants-container {

  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 15px;
}

.selected-variant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selected-variant-info {
  flex: 1;
}

.selected-variant-name {
  font-weight: bold;
  display: block;
}

.selected-variant-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9em;
}

.discount-badge {
  background-color: #ff4081;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.grouped-variants-summary {
  padding: 15px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.summary-container {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.summary-row.total {
  font-weight: bold;
  font-size: 1.1em;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 5px;
}

.add-to-cart.selected {
  background-color: #d9534f;
  /* czerwony kolor tła */
  border-color: #d43f3a;
  color: #fff;
}

.add-to-cart.selected:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}

.cart-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.cart-notification.show {
  transform: translateY(0);
  opacity: 1;
}

/* Modyfikacja przycisków w wariantach */
.add-variant-to-group,
.add-to-cart {
  background-color: #1976d2;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 8px 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.09);
  transition: box-shadow 0.3s, background-color 0.3s;
  white-space: nowrap;
  width: auto;
  min-width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-variant-to-group:hover,
.add-to-cart:hover {
  background-color: #1565c0;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 2px 6px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* Dostosowanie dla responsywności */
@media (max-width: 480px) {

  .add-variant-to-group,
  .add-to-cart {
    width: 100%;
    margin-top: 10px;
  }

  .variant-item {
    flex-direction: column;
    align-items: stretch;
  }

  .variant-item .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* Zachowanie spójności z innymi przyciskami w kontenerze wariantów */
.ticket-variants-container .button-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticket-variants-container .custom-input-group-wrapper {
  margin: 0;
}

/* Stylizacja alertu z rabatem podstawowym */
.alert-info.basic-discount-alert {
  display: inline-flex;
  align-items: center;
  float: right;
  background-color: #e3f2fd;
  border: none;
  border-radius: 15px;
  padding: 8px 16px;
  margin: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.alert-info.basic-discount-alert small {
  color: #1976d2;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.alert-info.basic-discount-alert:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 2px 6px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* Kontener dla lepszego wyrównania */
.basic-discount-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  clear: both;
}

@media (max-width: 768px) {
  .basic-discount-container {
    justify-content: center;
  }

  .alert-info.basic-discount-alert {
    float: none;
    display: inline-flex;
  }
}

.add-to-cart.selected {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.selected-variant-item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basic-promo-text {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.center-button {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.confirm-variants-btn.disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
  opacity: 0.65;
}

.attraction-selection-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  display: none;
}

.price-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.variant-base-price {
  margin: 0;
}

.attraction-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 45px;
  margin-right: 100px;
}

.discount-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.discount-tooltip .tooltip-content {
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #1976d2;
  color: white;
  text-align: left;
  /* Zmieniono z center na left dla lepszego wyglądu przy zawijaniu */
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  /* white-space: nowrap;  Usunięto lub zakomentowano */
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  max-width: 250px;
  /* Dodano maksymalną szerokość */
  width: max-content;
  /* Pozwala na dopasowanie szerokości do treści, ale nie więcej niż max-width */
}

.discount-tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #1976d2 transparent transparent transparent;
}

.discount-tooltip .attraction-discount:hover+.tooltip-content {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .discount-tooltip .tooltip-content {
    width: auto;
    white-space: normal;
    min-width: 200px;
  }
}

.basic-discount-text {

  text-align: left;
  margin-top: 10px;

}

/* Style dla ikon info i kontenerów z opisem */
.attractions-container .variant-item {
  position: relative;
  padding: 10px 15px;
}

.attractions-container .variant-name-container {
  display: flex;
  align-items: center;
}

.attractions-container .shop-main-info-container {
  position: absolute;
  left: 32.8%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.attractions-container .variant-name {
  margin-right: 0;
}

/* Zachowanie responsywności */
@media (max-width: 768px) {
  .attractions-container .shop-main-info-container {
    position: static;
    transform: none;
    margin: 0 10px;
  }

  .ticket-info-collapse-container {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 350px !important;
    max-height: 80vh !important;
    background: #fff !important;
    z-index: 1060 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto !important;
    margin: 0 !important;

    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }


  #popup-overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

.price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.regular-price {
  color: #999;
  font-size: 0.85em;
  text-decoration: line-through;
}

.discounted-price {
  font-weight: bold;
  color: inherit;
}

.variant-base-price {
  font-weight: bold;
  color: inherit;
}

.variant-discounted-price {
  font-weight: bold;
  color: inherit;
}

.shop-item-price-discount {
  color: inherit;
}

.variant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.variant-item .price-container {
  margin: 0 15px;
  min-width: 100px;
  text-align: right;
}


.price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}


.variant-item .price-container {
  margin: 0 15px;
  min-width: 100px;
  text-align: right;
}

.variant-item .regular-price {
  color: #999;
  font-size: 0.85em;
  text-decoration: line-through;
}

.variant-item .variant-discounted-price {
  font-weight: bold;
  color: inherit;
}

.variant-item .variant-base-price {
  font-weight: bold;
  color: inherit;
}


.shop-item-price-disp {
  font-size: 24px;
  white-space: nowrap; 
  display: flex !important; 
  align-items: center; 
  gap: 8px; 
}

.shop-item-price {
  color: inherit;
}


.shop-item-price .price-container {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.shop-item-price .regular-price {
  display: none;
}

.shop-item-price .discounted-price {
  font-weight: normal;
}


.shop-item-price .discounted-price {
  color: inherit;
}


.block.saving-price {
  text-align: center;
  font-size: 20px;
  color: #f83e3e;
}


.ticket-variants-container .variant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.ticket-variants-container .variant-item .price-container {
  margin: 0 15px;
  min-width: 100px;
  text-align: right;
}

.ticket-variants-container .variant-item .button-container {
  display: flex;
  align-items: center;
}


.variant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.variant-item:last-child {
  border-bottom: none;
}

.variant-name {
  flex: 1;
  padding-right: 15px;
}

.price-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 120px;
  margin-right: 15px;
  text-align: right;
}

.regular-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 0.85em;
}

.variant-discounted-price,
.variant-base-price {
  font-weight: bold;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 150px;
}
.basket-content-header-btns {
  background-color: #ddd !important;
}


.shop-item-price-disp .price-container {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

@media (max-width: 768px) {
  .shop-product-card-title {
    display: flex;
    flex-direction: column;
  }

  .shop-item-name.d-flex {
    display: flex !important;
    align-items: flex-start;
  }

  .shop-ticket-title {
    padding-right: 5px;
  }
}

#dataod .flatpickr-calendar,
#datado .flatpickr-calendar {
  position: absolute;
  top: 100%;
  /* Position below the input field */
  left: 0;
  /* Align to the left edge */
}

.input-group .form-control {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-item-cont .label-primary {
        display: flex;
        flex: 1;
        justify-content: center;
        text-align: center;
    }
    .shop-item-price-disp {
      flex-wrap: wrap;
      justify-content: center;
    }

}
@media only screen and (min-width: 1200px) {
   
    .shop-item-price-disp {
    
      justify-content: center;
    }

}
