
body.tickets-checkout {
	background-color: rgba(25,30,35,.85);
	-webkit-overflow-scrolling: auto !important;
}

body {
    background-color: rgba(25,30,35,0);
    transition: background-color 1s cubic-bezier(.645,.045,.355,1);
}

.tickets-checkout .container-responsive {
	margin: 3.75rem auto;
	max-width: 1010px;
	z-index: 50;
}

.tickets-checkout .table td, .tickets-checkout .table th {
    vertical-align: middle;
}
.tickets-checkout .td-product-name {
	width: 100%;
	padding-left: 0 !important;
}
.tickets-checkout .td-product-name img{
    position: relative;
    top: -2px;
    width: 16px;
    cursor: pointer;
}
.tickets-checkout .subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
}
.tickets-checkout .no-wrap {
	white-space: nowrap;
}




.tickets-checkout .header {
	position: relative;
	background: #fff;
	position: relative;
	padding-top: 1.5rem;
	border-bottom: 1px solid #e2e5e7;
}
@media (min-width: 768px){
	.tickets-checkout .header {
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
}
.tickets-checkout .button-close {
    position: absolute;
    right: 12px;
    top: 5px;
}
.tickets-checkout .header h1 {
	font-size: 24px;
	text-align: center;
	max-width: 80%;
	margin: auto;
	margin-top: 1.8rem;
}
.tickets-checkout .header-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tickets-checkout .header-img img {
	border: 2px solid white;
	border-radius: 5%;
	max-width: 150px;
	max-height: 100px;
}
.tickets-checkout .header-date {
	font-size: 14px;
	text-align: center;
	max-width: 80%;
	margin: auto;
	margin-bottom: .5rem;
	color: #666
}




.tickets-checkout .off-date {
	padding: 20px;
	background: #fff;
}


@media (min-width: 768px){
	.tickets-checkout .cart {
		border-bottom-left-radius: 5px;
	}
	.tickets-checkout .cart-sidebar {
		border-bottom-right-radius: 5px;
	}
	.tickets-checkout .cart-finish, .tickets-checkout .off-date {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}


.tickets-checkout .cart, .tickets-checkout .cart-sidebar, .tickets-checkout .cart-finish {
	padding: 20px;
}
.tickets-checkout .cart, .tickets-checkout .cart-finish  {
	background: #fff;
	padding-bottom: 30px;
}

.tickets-checkout .cart select.select-product {
	margin: 0 10px 0 10px;
}

.tickets-checkout .cart  .btn-map {
	white-space: nowrap;
	margin: 0 10px 0 10px;
	width: 100%;
}



.tickets-checkout .cart-sidebar {
	background: #fafafa;
	border-left: 1px solid #e2e5e7;
}

.tickets-checkout .cart-resume-title {
	border-bottom: 1px solid #e2e5e7;
}
.tickets-checkout .cart-resume-content {
	margin-top: 10px;
	font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: initial;
    border-color: #dee2e6 #dee2e6 #fafafa;
}
.nav-link {
    display: block;
    padding: 0.5rem 10px;
}
.nav-tabs .nav-item a {
	color: #727279;
	font-size: 14px;
}
.tickets-checkout .cart-sidebar {
	padding-top: 10px;
}







.tickets-checkout .btn-action-cart {
	width: 100%;
	margin-top: 15px;
}

.tickets-checkout .div-language {
	float: left;
}
.tickets-checkout .powered-tickets {
	float: right;
	color: #fff;
	font-size: 12px;
	margin: 10px;
}
.tickets-checkout .footer a:HOVER {
	text-decoration: none;
	color: #fff;
}



.div-terms {
	overflow: auto;
    max-height: 150px;
    display: block;
    border: 1px solid #e2dcdc;
    margin: 0 -10px 0 10px;
}
.label-agree {
	font-weight: bold;
}
.label-agree input {
	font-weight: bold;
}








.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 8px;
}
.lds-ellipsis div {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}
