.page-wrapper{
	padding: 30px 0 0 0;
}

.form-row-first{
    display: grid;
    /*margin-right: 20px;*/
    margin-bottom: 15px;
}

.message-wrapper{
    margin: 0 0 10px 0;
}

.message-wrapper a{
    text-decoration: none;
    color: #000;
}

.message-wrapper a:focus,
.message-wrapper a:hover{
    color: #000;
}

.form-row-first input,
.form-row-first select{
    padding: 7px 12px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.form-row-last{
    display: grid;
    /*margin-right: 20px;*/
    margin-bottom: 15px;
}

.form-row-last input,
.form-row-first textarea{
    padding: 7px 12px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.form-row-first input:focus,
.form-row-last input:focus,
.flex-col-input input:focus,
.form-row-first textarea:focus,
.form-row-first select:focus{
    outline: none;
    box-shadow: 0 0 5px #ccc !important;
}

.form-row-first input:hover,
.form-row-last input:hover,
.flex-col-input input:hover,
.form-row-first textarea:hover{
    box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
}

.woocommerce-notices-wrapper{
  padding: 0 15px;
}

.default-btn{
  background-color: #000;
  color: #f1f1f1;
  padding: 4px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}


.total-left input,
.total-left input:focus{
  outline:none;
  box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
  border: 1px solid #ddd;
}

.input-field{
  width:100%;
  padding: 5px 10px;
}

.woocommerce-button{
  background-color: #000;
  color: #f1f1f1;
  padding: 8px 17px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.woocommerce-button:focus,
.flex-col-input input:focus{
    outline: none;
}

.form-row-second p a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.medium-flex-wrap{
    display: flex;
    width: 100%;
}

.flex-col-input{
    flex: 1;
}

.flex-col-input input{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 40px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.is-dashed{
  border-style: dashed !important;
    border: 2px solid #fff;
    padding-left:15px;
    padding-right:15px;
}

.woocommerce-billing-fields{
	border-top: 2px solid #ddd;
	padding: 20px 0;
}

.update_totals_on_change{
	padding: 0 12px;
}

.woocommerce-validated span{
	font-size: 16px;
	font-weight: 100;
}

.place-order{
  text-align: center;
}

.has-border{
	border: 2px solid #000;
	padding: 15px 20px 25px;
}

.has-border h3{
	font-weight: 600;
	font-size: 20px;
}

.product-name-total{
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	font-size: 14px;
}

.total-left{
	text-align: left;
}

.total-right{
	text-align: right;
}

.product-name-total:nth-child(1),
.product-name-total:nth-child(5){
	border-bottom: 2px solid #ddd;
}

.woocommerce-checkout-payment{
	padding: 15px 0;
}

.payment_box:nth-child(1){
	border-bottom: 1px solid #ececec;
}

.payment_box:nth-child(2){
	margin-top: 10px;
}

.form-control:focus {
    /* color: #212529; */
    /* background-color: #fff; */
    /* border-color: #86b7fe; */
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
}

.discount-code--success{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #0d6efd;
}

.discount-code--error{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: red;
}
.woocommerce-form-login{
	max-height: 0;
  overflow: hidden;
  transition: 500ms all;
}

.woocommerce-form-login.active {
    max-height: 300px ;
}

.woocommerce-form-login.is-dashed {
	max-height: 0;
  overflow: hidden;
  transition: 500ms all;
}

.woocommerce-form-login.is-dashed.active {
  border-style: dashed !important;
  border: 2px solid #000;
  max-height: 300px;
  padding-top:30px;
  padding-bottom:30px;
}
#payment_method_bacs{
  display:none;
}
/* .woocommerce-form-login{
	animation: moveInbottom 1s ease-out;
}

@keyframes moveInbottom{
	0%{
			opacity: 0;
			transform: translateY(5px);
	}

	50%{
			transform:  translateY(10px);
	}

	100%{
			opacity: 1;
			transform:  translateY(5px);
	}
}   */