/*============================================================================
   #Webcms
==============================================================================*/
.page-wrapper{
	padding: 20px 0 0 0;
}

.form-row-first{
  display: grid;
  margin-bottom: 15px;
}

.message-wrapper{
  margin: 0 0 10px 0;
}

.message-wrapper a{
  cursor: pointer;
  color:#000;
}

.message-wrapper a:focus,
.message-wrapper a:hover{
  color: #1b6db6 !important;
}

.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;
  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: #d26e4b;
  color: #fff;
  padding: 8px 17px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.woocommerce-button .text-top{
  color:#fff;
  font-weight:700;
}

.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;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3{
  font-size: 18px;
  text-transform: uppercase;
  color: #1b6db6;
}

.woocommerce-additional-fields textarea {
  min-height: 90px;
}

.woocommerce-validated span{
	font-size: 16px;
	font-weight: 100;
}

.has-border{
	border: 2px solid #000;
	padding: 15px 20px 25px;
	/*margin: 0 13px;*/
}

.has-border h3{
	font-weight: 500;
	font-size: 20px;
}

.product-name-total{
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	font-size: 14px;
}

.product-name-total .col-6,
.product-name-total .col-8,
.product-name-total .col-4 {
  padding: 0;
}

.total-left{
	text-align: left;
}

.total-right{
	text-align: right;
}

.product-name-total:nth-child(1),
.product-name-total:nth-child(6){
	border-bottom: 2px solid #ddd;
}


.form-control:focus {
  outline: 0;
}

.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;
  border: 2px solid #446084;
  max-height: 300px;
  padding-top:30px;
  padding-bottom:30px;
  margin-bottom: 20px;
}

#fillter-selected {
  display:flex;
  align-items: center;
  margin-bottom: 1rem;
}

@media(max-width:425px) {
  #fillter-selected {
    display:block;
  }
  
  .tvh-input-form-container {
    margin: 0 0 1rem 0 !important;
  }
}

.tvh-input-form-container {
  width: 100%;
}

.customer_details label {
  font-size: 14px;
  font-weight: 500;
}

.tvh-input-form-container select {
  height: 40px;
  width: 100%;
  border-radius: 6px;
  background: #F8F8F8;
  border: 1px solid #C7C7C7;
  outline: none;
}

.place-info {
  margin: 15px 0;
  font-size: 16px;
}

.place-text {
  margin-top: 15px;
  font-size: 14px;
}

@media(max-width:768px) {
  .woocommerce-checkout .col-12 {
    padding: 0;
  }
}

/*cart,*/
.tvh-product-method-checkout {
  padding: 8px 12px;
}

.tvh-product-method-checkout input {
  margin-top: 4px;
}

.tvh-methods {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.tvh-checkout-cod,
.tvh-checkout-zalopay {
  display: flex;
  margin-bottom: 10px;
}

.tvh-check-flex {
  display: flex;
  padding-left: 15px;
}

.tvh-check-flex span {
    padding: 0 10px;
}

.tvh-bold {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

#payment_method_bacs {
    display: none;
}

.place-order {
  width: 200px;
  text-align: center;
  cursor: pointer;
}
