.woocommerce form .form-row input.input-text {
 outline:none; 
}

ul.woocommerce-error {
    font-size: 15px;
    list-style: none;
}

.woocommerce-account .woocommerce {
    display: flex;
	position: relative; }

.woocommerce-notices-wrapper {
    position: absolute;
    margin-left: 30%;
    margin-right: 30%;
}

form.woocommerce-form.woocommerce-form-login.login {
        margin-top: 15px;
	margin-left: 30%;
    position: absolute;
    margin-right: 30%;
    width: 40%;
}

woocommerce form .form-row label {
    line-height: 2;
    font-size: 16px;
    color: #323a3d;
}

.woocommerce-Button.button { 
	margin-bottom: 0px!important;
    margin-top: 7px!important;
    padding: 14px 229px!important;
    font-weight: 100!important;
    border-radius: 0px!important;
    border: 0px solid;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin-bottom: 0px!important;
    margin-top: 7px!important;
	width: 250px;
	max-width: 100%;
    padding: 14px 0px!important;
    font-weight: 100!important;
    border-radius: 0px!important;
    border: 0px solid;
	white-space: nowrap;
}

p.woocommerce-LostPassword.lost_password {
    text-decoration: underline;
    font-size: 16px;
}


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none!important;
}

input#username, input#password {
    width: 100%;
}

.woocommerce-account .woocommerce{
	padding: 60px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%;
}
.woocommerce-account .shop_table{
	width: 100%;
	margin: auto;
	padding: 20px;
	color: #f4f5f9;
}
.woocommerce-MyAccount-navigation{
	width: 100%;
}
.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-content a, .woocommerce-account .woocommerce-MyAccount-content a:hover, .woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-navigation a:hover{
	text-transform: uppercase;
    display: inline-block;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.5;
	color: #333a3d;
}

.woocommerce-column.col-1, .u-column1.col-1, .woocommerce-column.col-2, .u-column2.col-2{
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.woocommerce-MyAccount-navigation li{
	margin-bottom: 15px;
	font-size: 16px;
}
.woocommerce-MyAccount-navigation li.is-active a{
	border-bottom: 1px solid #333a3d;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th{
    color: #333a3d;
	padding: 15px 0px;
}
.woocommerce table.shop_table tr{
	border-bottom: 1px solid rgba(51, 58, 61, .1);
}
.woocommerce-MyAccount-content .woocommerce-button.view, .woocommerce-info, .woocommerce-info .button{
	background-color: transparent !important;
	color: #333a3d !important;
}

.woocommerce-MyAccount-content header{
	padding: 0;
}
.woocommerce-MyAccount-content input{
	width: 100%;
}
#customer_login .u-column1.col-1, #customer_login .u-column2.col-2{
	width: 100% !important;
	max-width: 100%;
}
.woocommerce-form-row label{
	display: block;
}
.woocommerce-ResetPassword{
	margin: auto;
}
.woocommerce-lost-password .woocommerce-Input{
	display: block;
	width: 100%;
}


.woocommerce table.shop_table td {
    color: #333a3d;
    padding: 29px 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
    margin-right: auto;
    margin-left: 6%;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 34px;
    font-size: 16px;
}
@media(min-width: 768px){
	#customer_login{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#customer_login .u-column1.col-1{
		width: 50% !important;
	}
	#customer_login .u-column1, #customer_login .u-column2 {
		flex: 33%;
		max-width: 33% !important;
	}
	.woocommerce-account .woocommerce{
		display: flex;
	}
}

#customer_login input{
	width: 100%;
}
#customer_login input.woocommerce-form__input-checkbox{
	width: auto;
}

#customer_login label{
	display: block;
}
#customer_login a, #customer_login a:hover{
	color: #d5bc91;
}

#customer_login .u-column1{
	margin-right: 10%;
}
main .woocommerce{
	padding: 60px 0px;
}

@media(max-width: 991px){
	.woocommerce-MyAccount-navigation{
		display: block;
		width: 100%;
	}
}

@media(max-width: 991px){
	
	p.woocommerce-LostPassword.lost_password {
    margin-top: 16px;
}
	
	form.woocommerce-form.woocommerce-form-login.login {
    margin-left: 5%;
    position: absolute;
    margin-right: 5%;
    width: 90%;
}
	
	ul.woocommerce-error {
    font-size: 15px;
    list-style: none;
    margin-top: 80px;
}
	
	.woocommerce-notices-wrapper {
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
}
	.woocommerce-Button.button { 
 margin-bottom: 0px!important;
    margin-top: 0px!important;
    padding: 13px 142px!important;
    font-weight: 100!important;
    border-radius: 0px!important;
    border: 0px solid;
}

.order-actions {
    text-align: right;
}
	
.order-card .order-status {
    width: 40%;
    float: left;
}
	
	.order-card-item {
    margin-bottom: 13px;
}
	
	.order-card { padding: 25px 25px 8px 25px; background: #f5f5ef; margin-bottom: 10px; }
	
	
.woocommerce-account .woocommerce-MyAccount-content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
	} 
	
	.woocommerce-form-login__submit {
		margin-right: auto;
		margin-left: auto;
	}
}


.booking-item{
	border-bottom: 1px solid rgba(51, 58, 61, .1);
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring::after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #323a3d;
    border-color: #323a3d transparent #323a3d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#amendCheckoutLoader, #amendCheckoutResponse, .amend-checkout-wrap{
	display: none;
}
.amend-checkout-wrap .btn-primary:not(#cookies-eu-accept) {
    margin-bottom: 30px !important;
    margin-left: 0 !important;
}
.ticket-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 15px;
}
.booking-item .quantity-field-wrap{
	margin-top: 0 !important;
}
.btn.btn-primary.extra-ticket-btn:not(#cookies-eu-accept) {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 10px !important;
    font-weight: 100 !important;
    border-radius: 0px !important;
    margin-left: 20px;
	background-color: #323a3d !important;
	color: #f7f6f1 !important;
	text-decoration: none;
    margin-right: 0;
}

@media(max-width: 991px){
	.booking-item .quantity-field-wrap{
		margin-top: 15px !important;
	}
	.amend-checkout-wrap{
		text-align: center;
	}
	.amend-checkout-wrap .btn-primary:not(#cookies-eu-accept) {
		margin-bottom: 45px !important;
	}
}
@media(max-width: 480px){
	.ticket-wrapper {
		display: block;
		margin-bottom: 15px;
	}
	.ticket-name{
		margin-top: 15px;
	}
}