/*
Theme Name: HamRongMedia.com

WooCommerce styles override
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*-

/** * Shop tables */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
.shop_table thead {
  border-top: 1px solid #ddd;
}
.shop_table thead th {
  min-height: 35px;
}
.shop_table tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.shop_table .product-name a {
  font-weight: 600;
  font-size: 13px;
}
.shop_table .product-thumbnail {
  width: 60px;
}
.shop_table .product-thumbnail img {
  max-width: 50px;
  padding: 0;
}
.shop_table .coupon {
  float: left;
  padding-left: 5px;
}
.shop_table input[name=update_cart],
.shop_table button[name=update_cart] {
  float: right;
}
.shop_table input[name=apply_coupon] {
  padding: 5px 10px;
}
.shop_table input.input-text.qty {
  width: 50px;
}
.shop_table .actions {
  padding: 5px 0;
}
table.shop_table_responsive tr th.product-remove,
table.shop_table_responsive tr td.product-remove {
  text-align: center;
  font-weight: 600;
  color: #f00;
}
table.shop_table_responsive tr th.product-remove a,
table.shop_table_responsive tr td.product-remove a {
  color: inherit;
}
.cart-collaterals:before,
.cart-collaterals:after {
  content: '';
  display: table;
}
.cart-collaterals:after {
  clear: both;
}
.cart-collaterals:before,
.cart-collaterals:after {
  content: '';
  display: table;
}
.cart-collaterals:after {
  clear: both;
}
.cart-collaterals .cart_totals {
  width: 380px;
  float: right;
  max-width: 100%;
}
.cart-collaterals tbody {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-collaterals td,
.cart-collaterals th {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="range"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="month"],
.woocommerce-checkout input[type="week"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="datetime-local"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 300px;
  max-width: 100%;
}
.woocommerce-checkout #billing_country_field .select2-container {
  max-width: 200px;
}
.col2-set:before,
.col2-set:after {
  content: '';
  display: table;
}
.col2-set:after {
  clear: both;
}
.col2-set:before,
.col2-set:after {
  content: '';
  display: table;
}
.col2-set:after {
  clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  float: left;
}
.col2-set .col-1 {
  padding-right: 15px;
}
abbr[title] {
  border: none;
  outline: none;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label {
  display: block;
}
.create-account {
  clear: both;
}
.create-account:before,
.create-account:after {
  content: '';
  display: table;
}
.create-account:after {
  clear: both;
}
.create-account:before,
.create-account:after {
  content: '';
  display: table;
}
.create-account:after {
  clear: both;
}
/**
* Products
*/
/**
* Products
*/
ul.products {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
.products .product-item .woocommerce-loop-product__title {
  font-size: 1em;
  font-size: 16px;
  margin-bottom: 10px;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  .columns-2 ul.products li.product {
    width: 48.1%;
  }
  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }
  .columns-4 ul.products li.product {
    width: 22.15%;
  }
  .columns-5 ul.products li.product {
    width: 16.96%;
  }
  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}
/**
* Single product
*/
/**
* Single Product
*/
.single-product div.product {
  content: "";
  display: block;
  position: relative;
}
.single-product div.product:before,
.single-product div.product:after {
  content: '';
  display: table;
}
.single-product div.product:after {
  clear: both;
}
.single-product div.product:before,
.single-product div.product:after {
  content: '';
  display: table;
}
.single-product div.product:after {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
  margin-right: 0;
  margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
/**
* Checkout
*/
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
.checkout.woocommerce-checkout #billing_last_name_field {
  float: none;
  width: 100%;
}
.checkout.woocommerce-checkout .col2-set .col-1 {
  width: 50%;
}
.checkout.woocommerce-checkout .col2-set .col-2 {
  width: 50%;
}
.woocommerce-checkout-review-order-table {
  border-right: 1px solid #ddd;
  margin-bottom: 30px	;
}
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table td.product-quantity {
  border-right: 1px solid #ddd;
}
div#payment {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #eeee;
  box-shadow: 6px 6px 6px rgba(204, 204, 204, 0.3);
}
div#payment ul {
  margin: 0;
}
div#payment li {
  list-style: none;
  margin-bottom: 10px;
}
div#payment li:last-child {
  margin-bottom: 30px;
}
div#payment input[type="checkbox"],
div#payment input[type="radio"] {
  margin-right: 10px;
}
div#payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgba(29, 79, 171, 0.3);
  color: #515151;
}
div#payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid rgba(29, 79, 171, 0.3);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -13px;
  left: 0;
  margin: -1em 0 0 2em;
}
div#payment div.payment_box:after {
  content: " ";
  display: table;
  clear: both;
}
/**
* General WooCommerce components
*/
/**
* Header cart
*/
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
/**
* Star rating
*/
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}
.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: royalblue;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: .25;
}
p.stars a:hover ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}
p.stars:hover a:before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}
p.stars.selected a:not(.active):before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}
/**
* Tabs
*/
.woocommerce-tabs {
  clear: both;
  margin-bottom: 60px;
}
.woocommerce-tabs:before,
.woocommerce-tabs:after {
  content: '';
  display: table;
}
.woocommerce-tabs:after {
  clear: both;
}
.woocommerce-tabs:before,
.woocommerce-tabs:after {
  content: '';
  display: table;
}
.woocommerce-tabs:after {
  clear: both;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-left: -3px;
  margin-bottom: -1px;
}
.woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  display: block;
  border: 1px solid #ebebeb;
  border-bottom: none;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  line-height: 33px;
}
.woocommerce-tabs ul.tabs li a:focus {
  text-decoration: none;
}
.woocommerce-tabs .panel {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 15px;
}
.woocommerce-Reviews .comment-form-rating p.stars {
  display: inline-block;
  margin-left: 10px;
}
.woocommerce-Reviews .comment-form-rating p.stars:hover a:before {
  color: #f8822b;
}
.woocommerce-Reviews textarea {
  width: auto;
  height: 75px;
  vertical-align: middle;
}
.comment-respond label {
  min-width: 116px;
  margin-right: 10px;
}
/**
* Password strength meter
*/
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3D9CD2;
}
/**
* Forms
*/
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.required {
  color: red;
}
/** * Notices*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #0f834d;
  clear: both;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent;
}
.woocommerce-error {
  background-color: #e60808;
}
.woocommerce .woocommerce-message {
  border-top-color: #1d4fab;
}
.woocommerce .woocommerce-message:before {
  color: #1d4fab;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none!important;
  width: auto;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-top: 3px solid #1d4fab;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "\f046";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #1d4fab;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 0;
  color: #ffffff;
  background-color: #1d4fab;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  float: right;
  margin-top: -5px;
  margin-left: 10px;
}
.woocommerce-info:before {
  color: #1d4fab;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #1d4fab;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  display: inline-block;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #e60808;
  color: #fff;
  border-color: #e60808;
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  /**
 * Header cart
 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
* WooCommerce widgets
*/
/**
* WooCommerce Price Filter
*/
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.product-tab .title-section {
  display: none;
}
.list-product-content .list-product > .row {
  margin: 0 -10px;
}
.list-product-content .item-product {
  padding: 0;
  margin-bottom: 20px;
}
.list-product-content .item-product h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  height: 36px;
  overflow: hidden;
}
.list-product-content .item-product h3:before {
  /* content: "\f219";*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 20px;
}
.list-product-content .item-product h3:hover {
  color: #1d4fab;
}
.list-product-content .item-product .add_to_cart_button {
  display: none;
}
.list-product-content .item-product .price {
  width: 100%;
  padding: 5px 0 0;
  font-size: 12px;
  color: #EA4335;
  margin-bottom: 0;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  display: block;
  min-height: 41px;
}
.list-product-content .item-product .price:before {
  /*content: "\f0d6";*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 20px;
}
.list-product-content .item-product del {
  display: block;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.list-product-content .item-product ins {
  display: inline-block;
  text-decoration: none;
}
.list-product-content .item-product .pre-text {
  color: #333333;
  font-size: 12px;
  min-width: 40px;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.list-product-content .item-product.columns-3:nth-child(3n) {
  clear: right;
}
.list-product-content .item-product.columns-3:nth-child(3n+1) {
  clear: left;
}
.list-product-content .item-product.columns-4:nth-child(4n) {
  clear: right;
}
.list-product-content .item-product.columns-4:nth-child(4n+1) {
  clear: left;
}
.list-product-content .item-product.columns-5:nth-child(5n) {
  clear: right;
}
.list-product-content .item-product.columns-5:nth-child(5n+1) {
  clear: left;
}
.list-product-content li {
  list-style: none!important;
}
.title-tab-wg {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.title-tab-wg:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  border-top: 1px solid #1d4fab;
}
.title-tab-wg:after {
  content: '';
  clear: both;
  display: table;
}
.title-tab-wg span {
  background: #1d4fab;
  padding: 9px 9px 8px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.title-tab-wg span:after {
  width: 0px;
  height: 0px;
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  border-left: 15px solid #1d4fab;
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
}
.has_title ul.nav.nav-tabs {
  text-align: right;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: none;
  background: #fff;
  position: relative;
  border: 0;
}
.has_title ul.nav.nav-tabs > li {
  float: none;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  border: 0;
}
.has_title ul.nav.nav-tabs > li:last-child a {
  border: none;
}
.has_title ul.nav.nav-tabs > li.active a {
  color: #1d4fab;
}
.has_title ul.nav.nav-tabs > li a {
  background: transparent;
  text-transform: capitalize;
  color: #666;
  padding: 7px 10px 4px;
  display: block;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #ddd;
  font-weight: 400;
}
.has_title ul.nav.nav-tabs > li .active a,
.has_title ul.nav.nav-tabs > li a:hover {
  color: #143777;
}
.tab-product-with-img .img-wrapper {
  position: relative;
}
.tab-product-with-img .img-wrapper a {
  display: block;
}
.tab-product-with-img .img-wrapper a:before,
.tab-product-with-img .img-wrapper a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.tab-product-with-img .img-wrapper a:before {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.tab-product-with-img .img-wrapper a:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}
.tab-product-with-img .img-wrapper a:hover:before,
.tab-product-with-img .img-wrapper a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tab-product-with-img .img-wrapper img {
  width: 100%;
}
.tab-product-with-img .list-product-content {
  overflow: hidden;
}
.tab-product-with-img .list-product {
  margin-right: -10px;
}
.hrm_product_fsn ul.nav.nav-tabs li a {
  text-transform: uppercase;
}
div .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  border: 0;
  border-radius: 0;
  background: url("images/range-icon.png") no-repeat;
  cursor: pointer;
  height: 18px;
}
div .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: #ccc;
  height: 7px;
  border-radius: 0;
}
div .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #1d4fab;
  border: 0;
  border-radius: 0;
  height: 7px;
  width: 100%;
  float: left;
}
div .woocommerce.widget_price_filter .price_slider_amount .button {
  background: #333333;
  color: #fff;
  font-weight: 400;
}
div .woocommerce.widget_layered_nav ul li a {
  display: inline-block;
}
.product-listitem h2.text_group {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  font-size: 23px;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 10px;
}
.product-listitem h2.text_group:before {
  content: "";
  position: absolute;
  background: #1d4fab;
  height: 3px;
  width: 100%;
  bottom: 0;
}
.product-listitem h2.text_group span {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  background: #1d4fab;
  position: relative;
  padding: 0px 5px;
  line-height: 37px;
  display: table;
  float: left;
}
.product-listitem h2.text_group span::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  border-bottom: 37px solid #1d4fab;
  border-right: 37px solid transparent;
}
.product-listitem h2.text_group .link_view_all {
  font-size: 13px;
  float: right;
  text-decoration: none;
  padding: 8px 20px;
  color: #1d4fab;
}
.product-listitem h2.text_group .link_view_all:hover {
  color: red;
}
.product-listitem .list-product-inner {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ebebeb;
}
.product-listitem .list-product-inner .onsale {
  display: none;
}
.product-listitem .list-product-inner .mg {
  padding: 0;
}
.product-listitem .list-product-inner .mg .product {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  height: 100%;
  text-align: center;
  position: relative;
}
.product-listitem .list-product-inner .mg .product .img-overflow {
  position: relative;
  overflow: hidden;
}
.product-listitem .list-product-inner .mg .product .img-overflow .ContentB {
  position: absolute;
  background: rgba(255, 255, 255, 0.89);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: rotateY(0deg) scale(0);
  -moz-transform: rotateY(0deg) scale(0);
  -ms-transform: rotateY(0deg) scale(0);
  -o-transform: rotateY(0deg) scale(0);
  transform: rotateY(0deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-listitem .list-product-inner .mg .product .img-overflow .ContentB .Content {
  padding: 10px 10px;
  font-size: 13px;
  text-align: left;
}
.product-listitem .list-product-inner .mg .product .img-overflow:hover .ContentB {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(360deg) scale(1.01);
  -moz-transform: rotateY(360deg) scale(1.01);
  -ms-transform: rotateY(360deg) scale(1.01);
  -o-transform: rotateY(360deg) scale(1.01);
  transform: rotateY(360deg) scale(1.01);
}
.product-listitem .list-product-inner h3,
.product-listitem .list-product-inner h2 {
  font-weight: bold;
  font-size: 15px;
  text-overflow: ellipsis;
  padding: 5px 0;
  margin: 10px 0px;
  line-height: 1.3;
  height: 48px;
  text-align: center;
  overflow: hidden;
}
.product-listitem .list-product-inner h3:hover,
.product-listitem .list-product-inner h2:hover {
  color: #409e16;
}
.product-listitem .list-product-inner .price {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #f00;
}
.product-listitem .list-product-inner .price del {
  color: #ccc;
  font-weight: 400;
}
.product-listitem .list-product-inner .catalist {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #eee;
}
.product-listitem .list-product-inner .catalist a {
  text-decoration: none;
}
.product-listitem .list-product-inner .catalist h2 {
  text-align: left;
  font-weight: 400;
  padding: 0;
  margin: 0px 0px 15px;
  font-size: 20px;
  color: #69bd43;
  height: auto;
}
.product-listitem .list-product-inner .catalist h2:hover {
  color: #409e16;
}
.product-listitem .list-product-inner .catalist .price {
  color: #69bd43;
}
.product-listitem .list-product-inner .product_type_simple {
  float: right;
  background-color: #69bd43;
  font-size: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  top: -4px;
  position: relative;
  padding: 0;
}
.product-listitem .list-product-inner .product_type_simple::before {
  content: "\f07a";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
}
.product-listitem .list-product-inner .product_type_simple:hover {
  background-color: #409e16;
}
.utilities {
  background: #fcfcfc;
  border: 1px solid #dadada;
  margin: 10px 0px 15px 0px;
  padding: 5px 10px;
}
.utilities .view {
  color: #777;
  font-size: 13px;
  padding: 5px 15px 0px 12px;
}
.utilities .view span {
  float: left;
  position: relative;
  top: 3px;
  padding-right: 8px;
  white-space: nowrap;
}
.utilities .view a {
  color: #777;
  text-decoration: none;
  font-size: 18px;
}
.utilities .view a.active {
  color: #263648;
}
.utilities .btn-group.open.dropdown-toggle.btn,
.utilities .btn-group .dropdown-toggle.btn {
  box-shadow: none;
}
.utilities .btn-group.open.dropdown-toggle.btn a,
.utilities .btn-group .dropdown-toggle.btn a {
  text-decoration: none;
  color: #777;
}
.utilities .btn-group.open.dropdown-toggle.btn:hover,
.utilities .btn-group .dropdown-toggle.btn:hover {
  color: #777;
  background-color: transparent;
}
.utilities .dropdown-menu {
  left: auto;
  right: 0;
}
.utilities .dropdown-menu button {
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  text-align: left;
  padding: 3px 20px;
  line-height: 25px;
  color: #777;
  font-size: 12px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.utilities .dropdown-menu button:last-child {
  border-bottom: 0px;
}
.utilities .dropdown-menu button:hover {
  padding-left: 26px;
}
h1.title_product {
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
h1.title_product:before {
  content: "";
  position: absolute;
  background: #1d4fab;
  height: 3px;
  width: 100%;
  bottom: 0;
}
h1.title_product span {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  background: #1d4fab;
  position: relative;
  padding: 0px 5px;
  line-height: 37px;
  float: left;
  display: table;
}
h1.title_product span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  border-bottom: 37px solid #1d4fab;
  border-right: 37px solid transparent;
}
.woocommerce-ordering {
  display: none;
}
.list_second_inner {
  border: solid 1px #DBDBDB;
}
.item-product-list-outter {
  padding: 5px;
}
.top_box_left {
  font-weight: bold;
  padding: 10px 10px 0px 10px;
  clear: both;
}
.title_box_left {
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 3px;
}
.title_box_left a {
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}
.title_box_left a:hover {
  color: #029049;
}
.item-product-list {
  margin-bottom: 18px;
  margin-top: 17px;
}
.item-product-list label.pre-text,
.item-product-list span.pre-text {
  display: none;
}
.item-product-list .amount {
  color: #f00;
  font-weight: 600;
}
.item-product-list del .amount {
  color: #999;
  font-weight: 400;
}
.item-product-list .thumb {
  float: left;
  padding-bottom: 10px;
  text-align: center;
  width: 55px;
  padding-right: 5px;
}
.item-product-list .product-title {
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}
.item-product-list ins {
  float: left;
  color: #222;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.item-product-list del {
  float: right;
  color: #999999;
  text-decoration: line-through;
  font-size: 11px;
  height: 17px;
  font-weight: normal;
  line-height: 17px;
  text-align: right;
  padding-right: 5px;
}
.woocommerce .list-product-outer.products {
  margin-top: 10px;
}
.woocommerce .list-product-outer.col-md-9 {
  clear: right;
}
.woocommerce .products .list-product .item-product {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.woocommerce .img-wrapper {
  margin-top: 10px;
}
.tab_product_select .tab-content:not(.has_title) .nav-tabs {
  display: flex;
  text-align: center;
}
.tab_product_select .tab-content:not(.has_title) .nav-tabs li {
  flex-grow: 1;
}
/***************************** Mini Cart *********************************/
/***************************** Mini Cart *********************************/
/***************************** Mini Cart *********************************/
.woocommerce-breadcrumb {
  margin-bottom: 15px;
}
.cart-header {
  margin-top: 18px;
  margin-left: 15px;
  float: right;
  position: relative;
  border-radius: 3px;
  width: 120px;
  max-width: 100%;
  padding: 3px 2px 2px 8px;
  background-color: #f5f5f5;
}
.cart-header .cart-icon {
  text-align: center;
  display: block;
  color: #fff;
}
.cart-header .cart-icon > strong {
  text-transform: uppercase;
  color: #d10037;
  float: left;
  clear: both;
  margin-left: 0px;
  font-size: 11px;
}
.cart-header .cart-icon > span {
  float: left;
  clear: both;
  margin-left: 0px;
  font-size: 11px;
  color: #333;
}
.cart-header .cart-icon p {
  margin: 0;
  float: right;
  text-align: center;
  border-radius: 3px;
  margin-top: -19px;
  padding: 6px 9px 8px 8px;
}
.cart-header .cart-icon p i {
  font-size: 16px;
}
.cart-header .cart-icon .iconcat {
  background: #1d4fab;
}
.cart-header:hover .cart-container-list {
  height: auto;
  background: #fff;
  color: #333;
  padding: 10px;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 1px 1px 3px #cccccc;
  -moz-box-shadow: 1px 1px 3px #cccccc;
  -o-box-shadow: 1px 1px 3px #cccccc;
  box-shadow: 1px 1px 3px #cccccc;
}
.cart-header .cart-container-list {
  position: absolute;
  width: 300px;
  height: 0;
  overflow: hidden;
  top: 95%;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transform-origin: top right;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.cart-header .cart-container-list .total {
  margin: 5px 0;
}
.cart-header .cart-container-list .total .amount {
  color: #f00;
  font-weight: 700;
  float: right;
}
.cart-header .cart-container-list .buttons {
  margin: 10px 0 0;
}
.cart-header .cart-container-list .buttons a {
  background: #e60808;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  display: inline-block;
}
.cart-header .cart-container-list .buttons a:hover {
  background-color: #b50606;
}
.cart-header .cart-container-list .buttons a.checkout {
  float: right;
}
.cart-header .cart_list.product_list_widget {
  max-height: 250px;
  overflow-y: auto;
  margin: 0;
}
.cart-header .cart_list.product_list_widget a,
.widget_shopping_cart .cart_list.product_list_widget a {
  color: #333333;
  text-decoration: none;
}
.cart-header .cart_list.product_list_widget .mini_cart_item,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item {
  padding: 5px 0;
  padding-right: 28px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:before,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:before,
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  content: '';
  display: table;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  clear: both;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:before,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:before,
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  content: '';
  display: table;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  clear: both;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:last-child,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:last-child {
  border-bottom: 0;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .pr-name,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .pr-name {
  display: block;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .remove,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .remove {
  position: absolute;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 100%;
  color: #ccc;
  font-weight: bold;
  text-align: center;
  border: 2px solid currentColor;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .remove:hover,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .remove:hover {
  color: #e60808;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .amount,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .amount {
  color: #1d4fab;
}
.cart-header .cart_list.product_list_widget .mini_cart_item img,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item img {
  max-width: 50px;
  float: left;
  margin-right: 10px;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .quantity,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .quantity {
  clear: both;
  display: inline-block;
}
.woocommerce ul.cart_list li dl,
.cart-container-list ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.cart-container-list ul.product_list_widget li dl {
  font-size: 11px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li dl dt,
.cart-container-list ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.cart-container-list ul.product_list_widget li dl dt {
  font-weight: 400;
}
.woocommerce ul.cart_list li dl dd,
.cart-container-list ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.cart-container-list ul.product_list_widget li dl dd {
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li dl p,
.cart-container-list ul.cart_list li dl p,
.woocommerce ul.product_list_widget li dl p,
.cart-container-list ul.product_list_widget li dl p {
  margin: 0;
}
.woocommerce-pagination {
  clear: both;
  margin: 20px 0 40px;
}
.woocommerce-pagination:before,
.woocommerce-pagination:after {
  content: '';
  display: table;
}
.woocommerce-pagination:after {
  clear: both;
}
.woocommerce-pagination:before,
.woocommerce-pagination:after {
  content: '';
  display: table;
}
.woocommerce-pagination:after {
  clear: both;
}
.woocommerce-pagination ul {
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: block;
  padding: 0;
  border: 1px solid #ccc;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #565656;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li .current,
.woocommerce-pagination ul li a:hover {
  background: #69bd43;
  color: #fff;
  border: 1px solid #69bd43;
}
/************************************ Woocommerce Content   ****************************************/
.gia {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 1;
  height: 42px;
  overflow: hidden;
  background: url(images/b.png) no-repeat right top;
  padding-right: 20px;
}
.gia span {
  display: block;
  float: left;
  height: 42px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.gia .g0 {
  width: 23px;
  background-image: url(images/0.png);
}
.gia .g1 {
  width: 16px;
  background-image: url(images/1.png);
}
.gia .g2 {
  width: 22px;
  background-image: url(images/2.png);
}
.gia .g3 {
  width: 22px;
  background-image: url(images/3.png);
}
.gia .g4 {
  width: 22px;
  background-image: url(images/4.png);
}
.gia .g5 {
  width: 22px;
  background-image: url(images/5.png);
}
.gia .g6 {
  width: 22px;
  background-image: url(images/6.png);
}
.gia .g7 {
  width: 20px;
  background-image: url(images/7.png);
}
.gia .g8 {
  width: 22px;
  background-image: url(images/8.png);
}
.gia .g9 {
  width: 23px;
  background-image: url(images/9.png);
}
.gia .ga {
  width: 11px;
  background-image: url(images/a.png);
}
.woocommerce-result-count {
  float: left;
  clear: left;
}
.woocommerce-ordering {
  float: right;
  clear: right;
}
.post-type-archive .product-listitem .list-product-inner .mg:nth-child(6n+6) .product {
  border-right: 1px solid #ebebeb;
}
/********************************  Content single woo  *************************************/
.images-summary {
  margin-bottom: 20px;
}
h1.product_title {
  text-transform: none;
  font-size: 25px;
  line-height: 1.3;
  text-align: left;
  font-weight: 400;
  border-radius: 0px;
  color: #F72A05;
}
.price-add-to-cart {
  margin-bottom: 25px;
  padding: 10px 0px;
  border: 1px dashed #ccc;
  border-left: none;
  border-right: none;
  border-top: none;
}
.price-add-to-cart .price {
  float: left;
  font-size: 15px;
  margin-bottom: 0;
  color: #69bd43;
  font-weight: bold;
}
.price-add-to-cart .price del {
  color: #ccc;
  font-weight: 400;
}
.price-add-to-cart .cart {
  float: right;
}
.ma-san-pham {
  text-align: justify;
  font-size: 14px;
  color: #808080;
  margin: 0;
}
.single-product .woocommerce-product-details__short-description {
  text-align: justify;
  font-size: 14px;
  color: #808080;
  border: 1px dashed #ccc;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  padding: 10px 0;
}
.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product .images {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.single-product .images .woocommerce-product-gallery__trigger {
  background: rgba(0, 0, 0, 0.2) url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  background-position: -88px 0;
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  z-index: 99;
}
.single-product .images .woocommerce-product-gallery__trigger img {
  opacity: 0;
}
.single-product .images figure {
  margin: 0;
  max-width: none;
  height: auto;
}
.single-product .images .flex-control-nav li {
  margin-right: 5px;
}
.single-product .summary {
  margin-top: 0;
}
.single-product .summary .counter-sale-off {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
  margin-top: -50px;
  padding: 5px;
  background: #f75a85;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-product .summary .counter-sale-off:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #f75a85;
  border-width: 5px;
  margin-top: -5px;
}
.single-product .summary .counter-sale-off span {
  display: block;
  margin-top: 1px;
  margin-bottom: 3px;
  font-weight: 700;
}
.single-product .summary .counter-sale-off span span {
  font-size: 16px;
}
.single-product .summary .thong-tin-them-info {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.single-product .summary input[type="number"].qty {
  width: 50px;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  padding: 1px;
  box-shadow: none;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  text-align: center;
}
.single-product .summary .quantity {
  overflow: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
  opacity: 1;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
}
.single-product .summary .quantity input[type='button'].is-form {
  display: none;
}
.single-product .summary .product_meta {
  padding-top: 10px;
  margin-bottom: 10px;
  color: #999;
  font-size: 13px;
}
.single-product .summary .product_meta a {
  color: #1d4fab;
}
.single-product .summary .product_meta > span {
  display: block;
}
.single-product .summary .cart .button {
  font-size: 0;
}
.single-product .summary .cart .button:before {
  content: "\f07a";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
}
.single-product .summary .cart .button:hover {
  background-color: #409e16;
}
.single-product .summary .cart .single_add_to_cart_button {
  background-color: #69bd43;
  font-size: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  top: -4px;
  position: relative;
  padding: 0;
}
.woocommerce-variation-price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #e60808;
}
.woocommerce-variation-price del {
  color: #999;
  font-size: 15px;
  margin-right: 15px;
  font-weight: 400;
}
.related-products-title {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.related-products-title:before {
  content: "";
  position: absolute;
  background: #1d4fab;
  height: 3px;
  width: 100%;
  bottom: 0;
}
.related-products-title span {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  background: #1d4fab;
  position: relative;
  padding: 0px 5px;
  display: table;
  float: left;
  line-height: 37px;
}
.related-products-title span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  border-bottom: 37px solid #1d4fab;
  border-right: 37px solid transparent;
}
.related.products {
  overflow: hidden;
  margin-bottom: 30px;
}
.related.products .products {
  margin-left: -10px;
  margin-right: -10px;
}
.related.products .products li {
  width: 33.3%;
}
#customer_login {
  margin-bottom: 50px;
}
.register-cl .login-register-cl {
  padding: 20px 20px 26px;
}
.login-register-cl,
.thong-tin {
  margin: 0;
  padding: 20px 20px 60px;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
}
.login-register-cl form label,
.thong-tin form label {
  display: block;
  float: none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.login-register-cl form .woocommerce-form__label-for-checkbox,
.thong-tin form .woocommerce-form__label-for-checkbox {
  margin-bottom: 12px;
}
.login-register-cl form input[type="email"],
.thong-tin form input[type="email"],
.login-register-cl form input[type="password"],
.thong-tin form input[type="password"],
.login-register-cl form input[type="tel"],
.thong-tin form input[type="tel"],
.login-register-cl form input[type="text"],
.thong-tin form input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
}
.login-register-cl form .bottom-fh,
.thong-tin form .bottom-fh {
  display: block;
  width: 100%;
}
.login-register-cl form .bottom-fh a,
.thong-tin form .bottom-fh a {
  float: right;
  margin-top: 9px;
  font-size: 13px;
  padding-left: 10px;
  border-left: 1px solid;
}
.login-register-cl form button[type="submit"],
.thong-tin form button[type="submit"] {
  padding: 5px 10px;
}
.login-register-cl h2 {
  font-weight: 700;
  font-size: 14.3px;
  color: #666;
  margin: 0 0 14px;
  padding: 0 0 5px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.woocommerce-lost-password h1.entry-title {
  text-align: center;
}
.woocommerce-ResetPassword.lost_reset_password {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px 20px 60px;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
}
.woocommerce-ResetPassword.lost_reset_password p:first-child {
  font-size: 13px;
  margin-bottom: 20px;
}
.woocommerce-ResetPassword.lost_reset_password label {
  display: block;
  float: none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 7px;
}
.woocommerce-ResetPassword.lost_reset_password input[type="email"],
.woocommerce-ResetPassword.lost_reset_password input[type="password"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
  width: 100%;
  padding: 5px 18px;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
.woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
  padding: 7px 10px;
  border-radius: 5px;
}
.thong-tin .woocommerce-message,
.thong-tin .woocommerce-info,
.thong-tin .woocommerce-error {
  width: 100%;
  border-top: 2px solid #f74d88;
}
.thong-tin .woocommerce-message .woocommerce-Button.button,
.thong-tin .woocommerce-info .woocommerce-Button.button,
.thong-tin .woocommerce-error .woocommerce-Button.button {
  padding: 7px 10px;
  border-radius: 5px;
}
.thong-tin .woocommerce-MyAccount-content,
.thong-tin form {
  clear: both;
}
.thong-tin p span em {
  font-size: 12px;
}
.thong-tin fieldset {
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
}
.thong-tin fieldset legend {
  display: inline-block;
  width: auto;
  padding: 0px 13px 0px 5px;
}
.thong-tin .woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.thong-tin .woocommerce-MyAccount-navigation li {
  width: 164px;
  float: left;
}
.thong-tin .woocommerce-orders-table thead {
  border-top: 1px solid #009de0;
  color: #f7f7f7;
  background-color: #009de0;
  padding: 6px 15px 6px 6px;
  border-color: #009de0;
  font-size: 13px;
}
.thong-tin .woocommerce-orders-table thead .woocommerce-orders-table__header-order-total,
.thong-tin .woocommerce-orders-table thead .woocommerce-orders-table__header-order-actions {
  text-align: center;
}
.thong-tin .woocommerce-orders-table tr {
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.thong-tin .woocommerce-orders-table tr td {
  font-size: 13px;
}
.thong-tin .woocommerce-orders-table tr td a.woocommerce-button {
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 13px;
}
.thong-tin .woocommerce-orders-table tr .woocommerce-orders-table__cell-order-total,
.thong-tin .woocommerce-orders-table tr .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  width: 100%;
  border-top: 2px solid #1d4fab;
}
.woocommerce .woocommerce-error .showlogin,
.woocommerce .woocommerce-info .showlogin,
.woocommerce .woocommerce-message .showlogin,
.woocommerce .woocommerce-error .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-message .showcoupon,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #1d4fab;
  font-size: 12px;
}
.woocommerce .woocommerce-error .showlogin:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce .woocommerce-message .showlogin:hover,
.woocommerce .woocommerce-error .showcoupon:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-message .showcoupon:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  background-color: #1d4fab;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #1d4fab;
}
#customer_details .san-pham-thanh-toan {
  border: 0;
}
#customer_details .san-pham-thanh-toan thead {
  border-top: 0;
  font-size: 13px;
}
#customer_details .san-pham-thanh-toan thead .product-name {
  border-right: 0;
}
#customer_details .san-pham-thanh-toan thead .product-total {
  text-align: right;
}
#customer_details .san-pham-thanh-toan .order-total {
  text-align: center;
  border-bottom: 0;
  font-size: 13px;
}
#customer_details .san-pham-thanh-toan .order-total th {
  text-align: center;
}
#customer_details .san-pham-thanh-toan .order-total td {
  border-bottom: 0;
  text-align: right;
  color: #cc0101;
}
#customer_details .san-pham-thanh-toan tr,
#customer_details .san-pham-thanh-toan td {
  border: 0;
  border-bottom: 1px solid #eeee;
}
#customer_details .san-pham-thanh-toan tbody .product-total {
  text-align: right;
  color: #cc0101;
}
#customer_details .san-pham-thanh-toan tbody .product-quantity,
#customer_details .san-pham-thanh-toan tbody .product-total {
  font-size: 13px;
}
#customer_details .san-pham-thanh-toan .product-name .variation {
  font-size: 11px;
  margin-left: 15px;
}
#customer_details .san-pham-thanh-toan .product-name .variation dt {
  font-weight: 400;
  width: 26%;
  float: left;
  clear: left;
  margin-bottom: 2px;
}
#customer_details .san-pham-thanh-toan .product-name .variation dd {
  width: 74%;
  float: left;
  margin: 0;
  padding-left: 5px;
  margin-bottom: 2px;
}
#customer_details .san-pham-thanh-toan .product-name .variation dd p {
  margin-bottom: 0;
}
#customer_details .san-pham-thanh-toan .product-total {
  text-align: center;
}
#customer_details .san-pham-thanh-toan .product-name {
  font-size: 13px;
  width: 60%;
}
#customer_details .san-pham-thanh-toan .product-quantity {
  text-align: center;
}
#customer_details .san-pham-thanh-toan .product-quantity strong {
  font-weight: 400;
}
.dome-pds,
.form-checkout-address {
  border: 1px solid #c4e9f9;
}
.dome-pds #order_review,
.form-checkout-address #order_review {
  padding: 15px;
}
.dome-pds #order_review div#payment,
.form-checkout-address #order_review div#payment {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.dome-pds .woocommerce-checkout-payment label,
.form-checkout-address .woocommerce-checkout-payment label {
  font-weight: 700;
}
.dome-pds label,
.form-checkout-address label {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.dome-pds h3,
.form-checkout-address h3 {
  color: #ffffff;
  background-color: #1d4fab;
  text-transform: uppercase;
  padding: 6px 15px 6px 6px;
  border-color: #1d4fab;
  font-size: 13px;
}
.dome-pds .woocommerce-additional-fields__field-wrapper,
.form-checkout-address .woocommerce-additional-fields__field-wrapper,
.dome-pds .woocommerce-account-fields,
.form-checkout-address .woocommerce-account-fields,
.dome-pds .woocommerce-billing-fields__field-wrapper,
.form-checkout-address .woocommerce-billing-fields__field-wrapper {
  padding: 15px;
  padding-bottom: 0;
}
.dome-pds .woocommerce-additional-fields__field-wrapper label,
.form-checkout-address .woocommerce-additional-fields__field-wrapper label,
.dome-pds .woocommerce-account-fields label,
.form-checkout-address .woocommerce-account-fields label,
.dome-pds .woocommerce-billing-fields__field-wrapper label,
.form-checkout-address .woocommerce-billing-fields__field-wrapper label {
  display: block;
  float: none;
  margin-bottom: 2px;
}
.dome-pds .woocommerce-additional-fields__field-wrapper label .optional,
.form-checkout-address .woocommerce-additional-fields__field-wrapper label .optional,
.dome-pds .woocommerce-account-fields label .optional,
.form-checkout-address .woocommerce-account-fields label .optional,
.dome-pds .woocommerce-billing-fields__field-wrapper label .optional,
.form-checkout-address .woocommerce-billing-fields__field-wrapper label .optional {
  display: none;
}
.dome-pds .woocommerce-additional-fields__field-wrapper,
.form-checkout-address .woocommerce-additional-fields__field-wrapper,
.dome-pds .woocommerce-account-fields,
.form-checkout-address .woocommerce-account-fields {
  padding-bottom: 0;
  padding-top: 0;
}
.dome-pds .woocommerce-account-fields label,
.form-checkout-address .woocommerce-account-fields label {
  margin: 0;
}
.dome-pds textarea,
.form-checkout-address textarea,
.dome-pds input[type="email"],
.form-checkout-address input[type="email"],
.dome-pds input[type="password"],
.form-checkout-address input[type="password"],
.dome-pds input[type="tel"],
.form-checkout-address input[type="tel"],
.dome-pds input[type="text"],
.form-checkout-address input[type="text"] {
  width: 100%;
  padding: 5px 6px;
  height: 30px;
  color: #003750;
  border: 1px solid #d4d4d4;
}
.dome-pds textarea::placeholder,
.form-checkout-address textarea::placeholder,
.dome-pds input[type="email"]::placeholder,
.form-checkout-address input[type="email"]::placeholder,
.dome-pds input[type="password"]::placeholder,
.form-checkout-address input[type="password"]::placeholder,
.dome-pds input[type="tel"]::placeholder,
.form-checkout-address input[type="tel"]::placeholder,
.dome-pds input[type="text"]::placeholder,
.form-checkout-address input[type="text"]::placeholder {
  color: #003750;
  font-size: 13px;
}
.dome-pds textarea,
.form-checkout-address textarea {
  height: 114px;
}
.dome-pds input[type="submit"],
.form-checkout-address input[type="submit"],
.dome-pds button[type="submit"],
.form-checkout-address button[type="submit"] {
  width: 100%;
  padding: 6px 10px;
}
.woocommerce-order {
  margin: 0;
  padding: 20px 20px 60px;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  line-height: 1.2;
  font-size: 23px;
}
.woocommerce-order ul.woocommerce-order-overview {
  margin-bottom: 20px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  font-weight: 400;
}
.woocommerce-order .woocommerce-order-details {
  width: 60%;
  float: left;
  padding-right: 15px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  color: #fff;
  background-color: #1d4fab;
  text-transform: uppercase;
  padding: 6px 15px 6px 6px;
  border-color: #1d4fab;
  font-size: 13px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead {
  border-top: 1px solid #c4e9f9;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead tr {
  border-bottom: 0;
  border-left: 1px solid #c4e9f9;
  border-right: 1px solid #c4e9f9;
  background-color: #61cfff;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead tr th {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead tr .woocommerce-table__product-name {
  width: 70%;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody {
  border: 1px solid #c4e9f9;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr {
  border-left: 0;
  border-bottom: 1px solid #c4e9f9;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr:nth-child(odd) {
  background-color: #ebf8fd;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr:nth-child(even) {
  background-color: #fff;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr strong,
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr a {
  font-weight: 500;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr .wc-item-meta li {
  font-size: 12px;
  clear: both;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr .wc-item-meta li strong {
  display: inline-block;
  width: 30%;
  float: left;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr .wc-item-meta li p {
  width: 60%;
  float: left;
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr {
  border: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr th {
  border: 0;
  font-size: 13px;
}
.woocommerce-order .woocommerce-customer-details {
  width: 40%;
  float: left;
  border: 1px solid #c4e9f9;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  color: #fff;
  background-color: #1d4fab;
  text-transform: uppercase;
  padding: 6px 15px 6px 6px;
  border-color: #1d4fab;
  font-size: 13px;
}
.woocommerce-order .woocommerce-customer-details address {
  padding: 3px 20px;
  margin-bottom: 0;
}
.cat-product-post .shop_table thead tr {
  background-color: #1d4fab;
}
.cat-product-post .shop_table thead tr th {
  border-right: 1px solid #ddd;
  color: #fff;
  font-size: 13px;
  text-align: left;
}
.cat-product-post .shop_table thead tr .product-remove {
  text-align: center;
}
.cat-product-post .shop_table tbody tr td {
  border-right: 1px solid #ddd;
}
.cat-product-post .shop_table tbody tr .product-price,
.cat-product-post .shop_table tbody tr .product-subtotal {
  font-size: 13px;
  font-weight: bold;
}
.cat-product-post .variation {
  font-size: 11px;
  margin-left: 15px;
}
.cat-product-post .variation dt {
  font-weight: 400;
  width: 34%;
  float: left;
  clear: left;
  margin-bottom: 2px;
}
.cat-product-post .variation dd {
  width: 66%;
  float: left;
  margin: 0;
  padding-left: 5px;
  margin-bottom: 2px;
}
.cat-product-post .variation dd p {
  margin-bottom: 0px;
}
.cat-product-post .woocommerce-cart-form tr {
  border-right: 1px solid #ddd;
}
.cat-product-post .woocommerce-cart-form .product-quantity input[type="button"] {
  display: none;
}
.cat-product-post .woocommerce-cart-form .product-quantity input.input-text.qty {
  padding: 2px 5px;
  font-size: 13px;
}
.cat-product-post .woocommerce-cart-form .cap-nhat-gio-hang {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.cat-product-post .woocommerce-cart-form .cap-nhat-gio-hang td {
  border-right: 0;
}
.cat-product-post .form-right-d .wc-proceed-to-checkout a {
  width: 100%;
  text-align: center;
}
.cat-product-post .cart-collaterals {
  margin-bottom: 20px;
}
.cat-product-post .cart-collaterals tr,
.cat-product-post .cart-collaterals td,
.cat-product-post .cart-collaterals tbody,
.cat-product-post .cart-collaterals .cart-subtotal {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  border-right: 0 !important;
}
.cat-product-post .cart-collaterals td {
  text-align: right;
  color: #f00;
}
.cat-product-post .cart-collaterals .cart_totals {
  width: 100%;
}
.cat-product-post .cart-collaterals .cart_totals h2 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cat-product-post .checkout_coupon tbody tr {
  border: 0;
}
.cat-product-post .checkout_coupon tbody tr td {
  border-right: 0;
}
.cat-product-post .checkout_coupon tbody input[type="text"],
.cat-product-post .checkout_coupon tbody label,
.cat-product-post .checkout_coupon tbody button[type="submit"],
.cat-product-post .checkout_coupon tbody .coupon {
  width: 100%;
  padding-left: 0;
}
.cat-product-post .checkout_coupon tbody label {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.cat-product-post .checkout_coupon tbody input[type="text"] {
  padding: 5px 6px;
  border: 1px solid #d7d7d7;
  height: 38px;
  margin-bottom: 21px;
}
/********************************  RPS  *************************************/
/********************************  RPS  *************************************/
@media (max-width: 991px) {
  .list-product {
    clear: both;
  }
  .list-product:before,
  .list-product:after {
    content: '';
    display: table;
  }
  .list-product:after {
    clear: both;
  }
  .list-product:before,
  .list-product:after {
    content: '';
    display: table;
  }
  .list-product:after {
    clear: both;
  }
  .products .product-item .woocommerce-loop-product__title {
    font-size: 14px;
  }
  .related.products .products li {
    width: 50%;
  }
  .hrm-list-cat-widget .styled > li {
    margin-bottom: 15px;
  }
  .hrm-list-cat-widget .styled > li:nth-child(2n+1) {
    clear: left;
  }
  .single-product .images {
    text-align: center;
    margin-bottom: 10px;
  }
  .tab_product_select .tab-content:not(.has_title) .nav-tabs {
    display: block;
  }
  .single-product .images .woocommerce-product-gallery__trigger {
    right: 0;
  }
  .single-product .images .woocommerce-product-gallery__trigger img {
    display: none;
  }
}
@media (max-width: 767px) {
  .top_lists ul.list_child_cat {
    display: none;
  }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin-left: 0;
  }
  .woocommerce-tabs ul.tabs li a {
    margin: 0;
  }
  .checkout.woocommerce-checkout .col2-set .col-1,
  .checkout.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .select2-container,
  .woocommerce-checkout div #billing_country_field .select2-container {
    max-width: 200px;
  }
  .cat-product-post .shop_table tbody tr td {
    border-right: none;
  }
  .thong-tin .woocommerce-orders-table tr .woocommerce-orders-table__cell-order-total,
  .thong-tin .woocommerce-orders-table tr .woocommerce-orders-table__cell-order-actions,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td.product-remove {
    text-align: right;
    background: #1d4fab;
    color: #fff;
  }
  .thong-tin .woocommerce-orders-table tr td:first-child {
    text-align: left;
    background: #1d4fab;
    color: #fff;
  }
  .thong-tin .woocommerce-orders-table tr td:first-child a {
    color: #ffffff;
  }
  .thong-tin .woocommerce-orders-table tr td:first-child:before {
    color: #fff;
  }
  .col2-set .col-1 {
    padding: 0;
    margin-bottom: 20px;
  }
  .comments-face .fb-comments {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
}
@media (max-width: 500px) {
  div.products .list-product .product-item,
  .related.products .products li {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .related.products .products {
    margin-left: -3px;
    margin-right: -3px;
  }
  .woocommerce .products .pr-loop-footer .button,
  .woocommerce .products .pr-loop-footer .add_to_cart_button {
    font-size: 12px;
  }
  .list-product-content .list-product > .row {
    margin: 0 -3px;
  }
  .has_title ul.nav.nav-tabs {
    float: none;
    text-align: left;
  }
  .has_title ul.nav.nav-tabs > li {
    display: block;
  }
  .gia {
    background-size: 15px;
  }
  .gia .g0 {
    width: 21px;
  }
  .gia .g1 {
    width: 14px;
  }
  .gia .g2 {
    width: 19px;
  }
  .gia .g3 {
    width: 19px;
  }
  .gia .g4 {
    width: 19px;
  }
  .gia .g5 {
    width: 19px;
  }
  .gia .g6 {
    width: 19px;
  }
  .gia .g7 {
    width: 17px;
  }
  .gia .g8 {
    width: 19px;
  }
  .gia .g9 {
    width: 21px;
  }
  .gia .ga {
    width: 8px;
  }
  .tab_product_select .tab-content:not(.has_title) .nav-tabs li {
    display: block;
    float: none;
    border-bottom: 1px dashed #ccc;
  }
  .tab_product_select .tab-content:not(.has_title) .nav-tabs li:last-child {
    border: none;
  }
  .cat-product-post .shop_table tbody tr .product-price,
  .cat-product-post .shop_table tbody tr .product-subtotal,
  .shop_table .product-name a {
    font-weight: 400;
  }
  .cat-product-post table.shop_table_responsive.di-con-text tr td {
    padding: 8px;
  }
  .thong-tin table.shop_table_responsive tr td:before,
  .cat-product-post table.shop_table_responsive.di-con-text tr td:before {
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #f7f5f5;
  }
}
@media (min-width: 992px) {
  .single-product .images-summary {
    display: block;
  }
  .single-product .images,
  .single-product .summary {
    position: relative;
    float: left;
  }
  .single-product .images {
    padding-right: 15px;
    width: 40%;
  }
  .single-product .summary {
    padding-left: 10px;
    width: 60%;
  }
  .hrm_product_by_term_sub .list-product {
    padding: 0;
  }
  .hrm_product_by_term_sub .list_second {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout input[type="url"],
  .checkout.woocommerce-checkout input[type="password"],
  .checkout.woocommerce-checkout input[type="search"],
  .checkout.woocommerce-checkout input[type="number"],
  .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout input[type="range"],
  .checkout.woocommerce-checkout input[type="date"],
  .checkout.woocommerce-checkout input[type="month"],
  .checkout.woocommerce-checkout input[type="week"],
  .checkout.woocommerce-checkout input[type="time"],
  .checkout.woocommerce-checkout input[type="datetime"],
  .checkout.woocommerce-checkout input[type="datetime-local"],
  .checkout.woocommerce-checkout input[type="color"],
  .checkout.woocommerce-checkout .woocommerce-checkout select,
  .checkout.woocommerce-checkout .woocommerce-checkout textarea {
    width: 100%;
  }
}
