.absolute-footer{
		margin-bottom: 20px !important;
}
.copyright-footer {
		font-size:0.75em;
}

.header-inner .nav > li > ul > li > ul > li a, .header-inner .nav > li > ul > li a{
		color:#fff;
}

.variations .label {
  font-size: .9em;
  width: 80px;
}

.ux-swatch--image {
  height: var(--swatch-size-large) !important;
  padding: 2px;
  width: var(--swatch-size-large) !important;
}

.variations {
  width: 80%;
}

#saving_price {
  margin-bottom: 15px !important;
  padding-bottom: 0;
  font-size: 1em;
  margin: .2em 0;
  font-weight: normal;
}

.woocommerce-variation-price {
  background-color: #ebebebbf;
  padding: 1em 0.7em 0.05em 1em !important;
  border-radius: 5px;
  margin-bottom: 0.7em;
}

.woocommerce-variation-price .price {
  font-size: 19px!important;
  display: block;
  margin-bottom: 3px;
}

.footerform {
  margin-top: 5px;
  height: 50px;
}

.short-desc li {
  margin-bottom: .4em;
}

.footerform .wpcf7-text {
  background-color: #ededed;
  border-radius: 5px;
  float: left;
  width: 80%;
}

span.wpcf7-spinner {
    display: none;
}

.footerform .wpcf7-submit {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .footerform .wpcf7-text {
    width: 70%;
  }

  .variations {
    width: 100%;
  }

  .product-small .button {
    font-size: 12px;
    margin-top: 2px;
  }

  .product-small .product-title a {
    font-size: 15px !important;
    line-height: 1.2;
  }

  .product-small ins,
  .product-small del {
    font-size: 100%;
  }

  .row-small>.flickity-viewport>.flickity-slider>.col,
  .row-small>.col {
    padding: 0 8px 19.6px 9px;
  }

  .is-larger {
    font-size: 1em;
  }

  .homecategories .box-text {
    font-size: 14px !important;
  }

  .row.row-large {
    padding-top: 10px !important;
  }

  h3 {
    font-size: 1.1em;
  }
}

body {
  line-height: 1.4;
}

.homeexpert {
  height: 80px;
}

.wpcf7 input::placeholder {
  color: #b3b2b2;
  font-size: 0.9em;
}

.reset_variations {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  font-size: 0.9em;
}

.product-info .price {
  font-size: 1.3em;
}

form.cart a.added_to_cart.wc-forward {
  display: inline;
  padding-left: 0.3em;
}

.woocommerce-variation-add-to-cart>*,
form.cart>* {
  flex: none;
}

h1.product-title {
  font-size: 28px;
}

.single_variation_wrap {
  width: 100%;
}

#more ul {
  padding: 0 0 0 30px;
  margin: 0.7em 0 1.5em 1em;
}

#more ol {
  padding: 0 0 0 30px;
}

.row.row-large {
  padding-top: 30px;
}

.off-canvas-left .mfp-content,
.off-canvas-left .mfp-content {
  background: #757373 !important;
}

.col {
  padding: 0 15px 10px;
}

#comments a.btn-reviews-now {
  background-color: #be0004;
}

.woocommerce #review_form #respond p.form-submit input#submit,
.woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit {
  background: #be0004;
}

span.devvn_num_reviews {
  color: #000;
}

.devvn-star {
  color: #fe9727;
}

.ux-swatch .tooltip .ux-swatch--image {
  width: 40px !important;
  height: 40px !important;
}

.button.product_type_variable.add_to_cart_button {
  padding-right: 10px;
  padding-left: 10px;
}
.button.buy_now_button {
  background-color: var(--primary-color);
		flex-basis: 205px;
}

.product-info .wpcf7 {
    margin-top: 15px;
		max-width: 485px;
    width: 100%;
}
form.cart a.added_to_cart.wc-forward {
    order: 99;
		width: 100%;
}

button.single_add_to_cart_button.button {
    background: #fff !important;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: none;
}
	
.product-info .quantity {
		width: 100%;
		padding-left: 83px;
		position: relative;
}
.product-info .quantity:before {
		content: "Số lượng";
		left: 0;
		position: absolute;
		top: 7px;
		font-weight: 700;
		font-size: 12.96px;
}

button.single_add_to_cart_button.button:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

.flex-row.form-flat input.wpcf7-form-control.wpcf7-submit {
    background: #ffb416 !important;
    color: #333;
}
.wpcf7-response-output {
    margin-top: 39px !important;
}

.home section#azt-contact-footer-outer {
    padding-top: 40px;
}

@media (max-width: 460px){	
		.product-info button.single_add_to_cart_button {
				padding-left: 5px;
				padding-right: 5px;
		}
			.button.buy_now_button, button.single_add_to_cart_button.button {
				flex-basis: 46%;
				width: 46%;
				line-height: 26px;
				padding: 10px 0;
				flex: 1;
		}	
}